Searched full:cpudist (Results 1 – 13 of 13) sorted by relevance
| /external/bcc/man/man8/ |
| D | cpudist.8 | 1 .TH cpudist 8 "2016-06-28" "USER COMMANDS" 3 cpudist \- On- and off-CPU task time as a histogram. 5 .B cpudist [\-h] [-O] [\-T] [\-m] [\-P] [\-L] [\-p PID] [\-I] [interval] [count] 62 .B cpudist 66 .B cpudist -O 70 .B cpudist 1 10 74 .B cpudist \-mT 1 78 .B cpudist -p 185 1 82 .B cpudist -I
|
| /external/bcc/libbpf-tools/ |
| D | cpudist.c | 4 // Based on cpudist(8) from BCC by Brendan Gregg & Dina Goldshtein. 13 #include "cpudist.h" 14 #include "cpudist.skel.h" 35 const char *argp_program_version = "cpudist 0.1"; 41 "USAGE: cpudist [--help] [-O] [-T] [-m] [-P] [-L] [-p PID] [interval] [count]\n" 44 " cpudist # summarize on-CPU time as a histogram" 45 " cpudist -O # summarize off-CPU time as a histogram" 46 " cpudist 1 10 # print 1 second summaries, 10 times" 47 " cpudist -mT 1 # 1s summaries, milliseconds, and timestamps" 48 " cpudist -P # show each PID separately" [all …]
|
| D | Android.bp | 143 name: "cpudist.bpf.o", 144 srcs: ["cpudist.bpf.c"], 149 name: "cpudist.skel.h", 150 srcs: [":cpudist.bpf.o"], 151 out: ["cpudist.skel.h"], 156 name: "cpudist", 157 srcs: ["cpudist.c"], 158 generated_headers: ["cpudist.skel.h"],
|
| D | .gitignore | 12 /cpudist
|
| D | cpudist.bpf.c | 7 #include "cpudist.h"
|
| D | Makefile | 28 cpudist \
|
| /external/bcc/tools/ |
| D | cpudist.py | 4 # cpudist Summarize on- and off-CPU time per task as a histogram. 6 # USAGE: cpudist [-h] [-O] [-T] [-m] [-P] [-L] [-p PID] [-I] [interval] [count] 24 cpudist # summarize on-CPU time as a histogram 25 cpudist -O # summarize off-CPU time as a histogram 26 cpudist 1 10 # print 1 second summaries, 10 times 27 cpudist -mT 1 # 1s summaries, milliseconds, and timestamps 28 cpudist -P # show each PID separately 29 cpudist -p 185 # trace PID 185 only 30 cpudist -I # include CPU idle time
|
| D | cpudist_example.txt | 1 Demonstrations of cpudist. 15 # ./cpudist.py 35 # ./cpudist.py 63 # ./cpudist.py -p $(pidof parprimes) 87 # ./cpudist.py -TP 5 3 167 # ./cpudist -O -p $(parprimes) 208 # ./cpudist.py -p $(pidof parprimes) -mL 283 # ./cpudist.py -h 285 usage: cpudist.py [-h] [-O] [-T] [-m] [-P] [-L] [-p PID] [-I] [interval] [count] 304 cpudist # summarize on-CPU time as a histogram [all …]
|
| /external/bcc/snap/ |
| D | snapcraft.yaml | 134 cpudist: 135 command: bcc-wrapper cpudist
|
| /external/bcc/ |
| D | README.md | 102 - tools/[cpudist](tools/cpudist.py): Summarize on- and off-CPU time per task as a histogram. [Examp…
|
| /external/bcc/debian/ |
| D | changelog | 130 * libbpf-tools: cpudist, syscount, execsnoop, vfsstat
|
| /external/bcc/tests/python/ |
| D | test_tools_smoke.py | 128 self.run_with_duration("cpudist.py 1 1")
|
| /external/bcc/docs/ |
| D | tutorial_bcc_python_developer.md | 520 1 "cpudist.py.1"
|