/linux-4.1.27/tools/perf/ |
D | builtin-inject.c | 25 struct perf_tool tool; member 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() 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() 145 static int perf_event__repipe_fork(struct perf_tool *tool, in perf_event__repipe_fork() [all …]
|
D | builtin-mem.c | 14 struct perf_tool tool; member 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; member 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() local 333 struct perf_tool *tool = &rec->tool; in __cmd_record() local
|
D | builtin-annotate.c | 38 struct perf_tool tool; member 79 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
|
D | builtin-script.c | 582 struct perf_tool tool; member 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-report.c | 43 struct perf_tool tool; member 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-sched.c | 125 struct perf_tool tool; member 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()
|
D | builtin-timechart.c | 50 struct perf_tool tool; member 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-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()
|
D | builtin-top.c | 693 static void perf_event__process_sample(struct perf_tool *tool, in perf_event__process_sample()
|
D | builtin-trace.c | 1217 struct perf_tool tool; member 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-diff.c | 357 static struct perf_tool tool = { variable
|
/linux-4.1.27/tools/perf/util/ |
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()
|
D | session.c | 113 bool repipe, struct perf_tool *tool) in perf_session__new() 265 void perf_tool__fill_defaults(struct perf_tool *tool) in perf_tool__fill_defaults() 827 struct perf_tool *tool, in deliver_sample_value() 850 struct perf_tool *tool, in deliver_sample_group() 871 struct perf_tool *tool, in perf_evlist__deliver_sample() 898 struct perf_tool *tool, u64 file_offset) in machines__deliver_event() 952 struct perf_tool *tool = session->tool; in perf_session__process_user_event() local 993 struct perf_tool *tool = session->tool; in perf_session__deliver_synth_event() local 1071 struct perf_tool *tool = session->tool; in perf_session__process_event() local 1178 struct perf_tool *tool = session->tool; in __perf_session__process_pipe_events() local [all …]
|
D | session.h | 29 struct perf_tool *tool; member
|
D | top.h | 15 struct perf_tool tool; member
|
D | data-convert-bt.c | 63 struct perf_tool tool; member 384 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
|
D | kvm-stat.h | 73 struct perf_tool tool; member
|
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() 2659 int perf_event__synthesize_tracing_data(struct perf_tool *tool, int fd, in perf_event__synthesize_tracing_data() 2745 int perf_event__synthesize_build_id(struct perf_tool *tool, in perf_event__synthesize_build_id()
|
D | machine.c | 1772 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, in __machine__synthesize_threads()
|
/linux-4.1.27/drivers/input/tablet/ |
D | wacom_serial4.c | 178 unsigned int tool; member 315 unsigned int tool; in wacom_handle_packet() local
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | wacom_i2c.c | 43 int tool; member
|
D | atmel_mxt_ts.c | 824 int tool = 0; in mxt_proc_t100_message() local
|
/linux-4.1.27/drivers/hid/ |
D | wacom_wac.h | 200 int tool[2]; member
|