/external/bcc/tools/ |
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 -ST 10 3018 52 # ucalls -mT 5 $(pidof python) 63 # ./ucalls.py -h 64 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 87 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 88 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
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 -ST 10 3018 52 # ucalls -mT 5 $(pidof python) 63 # ./ucalls.py -h 64 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 87 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 88 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
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 -ST 10 3018 52 # ucalls -mT 5 $(pidof python) 63 # ./ucalls.py -h 64 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 87 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 88 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
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 -ST 10 3018 52 # ucalls -mT 5 $(pidof python) 63 # ./ucalls.py -h 64 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 87 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 88 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
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 -ST 10 3018 52 # ucalls -mT 5 $(pidof python) 63 # ./ucalls.py -h 64 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 87 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 88 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
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 -ST 10 3018 52 # ucalls -mT 5 $(pidof python) 63 # ./ucalls.py -h 64 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 87 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 88 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
D | phpcalls.sh | 3 $lib/ucalls.py -l php "$@"
|
D | perlcalls.sh | 3 $lib/ucalls.py -l perl "$@"
|
D | tclcalls.sh | 3 $lib/ucalls.py -l tcl "$@"
|
D | javacalls.sh | 3 $lib/ucalls.py -l java "$@"
|
D | rubycalls.sh | 3 $lib/ucalls.py -l ruby "$@"
|
D | pythoncalls.sh | 3 $lib/ucalls.py -l python "$@"
|
/external/bcc/tools/lib/ |
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 -ST 10 3018 52 # ucalls -mT 5 $(pidof python) 63 # ./ucalls.py -h 64 usage: ucalls.py [-h] [-l {java,perl,php,python,ruby,tcl,none}] [-T TOP] [-L] [-S] [-v] 87 ./ucalls -l java 185 # trace Java calls and print statistics on ^C 88 ./ucalls -l python 2020 1 # trace Python calls and print every second [all …]
|
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
|
/external/bcc/man/man8/ |
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
|
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
|
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
|
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
|
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
|
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
|
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
|
D | syscount.8 | 110 funccount(8), ucalls(8), argdist(8), trace(8), funclatency(8)
|
/external/bcc/snapcraft/ |
D | snapcraft.yaml | 297 ucalls: 298 command: wrapper lib/ucalls 299 aliases: [ucalls]
|
/external/bcc/debian/ |
D | changelog | 47 ucalls, uflow, ugc, uobjnew, ustat, uthreads
|
/external/linux-kselftest/tools/testing/selftests/kvm/include/ |
D | kvm_util.h | 152 /* Common ucalls */
|