/linux-4.4.14/arch/mips/ |
H A D | Makefile | |
/linux-4.4.14/tools/perf/util/ |
H A D | session.h | 35 struct perf_tool *tool; member in struct:perf_session
|
H A D | top.h | 15 struct perf_tool tool; member in struct:perf_top
|
H A D | kvm-stat.h | 73 struct perf_tool tool; member in struct:perf_kvm_stat
|
H A D | event.c | 171 pid_t perf_event__synthesize_comm(struct perf_tool *tool, perf_event__synthesize_comm() argument 187 static int perf_event__synthesize_fork(struct perf_tool *tool, perf_event__synthesize_fork() argument 219 int perf_event__synthesize_mmap_events(struct perf_tool *tool, perf_event__synthesize_mmap_events() argument 352 int perf_event__synthesize_modules(struct perf_tool *tool, perf_event__synthesize_modules() argument 484 int perf_event__synthesize_thread_map(struct perf_tool *tool, perf_event__synthesize_thread_map() argument 553 int perf_event__synthesize_threads(struct perf_tool *tool, perf_event__synthesize_threads() argument 646 int perf_event__synthesize_kernel_mmap(struct perf_tool *tool, perf_event__synthesize_kernel_mmap() argument 407 __event__synthesize_thread(union perf_event *comm_event, union perf_event *mmap_event, union perf_event *fork_event, pid_t pid, int full, perf_event__handler_t process, struct perf_tool *tool, struct machine *machine, bool mmap_data, unsigned int proc_map_timeout) __event__synthesize_thread() argument
|
H A D | auxtrace.h | 478 auxtrace__process_event(struct perf_session *session, union perf_event *event, struct perf_sample *sample, struct perf_tool *tool) auxtrace__process_event() argument 489 auxtrace__flush_events(struct perf_session *session, struct perf_tool *tool) auxtrace__flush_events() argument
|
H A D | data-convert-bt.c | 73 struct perf_tool tool; member in struct:convert 555 static int process_sample_event(struct perf_tool *tool, process_sample_event() argument
|
H A D | intel-bts.c | 740 static int intel_bts_event_synth(struct perf_tool *tool, intel_bts_event_synth() argument 595 intel_bts_process_event(struct perf_session *session, union perf_event *event, struct perf_sample *sample, struct perf_tool *tool) intel_bts_process_event() argument
|
H A D | auxtrace.c | 900 s64 perf_event__process_auxtrace(struct perf_tool *tool, perf_event__process_auxtrace() argument 845 perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr, struct perf_tool *tool, struct perf_session *session, perf_event__handler_t process) perf_event__synthesize_auxtrace_info() argument 1149 __auxtrace_mmap__read(struct auxtrace_mmap *mm, struct auxtrace_record *itr, struct perf_tool *tool, process_auxtrace_t fn, bool snapshot, size_t snapshot_size) __auxtrace_mmap__read() argument 1259 auxtrace_mmap__read(struct auxtrace_mmap *mm, struct auxtrace_record *itr, struct perf_tool *tool, process_auxtrace_t fn) auxtrace_mmap__read() argument 1265 auxtrace_mmap__read_snapshot(struct auxtrace_mmap *mm, struct auxtrace_record *itr, struct perf_tool *tool, process_auxtrace_t fn, size_t snapshot_size) auxtrace_mmap__read_snapshot() argument
|
H A D | header.c | 2655 int perf_event__synthesize_attr(struct perf_tool *tool, perf_event__synthesize_attr() argument 2689 int perf_event__synthesize_attrs(struct perf_tool *tool, perf_event__synthesize_attrs() argument 2748 int perf_event__synthesize_tracing_data(struct perf_tool *tool, int fd, perf_event__synthesize_tracing_data() argument 2834 int perf_event__synthesize_build_id(struct perf_tool *tool, perf_event__synthesize_build_id() argument
|
H A D | intel-pt.c | 1701 static int intel_pt_flush(struct perf_session *session, struct perf_tool *tool) intel_pt_flush() argument 1798 static int intel_pt_event_synth(struct perf_tool *tool, intel_pt_event_synth() argument 1637 intel_pt_process_event(struct perf_session *session, union perf_event *event, struct perf_sample *sample, struct perf_tool *tool) intel_pt_process_event() argument
|
H A D | machine.c | 1942 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, __machine__synthesize_threads() argument
|
H A D | session.c | 299 void perf_tool__fill_defaults(struct perf_tool *tool) perf_tool__fill_defaults() argument 1142 struct perf_tool *tool = session->tool; perf_session__process_user_event() local 1192 struct perf_tool *tool = session->tool; perf_session__deliver_synth_event() local 1270 struct perf_tool *tool = session->tool; perf_session__process_event() local 1422 struct perf_tool *tool = session->tool; __perf_session__process_pipe_events() local 1562 struct perf_tool *tool = session->tool; __perf_session__process_events() local 2017 int perf_event__synthesize_id_index(struct perf_tool *tool, perf_event__synthesize_id_index() argument 114 perf_session__new(struct perf_data_file *file, bool repipe, struct perf_tool *tool) perf_session__new() argument 982 deliver_sample_value(struct perf_evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct sample_read_value *v, struct machine *machine) deliver_sample_value() argument 1005 deliver_sample_group(struct perf_evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) deliver_sample_group() argument 1026 perf_evlist__deliver_sample(struct perf_evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) perf_evlist__deliver_sample() argument 1050 machines__deliver_event(struct machines *machines, struct perf_evlist *evlist, union perf_event *event, struct perf_sample *sample, struct perf_tool *tool, u64 file_offset) machines__deliver_event() argument 1119 perf_session__deliver_event(struct perf_session *session, union perf_event *event, struct perf_sample *sample, struct perf_tool *tool, u64 file_offset) perf_session__deliver_event() argument
|
/linux-4.4.14/tools/perf/ |
H A D | builtin-annotate.c | 38 struct perf_tool tool; member in struct:perf_annotate 84 static int process_sample_event(struct perf_tool *tool, process_sample_event() argument
|
H A D | builtin-mem.c | 14 struct perf_tool tool; member in struct:perf_mem 61 dump_raw_samples(struct perf_tool *tool, dump_raw_samples() argument 111 static int process_sample_event(struct perf_tool *tool, process_sample_event() argument
|
H A D | builtin-inject.c | 26 struct perf_tool tool; member in struct:perf_inject 58 static int perf_event__repipe_synth(struct perf_tool *tool, perf_event__repipe_synth() argument 67 static int perf_event__repipe_oe_synth(struct perf_tool *tool, perf_event__repipe_oe_synth() argument 74 static int perf_event__repipe_op2_synth(struct perf_tool *tool, perf_event__repipe_op2_synth() argument 82 static int perf_event__repipe_attr(struct perf_tool *tool, perf_event__repipe_attr() argument 121 static s64 perf_event__repipe_auxtrace(struct perf_tool *tool, perf_event__repipe_auxtrace() argument 173 static int perf_event__repipe(struct perf_tool *tool, perf_event__repipe() argument 189 static int perf_event__drop_aux(struct perf_tool *tool, perf_event__drop_aux() argument 208 static int perf_event__repipe_sample(struct perf_tool *tool, perf_event__repipe_sample() argument 224 static int perf_event__repipe_mmap(struct perf_tool *tool, perf_event__repipe_mmap() argument 237 static int perf_event__repipe_mmap2(struct perf_tool *tool, perf_event__repipe_mmap2() argument 250 static int perf_event__repipe_fork(struct perf_tool *tool, perf_event__repipe_fork() argument 263 static int perf_event__repipe_comm(struct perf_tool *tool, perf_event__repipe_comm() argument 276 static int perf_event__repipe_exit(struct perf_tool *tool, perf_event__repipe_exit() argument 289 static int perf_event__repipe_tracing_data(struct perf_tool *tool, perf_event__repipe_tracing_data() argument 301 static int perf_event__repipe_id_index(struct perf_tool *tool, perf_event__repipe_id_index() argument 327 static int dso__inject_build_id(struct dso *dso, struct perf_tool *tool, dso__inject_build_id() argument 351 static int perf_event__inject_buildid(struct perf_tool *tool, perf_event__inject_buildid() argument 397 static int perf_inject__sched_process_exit(struct perf_tool *tool, perf_inject__sched_process_exit() argument 417 static int perf_inject__sched_switch(struct perf_tool *tool, perf_inject__sched_switch() argument 441 static int perf_inject__sched_stat(struct perf_tool *tool, perf_inject__sched_stat() argument
|
H A D | builtin-report.c | 45 struct perf_tool tool; member in struct:report 138 static int process_sample_event(struct perf_tool *tool, process_sample_event() argument 193 static int process_read_event(struct perf_tool *tool, process_read_event() argument
|
H A D | builtin-top.c | 704 static void perf_event__process_sample(struct perf_tool *tool, perf_event__process_sample() argument
|
H A D | builtin-diff.c | 360 static struct perf_tool tool = { variable in typeref:struct:perf_tool
|
H A D | builtin-kvm.c | 626 static int process_lost_event(struct perf_tool *tool, process_lost_event() argument 647 static int process_sample_event(struct perf_tool *tool, process_sample_event() argument
|
H A D | builtin-record.c | 42 struct perf_tool tool; member in struct:record 67 static int process_synthesized_event(struct perf_tool *tool, process_synthesized_event() argument 147 static int record__process_auxtrace(struct perf_tool *tool, record__process_auxtrace() argument 333 static int process_sample_event(struct perf_tool *tool, process_sample_event() argument 371 struct perf_tool *tool = data; perf_event__synthesize_guest_os() local 482 struct perf_tool *tool = &rec->tool; __cmd_record() local
|
H A D | builtin-script.c | 737 struct perf_tool tool; member in struct:perf_script 744 static int process_attr(struct perf_tool *tool, union perf_event *event, process_attr() argument 775 static int process_comm_event(struct perf_tool *tool, process_comm_event() argument 809 static int process_fork_event(struct perf_tool *tool, process_fork_event() argument 840 static int process_exit_event(struct perf_tool *tool, process_exit_event() argument 873 static int process_mmap_event(struct perf_tool *tool, process_mmap_event() argument 904 static int process_mmap2_event(struct perf_tool *tool, process_mmap2_event() argument 935 static int process_switch_event(struct perf_tool *tool, process_switch_event() argument
|
H A D | builtin-timechart.c | 50 struct perf_tool tool; member in struct:timechart 311 static int process_comm_event(struct perf_tool *tool, process_comm_event() argument 321 static int process_fork_event(struct perf_tool *tool, process_fork_event() argument 331 static int process_exit_event(struct perf_tool *tool, process_exit_event() argument 554 static int process_sample_event(struct perf_tool *tool, process_sample_event() argument
|
H A D | builtin-sched.c | 126 struct perf_tool tool; member in struct:perf_sched 1329 static int process_sched_wakeup_event(struct perf_tool *tool, process_sched_wakeup_event() argument 1428 static int process_sched_switch_event(struct perf_tool *tool, process_sched_switch_event() argument 1454 static int process_sched_runtime_event(struct perf_tool *tool, process_sched_runtime_event() argument 1467 static int perf_sched__process_fork_event(struct perf_tool *tool, perf_sched__process_fork_event() argument 1484 static int process_sched_migrate_task_event(struct perf_tool *tool, process_sched_migrate_task_event() argument
|
H A D | builtin-trace.c | 1401 struct perf_tool tool; member in struct:trace 1628 static int trace__tool_process(struct perf_tool *tool, trace__tool_process() argument 2292 static int trace__process_sample(struct perf_tool *tool, trace__process_sample() argument
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | wacom_i2c.c | 43 int tool; member in struct:wacom_i2c
|
H A D | atmel_mxt_ts.c | 765 int tool = 0; mxt_proc_t100_message() local
|
/linux-4.4.14/drivers/input/tablet/ |
H A D | wacom_serial4.c | 178 unsigned int tool; member in struct:wacom 315 unsigned int tool; wacom_handle_packet() local
|
/linux-4.4.14/drivers/hid/ |
H A D | wacom_wac.h | 220 int tool[2]; member in struct:wacom_wac
|