Lines Matching refs:perf_tool
81 struct perf_tool tool;
115 struct perf_tool tool;
146 static int tool__inject_build_id(const struct perf_tool *tool,
153 static int tool__inject_mmap2_build_id(const struct perf_tool *tool,
176 static int perf_event__repipe_synth(const struct perf_tool *tool, in perf_event__repipe_synth()
186 static int perf_event__repipe_oe_synth(const struct perf_tool *tool, in perf_event__repipe_oe_synth()
194 static int perf_event__drop_oe(const struct perf_tool *tool __maybe_unused, in perf_event__drop_oe()
202 static int perf_event__repipe_op2_synth(const struct perf_tool *tool, in perf_event__repipe_op2_synth()
209 static int perf_event__repipe_op4_synth(const struct perf_tool *tool, in perf_event__repipe_op4_synth()
218 static int perf_event__repipe_attr(const struct perf_tool *tool, in perf_event__repipe_attr()
237 static int perf_event__repipe_event_update(const struct perf_tool *tool, in perf_event__repipe_event_update()
263 static s64 perf_event__repipe_auxtrace(const struct perf_tool *tool, in perf_event__repipe_auxtrace()
300 static int perf_event__repipe(const struct perf_tool *tool, in perf_event__repipe()
308 static int perf_event__drop(const struct perf_tool *tool __maybe_unused, in perf_event__drop()
316 static int perf_event__drop_aux(const struct perf_tool *tool, in perf_event__drop_aux()
357 typedef int (*inject_handler)(const struct perf_tool *tool,
363 static int perf_event__repipe_sample(const struct perf_tool *tool, in perf_event__repipe_sample()
388 static int perf_event__convert_sample_callchain(const struct perf_tool *tool, in perf_event__convert_sample_callchain()
539 static int perf_event__repipe_common_mmap(const struct perf_tool *tool, in perf_event__repipe_common_mmap()
548 int (*perf_event_process)(const struct perf_tool *tool, in perf_event__repipe_common_mmap()
644 static int perf_event__repipe_mmap(const struct perf_tool *tool, in perf_event__repipe_mmap()
658 static int perf_event__repipe_mmap2(const struct perf_tool *tool, in perf_event__repipe_mmap2()
685 static int perf_event__repipe_fork(const struct perf_tool *tool, in perf_event__repipe_fork()
698 static int perf_event__repipe_comm(const struct perf_tool *tool, in perf_event__repipe_comm()
711 static int perf_event__repipe_namespaces(const struct perf_tool *tool, in perf_event__repipe_namespaces()
723 static int perf_event__repipe_exit(const struct perf_tool *tool, in perf_event__repipe_exit()
737 static int perf_event__repipe_tracing_data(const struct perf_tool *tool, in perf_event__repipe_tracing_data()
837 static int tool__inject_build_id(const struct perf_tool *tool, in tool__inject_build_id()
874 static int tool__inject_mmap2_build_id(const struct perf_tool *tool, in tool__inject_mmap2_build_id()
914 const struct perf_tool *tool, in mark_dso_hit()
976 const struct perf_tool *tool;
991 int perf_event__inject_buildid(const struct perf_tool *tool, union perf_event *event, in perf_event__inject_buildid()
1034 static int perf_inject__sched_process_exit(const struct perf_tool *tool, in perf_inject__sched_process_exit()
1054 static int perf_inject__sched_switch(const struct perf_tool *tool, in perf_inject__sched_switch()
1079 static int perf_inject__sched_stat(const struct perf_tool *tool, in perf_inject__sched_stat()
1124 static int guest_session__repipe(const struct perf_tool *tool, in guest_session__repipe()
1290 static int process_attr(const struct perf_tool *tool, union perf_event *event, in process_attr()
1418 static int process_build_id(const struct perf_tool *tool, in process_build_id()
1478 static int guest_session__ksymbol_event(const struct perf_tool *tool, in guest_session__ksymbol_event()
1842 static int host__repipe(const struct perf_tool *tool, in host__repipe()
1857 static int host__finished_init(const struct perf_tool *tool, struct perf_session *session, in host__finished_init()
1916 static int host__finished_round(const struct perf_tool *tool, in host__finished_round()
1934 static int host__context_switch(const struct perf_tool *tool, in host__context_switch()
1988 static int drop_sample(const struct perf_tool *tool __maybe_unused, in drop_sample()