Searched refs:uprobe_apply (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | uprobes.h | 210 extern int uprobe_apply(struct uprobe *uprobe, struct uprobe_consumer *uc, bool); 261 uprobe_apply(struct uprobe* uprobe, struct uprobe_consumer *uc, bool add) in uprobe_apply() function
|
| /linux/kernel/trace/ |
| H A D | trace_uprobe.c | 1329 ret = uprobe_apply(tu->uprobe, &tu->consumer, false); in uprobe_perf_close() 1353 err = uprobe_apply(tu->uprobe, &tu->consumer, true); in uprobe_perf_open()
|
| /linux/kernel/events/ |
| H A D | uprobes.c | 1449 int uprobe_apply(struct uprobe *uprobe, struct uprobe_consumer *uc, bool add) in uprobe_apply() function
|