perf-probe.txt (544abd44c7064c8a58a6bd2073d757f6b91d98c5) | perf-probe.txt (f045b8c4b36baddcfbdd4d3d956446e688b0b3cd) |
---|---|
1perf-probe(1) 2============= 3 4NAME 5---- 6perf-probe - Define new dynamic tracepoints 7 8SYNOPSIS --- 259 unchanged lines hidden (view full) --- 268Add probes at malloc() function on libc 269 270 ./perf probe -x /lib/libc.so.6 malloc or ./perf probe /lib/libc.so.6 malloc 271 272Add a uprobe to a target process running in a different mount namespace 273 274 ./perf probe --target-ns <target pid> -x /lib64/libc.so.6 malloc 275 | 1perf-probe(1) 2============= 3 4NAME 5---- 6perf-probe - Define new dynamic tracepoints 7 8SYNOPSIS --- 259 unchanged lines hidden (view full) --- 268Add probes at malloc() function on libc 269 270 ./perf probe -x /lib/libc.so.6 malloc or ./perf probe /lib/libc.so.6 malloc 271 272Add a uprobe to a target process running in a different mount namespace 273 274 ./perf probe --target-ns <target pid> -x /lib64/libc.so.6 malloc 275 |
276Add a USDT probe to a target process running in a different mount namespace 277 278 ./perf probe --target-ns <target pid> -x /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el7_3.x86_64/jre/lib/amd64/server/libjvm.so %sdt_hotspot:thread__sleep__end 279 280 |
|
276SEE ALSO 277-------- 278linkperf:perf-trace[1], linkperf:perf-record[1], linkperf:perf-buildid-cache[1] | 281SEE ALSO 282-------- 283linkperf:perf-trace[1], linkperf:perf-record[1], linkperf:perf-buildid-cache[1] |