Home
last modified time | relevance | path

Searched refs:fn_offset (Results 1 – 3 of 3) sorted by relevance

/external/bcc/src/cc/
Dlibbpf.c828 const char *ev_name, const char *fn_name, uint64_t fn_offset) in bpf_attach_kprobe() argument
836 pfd = bpf_try_perf_event_open_with_probe(fn_name, fn_offset, -1, event_type, in bpf_attach_kprobe()
850 if (fn_offset > 0 && attach_type == BPF_PROBE_ENTRY) in bpf_attach_kprobe()
852 event_type, event_alias, fn_name, fn_offset); in bpf_attach_kprobe()
Dlibbpf.h74 const char *ev_name, const char *fn_name, uint64_t fn_offset);
/external/bcc/src/cc/includes/
Dlibbpf.h74 const char *ev_name, const char *fn_name, uint64_t fn_offset);