/aosp_15_r20/external/bcc/tools/ |
H A 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
|
H A 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
|
H A 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
|
H A 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
|
H A D | rubyobjnew.sh | 3 $lib/uobjnew.py -l ruby "$@"
|
H A D | tclobjnew.sh | 3 $lib/uobjnew.py -l tcl "$@"
|
H A D | javaobjnew.sh | 3 $lib/uobjnew.py -l java "$@"
|
H A D | cobjnew.sh | 3 $lib/uobjnew.py -l c "$@"
|
/aosp_15_r20/external/bcc/tools/lib/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/bcc/man/man8/ |
H A 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
|
H A 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
|
H A 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
|
H A 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
|
H A 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
|
H A D | nodegc.8 | 98 trace(8), ustat(8), uobjnew(8)
|
H A D | pythongc.8 | 98 trace(8), ustat(8), uobjnew(8)
|
H A D | ugc.8 | 98 trace(8), ustat(8), uobjnew(8)
|
H A D | rubygc.8 | 98 trace(8), ustat(8), uobjnew(8)
|
H A D | javagc.8 | 98 trace(8), ustat(8), uobjnew(8)
|
/aosp_15_r20/external/bcc/snap/ |
H A D | snapcraft.yaml | 337 uobjnew: 338 command: bcc-wrapper lib/uobjnew
|
/aosp_15_r20/external/bcc/ |
H A D | README.md | 180 - tools/[uobjnew](tools/lib/uobjnew.py): Summarize object allocation events by object type and numb…
|
/aosp_15_r20/external/bcc/debian/ |
H A D | changelog | 318 ucalls, uflow, ugc, uobjnew, ustat, uthreads
|