Lines Matching refs:perf_tool

81 	struct perf_tool		tool;
107 struct perf_tool tool;
137 static int dso__inject_build_id(struct dso *dso, struct perf_tool *tool,
152 static int perf_event__repipe_synth(struct perf_tool *tool, in perf_event__repipe_synth()
161 static int perf_event__repipe_oe_synth(struct perf_tool *tool, in perf_event__repipe_oe_synth()
169 static int perf_event__drop_oe(struct perf_tool *tool __maybe_unused, in perf_event__drop_oe()
191 static int perf_event__repipe_attr(struct perf_tool *tool, in perf_event__repipe_attr()
209 static int perf_event__repipe_event_update(struct perf_tool *tool, in perf_event__repipe_event_update()
240 struct perf_tool *tool = session->tool; in perf_event__repipe_auxtrace()
287 static int perf_event__repipe(struct perf_tool *tool, in perf_event__repipe()
295 static int perf_event__drop(struct perf_tool *tool __maybe_unused, in perf_event__drop()
303 static int perf_event__drop_aux(struct perf_tool *tool, in perf_event__drop_aux()
338 typedef int (*inject_handler)(struct perf_tool *tool,
344 static int perf_event__repipe_sample(struct perf_tool *tool, in perf_event__repipe_sample()
366 static int perf_event__repipe_mmap(struct perf_tool *tool, in perf_event__repipe_mmap()
380 static int perf_event__jit_repipe_mmap(struct perf_tool *tool, in perf_event__jit_repipe_mmap()
450 static int perf_event__repipe_buildid_mmap(struct perf_tool *tool, in perf_event__repipe_buildid_mmap()
469 static int perf_event__repipe_mmap2(struct perf_tool *tool, in perf_event__repipe_mmap2()
495 static int perf_event__jit_repipe_mmap2(struct perf_tool *tool, in perf_event__jit_repipe_mmap2()
519 static int perf_event__repipe_buildid_mmap2(struct perf_tool *tool, in perf_event__repipe_buildid_mmap2()
560 static int perf_event__repipe_fork(struct perf_tool *tool, in perf_event__repipe_fork()
573 static int perf_event__repipe_comm(struct perf_tool *tool, in perf_event__repipe_comm()
586 static int perf_event__repipe_namespaces(struct perf_tool *tool, in perf_event__repipe_namespaces()
598 static int perf_event__repipe_exit(struct perf_tool *tool, in perf_event__repipe_exit()
709 static int dso__inject_build_id(struct dso *dso, struct perf_tool *tool, in dso__inject_build_id()
740 int perf_event__inject_buildid(struct perf_tool *tool, union perf_event *event, in perf_event__inject_buildid()
769 static int perf_inject__sched_process_exit(struct perf_tool *tool, in perf_inject__sched_process_exit()
789 static int perf_inject__sched_switch(struct perf_tool *tool, in perf_inject__sched_switch()
814 static int perf_inject__sched_stat(struct perf_tool *tool, in perf_inject__sched_stat()
859 static int guest_session__repipe(struct perf_tool *tool, in guest_session__repipe()
1025 static int process_attr(struct perf_tool *tool, union perf_event *event, in process_attr()
1153 static int process_build_id(struct perf_tool *tool, in process_build_id()
1198 static int guest_session__ksymbol_event(struct perf_tool *tool, in guest_session__ksymbol_event()
1554 static int host__repipe(struct perf_tool *tool, in host__repipe()
1627 static int host__finished_round(struct perf_tool *tool, in host__finished_round()
1645 static int host__context_switch(struct perf_tool *tool, in host__context_switch()
1699 static int drop_sample(struct perf_tool *tool __maybe_unused, in drop_sample()