/aosp_15_r20/external/bcc/tools/ |
H A D | javacalls_example.txt | 1 Demonstrations of ucalls. 4 ucalls summarizes method calls in various high-level languages, including Java, 9 Through the syscalls support, ucalls can provide basic information on a 16 # ucalls -L $(pidof java) 30 # ucalls -l none -ST 10 7913 51 # ucalls -mT 5 $(pidof python) 62 # ./ucalls.py -h 63 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 86 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 87 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
H A D | perlcalls_example.txt | 1 Demonstrations of ucalls. 4 ucalls summarizes method calls in various high-level languages, including Java, 9 Through the syscalls support, ucalls can provide basic information on a 16 # ucalls -L $(pidof java) 30 # ucalls -l none -ST 10 7913 51 # ucalls -mT 5 $(pidof python) 62 # ./ucalls.py -h 63 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 86 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 87 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
H A D | pythoncalls_example.txt | 1 Demonstrations of ucalls. 4 ucalls summarizes method calls in various high-level languages, including Java, 9 Through the syscalls support, ucalls can provide basic information on a 16 # ucalls -L $(pidof java) 30 # ucalls -l none -ST 10 7913 51 # ucalls -mT 5 $(pidof python) 62 # ./ucalls.py -h 63 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 86 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 87 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
H A D | phpcalls_example.txt | 1 Demonstrations of ucalls. 4 ucalls summarizes method calls in various high-level languages, including Java, 9 Through the syscalls support, ucalls can provide basic information on a 16 # ucalls -L $(pidof java) 30 # ucalls -l none -ST 10 7913 51 # ucalls -mT 5 $(pidof python) 62 # ./ucalls.py -h 63 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 86 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 87 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
H A D | rubycalls_example.txt | 1 Demonstrations of ucalls. 4 ucalls summarizes method calls in various high-level languages, including Java, 9 Through the syscalls support, ucalls can provide basic information on a 16 # ucalls -L $(pidof java) 30 # ucalls -l none -ST 10 7913 51 # ucalls -mT 5 $(pidof python) 62 # ./ucalls.py -h 63 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 86 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 87 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
H A D | tclcalls_example.txt | 1 Demonstrations of ucalls. 4 ucalls summarizes method calls in various high-level languages, including Java, 9 Through the syscalls support, ucalls can provide basic information on a 16 # ucalls -L $(pidof java) 30 # ucalls -l none -ST 10 7913 51 # ucalls -mT 5 $(pidof python) 62 # ./ucalls.py -h 63 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 86 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 87 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
H A D | rubycalls.sh | 3 $lib/ucalls.py -l ruby "$@"
|
H A D | pythoncalls.sh | 3 $lib/ucalls.py -l python "$@"
|
H A D | phpcalls.sh | 3 $lib/ucalls.py -l php "$@"
|
H A D | tclcalls.sh | 3 $lib/ucalls.py -l tcl "$@"
|
H A D | javacalls.sh | 3 $lib/ucalls.py -l java "$@"
|
H A D | perlcalls.sh | 3 $lib/ucalls.py -l perl "$@"
|
/aosp_15_r20/external/bcc/tools/lib/ |
H A D | ucalls_example.txt | 1 Demonstrations of ucalls. 4 ucalls summarizes method calls in various high-level languages, including Java, 9 Through the syscalls support, ucalls can provide basic information on a 16 # ucalls -L $(pidof java) 30 # ucalls -l none -ST 10 7913 51 # ucalls -mT 5 $(pidof python) 62 # ./ucalls.py -h 63 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 86 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 87 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
H A D | ucalls.py | 4 # ucalls Summarize method calls in high-level languages and/or system calls. 7 # USAGE: ucalls [-l {java,perl,php,python,ruby,tcl}] [-h] [-T TOP] [-L] [-S] [-v] [-m] 24 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 25 ./ucalls -l python 2020 1 # trace Python calls and print every second 26 ./ucalls -l java 185 -S # trace Java calls and syscalls 27 ./ucalls 6712 -S # trace only syscall counts 28 ./ucalls -l ruby 1344 -T 10 # trace top 10 Ruby method calls 29 ./ucalls -l ruby 1344 -L # trace Ruby calls including latency 30 ./ucalls -l php 443 -LS # trace PHP calls and syscalls with latency 31 ./ucalls -l python 2020 -mL # trace Python calls including latency in ms
|
/aosp_15_r20/external/bcc/man/man8/ |
H A D | phpcalls.8 | 1 .TH ucalls 8 "2018-10-09" "USER COMMANDS" 3 ucalls, javacalls, perlcalls, phpcalls, pythoncalls, rubycalls, tclcalls \- Summarize method calls 18 .B ucalls [-l {java,perl,php,python,ruby}] [-h] [-T TOP] [-L] [-S] [-v] [-m] pid [interval] 22 is invoked, ucalls records the call count and optionally the method's execution 69 .B ucalls -T 10 -l ruby 1344 73 .B ucalls -l python -mL 2020 77 .B ucalls -S 788 10
|
H A D | perlcalls.8 | 1 .TH ucalls 8 "2018-10-09" "USER COMMANDS" 3 ucalls, javacalls, perlcalls, phpcalls, pythoncalls, rubycalls, tclcalls \- Summarize method calls 18 .B ucalls [-l {java,perl,php,python,ruby}] [-h] [-T TOP] [-L] [-S] [-v] [-m] pid [interval] 22 is invoked, ucalls records the call count and optionally the method's execution 69 .B ucalls -T 10 -l ruby 1344 73 .B ucalls -l python -mL 2020 77 .B ucalls -S 788 10
|
H A D | ucalls.8 | 1 .TH ucalls 8 "2018-10-09" "USER COMMANDS" 3 ucalls, javacalls, perlcalls, phpcalls, pythoncalls, rubycalls, tclcalls \- Summarize method calls 18 .B ucalls [-l {java,perl,php,python,ruby}] [-h] [-T TOP] [-L] [-S] [-v] [-m] pid [interval] 22 is invoked, ucalls records the call count and optionally the method's execution 69 .B ucalls -T 10 -l ruby 1344 73 .B ucalls -l python -mL 2020 77 .B ucalls -S 788 10
|
H A D | pythoncalls.8 | 1 .TH ucalls 8 "2018-10-09" "USER COMMANDS" 3 ucalls, javacalls, perlcalls, phpcalls, pythoncalls, rubycalls, tclcalls \- Summarize method calls 18 .B ucalls [-l {java,perl,php,python,ruby}] [-h] [-T TOP] [-L] [-S] [-v] [-m] pid [interval] 22 is invoked, ucalls records the call count and optionally the method's execution 69 .B ucalls -T 10 -l ruby 1344 73 .B ucalls -l python -mL 2020 77 .B ucalls -S 788 10
|
H A D | rubycalls.8 | 1 .TH ucalls 8 "2018-10-09" "USER COMMANDS" 3 ucalls, javacalls, perlcalls, phpcalls, pythoncalls, rubycalls, tclcalls \- Summarize method calls 18 .B ucalls [-l {java,perl,php,python,ruby}] [-h] [-T TOP] [-L] [-S] [-v] [-m] pid [interval] 22 is invoked, ucalls records the call count and optionally the method's execution 69 .B ucalls -T 10 -l ruby 1344 73 .B ucalls -l python -mL 2020 77 .B ucalls -S 788 10
|
H A D | tclcalls.8 | 1 .TH ucalls 8 "2018-10-09" "USER COMMANDS" 3 ucalls, javacalls, perlcalls, phpcalls, pythoncalls, rubycalls, tclcalls \- Summarize method calls 18 .B ucalls [-l {java,perl,php,python,ruby}] [-h] [-T TOP] [-L] [-S] [-v] [-m] pid [interval] 22 is invoked, ucalls records the call count and optionally the method's execution 69 .B ucalls -T 10 -l ruby 1344 73 .B ucalls -l python -mL 2020 77 .B ucalls -S 788 10
|
H A D | javacalls.8 | 1 .TH ucalls 8 "2018-10-09" "USER COMMANDS" 3 ucalls, javacalls, perlcalls, phpcalls, pythoncalls, rubycalls, tclcalls \- Summarize method calls 18 .B ucalls [-l {java,perl,php,python,ruby}] [-h] [-T TOP] [-L] [-S] [-v] [-m] pid [interval] 22 is invoked, ucalls records the call count and optionally the method's execution 69 .B ucalls -T 10 -l ruby 1344 73 .B ucalls -l python -mL 2020 77 .B ucalls -S 788 10
|
H A D | syscount.8 | 119 funccount(8), ucalls(8), argdist(8), trace(8), funclatency(8)
|
/aosp_15_r20/external/bcc/snap/ |
H A D | snapcraft.yaml | 331 ucalls: 332 command: bcc-wrapper lib/ucalls
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/include/ |
H A D | ucall_common.h | 11 /* Common ucalls */
|
/aosp_15_r20/external/bcc/ |
H A D | README.md | 177 - tools/[ucalls](tools/lib/ucalls.py): Summarize method calls or Linux syscalls in high-level langu…
|