Home
last modified time | relevance | path

Searched refs:bpf_skel (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dbpf-filter.c542 evsel->bpf_skel = skel; in perf_bpf_filter__prepare()
569 sample_filter_bpf__destroy(evsel->bpf_skel); in perf_bpf_filter__destroy()
601 } else if (evsel->bpf_skel) { in perf_bpf_filter__lost_count()
602 struct sample_filter_bpf *skel = evsel->bpf_skel; in perf_bpf_filter__lost_count()
H A Devsel.h173 void *bpf_skel; member
H A DBuild306 … util/bpf-filter.l $(OUTPUT)util/bpf-filter-bison.c util/bpf-filter.h util/bpf_skel/sample-filter.h
311 …$(OUTPUT)util/bpf-filter-bison.h: util/bpf-filter.y util/bpf-filter.h util/bpf_skel/sample-filter.h
H A Dbpf_counter.c899 evsel->bpf_skel = NULL; in bpf_counter__destroy()
/linux/tools/perf/
H A DMakefile.perf228 VMLINUX_H=$(src-perf)/util/bpf_skel/vmlinux/vmlinux.h
1166 SKEL_OUT := $(abspath $(OUTPUT)util/bpf_skel)
1247 $(SKEL_TMP_OUT)/%.bpf.o: $(OUTPUT)PERF-VERSION-FILE util/bpf_skel/perf_version.h | $(SKEL_TMP_OUT)
1248 $(SKEL_TMP_OUT)/%.bpf.o: util/bpf_skel/%.bpf.c $(LIBBPF) $(SKEL_OUT)/vmlinux.h
1251 -include $(OUTPUT)PERF-VERSION-FILE -include util/bpf_skel/perf_version.h \
1252 -c $(filter util/bpf_skel/%.bpf.c,$^) -o $@
H A DMakefile.config738 VMLINUX_H=$(src-perf)/util/bpf_skel/vmlinux/vmlinux.h