Lines Matching refs:tracing
4 BCC is a toolkit for creating efficient kernel tracing and manipulation
43 See the source: [bitehist.py](examples/tracing/bitehist.py). What this traces,
68 - examples/tracing/[bitehist.py](examples/tracing/bitehist.py): Block I/O size histogram. [Examples…
69 - examples/tracing/[disksnoop.py](examples/tracing/disksnoop.py): Trace block device I/O latency. […
71 …examples/tracing/[mysqld_query.py](examples/tracing/mysqld_query.py): Trace MySQL server queries u…
72 …tracing/[nodejs_http_server.py](examples/tracing/nodejs_http_server.py): Trace Node.js HTTP server…
73 …mples/tracing/[stacksnoop](examples/tracing/stacksnoop.py): Trace a kernel function and print all …
75 - examples/tracing/[task_switch.py](examples/tracing/task_switch.py): Count task switches with from…
76 - examples/tracing/[tcpv4connect.py](examples/tracing/tcpv4connect.py): Trace TCP IPv4 active conne…
77 - examples/tracing/[trace_fields.py](examples/tracing/trace_fields.py): Simple example of printing …
78 …s/tracing/[urandomread.py](examples/tracing/urandomread.py): A kernel tracepoint example, which tr…
79 …tracing/[vfsreadlat.py](examples/tracing/vfsreadlat.py) examples/tracing/[vfsreadlat.c](examples/t…
80 …tracing/[kvm_hypercall.py](examples/tracing/kvm_hypercall.py): Conditional static kernel tracepoin…
131 - tools/[reset-trace](tools/reset-trace.sh): Reset the state of tracing. Maintenance tool only. [Ex…
216 * Self-contained tools for tracing a running system