/linux-4.1.27/tools/perf/util/ |
D | tool.h | 11 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
|
D | event.h | 302 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 …]
|
D | header.h | 125 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,
|
D | session.h | 29 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,
|
D | event.c | 162 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 …]
|
D | build-id.h | 10 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,
|
D | session.c | 23 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 …]
|
D | top.h | 15 struct perf_tool tool;
|
D | trace-event.h | 10 struct perf_tool;
|
D | kvm-stat.h | 73 struct perf_tool tool;
|
D | build-id.c | 24 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 = {
|
D | header.c | 2566 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()
|
D | machine.h | 212 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool,
|
D | data-convert-bt.c | 63 struct perf_tool tool; 384 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
|
D | machine.c | 1772 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, in __machine__synthesize_threads()
|
/linux-4.1.27/tools/perf/ |
D | builtin-inject.c | 25 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 …]
|
D | builtin-mem.c | 14 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()
|
D | builtin-record.c | 37 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()
|
D | builtin-script.c | 545 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()
|
D | builtin-annotate.c | 38 struct perf_tool tool; 79 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
|
D | builtin-sched.c | 125 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()
|
D | builtin-report.c | 43 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()
|
D | builtin-timechart.c | 50 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()
|
D | builtin-lock.c | 807 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() 854 struct perf_tool eops = { in __cmd_report()
|
D | builtin-kvm.c | 627 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()
|
D | builtin-kmem.c | 475 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event() 500 static struct perf_tool perf_kmem = {
|
D | builtin-diff.c | 323 static int diff__process_sample_event(struct perf_tool *tool __maybe_unused, in diff__process_sample_event() 357 static struct perf_tool tool = {
|
D | builtin-trace.c | 1217 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()
|
D | builtin-top.c | 693 static void perf_event__process_sample(struct perf_tool *tool, in perf_event__process_sample()
|
/linux-4.1.27/tools/perf/tests/ |
D | dwarf-unwind.c | 17 static int mmap_handler(struct perf_tool *tool __maybe_unused, in mmap_handler()
|