Searched full:wakeuptime (Results 1 – 14 of 14) 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. 118 offcputime(8), wakeuptime(8)
|
| /external/bcc/libbpf-tools/ |
| D | wakeuptime.c | 4 // Based on wakeuptime(8) from BCC by Brendan Gregg 14 #include "wakeuptime.h" 15 #include "wakeuptime.skel.h" 37 const char *argp_program_version = "wakeuptime 0.1"; 43 "USAGE: wakeuptime [-h] [-p PID | -u] [-v] [-m MIN-BLOCK-TIME] " 46 " wakeuptime # trace blocked time with waker stacks\n" 47 " wakeuptime 5 # trace for 5 seconds only\n" 48 " wakeuptime -u # don't include kernel threads (user only)\n" 49 " wakeuptime -p 185 # trace for PID 185 only\n";
|
| D | .gitignore | 63 /wakeuptime
|
| D | wakeuptime.bpf.c | 7 #include "wakeuptime.h"
|
| D | Makefile | 90 wakeuptime \
|
| /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] 43 ./wakeuptime # trace blocked time with waker stacks 44 ./wakeuptime 5 # trace for 5 seconds only 45 ./wakeuptime -f 5 # 5 seconds, and output in folded format 46 ./wakeuptime -u # don't include kernel threads (user only) 47 ./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/debian/ |
| D | changelog | 5 …* bcc tool updates: funcslower, wakeuptime, profile, offcputime, deadlock, funccount, argdist, kvm… 21 …* libbpf-tools updates for mdflush, drsnoop, statsnoop, ttysnoop, softirqs, wakeuptime, cachestat,… 34 …ol updates for biosnoop, opensnoop, biopattern, killsnoop, runqslower, offcputime, wakeuptime, etc. 337 * wakeuptime, offwaketime, argdist, {xfs,zfs,ext4}{slower,dist}, others
|
| /external/bcc/snap/ |
| D | snapcraft.yaml | 347 wakeuptime: 348 command: bcc-wrapper wakeuptime
|
| /external/bcc/ |
| D | README.md | 186 - tools/[wakeuptime](tools/wakeuptime.py): Summarize sleep to wakeup time by waker kernel stack. [E…
|
| /external/bcc/tests/python/ |
| D | test_tools_smoke.py | 418 self.run_with_duration("wakeuptime.py 1")
|