Searched defs:tool (Results 1 - 29 of 29) sorted by relevance

/linux-4.4.14/arch/mips/
H A DMakefile
/linux-4.4.14/tools/perf/util/
H A Dsession.h35 struct perf_tool *tool; member in struct:perf_session
H A Dtop.h15 struct perf_tool tool; member in struct:perf_top
H A Dkvm-stat.h73 struct perf_tool tool; member in struct:perf_kvm_stat
H A Devent.c171 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 Dauxtrace.h478 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 Ddata-convert-bt.c73 struct perf_tool tool; member in struct:convert
555 static int process_sample_event(struct perf_tool *tool, process_sample_event() argument
H A Dintel-bts.c740 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 Dauxtrace.c900 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 Dheader.c2655 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 Dintel-pt.c1701 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 Dmachine.c1942 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, __machine__synthesize_threads() argument
H A Dsession.c299 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 Dbuiltin-annotate.c38 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 Dbuiltin-mem.c14 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 Dbuiltin-inject.c26 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 Dbuiltin-report.c45 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 Dbuiltin-top.c704 static void perf_event__process_sample(struct perf_tool *tool, perf_event__process_sample() argument
H A Dbuiltin-diff.c360 static struct perf_tool tool = { variable in typeref:struct:perf_tool
H A Dbuiltin-kvm.c626 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 Dbuiltin-record.c42 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 Dbuiltin-script.c737 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 Dbuiltin-timechart.c50 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 Dbuiltin-sched.c126 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 Dbuiltin-trace.c1401 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 Dwacom_i2c.c43 int tool; member in struct:wacom_i2c
H A Datmel_mxt_ts.c765 int tool = 0; mxt_proc_t100_message() local
/linux-4.4.14/drivers/input/tablet/
H A Dwacom_serial4.c178 unsigned int tool; member in struct:wacom
315 unsigned int tool; wacom_handle_packet() local
/linux-4.4.14/drivers/hid/
H A Dwacom_wac.h220 int tool[2]; member in struct:wacom_wac

Completed in 839 milliseconds