Home
last modified time | relevance | path

Searched refs:func_end (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dbpf_ftrace.c94 skel->links.func_end = bpf_program__attach_kprobe(skel->progs.func_end, in perf_ftrace__latency_prepare_bpf()
96 if (IS_ERR(skel->links.func_end)) { in perf_ftrace__latency_prepare_bpf()
98 err = PTR_ERR(skel->links.func_end); in perf_ftrace__latency_prepare_bpf()
/linux/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c81 int BPF_PROG(func_end) in BPF_PROG() argument