Lines Matching refs:perf_tool
39 struct perf_tool tool;
65 static int dso__inject_build_id(struct dso *dso, struct perf_tool *tool,
80 static int perf_event__repipe_synth(struct perf_tool *tool, in perf_event__repipe_synth()
89 static int perf_event__repipe_oe_synth(struct perf_tool *tool, in perf_event__repipe_oe_synth()
97 static int perf_event__drop_oe(struct perf_tool *tool __maybe_unused, in perf_event__drop_oe()
118 static int perf_event__repipe_attr(struct perf_tool *tool, in perf_event__repipe_attr()
136 static int perf_event__repipe_event_update(struct perf_tool *tool, in perf_event__repipe_event_update()
167 struct perf_tool *tool = session->tool; in perf_event__repipe_auxtrace()
214 static int perf_event__repipe(struct perf_tool *tool, in perf_event__repipe()
222 static int perf_event__drop(struct perf_tool *tool __maybe_unused, in perf_event__drop()
230 static int perf_event__drop_aux(struct perf_tool *tool, in perf_event__drop_aux()
265 typedef int (*inject_handler)(struct perf_tool *tool,
271 static int perf_event__repipe_sample(struct perf_tool *tool, in perf_event__repipe_sample()
293 static int perf_event__repipe_mmap(struct perf_tool *tool, in perf_event__repipe_mmap()
307 static int perf_event__jit_repipe_mmap(struct perf_tool *tool, in perf_event__jit_repipe_mmap()
375 static int perf_event__repipe_buildid_mmap(struct perf_tool *tool, in perf_event__repipe_buildid_mmap()
394 static int perf_event__repipe_mmap2(struct perf_tool *tool, in perf_event__repipe_mmap2()
420 static int perf_event__jit_repipe_mmap2(struct perf_tool *tool, in perf_event__jit_repipe_mmap2()
444 static int perf_event__repipe_buildid_mmap2(struct perf_tool *tool, in perf_event__repipe_buildid_mmap2()
484 static int perf_event__repipe_fork(struct perf_tool *tool, in perf_event__repipe_fork()
497 static int perf_event__repipe_comm(struct perf_tool *tool, in perf_event__repipe_comm()
510 static int perf_event__repipe_namespaces(struct perf_tool *tool, in perf_event__repipe_namespaces()
522 static int perf_event__repipe_exit(struct perf_tool *tool, in perf_event__repipe_exit()
561 static int dso__inject_build_id(struct dso *dso, struct perf_tool *tool, in dso__inject_build_id()
586 int perf_event__inject_buildid(struct perf_tool *tool, union perf_event *event, in perf_event__inject_buildid()
615 static int perf_inject__sched_process_exit(struct perf_tool *tool, in perf_inject__sched_process_exit()
635 static int perf_inject__sched_switch(struct perf_tool *tool, in perf_inject__sched_switch()
659 static int perf_inject__sched_stat(struct perf_tool *tool, in perf_inject__sched_stat()
708 static int drop_sample(struct perf_tool *tool __maybe_unused, in drop_sample()