Searched full:stackcount (Results 1 – 25 of 26) sorted by relevance
12
/external/bcc/man/man8/ |
D | stackcount.8 | 1 .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] [\-i INTERVAL] [\-D DURATION] [\-T] [\-r] [\-s] 8 stackcount traces functions and frequency counts them with their entire 65 .B stackcount submit_bio 69 .B stackcount \-d submit_bio 73 .B stackcount \-K submit_bio 77 .B stackcount \-U submit_bio 81 .B stackcount ip_output 85 .B stackcount \-s ip_output [all …]
|
D | funccount.8 | 105 stackcount(8)
|
D | wakeuptime.8 | 104 offcputime(8), stackcount(8)
|
D | offcputime.8 | 121 stackcount(8)
|
/external/bcc/tools/ |
D | stackcount_example.txt | 1 Demonstrations of stackcount, the Linux eBPF/bcc version. 9 # ./stackcount submit_bio 95 # ./stackcount -d submit_bio 184 # ./stackcount.py -d hrtimer_init_sleeper 297 # ./stackcount.py -d ip_output 367 # ./stackcount.py -K ip_output 394 # ./stackcount.py -U ip_output 419 # ./stackcount -p 4902 c:malloc 440 Note that user-space uses of stackcount can be somewhat more limited because 452 # ./stackcount -p $(pidof parprimes) u:pthread:pthread_create [all …]
|
D | stackcount.py | 3 # stackcount Count events and their stack traces. 6 # USAGE: stackcount.py [-h] [-p PID] [-i INTERVAL] [-D DURATION] [-T] [-r] [-s] 206 ./stackcount submit_bio # count kernel stack traces for submit_bio 207 ./stackcount -d ip_output # include a user/kernel stack delimiter 208 ./stackcount -s ip_output # show symbol offsets 209 ./stackcount -sv ip_output # show offsets and raw addresses (verbose) 210 ./stackcount 'tcp_send*' # count stacks for funcs matching tcp_send* 211 ./stackcount -r '^tcp_send.*' # same as above, using regular expressions 212 ./stackcount -Ti 5 ip_output # output every 5 seconds, with timestamps 213 ./stackcount -p 185 ip_output # count ip_output stacks for PID 185 only [all …]
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
D | FullFrame.java | 36 public int stackCount; field in FullFrame 69 int stackCount, in FullFrame() argument 75 this.stackCount = stackCount; in FullFrame() 97 for (int index = 0; index < stackCount; index++) in stackAccept() 131 this.stackCount != other.stackCount) in equals() 147 for (int index = 0; index < stackCount; index++) in equals() 171 for (int index = 0; index < stackCount; index++) in hashCode() 193 for (int index = 0; index < stackCount; index++) in toString()
|
/external/bcc/tools/old/ |
D | stackcount.py | 3 # 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/proguard/src/proguard/preverify/ |
D | CodePreverifier.java | 511 int stackCount = fullFrame.stackCount; in compressStackMapFrames() local 523 //if (stackCount == previousStackCount && in compressStackMapFrames() 524 // equalVerificationTypes(stack, previousStack, stackCount)) in compressStackMapFrames() 534 if (stackCount == 0) in compressStackMapFrames() 539 else if (stackCount == 1) in compressStackMapFrames() 545 else if (stackCount == 0) in compressStackMapFrames()
|
/external/bcc/snapcraft/ |
D | snapcraft.yaml | 252 stackcount: 253 command: wrapper stackcount 254 aliases: [stackcount]
|
/external/clang/test/Rewriter/ |
D | rewrite-foreach-3.m | 9 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
D | rewrite-foreach-2.m | 9 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
D | rewrite-foreach-1.m | 9 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
D | rewrite-foreach-4.m | 8 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
D | rewrite-foreach-5.m | 12 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
/external/clang/test/Parser/ |
D | objc-foreach-syntax.m | 5 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
D | objc-forcollection-1.m | 15 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
D | objc-forcollection-neg-2.m | 15 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
D | objc-forcollection-neg.m | 14 …e: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
/external/bcc/examples/tracing/ |
D | stacksnoop_example.txt | 21 For high frequency functions, see stackcount, which summarizes in-kernel for
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-stmt.mm | 28 …: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount;
|
/external/proguard/src/proguard/classfile/io/ |
D | ProgramClassReader.java | 702 fullFrame.stackCount = dataInput.readUnsignedShort(); in visitFullFrame() 703 fullFrame.stack = new VerificationType[fullFrame.stackCount]; in visitFullFrame() 704 for (int index = 0; index < fullFrame.stackCount; index++) in visitFullFrame()
|
D | ProgramClassWriter.java | 790 dataOutput.writeShort(fullFrame.stackCount); in visitFullFrame()
|
/external/bcc/ |
D | README.md | 139 - tools/[stackcount](tools/stackcount.py): Count kernel function calls and their stack traces. [Exa…
|
/external/bcc/tests/python/ |
D | test_tools_smoke.py | 283 self.run_with_int("stackcount.py __kmalloc -i 1")
|
12