Home
last modified time | relevance | path

Searched full:ucalls (Results 1 – 25 of 27) sorted by relevance

12

/external/bcc/tools/
Dpythoncalls_example.txt1 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 …]
Dperlcalls_example.txt1 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 …]
Drubycalls_example.txt1 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 …]
Djavacalls_example.txt1 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 …]
Dtclcalls_example.txt1 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 …]
Dphpcalls_example.txt1 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 …]
Dphpcalls.sh3 $lib/ucalls.py -l php "$@"
Dperlcalls.sh3 $lib/ucalls.py -l perl "$@"
Dtclcalls.sh3 $lib/ucalls.py -l tcl "$@"
Djavacalls.sh3 $lib/ucalls.py -l java "$@"
Drubycalls.sh3 $lib/ucalls.py -l ruby "$@"
Dpythoncalls.sh3 $lib/ucalls.py -l python "$@"
/external/bcc/tools/lib/
Ducalls_example.txt1 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 …]
Ducalls.py4 # 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/
Drubycalls.81 .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
Djavacalls.81 .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
Dtclcalls.81 .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
Dpythoncalls.81 .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
Ducalls.81 .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
Dperlcalls.81 .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
Dphpcalls.81 .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
Dsyscount.8110 funccount(8), ucalls(8), argdist(8), trace(8), funclatency(8)
/external/bcc/snapcraft/
Dsnapcraft.yaml297 ucalls:
298 command: wrapper lib/ucalls
299 aliases: [ucalls]
/external/bcc/debian/
Dchangelog47 ucalls, uflow, ugc, uobjnew, ustat, uthreads
/external/linux-kselftest/tools/testing/selftests/kvm/include/
Dkvm_util.h152 /* Common ucalls */

12