Merge tag 'v3.14.25' into backport/v3.14.24-ltsi-rc1+v3.14.25/snapshot-merge.wip
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / staging / ktap / samples / userspace / glibc_sdt.kp
1 #!/usr/bin/env ktap
2
3 #This ktap script trace all sdt notes in glibc
4
5 #only tested in x86-64 system,
6 #if you run this script in x86_32, change the libc path.
7
8 trace sdt:/lib64/libc.so.6:* {
9         print(execname(), argevent)
10 }
11