summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/uprobes_lib.stp
blob: bc6cc249065683cbdbdfe1984c168d765a4be672 (plain)
1
2
3
4
5
6
7
8
9
/* - Not activated probe... Seems always skipped?
probe process("uprobes_exe").function("main_func") {
  printf("main_func\n");
}
*/

probe process("libuprobes_lib.so").function("lib_func") {
  printf("lib_func\n");
}