Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf-event.h40 int machine__process_bpf(struct machine *machine, union perf_event *event,
48 static inline int machine__process_bpf(struct machine *machine __maybe_unused, in machine__process_bpf() function
H A Dbpf-event.c80 int machine__process_bpf(struct machine *machine, union perf_event *event, in machine__process_bpf() function
H A Dmachine.c1982 ret = machine__process_bpf(machine, event, sample); break; in machine__process_event()