Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/bcc/tools/
H A 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 -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 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 -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 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 -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 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 -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 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 -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 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 -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 Drubycalls.sh3 $lib/ucalls.py -l ruby "$@"
H A Dpythoncalls.sh3 $lib/ucalls.py -l python "$@"
H A Dphpcalls.sh3 $lib/ucalls.py -l php "$@"
H A Dtclcalls.sh3 $lib/ucalls.py -l tcl "$@"
H A Djavacalls.sh3 $lib/ucalls.py -l java "$@"
H A Dperlcalls.sh3 $lib/ucalls.py -l perl "$@"
/aosp_15_r20/external/bcc/tools/lib/
H A 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 -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 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
/aosp_15_r20/external/bcc/man/man8/
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A Dsyscount.8119 funccount(8), ucalls(8), argdist(8), trace(8), funclatency(8)
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml331 ucalls:
332 command: bcc-wrapper lib/ucalls
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/include/
H A Ducall_common.h11 /* Common ucalls */
/aosp_15_r20/external/bcc/
H A DREADME.md177 - tools/[ucalls](tools/lib/ucalls.py): Summarize method calls or Linux syscalls in high-level langu…

12