Home
last modified time | relevance | path

Searched full:wakeuptime (Results 1 – 10 of 10) sorted by relevance

/external/bcc/man/man8/
Dwakeuptime.81 .TH wakeuptime 8 "2016-01-27" "USER COMMANDS"
3 wakeuptime \- Summarize sleep to wakeup time by waker kernel stack. Uses Linux eBPF/bcc.
5 .B wakeuptime [\-h] [\-u] [\-p PID] [\-v] [\-f] [\-\-stack-storage-size STACK_STORAGE_SIZE] [\-m MI…
22 of the blocked thread. wakeuptime shows the stack trace of the waker thread.
62 .B wakeuptime
66 .B wakeuptime -u
70 .B wakeuptime 5
74 .B wakeuptime -f 5
78 .B wakeuptime -p 185
Doffwaketime.810 up. This combines the summaries from both the offcputime and wakeuptime tools.
109 offcputime(8), wakeuptime(8)
/external/bcc/tools/
Dwakeuptime_example.txt1 Demonstrations of wakeuptime, the Linux eBPF/bcc version.
14 blocked stacks. wakeuptime can then be used to show the stacks that performed
24 # ./wakeuptime
121 target: wakeuptime
200 # ./wakeuptime -p 19169
269 # ./wakeuptime -p 19097 5
331 # ./wakeuptime -f 5
434 …percpu;xen_timer_interrupt;hrtimer_interrupt;__hrtimer_run_queues;hrtimer_wakeup;wakeuptime 5005051
450 # ./wakeuptime -h
451 usage: wakeuptime [-h] [-u] [-p PID] [-v] [-f]
[all …]
Dwakeuptime.py3 # wakeuptime Summarize sleep to wakeup time by waker kernel stack
6 # USAGE: wakeuptime [-h] [-u] [-p PID] [-v] [-f] [duration]
41 ./wakeuptime # trace blocked time with waker stacks
42 ./wakeuptime 5 # trace for 5 seconds only
43 ./wakeuptime -f 5 # 5 seconds, and output in folded format
44 ./wakeuptime -u # don't include kernel threads (user only)
45 ./wakeuptime -p 185 # trace for PID 185 only
Doffwaketime_example.txt7 up. This combines the summaries from both the offwaketime and wakeuptime tools.
/external/bcc/tools/old/
Dwakeuptime.py3 # wakeuptime Summarize sleep to wakeup time by waker kernel stack
6 # USAGE: wakeuptime [-h] [-u] [-p PID] [-v] [-f] [duration]
27 ./wakeuptime # trace blocked time with waker stacks
28 ./wakeuptime 5 # trace for 5 seconds only
29 ./wakeuptime -f 5 # 5 seconds, and output in folded format
30 ./wakeuptime -u # don't include kernel threads (user only)
31 ./wakeuptime -p 185 # trace fo PID 185 only
/external/bcc/snapcraft/
Dsnapcraft.yaml321 wakeuptime:
322 command: wrapper wakeuptime
323 aliases: [wakeuptime]
/external/bcc/debian/
Dchangelog66 * wakeuptime, offwaketime, argdist, {xfs,zfs,ext4}{slower,dist}, others
/external/bcc/
DREADME.md163 - tools/[wakeuptime](tools/wakeuptime.py): Summarize sleep to wakeup time by waker kernel stack. [E…
/external/bcc/tests/python/
Dtest_tools_smoke.py375 self.run_with_duration("wakeuptime.py 1")