Searched refs:uprobe (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 535 * or uprobe perf event, then the *prog_id* and *fd_type* will 538 * uprobe, the *probe_offset* and *probe_addr* will also be 541 * the tracepoint, kprobe or uprobe. 1595 * filename for uprobe 5147 * When called for kprobe program attached as uprobe it returns 5148 * probe address for both entry and return uprobe. 5153 * Address of the probe for uprobe and return uprobe. 5163 * - kprobe/uprobe; 6573 } uprobe; /* BPF_PERF_EVENT_UPROB member [all...] |
/third_party/libbpf/src/ |
H A D | libbpf.c | 5260 /* Creating uprobe in '/' binary should fail with -EBADF. */ 5372 "BPF multi-uprobe link support", probe_uprobe_multi_link, 9226 SEC_DEF("uprobe+", KPROBE, 0, SEC_NONE, attach_uprobe), 9227 SEC_DEF("uprobe.s+", KPROBE, 0, SEC_SLEEPABLE, attach_uprobe), 9233 SEC_DEF("uprobe.multi+", KPROBE, BPF_TRACE_UPROBE_MULTI, SEC_NONE, attach_uprobe_multi), 9235 SEC_DEF("uprobe.multi.s+", KPROBE, BPF_TRACE_UPROBE_MULTI, SEC_SLEEPABLE, attach_uprobe_multi), 10542 /* legacy uprobe/kprobe needs to be removed after perf event fd closure */ 10685 const char *file = "/sys/bus/event_source/devices/uprobe/type"; 10699 const char *file = "/sys/bus/event_source/devices/uprobe/format/retprobe"; 10707 static int perf_event_open_probe(bool uprobe, boo argument [all...] |
Completed in 24 milliseconds