Home
last modified time | relevance | path

Searched full:uthreads (Results 1 – 12 of 12) sorted by relevance

/external/bcc/tools/
Dcthreads_example.txt1 Demonstrations of uthreads.
4 uthreads traces thread creation events in Java or raw (C) pthreads, and prints
11 # ./uthreads -l java 27420
25 # ./uthreads 27450
41 # ./uthreads -h
42 usage: uthreads.py [-h] [-l {c,java,none}] [-v] pid
57 ./uthreads -l java 185 # trace Java threads in process 185
58 ./uthreads -l none 12245 # trace only pthreads in process 12245
Djavathreads_example.txt1 Demonstrations of uthreads.
4 uthreads traces thread creation events in Java or raw (C) pthreads, and prints
11 # ./uthreads -l java 27420
25 # ./uthreads 27450
41 # ./uthreads -h
42 usage: uthreads.py [-h] [-l {c,java,none}] [-v] pid
57 ./uthreads -l java 185 # trace Java threads in process 185
58 ./uthreads -l none 12245 # trace only pthreads in process 12245
Djavathreads.sh3 $lib/uthreads.py -l java "$@"
/external/bcc/tools/lib/
Duthreads_example.txt1 Demonstrations of uthreads.
4 uthreads traces thread creation events in Java or raw (C) pthreads, and prints
11 # ./uthreads -l java 27420
25 # ./uthreads 27450
41 # ./uthreads -h
42 usage: uthreads.py [-h] [-l {c,java,none}] [-v] pid
57 ./uthreads -l java 185 # trace Java threads in process 185
58 ./uthreads -l none 12245 # trace only pthreads in process 12245
Duthreads.py4 # uthreads Trace thread creation/destruction events in high-level languages.
7 # USAGE: uthreads [-l {c,java,none}] [-v] pid
24 ./uthreads -l java 185 # trace Java threads in process 185
25 ./uthreads -l none 12245 # trace only pthreads in process 12245
/external/bcc/man/man8/
Djavathreads.81 .TH uthreads 8 "2018-10-09" "USER COMMANDS"
3 uthreads, cthreads, javathreads \- Trace thread creation events in Java or pthreads.
9 .B uthreads [-h] [-l {c,java,none}] [-v] pid
33 .B uthreads -l java 148
37 .B uthreads 1802
Dcthreads.81 .TH uthreads 8 "2018-10-09" "USER COMMANDS"
3 uthreads, cthreads, javathreads \- Trace thread creation events in Java or pthreads.
9 .B uthreads [-h] [-l {c,java,none}] [-v] pid
33 .B uthreads -l java 148
37 .B uthreads 1802
Duthreads.81 .TH uthreads 8 "2018-10-09" "USER COMMANDS"
3 uthreads, cthreads, javathreads \- Trace thread creation events in Java or pthreads.
9 .B uthreads [-h] [-l {c,java,none}] [-v] pid
33 .B uthreads -l java 148
37 .B uthreads 1802
/external/bcc/snap/
Dsnapcraft.yaml342 uthreads:
343 command: bcc-wrapper lib/uthreads
/external/bcc/
DREADME.md179 - tools/[uthreads](tools/lib/uthreads.py): Trace thread creation events in Java and raw pthreads. […
/external/bcc/debian/
Dchangelog258 ucalls, uflow, ugc, uobjnew, ustat, uthreads
/external/bcc/tests/python/
Dtest_tools_smoke.py403 self.run_with_int("lib/uthreads.py %d" % os.getpid())