Searched full:uobjnew (Results 1 – 23 of 23) sorted by relevance
/external/bcc/tools/ |
D | cobjnew_example.txt | 1 Demonstrations of uobjnew. 4 uobjnew summarizes new object allocation events and prints out statistics on 12 # ./uobjnew -l ruby 27245 31 # ./uobjnew -S 10 -l c 27245 50 # ./uobjnew -h 51 usage: uobjnew.py [-h] [-l {c,java,ruby,tcl}] [-C TOP_COUNT] [-S TOP_SIZE] [-v] 72 ./uobjnew -l java 145 # summarize Java allocations in process 145 73 ./uobjnew -l c 2020 1 # grab malloc() sizes and print every second 74 ./uobjnew -l ruby 6712 -C 10 # top 10 Ruby types by number of allocations 75 ./uobjnew -l ruby 6712 -S 10 # top 10 Ruby types by total size
|
D | javaobjnew_example.txt | 1 Demonstrations of uobjnew. 4 uobjnew summarizes new object allocation events and prints out statistics on 12 # ./uobjnew -l ruby 27245 31 # ./uobjnew -S 10 -l c 27245 50 # ./uobjnew -h 51 usage: uobjnew.py [-h] [-l {c,java,ruby,tcl}] [-C TOP_COUNT] [-S TOP_SIZE] [-v] 72 ./uobjnew -l java 145 # summarize Java allocations in process 145 73 ./uobjnew -l c 2020 1 # grab malloc() sizes and print every second 74 ./uobjnew -l ruby 6712 -C 10 # top 10 Ruby types by number of allocations 75 ./uobjnew -l ruby 6712 -S 10 # top 10 Ruby types by total size
|
D | tclobjnew_example.txt | 1 Demonstrations of uobjnew. 4 uobjnew summarizes new object allocation events and prints out statistics on 12 # ./uobjnew -l ruby 27245 31 # ./uobjnew -S 10 -l c 27245 50 # ./uobjnew -h 51 usage: uobjnew.py [-h] [-l {c,java,ruby,tcl}] [-C TOP_COUNT] [-S TOP_SIZE] [-v] 72 ./uobjnew -l java 145 # summarize Java allocations in process 145 73 ./uobjnew -l c 2020 1 # grab malloc() sizes and print every second 74 ./uobjnew -l ruby 6712 -C 10 # top 10 Ruby types by number of allocations 75 ./uobjnew -l ruby 6712 -S 10 # top 10 Ruby types by total size
|
D | rubyobjnew_example.txt | 1 Demonstrations of uobjnew. 4 uobjnew summarizes new object allocation events and prints out statistics on 12 # ./uobjnew -l ruby 27245 31 # ./uobjnew -S 10 -l c 27245 50 # ./uobjnew -h 51 usage: uobjnew.py [-h] [-l {c,java,ruby,tcl}] [-C TOP_COUNT] [-S TOP_SIZE] [-v] 72 ./uobjnew -l java 145 # summarize Java allocations in process 145 73 ./uobjnew -l c 2020 1 # grab malloc() sizes and print every second 74 ./uobjnew -l ruby 6712 -C 10 # top 10 Ruby types by number of allocations 75 ./uobjnew -l ruby 6712 -S 10 # top 10 Ruby types by total size
|
D | cobjnew.sh | 3 $lib/uobjnew.py -l c "$@"
|
D | rubyobjnew.sh | 3 $lib/uobjnew.py -l ruby "$@"
|
D | javaobjnew.sh | 3 $lib/uobjnew.py -l java "$@"
|
D | tclobjnew.sh | 3 $lib/uobjnew.py -l tcl "$@"
|
/external/bcc/tools/lib/ |
D | uobjnew_example.txt | 1 Demonstrations of uobjnew. 4 uobjnew summarizes new object allocation events and prints out statistics on 12 # ./uobjnew -l ruby 27245 31 # ./uobjnew -S 10 -l c 27245 50 # ./uobjnew -h 51 usage: uobjnew.py [-h] [-l {c,java,ruby,tcl}] [-C TOP_COUNT] [-S TOP_SIZE] [-v] 72 ./uobjnew -l java 145 # summarize Java allocations in process 145 73 ./uobjnew -l c 2020 1 # grab malloc() sizes and print every second 74 ./uobjnew -l ruby 6712 -C 10 # top 10 Ruby types by number of allocations 75 ./uobjnew -l ruby 6712 -S 10 # top 10 Ruby types by total size
|
D | uobjnew.py | 4 # uobjnew Summarize object allocations in high-level languages. 7 # USAGE: uobjnew [-h] [-T TOP] [-v] {c,java,ruby,tcl} pid [interval] 24 ./uobjnew -l java 145 # summarize Java allocations in process 145 25 ./uobjnew -l c 2020 1 # grab malloc() sizes and print every second 26 ./uobjnew -l ruby 6712 -C 10 # top 10 Ruby types by number of allocations 27 ./uobjnew -l ruby 6712 -S 10 # top 10 Ruby types by total size
|
/external/bcc/man/man8/ |
D | javaobjnew.8 | 1 .TH uobjnew 8 "2018-10-09" "USER COMMANDS" 3 uobjnew, cobjnew, javaobjnew, rubyobjnew, tclobjnew \- Summarize object allocations in 14 .B uobjnew [-h] [-C TOP_COUNT] [-S TOP_SIZE] [-v] [-l {c,java,ruby,tcl}] pid [interval] 16 uobjnew traces object allocations in high-level languages (including "malloc") 53 .B uobjnew ruby 148 57 .B uobjnew -S 10 c 1788
|
D | uobjnew.8 | 1 .TH uobjnew 8 "2018-10-09" "USER COMMANDS" 3 uobjnew, cobjnew, javaobjnew, rubyobjnew, tclobjnew \- Summarize object allocations in 14 .B uobjnew [-h] [-C TOP_COUNT] [-S TOP_SIZE] [-v] [-l {c,java,ruby,tcl}] pid [interval] 16 uobjnew traces object allocations in high-level languages (including "malloc") 53 .B uobjnew ruby 148 57 .B uobjnew -S 10 c 1788
|
D | rubyobjnew.8 | 1 .TH uobjnew 8 "2018-10-09" "USER COMMANDS" 3 uobjnew, cobjnew, javaobjnew, rubyobjnew, tclobjnew \- Summarize object allocations in 14 .B uobjnew [-h] [-C TOP_COUNT] [-S TOP_SIZE] [-v] [-l {c,java,ruby,tcl}] pid [interval] 16 uobjnew traces object allocations in high-level languages (including "malloc") 53 .B uobjnew ruby 148 57 .B uobjnew -S 10 c 1788
|
D | cobjnew.8 | 1 .TH uobjnew 8 "2018-10-09" "USER COMMANDS" 3 uobjnew, cobjnew, javaobjnew, rubyobjnew, tclobjnew \- Summarize object allocations in 14 .B uobjnew [-h] [-C TOP_COUNT] [-S TOP_SIZE] [-v] [-l {c,java,ruby,tcl}] pid [interval] 16 uobjnew traces object allocations in high-level languages (including "malloc") 53 .B uobjnew ruby 148 57 .B uobjnew -S 10 c 1788
|
D | tclobjnew.8 | 1 .TH uobjnew 8 "2018-10-09" "USER COMMANDS" 3 uobjnew, cobjnew, javaobjnew, rubyobjnew, tclobjnew \- Summarize object allocations in 14 .B uobjnew [-h] [-C TOP_COUNT] [-S TOP_SIZE] [-v] [-l {c,java,ruby,tcl}] pid [interval] 16 uobjnew traces object allocations in high-level languages (including "malloc") 53 .B uobjnew ruby 148 57 .B uobjnew -S 10 c 1788
|
D | rubygc.8 | 98 trace(8), ustat(8), uobjnew(8)
|
D | nodegc.8 | 98 trace(8), ustat(8), uobjnew(8)
|
D | javagc.8 | 98 trace(8), ustat(8), uobjnew(8)
|
D | ugc.8 | 98 trace(8), ustat(8), uobjnew(8)
|
D | pythongc.8 | 98 trace(8), ustat(8), uobjnew(8)
|
/external/bcc/snapcraft/ |
D | snapcraft.yaml | 252 uobjnew: 253 command: usr/share/bcc/tools/lib/uobjnew
|
/external/bcc/debian/ |
D | changelog | 53 ucalls, uflow, ugc, uobjnew, ustat, uthreads
|
/external/bcc/ |
D | README.md | 160 - tools/[uobjnew](tools/lib/uobjnew.py): Summarize object allocation events by object type and numb…
|