Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.h108 int perf_event__synthesize_bpf_events(struct perf_session *session, perf_event__handler_t process,
111 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.c377 int perf_event__synthesize_bpf_events(struct perf_session *session, in perf_event__synthesize_bpf_events() function
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c1273 ret = perf_event__synthesize_bpf_events(top->session, perf_event__process, in __cmd_top()
H A Dbuiltin-record.c2057 err = perf_event__synthesize_bpf_events(session, process_synthesized_event, in record__synthesize()