Home
last modified time | relevance | path

Searched defs:tool (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v4.19/tools/perf/
Dbuiltin-inject.c31 struct perf_tool tool; member
64 static int perf_event__repipe_synth(struct perf_tool *tool, in perf_event__repipe_synth()
73 static int perf_event__repipe_oe_synth(struct perf_tool *tool, in perf_event__repipe_oe_synth()
89 static int perf_event__repipe_op2_synth(struct perf_tool *tool, in perf_event__repipe_op2_synth()
97 static int perf_event__repipe_attr(struct perf_tool *tool, in perf_event__repipe_attr()
136 static s64 perf_event__repipe_auxtrace(struct perf_tool *tool, in perf_event__repipe_auxtrace()
187 static int perf_event__repipe(struct perf_tool *tool, in perf_event__repipe()
203 static int perf_event__drop_aux(struct perf_tool *tool, in perf_event__drop_aux()
222 static int perf_event__repipe_sample(struct perf_tool *tool, in perf_event__repipe_sample()
238 static int perf_event__repipe_mmap(struct perf_tool *tool, in perf_event__repipe_mmap()
[all …]
Dbuiltin-mem.c22 struct perf_tool tool; member
149 dump_raw_samples(struct perf_tool *tool, in dump_raw_samples()
229 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dbuiltin-record.c67 struct perf_tool tool; member
124 static int process_synthesized_event(struct perf_tool *tool, in process_synthesized_event()
172 static int record__process_auxtrace(struct perf_tool *tool, in record__process_auxtrace()
428 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
482 struct perf_tool *tool = data; in perf_event__synthesize_guest_os() local
749 struct perf_tool *tool = &rec->tool; in record__synthesize() local
860 struct perf_tool *tool = &rec->tool; in __cmd_record() local
Dbuiltin-annotate.c41 struct perf_tool tool; member
256 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
286 static int process_feature_event(struct perf_tool *tool, in process_feature_event()
Dbuiltin-script.c1490 struct perf_tool tool; member
1783 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
1830 static int process_attr(struct perf_tool *tool, union perf_event *event, in process_attr()
1876 static int process_comm_event(struct perf_tool *tool, in process_comm_event()
1911 static int process_namespaces_event(struct perf_tool *tool, in process_namespaces_event()
1947 static int process_fork_event(struct perf_tool *tool, in process_fork_event()
1979 static int process_exit_event(struct perf_tool *tool, in process_exit_event()
2013 static int process_mmap_event(struct perf_tool *tool, in process_mmap_event()
2045 static int process_mmap2_event(struct perf_tool *tool, in process_mmap2_event()
2077 static int process_switch_event(struct perf_tool *tool, in process_switch_event()
[all …]
Dbuiltin-report.c58 struct perf_tool tool; member
204 static int process_feature_event(struct perf_tool *tool, in process_feature_event()
228 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
290 static int process_read_event(struct perf_tool *tool, in process_read_event()
Dbuiltin-sched.c170 struct perf_tool tool; member
1468 static int process_sched_wakeup_event(struct perf_tool *tool, in process_sched_wakeup_event()
1653 static int process_sched_switch_event(struct perf_tool *tool, in process_sched_switch_event()
1679 static int process_sched_runtime_event(struct perf_tool *tool, in process_sched_runtime_event()
1692 static int perf_sched__process_fork_event(struct perf_tool *tool, in perf_sched__process_fork_event()
1709 static int process_sched_migrate_task_event(struct perf_tool *tool, in process_sched_migrate_task_event()
2388 static int timehist_sched_wakeup_event(struct perf_tool *tool, in timehist_sched_wakeup_event()
2472 static int timehist_migrate_task_event(struct perf_tool *tool, in timehist_migrate_task_event()
2500 static int timehist_sched_change_event(struct perf_tool *tool, in timehist_sched_change_event()
2626 static int timehist_sched_switch_event(struct perf_tool *tool, in timehist_sched_switch_event()
[all …]
Dbuiltin-timechart.c54 struct perf_tool tool; member
315 static int process_comm_event(struct perf_tool *tool, in process_comm_event()
325 static int process_fork_event(struct perf_tool *tool, in process_fork_event()
335 static int process_exit_event(struct perf_tool *tool, in process_exit_event()
554 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dbuiltin-stat.c194 struct perf_tool tool; member
2629 int process_stat_config_event(struct perf_tool *tool, in process_stat_config_event()
2672 int process_thread_map_event(struct perf_tool *tool, in process_thread_map_event()
2691 int process_cpu_map_event(struct perf_tool *tool, in process_cpu_map_event()
/Linux-v4.19/tools/perf/util/
Devent.c91 int perf_tool__process_synth_event(struct perf_tool *tool, in perf_tool__process_synth_event()
220 pid_t perf_event__synthesize_comm(struct perf_tool *tool, in perf_event__synthesize_comm()
249 int perf_event__synthesize_namespaces(struct perf_tool *tool, in perf_event__synthesize_namespaces()
288 static int perf_event__synthesize_fork(struct perf_tool *tool, in perf_event__synthesize_fork()
320 int perf_event__synthesize_mmap_events(struct perf_tool *tool, in perf_event__synthesize_mmap_events()
461 int perf_event__synthesize_modules(struct perf_tool *tool, in perf_event__synthesize_modules()
521 struct perf_tool *tool, in __event__synthesize_thread()
610 int perf_event__synthesize_thread_map(struct perf_tool *tool, in perf_event__synthesize_thread_map()
688 static int __perf_event__synthesize_threads(struct perf_tool *tool, in __perf_event__synthesize_threads()
753 struct perf_tool *tool; member
[all …]
Dsession.c117 bool repipe, struct perf_tool *tool) in perf_session__new()
360 void perf_tool__fill_defaults(struct perf_tool *tool) in perf_tool__fill_defaults()
1179 struct perf_tool *tool, in deliver_sample_value()
1202 struct perf_tool *tool, in deliver_sample_group()
1223 struct perf_tool *tool, in perf_evlist__deliver_sample()
1250 struct perf_tool *tool, u64 file_offset) in machines__deliver_event()
1323 struct perf_tool *tool, in perf_session__deliver_event()
1350 struct perf_tool *tool = session->tool; in perf_session__process_user_event() local
1418 struct perf_tool *tool = session->tool; in perf_session__deliver_synth_event() local
1496 struct perf_tool *tool = session->tool; in perf_session__process_event() local
[all …]
Djitdump.c63 struct perf_tool tool; member
389 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_load() local
507 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_move() local
Dsession.h37 struct perf_tool *tool; member
Dheader.c3353 int perf_event__synthesize_attr(struct perf_tool *tool, in perf_event__synthesize_attr()
3387 int perf_event__synthesize_features(struct perf_tool *tool, in perf_event__synthesize_features()
3451 int perf_event__process_feature(struct perf_tool *tool, in perf_event__process_feature()
3512 perf_event__synthesize_event_update_unit(struct perf_tool *tool, in perf_event__synthesize_event_update_unit()
3531 perf_event__synthesize_event_update_scale(struct perf_tool *tool, in perf_event__synthesize_event_update_scale()
3551 perf_event__synthesize_event_update_name(struct perf_tool *tool, in perf_event__synthesize_event_update_name()
3570 perf_event__synthesize_event_update_cpus(struct perf_tool *tool, in perf_event__synthesize_event_update_cpus()
3639 int perf_event__synthesize_attrs(struct perf_tool *tool, in perf_event__synthesize_attrs()
3668 int perf_event__synthesize_extra_attr(struct perf_tool *tool, in perf_event__synthesize_extra_attr()
3810 int perf_event__synthesize_tracing_data(struct perf_tool *tool, int fd, in perf_event__synthesize_tracing_data()
[all …]
Dtop.h17 struct perf_tool tool; member
Dauxtrace.c881 struct perf_tool *tool, in perf_event__synthesize_auxtrace_info()
935 s64 perf_event__process_auxtrace(struct perf_tool *tool, in perf_event__process_auxtrace()
1201 struct perf_tool *tool, process_auxtrace_t fn, in __auxtrace_mmap__read()
1310 struct perf_tool *tool, process_auxtrace_t fn) in auxtrace_mmap__read()
1317 struct perf_tool *tool, process_auxtrace_t fn, in auxtrace_mmap__read_snapshot()
Dcs-etm.c167 struct perf_tool *tool) in cs_etm__flush_events()
761 static int cs_etm__event_synth(struct perf_tool *tool, in cs_etm__event_synth()
1111 struct perf_tool *tool) in cs_etm__process_event()
Dintel-bts.c610 struct perf_tool *tool) in intel_bts_process_event()
752 static int intel_bts_event_synth(struct perf_tool *tool, in intel_bts_event_synth()
Dkvm-stat.h74 struct perf_tool tool; member
/Linux-v4.19/tools/perf/tests/
Devent_update.c39 struct perf_tool tool; member
43 static int process_event_name(struct perf_tool *tool, in process_event_name()
/Linux-v4.19/tools/perf/arch/x86/util/
Devent.c13 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, in perf_event__synthesize_extra_kmaps()
Dtsc.c52 struct perf_tool *tool, in perf_event__synth_time_conv()
/Linux-v4.19/drivers/input/tablet/
Dwacom_serial4.c178 unsigned int tool; member
315 unsigned int tool; in wacom_handle_packet() local
/Linux-v4.19/drivers/input/touchscreen/
Dwacom_i2c.c43 int tool; member
Dsurface3_spi.c134 int tool = (prox && rubber) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in surface3_spi_report_pen() local

12