Lines Matching refs:perf_tool

38 	struct perf_tool	tool;
61 static int dso__inject_build_id(struct dso *dso, struct perf_tool *tool,
76 static int perf_event__repipe_synth(struct perf_tool *tool, in perf_event__repipe_synth()
85 static int perf_event__repipe_oe_synth(struct perf_tool *tool, in perf_event__repipe_oe_synth()
93 static int perf_event__drop_oe(struct perf_tool *tool __maybe_unused, in perf_event__drop_oe()
114 static int perf_event__repipe_attr(struct perf_tool *tool, in perf_event__repipe_attr()
132 static int perf_event__repipe_event_update(struct perf_tool *tool, in perf_event__repipe_event_update()
163 struct perf_tool *tool = session->tool; in perf_event__repipe_auxtrace()
210 static int perf_event__repipe(struct perf_tool *tool, in perf_event__repipe()
218 static int perf_event__drop(struct perf_tool *tool __maybe_unused, in perf_event__drop()
226 static int perf_event__drop_aux(struct perf_tool *tool, in perf_event__drop_aux()
261 typedef int (*inject_handler)(struct perf_tool *tool,
267 static int perf_event__repipe_sample(struct perf_tool *tool, in perf_event__repipe_sample()
289 static int perf_event__repipe_mmap(struct perf_tool *tool, in perf_event__repipe_mmap()
303 static int perf_event__jit_repipe_mmap(struct perf_tool *tool, in perf_event__jit_repipe_mmap()
370 static int perf_event__repipe_buildid_mmap(struct perf_tool *tool, in perf_event__repipe_buildid_mmap()
389 static int perf_event__repipe_mmap2(struct perf_tool *tool, in perf_event__repipe_mmap2()
403 static int perf_event__jit_repipe_mmap2(struct perf_tool *tool, in perf_event__jit_repipe_mmap2()
427 static int perf_event__repipe_buildid_mmap2(struct perf_tool *tool, in perf_event__repipe_buildid_mmap2()
455 static int perf_event__repipe_fork(struct perf_tool *tool, in perf_event__repipe_fork()
468 static int perf_event__repipe_comm(struct perf_tool *tool, in perf_event__repipe_comm()
481 static int perf_event__repipe_namespaces(struct perf_tool *tool, in perf_event__repipe_namespaces()
493 static int perf_event__repipe_exit(struct perf_tool *tool, in perf_event__repipe_exit()
532 static int dso__inject_build_id(struct dso *dso, struct perf_tool *tool, in dso__inject_build_id()
557 int perf_event__inject_buildid(struct perf_tool *tool, union perf_event *event, in perf_event__inject_buildid()
586 static int perf_inject__sched_process_exit(struct perf_tool *tool, in perf_inject__sched_process_exit()
606 static int perf_inject__sched_switch(struct perf_tool *tool, in perf_inject__sched_switch()
630 static int perf_inject__sched_stat(struct perf_tool *tool, in perf_inject__sched_stat()
679 static int drop_sample(struct perf_tool *tool __maybe_unused, in drop_sample()