Home
last modified time | relevance | path

Searched full:cpudist (Results 1 – 7 of 7) sorted by relevance

/external/bcc/man/man8/
Dcpudist.81 .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] [interval] [count]
57 .B cpudist
61 .B cpudist -O
65 .B cpudist 1 10
69 .B cpudist \-mT 1
73 .B cpudist -P 185 1
/external/bcc/tools/
Dcpudist_example.txt1 Demonstrations of cpudist.
13 # ./cpudist.py
33 # ./cpudist.py
61 # ./cpudist.py -p $(pidof parprimes)
85 # ./cpudist.py -TP 5 3
165 # ./cpudist -O -p $(parprimes)
206 # ./cpudist.py -p $(pidof parprimes) -mL
281 # ./cpudist.py -h
283 usage: cpudist.py [-h] [-O] [-T] [-m] [-P] [-L] [-p PID] [interval] [count]
301 cpudist # summarize on-CPU time as a histogram
[all …]
Dcpudist.py4 # cpudist Summarize on- and off-CPU time per task as a histogram.
6 # USAGE: cpudist [-h] [-O] [-T] [-m] [-P] [-L] [-p PID] [interval] [count]
20 cpudist # summarize on-CPU time as a histogram
21 cpudist -O # summarize off-CPU time as a histogram
22 cpudist 1 10 # print 1 second summaries, 10 times
23 cpudist -mT 1 # 1s summaries, milliseconds, and timestamps
24 cpudist -P # show each PID separately
25 cpudist -p 185 # trace PID 185 only
/external/bcc/snapcraft/
Dsnapcraft.yaml69 cpudist:
70 command: wrapper cpudist
71 aliases: [cpudist]
/external/bcc/
DREADME.md98 - tools/[cpudist](tools/cpudist.py): Summarize on- and off-CPU time per task as a histogram. [Examp…
/external/bcc/tests/python/
Dtest_tools_smoke.py114 self.run_with_duration("cpudist.py 1 1")
/external/bcc/docs/
Dtutorial_bcc_python_developer.md527 1 "cpudist.py.1"