Lines Matching full:attach
10 /* uprobe attach point */
16 /* attach point for byname uprobe */
22 /* attach point for byname sleepable uprobe */
28 /* attach point for ref_ctr */
36 /* manual attach kprobe/kretprobe/uprobe/uretprobe testings */
54 /* manual-attach kprobe/kretprobe */ in test_attach_probe_manual()
72 /* manual-attach uprobe/uretprobe */ in test_attach_probe_manual()
94 /* attach uprobe by function name manually */ in test_attach_probe_manual()
136 /* verify auto-attach fails for old-style uprobe definition */ in test_attach_probe_auto()
139 "auto-attach should fail for old-style name")) in test_attach_probe_auto()
142 /* verify auto-attach works */ in test_attach_probe_auto()
164 /* test attach by name for a library function, using the library in test_uprobe_lib()
253 /* sleepable kprobes should not attach successfully */ in test_kprobe_sleepable()