OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:procstat
(Results
1 - 8
of
8
) sorted by null
/system/extras/app-launcher/
app-launcher
259
adb shell 'cat /proc/stat' | grep -w cpu > /tmp/
procstat
260
user_ticks_before=`awk '{ print ($2 + $3) }' /tmp/
procstat
`
261
sys_ticks_before=`awk '{ print ($4 + $7 + $8) }' /tmp/
procstat
`
262
cpubusy_ticks_before=`awk '{ print ($2 + $3 + $4 + $7 + $8) }' /tmp/
procstat
`
263
iowait_ticks_before=`awk '{ print $6 }' /tmp/
procstat
`
264
total_ticks_before=`awk '{ print ($2 + $3 + $4 + $5 + $7 + $8) }' /tmp/
procstat
`
283
adb shell 'cat /proc/stat' | grep -w cpu > /tmp/
procstat
284
user_ticks_after=`awk '{ print ($2 + $3) }' /tmp/
procstat
`
285
sys_ticks_after=`awk '{ print ($4 + $7 + $8) }' /tmp/
procstat
`
286
cpubusy_ticks_after=`awk '{ print ($2 + $3 + $4 + $7 + $8) }' /tmp/
procstat
`
[
all
...]
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl09.c
59
static int
procstat
;
variable
140
procstat
= 0;
190
procstat
= 1;
232
procstat
= 1;
238
procstat
= 2;
245
procstat
= 2;
307
procstat
= 2;
341
procstat
= 2;
394
if (
procstat
== 0) {
410
if (
procstat
== 2)
[
all
...]
msgctl11.c
63
static int
procstat
;
variable
140
procstat
= 0;
221
procstat
= 1;
254
procstat
= 1;
260
procstat
= 2;
267
procstat
= 2;
329
procstat
= 2;
362
procstat
= 2;
415
if (
procstat
== 0) {
432
if (
procstat
== 2)
[
all
...]
msgctl08.c
58
static int
procstat
;
variable
180
procstat
= 1;
222
procstat
= 1;
277
procstat
= 2;
msgctl10.c
55
static int
procstat
;
variable
176
procstat
= 1;
218
procstat
= 1;
272
procstat
= 2;
/external/ltp/testcases/kernel/syscalls/ipc/semctl/
semctl06.c
82
static int
procstat
;
variable
135
procstat
= 1;
233
procstat
= 2;
351
if (
procstat
== 0) {
365
if (
procstat
== 1) {
/external/ltp/testcases/kernel/power_management/lib/
pm_sched_mc.py
455
if (not os.path.exists('/
procstat
')):
456
os.mkdir('/
procstat
')
460
reportfile = open('/
procstat
/cpu-utilisation', 'a')
461
debugfile = open('/
procstat
/cpu-utilisation.debug', 'a')
495
keyvalfile = open('/
procstat
/keyval', 'a')
534
if (not os.path.exists('/
procstat
')):
535
os.mkdir('/
procstat
')
539
reportfile = open('/
procstat
/cpu-loc_interrupts', 'a')
/external/netperf/
configure
[
all
...]
Completed in 2210 milliseconds