Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsynthetic-events.h129 int perf_event__synthesize_bpf_events(struct perf_session *session, perf_event__handler_t process,
132 static inline int perf_event__synthesize_bpf_events(struct perf_session *session __maybe_unused, in perf_event__synthesize_bpf_events() function
H A Dbpf-event.c757 int perf_event__synthesize_bpf_events(struct perf_session *session, in perf_event__synthesize_bpf_events() function
/linux/tools/perf/
H A Dbuiltin-top.c1286 ret = perf_event__synthesize_bpf_events(top->session, perf_event__process, in __cmd_top()
H A Dbuiltin-record.c2131 err = perf_event__synthesize_bpf_events(session, process_synthesized_event, in record__synthesize()