Lines Matching refs:perf_tool
81 struct perf_tool tool;
115 struct perf_tool tool;
144 static int tool__inject_build_id(const struct perf_tool *tool,
151 static int tool__inject_mmap2_build_id(const struct perf_tool *tool,
174 static int perf_event__repipe_synth(const struct perf_tool *tool, in perf_event__repipe_synth()
184 static int perf_event__repipe_oe_synth(const struct perf_tool *tool, in perf_event__repipe_oe_synth()
192 static int perf_event__drop_oe(const struct perf_tool *tool __maybe_unused, in perf_event__drop_oe()
214 static int perf_event__repipe_attr(const struct perf_tool *tool, in perf_event__repipe_attr()
233 static int perf_event__repipe_event_update(const struct perf_tool *tool, in perf_event__repipe_event_update()
264 const struct perf_tool *tool = session->tool; in perf_event__repipe_auxtrace()
311 static int perf_event__repipe(const struct perf_tool *tool, in perf_event__repipe()
319 static int perf_event__drop(const struct perf_tool *tool __maybe_unused, in perf_event__drop()
327 static int perf_event__drop_aux(const struct perf_tool *tool, in perf_event__drop_aux()
368 typedef int (*inject_handler)(const struct perf_tool *tool,
374 static int perf_event__repipe_sample(const struct perf_tool *tool, in perf_event__repipe_sample()
466 static int perf_event__repipe_common_mmap(const struct perf_tool *tool, in perf_event__repipe_common_mmap()
475 int (*perf_event_process)(const struct perf_tool *tool, in perf_event__repipe_common_mmap()
571 static int perf_event__repipe_mmap(const struct perf_tool *tool, in perf_event__repipe_mmap()
585 static int perf_event__repipe_mmap2(const struct perf_tool *tool, in perf_event__repipe_mmap2()
610 static int perf_event__repipe_fork(const struct perf_tool *tool, in perf_event__repipe_fork()
623 static int perf_event__repipe_comm(const struct perf_tool *tool, in perf_event__repipe_comm()
636 static int perf_event__repipe_namespaces(const struct perf_tool *tool, in perf_event__repipe_namespaces()
648 static int perf_event__repipe_exit(const struct perf_tool *tool, in perf_event__repipe_exit()
757 static int tool__inject_build_id(const struct perf_tool *tool, in tool__inject_build_id()
794 static int tool__inject_mmap2_build_id(const struct perf_tool *tool, in tool__inject_mmap2_build_id()
834 const struct perf_tool *tool, in mark_dso_hit()
896 const struct perf_tool *tool;
911 int perf_event__inject_buildid(const struct perf_tool *tool, union perf_event *event, in perf_event__inject_buildid()
954 static int perf_inject__sched_process_exit(const struct perf_tool *tool, in perf_inject__sched_process_exit()
974 static int perf_inject__sched_switch(const struct perf_tool *tool, in perf_inject__sched_switch()
999 static int perf_inject__sched_stat(const struct perf_tool *tool, in perf_inject__sched_stat()
1044 static int guest_session__repipe(const struct perf_tool *tool, in guest_session__repipe()
1210 static int process_attr(const struct perf_tool *tool, union perf_event *event, in process_attr()
1338 static int process_build_id(const struct perf_tool *tool, in process_build_id()
1398 static int guest_session__ksymbol_event(const struct perf_tool *tool, in guest_session__ksymbol_event()
1762 static int host__repipe(const struct perf_tool *tool, in host__repipe()
1835 static int host__finished_round(const struct perf_tool *tool, in host__finished_round()
1853 static int host__context_switch(const struct perf_tool *tool, in host__context_switch()
1907 static int drop_sample(const struct perf_tool *tool __maybe_unused, in drop_sample()