Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dbpf-event.h33 int machine__process_bpf(struct machine *machine, union perf_event *event,
40 static inline int machine__process_bpf(struct machine *machine __maybe_unused, in machine__process_bpf() function
Dbpf-event.c135 int machine__process_bpf(struct machine *machine, union perf_event *event, in machine__process_bpf() function
Devent.c279 return machine__process_bpf(machine, event, sample); in perf_event__process_bpf()
Dmachine.c2143 ret = machine__process_bpf(machine, event, sample); break; in machine__process_event()