Searched full:offwaketime (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/bcc/tools/ |
H A D | offwaketime_example.txt | 1 Demonstrations of offwaketime, the Linux eBPF/bcc version. 7 up. This combines the summaries from both the offwaketime and wakeuptime tools. 21 # ./offwaketime 5 181 # ./offwaketime -fu 5 295 offwaketime.py;entry_SYSCALL_64_fastpath;sys_select;core_sys_select;do_select;poll_schedule_timeout… 307 # ./offwaketime -h 308 usage: offwaketime [-h] [-p PID | -t TID | -u | -k] [-U | -K] [-d] [-f] 349 ./offwaketime # trace off-CPU + waker stack time until Ctrl-C 350 ./offwaketime 5 # trace for 5 seconds only 351 ./offwaketime -f 5 # 5 seconds, and output in folded format [all …]
|
H A D | offwaketime.py | 3 # offwaketime Summarize blocked time by kernel off-CPU stack + waker stack 6 # USAGE: offwaketime [-h] [-p PID | -u | -k] [-U | -K] [-f] [duration] 66 ./offwaketime # trace off-CPU + waker stack time until Ctrl-C 67 ./offwaketime 5 # trace for 5 seconds only 68 ./offwaketime -f 5 # 5 seconds, and output in folded format 69 ./offwaketime -m 1000 # trace only events that last more than 1000 usec 70 ./offwaketime -M 9000 # trace only events that last less than 9000 usec 71 ./offwaketime -p 185 # only trace threads for PID 185 72 ./offwaketime -t 188 # only trace thread 188 73 ./offwaketime -u # only trace user threads (no kernel) [all …]
|
/aosp_15_r20/external/bcc/man/man8/ |
H A D | offwaketime.8 | 1 .TH offwaketime 8 "2016-01-30" "USER COMMANDS" 3 offwaketime \- Summarize blocked time by off-CPU stack + waker stack. Uses Linux eBPF/bcc. 5 .B offwaketime [\-h] [\-p PID | \-t TID | \-u | \-k] [\-U | \-K] [\-d] [\-f] [\-\-stack-storage-siz… 80 .B offwaketime 84 .B offwaketime 5 88 .B offwaketime -fu 5 92 .B offwaketime -p 185
|
/aosp_15_r20/external/bcc/tools/old/ |
H A D | offwaketime.py | 3 # offwaketime Summarize blocked time by kernel off-CPU stack + waker stack 6 # USAGE: offwaketime [-h] [-u] [-p PID] [-T] [duration] 30 ./offwaketime # trace off-CPU + waker stack time until Ctrl-C 31 ./offwaketime 5 # trace for 5 seconds only 32 ./offwaketime -f 5 # 5 seconds, and output in folded format 33 ./offwaketime -u # don't include kernel threads (user only) 34 ./offwaketime -p 185 # trace fo PID 185 only
|
/aosp_15_r20/external/bcc/snap/ |
H A D | snapcraft.yaml | 219 offwaketime: 220 command: bcc-wrapper offwaketime
|
/aosp_15_r20/external/bcc/debian/ |
H A D | changelog | 184 * support multiple pid/tids for offwaketime 337 * wakeuptime, offwaketime, argdist, {xfs,zfs,ext4}{slower,dist}, others
|
/aosp_15_r20/external/bcc/ |
H A D | README.md | 139 - tools/[offwaketime](tools/offwaketime.py): Summarize blocked time by kernel off-CPU stack and wak…
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_tools_smoke.py | 268 self.run_with_duration("offwaketime.py 1")
|