Home
last modified time | relevance | path

Searched refs:perf_tool (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v4.19/tools/perf/util/
Dheader.h109 int perf_event__synthesize_features(struct perf_tool *tool,
114 int perf_event__synthesize_extra_attr(struct perf_tool *tool,
119 int perf_event__process_feature(struct perf_tool *tool,
123 int perf_event__synthesize_attr(struct perf_tool *tool,
126 int perf_event__synthesize_attrs(struct perf_tool *tool,
129 int perf_event__synthesize_event_update_unit(struct perf_tool *tool,
132 int perf_event__synthesize_event_update_scale(struct perf_tool *tool,
135 int perf_event__synthesize_event_update_name(struct perf_tool *tool,
138 int perf_event__synthesize_event_update_cpus(struct perf_tool *tool,
141 int perf_event__process_attr(struct perf_tool *tool, union perf_event *event,
[all …]
Dtool.h14 struct perf_tool;
18 typedef int (*event_sample)(struct perf_tool *tool, union perf_event *event,
22 typedef int (*event_op)(struct perf_tool *tool, union perf_event *event,
25 typedef int (*event_attr_op)(struct perf_tool *tool,
29 typedef int (*event_op2)(struct perf_tool *tool, union perf_event *event,
32 typedef int (*event_oe)(struct perf_tool *tool, union perf_event *event,
35 typedef s64 (*event_op3)(struct perf_tool *tool, union perf_event *event,
44 struct perf_tool { struct
Devent.h658 struct perf_tool;
664 typedef int (*perf_event__handler_t)(struct perf_tool *tool,
669 int perf_event__synthesize_thread_map(struct perf_tool *tool,
674 int perf_event__synthesize_thread_map2(struct perf_tool *tool,
678 int perf_event__synthesize_cpu_map(struct perf_tool *tool,
682 int perf_event__synthesize_threads(struct perf_tool *tool,
687 int perf_event__synthesize_kernel_mmap(struct perf_tool *tool,
690 int perf_event__synthesize_stat_config(struct perf_tool *tool,
696 int perf_event__synthesize_stat(struct perf_tool *tool,
701 int perf_event__synthesize_stat_round(struct perf_tool *tool,
[all …]
Dauxtrace.h35 struct perf_tool;
143 struct perf_tool *tool);
146 struct perf_tool *tool);
148 struct perf_tool *tool);
436 typedef int (*process_auxtrace_t)(struct perf_tool *tool,
441 struct perf_tool *tool, process_auxtrace_t fn);
445 struct perf_tool *tool, process_auxtrace_t fn,
517 struct perf_tool *tool,
520 int perf_event__process_auxtrace_info(struct perf_tool *tool,
523 s64 perf_event__process_auxtrace(struct perf_tool *tool,
[all …]
Dsession.h37 struct perf_tool *tool;
40 struct perf_tool;
43 bool repipe, struct perf_tool *tool);
58 void perf_tool__fill_defaults(struct perf_tool *tool);
123 int perf_event__process_id_index(struct perf_tool *tool,
127 int perf_event__synthesize_id_index(struct perf_tool *tool,
Devent.c91 int perf_tool__process_synth_event(struct perf_tool *tool, in perf_tool__process_synth_event()
220 pid_t perf_event__synthesize_comm(struct perf_tool *tool, in perf_event__synthesize_comm()
249 int perf_event__synthesize_namespaces(struct perf_tool *tool, in perf_event__synthesize_namespaces()
288 static int perf_event__synthesize_fork(struct perf_tool *tool, in perf_event__synthesize_fork()
320 int perf_event__synthesize_mmap_events(struct perf_tool *tool, in perf_event__synthesize_mmap_events()
461 int perf_event__synthesize_modules(struct perf_tool *tool, in perf_event__synthesize_modules()
521 struct perf_tool *tool, in __event__synthesize_thread()
610 int perf_event__synthesize_thread_map(struct perf_tool *tool, in perf_event__synthesize_thread_map()
688 static int __perf_event__synthesize_threads(struct perf_tool *tool, in __perf_event__synthesize_threads()
753 struct perf_tool *tool;
[all …]
Dtsc.h24 struct perf_tool;
28 struct perf_tool *tool,
Dsession.c30 struct perf_tool *tool,
117 bool repipe, struct perf_tool *tool) in perf_session__new()
202 static int process_event_synth_tracing_data_stub(struct perf_tool *tool in process_event_synth_tracing_data_stub()
213 static int process_event_synth_attr_stub(struct perf_tool *tool __maybe_unused, in process_event_synth_attr_stub()
222 static int process_event_synth_event_update_stub(struct perf_tool *tool __maybe_unused, in process_event_synth_event_update_stub()
234 static int process_event_sample_stub(struct perf_tool *tool __maybe_unused, in process_event_sample_stub()
244 static int process_event_stub(struct perf_tool *tool __maybe_unused, in process_event_stub()
253 static int process_finished_round_stub(struct perf_tool *tool __maybe_unused, in process_finished_round_stub()
261 static int process_finished_round(struct perf_tool *tool,
280 static s64 process_event_auxtrace_stub(struct perf_tool *tool __maybe_unused, in process_event_auxtrace_stub()
[all …]
Dbuild-id.h12 extern struct perf_tool build_id__mark_dso_hit_ops;
25 int build_id__mark_dso_hit(struct perf_tool *tool, union perf_event *event,
Darm-spe.c99 struct perf_tool *tool __maybe_unused) in arm_spe_process_event()
106 struct perf_tool *tool __maybe_unused) in arm_spe_process_auxtrace_event()
141 struct perf_tool *tool __maybe_unused) in arm_spe_flush()
Dstat.h164 struct perf_tool;
167 int perf_event__process_stat_event(struct perf_tool *tool,
Dintel-bts.h34 struct perf_tool;
Dintel-pt.h43 struct perf_tool;
Dtop.h17 struct perf_tool tool;
Ds390-cpumsf.c761 struct perf_tool *tool) in s390_cpumsf_process_event()
790 struct perf_tool cpumsf_tool;
797 struct perf_tool *tool __maybe_unused) in s390_cpumsf_process_auxtrace_event()
840 struct perf_tool *tool __maybe_unused) in s390_cpumsf_flush()
Dintel-bts.c610 struct perf_tool *tool) in intel_bts_process_event()
653 struct perf_tool *tool __maybe_unused) in intel_bts_process_auxtrace_event()
694 struct perf_tool *tool __maybe_unused) in intel_bts_flush()
748 struct perf_tool dummy_tool;
752 static int intel_bts_event_synth(struct perf_tool *tool, in intel_bts_event_synth()
/Linux-v4.19/tools/perf/
Dbuiltin-inject.c31 struct perf_tool tool;
64 static int perf_event__repipe_synth(struct perf_tool *tool, in perf_event__repipe_synth()
73 static int perf_event__repipe_oe_synth(struct perf_tool *tool, in perf_event__repipe_oe_synth()
81 static int perf_event__drop_oe(struct perf_tool *tool __maybe_unused, in perf_event__drop_oe()
89 static int perf_event__repipe_op2_synth(struct perf_tool *tool, in perf_event__repipe_op2_synth()
97 static int perf_event__repipe_attr(struct perf_tool *tool, in perf_event__repipe_attr()
136 static s64 perf_event__repipe_auxtrace(struct perf_tool *tool, in perf_event__repipe_auxtrace()
177 perf_event__repipe_auxtrace(struct perf_tool *tool __maybe_unused, in perf_event__repipe_auxtrace()
187 static int perf_event__repipe(struct perf_tool *tool, in perf_event__repipe()
195 static int perf_event__drop(struct perf_tool *tool __maybe_unused, in perf_event__drop()
[all …]
Dbuiltin-mem.c22 struct perf_tool tool;
149 dump_raw_samples(struct perf_tool *tool, in dump_raw_samples()
229 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dbuiltin-record.c67 struct perf_tool tool;
124 static int process_synthesized_event(struct perf_tool *tool, in process_synthesized_event()
172 static int record__process_auxtrace(struct perf_tool *tool, in record__process_auxtrace()
428 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
482 struct perf_tool *tool = data; in perf_event__synthesize_guest_os()
714 struct perf_tool *tool __maybe_unused, in perf_event__synth_time_conv()
749 struct perf_tool *tool = &rec->tool; in record__synthesize()
860 struct perf_tool *tool = &rec->tool; in __cmd_record()
Dbuiltin-script.c1490 struct perf_tool tool;
1783 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
1830 static int process_attr(struct perf_tool *tool, union perf_event *event, in process_attr()
1876 static int process_comm_event(struct perf_tool *tool, in process_comm_event()
1911 static int process_namespaces_event(struct perf_tool *tool, in process_namespaces_event()
1947 static int process_fork_event(struct perf_tool *tool, in process_fork_event()
1979 static int process_exit_event(struct perf_tool *tool, in process_exit_event()
2013 static int process_mmap_event(struct perf_tool *tool, in process_mmap_event()
2045 static int process_mmap2_event(struct perf_tool *tool, in process_mmap2_event()
2077 static int process_switch_event(struct perf_tool *tool, in process_switch_event()
[all …]
/Linux-v4.19/tools/perf/tests/
Devent_update.c9 static int process_event_unit(struct perf_tool *tool __maybe_unused, in process_event_unit()
22 static int process_event_scale(struct perf_tool *tool __maybe_unused, in process_event_scale()
39 struct perf_tool tool;
43 static int process_event_name(struct perf_tool *tool, in process_event_name()
57 static int process_event_cpus(struct perf_tool *tool __maybe_unused, in process_event_cpus()
Dstat.c23 static int process_stat_config_event(struct perf_tool *tool __maybe_unused, in process_stat_config_event()
63 static int process_stat_event(struct perf_tool *tool __maybe_unused, in process_stat_event()
93 static int process_stat_round_event(struct perf_tool *tool __maybe_unused, in process_stat_round_event()
Dcpumap.c12 static int process_event_mask(struct perf_tool *tool __maybe_unused, in process_event_mask()
46 static int process_event_cpus(struct perf_tool *tool __maybe_unused, in process_event_cpus()
/Linux-v4.19/tools/perf/arch/x86/util/
Dtsc.c52 struct perf_tool *tool, in perf_event__synth_time_conv()
Devent.c13 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, in perf_event__synthesize_extra_kmaps()

123