Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dtool.h11 struct perf_tool;
15 typedef int (*event_sample)(struct perf_tool *tool, union perf_event *event,
19 typedef int (*event_op)(struct perf_tool *tool, union perf_event *event,
22 typedef int (*event_attr_op)(struct perf_tool *tool,
26 typedef int (*event_op2)(struct perf_tool *tool, union perf_event *event,
29 typedef int (*event_oe)(struct perf_tool *tool, union perf_event *event,
32 struct perf_tool { struct
Devent.h302 struct perf_tool;
305 typedef int (*perf_event__handler_t)(struct perf_tool *tool,
310 int perf_event__synthesize_thread_map(struct perf_tool *tool,
314 int perf_event__synthesize_threads(struct perf_tool *tool,
317 int perf_event__synthesize_kernel_mmap(struct perf_tool *tool,
321 int perf_event__synthesize_modules(struct perf_tool *tool,
325 int perf_event__process_comm(struct perf_tool *tool,
329 int perf_event__process_lost(struct perf_tool *tool,
333 int perf_event__process_mmap(struct perf_tool *tool,
337 int perf_event__process_mmap2(struct perf_tool *tool,
[all …]
Dheader.h125 int perf_event__synthesize_attr(struct perf_tool *tool,
128 int perf_event__synthesize_attrs(struct perf_tool *tool,
131 int perf_event__process_attr(struct perf_tool *tool, union perf_event *event,
134 int perf_event__synthesize_tracing_data(struct perf_tool *tool,
137 int perf_event__process_tracing_data(struct perf_tool *tool,
141 int perf_event__synthesize_build_id(struct perf_tool *tool,
145 int perf_event__process_build_id(struct perf_tool *tool,
Dsession.h29 struct perf_tool *tool;
39 struct perf_tool;
42 bool repipe, struct perf_tool *tool);
57 void perf_tool__fill_defaults(struct perf_tool *tool);
124 int perf_event__process_id_index(struct perf_tool *tool,
128 int perf_event__synthesize_id_index(struct perf_tool *tool,
Devent.c162 static pid_t perf_event__synthesize_comm(struct perf_tool *tool, in perf_event__synthesize_comm()
178 static int perf_event__synthesize_fork(struct perf_tool *tool, in perf_event__synthesize_fork()
210 int perf_event__synthesize_mmap_events(struct perf_tool *tool, in perf_event__synthesize_mmap_events()
322 int perf_event__synthesize_modules(struct perf_tool *tool, in perf_event__synthesize_modules()
383 struct perf_tool *tool, in __event__synthesize_thread()
452 int perf_event__synthesize_thread_map(struct perf_tool *tool, in perf_event__synthesize_thread_map()
520 int perf_event__synthesize_threads(struct perf_tool *tool, in perf_event__synthesize_threads()
610 int perf_event__synthesize_kernel_mmap(struct perf_tool *tool, in perf_event__synthesize_kernel_mmap()
679 int perf_event__process_comm(struct perf_tool *tool __maybe_unused, in perf_event__process_comm()
687 int perf_event__process_lost(struct perf_tool *tool __maybe_unused, in perf_event__process_lost()
[all …]
Dbuild-id.h10 extern struct perf_tool build_id__mark_dso_hit_ops;
16 int build_id__mark_dso_hit(struct perf_tool *tool, union perf_event *event,
Dsession.c23 struct perf_tool *tool, u64 file_offset);
113 bool repipe, struct perf_tool *tool) in perf_session__new()
197 static int process_event_synth_tracing_data_stub(struct perf_tool *tool in process_event_synth_tracing_data_stub()
208 static int process_event_synth_attr_stub(struct perf_tool *tool __maybe_unused, in process_event_synth_attr_stub()
217 static int process_event_sample_stub(struct perf_tool *tool __maybe_unused, in process_event_sample_stub()
227 static int process_event_stub(struct perf_tool *tool __maybe_unused, in process_event_stub()
236 static int process_build_id_stub(struct perf_tool *tool __maybe_unused, in process_build_id_stub()
244 static int process_finished_round_stub(struct perf_tool *tool __maybe_unused, in process_finished_round_stub()
252 static int process_finished_round(struct perf_tool *tool,
256 static int process_id_index_stub(struct perf_tool *tool __maybe_unused, in process_id_index_stub()
[all …]
Dtop.h15 struct perf_tool tool;
Dtrace-event.h10 struct perf_tool;
Dkvm-stat.h73 struct perf_tool tool;
Dbuild-id.c24 int build_id__mark_dso_hit(struct perf_tool *tool __maybe_unused, in build_id__mark_dso_hit()
49 static int perf_event__exit_del_thread(struct perf_tool *tool __maybe_unused, in perf_event__exit_del_thread()
68 struct perf_tool build_id__mark_dso_hit_ops = {
Dheader.c2566 int perf_event__synthesize_attr(struct perf_tool *tool, in perf_event__synthesize_attr()
2600 int perf_event__synthesize_attrs(struct perf_tool *tool, in perf_event__synthesize_attrs()
2619 int perf_event__process_attr(struct perf_tool *tool __maybe_unused, in perf_event__process_attr()
2659 int perf_event__synthesize_tracing_data(struct perf_tool *tool, int fd, in perf_event__synthesize_tracing_data()
2705 int perf_event__process_tracing_data(struct perf_tool *tool __maybe_unused, in perf_event__process_tracing_data()
2745 int perf_event__synthesize_build_id(struct perf_tool *tool, in perf_event__synthesize_build_id()
2773 int perf_event__process_build_id(struct perf_tool *tool __maybe_unused, in perf_event__process_build_id()
Dmachine.h212 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool,
Ddata-convert-bt.c63 struct perf_tool tool;
384 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dmachine.c1772 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, in __machine__synthesize_threads()
/linux-4.1.27/tools/perf/
Dbuiltin-inject.c25 struct perf_tool tool;
41 static int perf_event__repipe_synth(struct perf_tool *tool, in perf_event__repipe_synth()
56 static int perf_event__repipe_oe_synth(struct perf_tool *tool, in perf_event__repipe_oe_synth()
63 static int perf_event__repipe_op2_synth(struct perf_tool *tool, in perf_event__repipe_op2_synth()
71 static int perf_event__repipe_attr(struct perf_tool *tool, in perf_event__repipe_attr()
89 static int perf_event__repipe(struct perf_tool *tool, in perf_event__repipe()
97 typedef int (*inject_handler)(struct perf_tool *tool,
103 static int perf_event__repipe_sample(struct perf_tool *tool, in perf_event__repipe_sample()
119 static int perf_event__repipe_mmap(struct perf_tool *tool, in perf_event__repipe_mmap()
132 static int perf_event__repipe_mmap2(struct perf_tool *tool, in perf_event__repipe_mmap2()
[all …]
Dbuiltin-mem.c14 struct perf_tool tool;
61 dump_raw_samples(struct perf_tool *tool, in dump_raw_samples()
110 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dbuiltin-record.c37 struct perf_tool tool;
61 static int process_synthesized_event(struct perf_tool *tool, in process_synthesized_event()
194 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
235 struct perf_tool *tool = data; in perf_event__synthesize_guest_os()
333 struct perf_tool *tool = &rec->tool; in __cmd_record()
Dbuiltin-script.c545 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event()
582 struct perf_tool tool;
588 static int process_attr(struct perf_tool *tool, union perf_event *event, in process_attr()
616 static int process_comm_event(struct perf_tool *tool, in process_comm_event()
650 static int process_fork_event(struct perf_tool *tool, in process_fork_event()
680 static int process_exit_event(struct perf_tool *tool, in process_exit_event()
711 static int process_mmap_event(struct perf_tool *tool, in process_mmap_event()
742 static int process_mmap2_event(struct perf_tool *tool, in process_mmap2_event()
Dbuiltin-annotate.c38 struct perf_tool tool;
79 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dbuiltin-sched.c125 struct perf_tool tool;
1292 static int process_sched_wakeup_event(struct perf_tool *tool, in process_sched_wakeup_event()
1387 static int process_sched_switch_event(struct perf_tool *tool, in process_sched_switch_event()
1413 static int process_sched_runtime_event(struct perf_tool *tool, in process_sched_runtime_event()
1426 static int perf_sched__process_fork_event(struct perf_tool *tool, in perf_sched__process_fork_event()
1443 static int process_sched_migrate_task_event(struct perf_tool *tool, in process_sched_migrate_task_event()
1456 typedef int (*tracepoint_handler)(struct perf_tool *tool,
1461 static int perf_sched__process_tracepoint_sample(struct perf_tool *tool __maybe_unused, in perf_sched__process_tracepoint_sample()
Dbuiltin-report.c43 struct perf_tool tool;
131 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
177 static int process_read_event(struct perf_tool *tool, in process_read_event()
Dbuiltin-timechart.c50 struct perf_tool tool;
311 static int process_comm_event(struct perf_tool *tool, in process_comm_event()
321 static int process_fork_event(struct perf_tool *tool, in process_fork_event()
331 static int process_exit_event(struct perf_tool *tool, in process_exit_event()
553 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dbuiltin-lock.c807 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event()
854 struct perf_tool eops = { in __cmd_report()
Dbuiltin-kvm.c627 static int process_lost_event(struct perf_tool *tool, in process_lost_event()
648 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
1042 struct perf_tool eops = { in read_events()
Dbuiltin-kmem.c475 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event()
500 static struct perf_tool perf_kmem = {
Dbuiltin-diff.c323 static int diff__process_sample_event(struct perf_tool *tool __maybe_unused, in diff__process_sample_event()
357 static struct perf_tool tool = {
Dbuiltin-trace.c1217 struct perf_tool tool;
1415 static int trace__tool_process(struct perf_tool *tool, in trace__tool_process()
1986 static int trace__process_sample(struct perf_tool *tool, in trace__process_sample()
Dbuiltin-top.c693 static void perf_event__process_sample(struct perf_tool *tool, in perf_event__process_sample()
/linux-4.1.27/tools/perf/tests/
Ddwarf-unwind.c17 static int mmap_handler(struct perf_tool *tool __maybe_unused, in mmap_handler()