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