Home
last modified time | relevance | path

Searched full:stackcount (Results 1 – 22 of 22) sorted by relevance

/external/bcc/man/man8/
Dstackcount.81 .TH stackcount 8 "2016-01-14" "USER COMMANDS"
3 stackcount \- Count function calls and their stack traces. Uses Linux eBPF/bcc.
5 .B stackcount [\-h] [\-p PID] [\-c CPU] [\-i INTERVAL] [\-D DURATION] [\-T]
8 stackcount traces functions and frequency counts them with their entire
77 .B stackcount submit_bio
81 .B stackcount \-d submit_bio
85 .B stackcount \-K submit_bio
89 .B stackcount \-U submit_bio
93 .B stackcount ip_output
97 .B stackcount \-s ip_output
[all …]
Dfunccount.8112 stackcount(8)
Dwakeuptime.8104 offcputime(8), stackcount(8)
Doffcputime.8118 stackcount(8)
/external/bcc/tools/
Dstackcount_example.txt1 Demonstrations of stackcount, the Linux eBPF/bcc version.
9 # ./stackcount submit_bio
81 # ./stackcount -P submit_bio
166 # ./stackcount -P -d submit_bio
255 # ./stackcount.py -P -d hrtimer_init_sleeper
368 # ./stackcount.py -P -d ip_output
438 # ./stackcount.py -K ip_output
465 # ./stackcount.py -P -U ip_output
490 # ./stackcount -p 4902 c:malloc
511 Note that user-space uses of stackcount can be somewhat more limited because
[all …]
Dstackcount.py3 # stackcount Count events and their stack traces.
6 # USAGE: stackcount.py [-h] [-p PID] [-c CPU] [-i INTERVAL] [-D DURATION] [-T]
209 ./stackcount submit_bio # count kernel stack traces for submit_bio
210 ./stackcount -d ip_output # include a user/kernel stack delimiter
211 ./stackcount -s ip_output # show symbol offsets
212 ./stackcount -sv ip_output # show offsets and raw addresses (verbose)
213 ./stackcount 'tcp_send*' # count stacks for funcs matching tcp_send*
214 ./stackcount -r '^tcp_send.*' # same as above, using regular expressions
215 ./stackcount -Ti 5 ip_output # output every 5 seconds, with timestamps
216 ./stackcount -p 185 ip_output # count ip_output stacks for PID 185 only
[all …]
/external/bcc/tools/old/
Dstackcount.py3 # stackcount Count kernel function calls and their stack traces.
6 # USAGE: stackcount [-h] [-p PID] [-i INTERVAL] [-T] [-r] pattern
30 ./stackcount submit_bio # count kernel stack traces for submit_bio
31 ./stackcount ip_output # count kernel stack traces for ip_output
32 ./stackcount -s ip_output # show symbol offsets
33 ./stackcount -sv ip_output # show offsets and raw addresses (verbose)
34 ./stackcount 'tcp_send*' # count stacks for funcs matching tcp_send*
35 ./stackcount -r '^tcp_send.*' # same as above, using regular expressions
36 ./stackcount -Ti 5 ip_output # output every 5 seconds, with timestamps
37 ./stackcount -p 185 ip_output # count ip_output stacks for PID 185 only
/external/clang/test/Rewriter/
Drewrite-foreach-3.m9 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
Drewrite-foreach-2.m9 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
Drewrite-foreach-1.m9 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
Drewrite-foreach-4.m8 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
Drewrite-foreach-5.m12 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
/external/clang/test/Parser/
Dobjc-foreach-syntax.m5 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
Dobjc-forcollection-1.m15 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
Dobjc-forcollection-neg-2.m15 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
Dobjc-forcollection-neg.m14 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
/external/bcc/snap/
Dsnapcraft.yaml281 stackcount:
282 command: bcc-wrapper stackcount
/external/bcc/examples/tracing/
Dstacksnoop_example.txt21 For high frequency functions, see stackcount, which summarizes in-kernel for
/external/clang/test/SemaObjCXX/
Dinstantiate-stmt.mm28 …: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount;
/external/bcc/
DREADME.md157 - tools/[stackcount](tools/stackcount.py): Count kernel function calls and their stack traces. [Exa…
/external/bcc/tests/python/
Dtest_tools_smoke.py324 self.run_with_int("stackcount.py __kmalloc -i 1")
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js1545 var stackCount = 0;
1566 if (++stackCount === parseInt(isStack[3])) {
1568 stackCount = 0;
1571 stackCount = 0;
1576 } while (++i < max && stackCount > 0);