Home
last modified time | relevance | path

Searched full:wakeuptime (Results 1 – 14 of 14) 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.
118 offcputime(8), wakeuptime(8)
/external/bcc/libbpf-tools/
Dwakeuptime.c4 // 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.gitignore63 /wakeuptime
Dwakeuptime.bpf.c7 #include "wakeuptime.h"
DMakefile90 wakeuptime \
/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]
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
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/debian/
Dchangelog5 …* 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/
Dsnapcraft.yaml347 wakeuptime:
348 command: bcc-wrapper wakeuptime
/external/bcc/
DREADME.md186 - tools/[wakeuptime](tools/wakeuptime.py): Summarize sleep to wakeup time by waker kernel stack. [E…
/external/bcc/tests/python/
Dtest_tools_smoke.py418 self.run_with_duration("wakeuptime.py 1")