Lines Matching refs:tplist
1 Demonstrations of tplist.
4 tplist displays kernel tracepoints and USDT probes, including their
13 executable contains. Just run tplist on that executable (or library):
15 $ tplist -l basic_usdt
22 $ tplist '*loop_iter' -l basic_usdt -v
36 $ tplist -l pthread # list probes in libpthread
44 $ tplist -l c # list probes in libc
52 tplist also understands kernel tracepoints, and can list their format
55 # tplist 'block*'
79 $ tplist -v block:block_rq_complete
93 which their values are coming from. In super-verbose mode, tplist will print
96 $ tplist -vv -l c *alloc*
118 $ tplist -h
119 usage: tplist.py [-h] [-p PID] [-l LIB] [-v] [filter]