Home
last modified time | relevance | path

Searched refs:unregister_jprobe (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/samples/kprobes/
Djprobe_example.c61 unregister_jprobe(&my_jprobe); in jprobe_exit()
/linux-4.4.14/include/linux/
Dkprobes.h373 void unregister_jprobe(struct jprobe *p);
432 static inline void unregister_jprobe(struct jprobe *p) in unregister_jprobe() function
/linux-4.4.14/net/dccp/
Dprobe.c190 unregister_jprobe(&dccp_send_probe); in dccpprobe_exit()
/linux-4.4.14/net/sctp/
Dprobe.c239 unregister_jprobe(&sctp_recv_probe); in sctpprobe_exit()
/linux-4.4.14/kernel/
Dtest_kprobes.c185 unregister_jprobe(&jp); in test_jprobe()
Dkprobes.c1755 void unregister_jprobe(struct jprobe *jp) in unregister_jprobe() function
1759 EXPORT_SYMBOL_GPL(unregister_jprobe);
/linux-4.4.14/drivers/misc/
Dlkdtm.c564 unregister_jprobe(&lkdtm); in lkdtm_register_cpoint()
871 unregister_jprobe(&lkdtm); in lkdtm_module_exit()
/linux-4.4.14/net/ipv4/
Dtcp_probe.c297 unregister_jprobe(&tcp_jprobe); in tcpprobe_exit()
/linux-4.4.14/arch/arm/probes/kprobes/
Dtest-core.c397 unregister_jprobe(&the_jprobe); in test_jprobe()
/linux-4.4.14/Documentation/
Dkprobes.txt453 void unregister_jprobe(struct jprobe *jp);