Searched full:wakeuptime (Results 1 – 10 of 10) sorted by relevance
/external/bcc/man/man8/ |
D | wakeuptime.8 | 1 .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
|
D | offwaketime.8 | 10 up. This combines the summaries from both the offcputime and wakeuptime tools. 109 offcputime(8), wakeuptime(8)
|
/external/bcc/tools/ |
D | wakeuptime_example.txt | 1 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 …]
|
D | wakeuptime.py | 3 # 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
|
D | offwaketime_example.txt | 7 up. This combines the summaries from both the offwaketime and wakeuptime tools.
|
/external/bcc/tools/old/ |
D | wakeuptime.py | 3 # 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/ |
D | snapcraft.yaml | 321 wakeuptime: 322 command: wrapper wakeuptime 323 aliases: [wakeuptime]
|
/external/bcc/debian/ |
D | changelog | 66 * wakeuptime, offwaketime, argdist, {xfs,zfs,ext4}{slower,dist}, others
|
/external/bcc/ |
D | README.md | 163 - tools/[wakeuptime](tools/wakeuptime.py): Summarize sleep to wakeup time by waker kernel stack. [E…
|
/external/bcc/tests/python/ |
D | test_tools_smoke.py | 375 self.run_with_duration("wakeuptime.py 1")
|