Lines Matching refs:perf_tool

16 static int perf_session__process_compressed_event(const struct perf_tool *tool __maybe_unused,  in perf_session__process_compressed_event()
83 static int process_event_synth_tracing_data_stub(const struct perf_tool *tool __maybe_unused, in process_event_synth_tracing_data_stub()
91 static int process_event_synth_attr_stub(const struct perf_tool *tool __maybe_unused, in process_event_synth_attr_stub()
99 static int process_event_synth_event_update_stub(const struct perf_tool *tool __maybe_unused, in process_event_synth_event_update_stub()
110 int process_event_sample_stub(const struct perf_tool *tool __maybe_unused, in process_event_sample_stub()
120 static int process_event_stub(const struct perf_tool *tool __maybe_unused, in process_event_stub()
129 static int process_finished_round_stub(const struct perf_tool *tool __maybe_unused, in process_finished_round_stub()
152 static s64 process_event_auxtrace_stub(const struct perf_tool *tool __maybe_unused, in process_event_auxtrace_stub()
162 static int process_event_op2_stub(const struct perf_tool *tool __maybe_unused, in process_event_op2_stub()
172 int process_event_thread_map_stub(const struct perf_tool *tool __maybe_unused, in process_event_thread_map_stub()
184 int process_event_cpu_map_stub(const struct perf_tool *tool __maybe_unused, in process_event_cpu_map_stub()
196 int process_event_stat_config_stub(const struct perf_tool *tool __maybe_unused, in process_event_stat_config_stub()
207 static int process_stat_stub(const struct perf_tool *tool __maybe_unused, in process_stat_stub()
218 static int process_stat_round_stub(const struct perf_tool *tool __maybe_unused, in process_stat_round_stub()
229 static int process_event_time_conv_stub(const struct perf_tool *tool __maybe_unused, in process_event_time_conv_stub()
240 static int perf_session__process_compressed_event_stub(const struct perf_tool *tool __maybe_unused, in perf_session__process_compressed_event_stub()
250 static int perf_event__process_bpf_metadata_stub(const struct perf_tool *tool __maybe_unused, in perf_event__process_bpf_metadata_stub()
259 static int process_schedstat_cpu_stub(const struct perf_tool *tool __maybe_unused, in process_schedstat_cpu_stub()
269 static int process_schedstat_domain_stub(const struct perf_tool *tool __maybe_unused, in process_schedstat_domain_stub()
279 void perf_tool__init(struct perf_tool *tool, bool ordered_events) in perf_tool__init()
342 bool perf_tool__compressed_is_stub(const struct perf_tool *tool) in perf_tool__compressed_is_stub()
348 static int delegate_ ## name(const struct perf_tool *tool, \
355 struct perf_tool *delegate = del_tool->delegate; \
363 static int delegate_ ## name(const struct perf_tool *tool, \
368 struct perf_tool *delegate = del_tool->delegate; \
375 static int delegate_ ## name(const struct perf_tool *tool, \
380 struct perf_tool *delegate = del_tool->delegate; \
386 static int delegate_ ## name(const struct perf_tool *tool, \
392 struct perf_tool *delegate = del_tool->delegate; \
415 static int delegate_ ## name(const struct perf_tool *tool, \
420 struct perf_tool *delegate = del_tool->delegate; \
439 static s64 delegate_ ## name(const struct perf_tool *tool, \
444 struct perf_tool *delegate = del_tool->delegate; \
450 static int delegate_ ## name(const struct perf_tool *tool, \
457 struct perf_tool *delegate = del_tool->delegate; \
462 void delegate_tool__init(struct delegate_tool *tool, struct perf_tool *delegate) in delegate_tool__init()