Home
last modified time | relevance | path

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

12

/Linux-v5.4/tools/perf/
Dbuiltin-inject.c35 struct perf_tool tool; member
68 static int perf_event__repipe_synth(struct perf_tool *tool, in perf_event__repipe_synth()
77 static int perf_event__repipe_oe_synth(struct perf_tool *tool, in perf_event__repipe_oe_synth()
99 static int perf_event__repipe_attr(struct perf_tool *tool, in perf_event__repipe_attr()
141 struct perf_tool *tool = session->tool; in perf_event__repipe_auxtrace() local
188 static int perf_event__repipe(struct perf_tool *tool, in perf_event__repipe()
204 static int perf_event__drop_aux(struct perf_tool *tool, in perf_event__drop_aux()
223 static int perf_event__repipe_sample(struct perf_tool *tool, in perf_event__repipe_sample()
239 static int perf_event__repipe_mmap(struct perf_tool *tool, in perf_event__repipe_mmap()
253 static int perf_event__jit_repipe_mmap(struct perf_tool *tool, in perf_event__jit_repipe_mmap()
[all …]
Dbuiltin-mem.c26 struct perf_tool tool; member
153 dump_raw_samples(struct perf_tool *tool, in dump_raw_samples()
233 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dbuiltin-script.c1633 struct perf_tool tool; member
1992 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
2039 static int process_attr(struct perf_tool *tool, union perf_event *event, in process_attr()
2085 static int process_comm_event(struct perf_tool *tool, in process_comm_event()
2122 static int process_namespaces_event(struct perf_tool *tool, in process_namespaces_event()
2160 static int process_fork_event(struct perf_tool *tool, in process_fork_event()
2194 static int process_exit_event(struct perf_tool *tool, in process_exit_event()
2230 static int process_mmap_event(struct perf_tool *tool, in process_mmap_event()
2264 static int process_mmap2_event(struct perf_tool *tool, in process_mmap2_event()
2298 static int process_switch_event(struct perf_tool *tool, in process_switch_event()
[all …]
Dbuiltin-record.c76 struct perf_tool tool; member
477 static int process_synthesized_event(struct perf_tool *tool, in process_synthesized_event()
530 static int record__process_auxtrace(struct perf_tool *tool, in record__process_auxtrace()
821 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
874 struct perf_tool *tool = data; in perf_event__synthesize_guest_os() local
1225 struct perf_tool *tool = &rec->tool; in record__synthesize() local
1341 struct perf_tool *tool = &rec->tool; in __cmd_record() local
Dbuiltin-annotate.c46 struct perf_tool tool; member
261 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dbuiltin-sched.c177 struct perf_tool tool; member
1478 static int process_sched_wakeup_event(struct perf_tool *tool, in process_sched_wakeup_event()
1663 static int process_sched_switch_event(struct perf_tool *tool, in process_sched_switch_event()
1689 static int process_sched_runtime_event(struct perf_tool *tool, in process_sched_runtime_event()
1702 static int perf_sched__process_fork_event(struct perf_tool *tool, in perf_sched__process_fork_event()
1719 static int process_sched_migrate_task_event(struct perf_tool *tool, in process_sched_migrate_task_event()
2396 static int timehist_sched_wakeup_event(struct perf_tool *tool, in timehist_sched_wakeup_event()
2480 static int timehist_migrate_task_event(struct perf_tool *tool, in timehist_migrate_task_event()
2508 static int timehist_sched_change_event(struct perf_tool *tool, in timehist_sched_change_event()
2634 static int timehist_sched_switch_event(struct perf_tool *tool, in timehist_sched_switch_event()
[all …]
Dbuiltin-stat.c169 struct perf_tool tool; member
1482 struct perf_tool *tool = session->tool; in process_stat_config_event() local
1525 struct perf_tool *tool = session->tool; in process_thread_map_event() local
1544 struct perf_tool *tool = session->tool; in process_cpu_map_event() local
Dbuiltin-report.c71 struct perf_tool tool; member
236 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
306 static int process_read_event(struct perf_tool *tool, in process_read_event()
Dbuiltin-timechart.c52 struct perf_tool tool; member
313 static int process_comm_event(struct perf_tool *tool, in process_comm_event()
323 static int process_fork_event(struct perf_tool *tool, in process_fork_event()
333 static int process_exit_event(struct perf_tool *tool, in process_exit_event()
552 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
/Linux-v5.4/tools/perf/util/
Dsynthetic-events.c48 int perf_tool__process_synth_event(struct perf_tool *tool, in perf_tool__process_synth_event()
175 pid_t perf_event__synthesize_comm(struct perf_tool *tool, in perf_event__synthesize_comm()
204 int perf_event__synthesize_namespaces(struct perf_tool *tool, in perf_event__synthesize_namespaces()
243 static int perf_event__synthesize_fork(struct perf_tool *tool, in perf_event__synthesize_fork()
276 int perf_event__synthesize_mmap_events(struct perf_tool *tool, in perf_event__synthesize_mmap_events()
416 int perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, in perf_event__synthesize_modules()
474 struct perf_tool *tool, struct machine *machine, bool mmap_data) in __event__synthesize_thread()
559 int perf_event__synthesize_thread_map(struct perf_tool *tool, in perf_event__synthesize_thread_map()
636 static int __perf_event__synthesize_threads(struct perf_tool *tool, in __perf_event__synthesize_threads()
699 struct perf_tool *tool; member
[all …]
Dsession.c188 bool repipe, struct perf_tool *tool) in perf_session__new()
458 void perf_tool__fill_defaults(struct perf_tool *tool) in perf_tool__fill_defaults()
1319 struct perf_tool *tool, in deliver_sample_value()
1351 struct perf_tool *tool, in deliver_sample_group()
1372 struct perf_tool *tool, in perf_evlist__deliver_sample()
1399 struct perf_tool *tool, u64 file_offset) in machines__deliver_event()
1476 struct perf_tool *tool, in perf_session__deliver_event()
1503 struct perf_tool *tool = session->tool; in perf_session__process_user_event() local
1578 struct perf_tool *tool = session->tool; in perf_session__deliver_synth_event() local
1656 struct perf_tool *tool = session->tool; in perf_session__process_event() local
[all …]
Djitdump.c64 struct perf_tool tool; member
390 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_load() local
506 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_move() local
Dauxtrace.c889 struct perf_tool *tool, in perf_event__synthesize_auxtrace_info()
1233 struct perf_tool *tool, process_auxtrace_t fn, in __auxtrace_mmap__read()
1343 struct perf_tool *tool, process_auxtrace_t fn) in auxtrace_mmap__read()
1350 struct perf_tool *tool, process_auxtrace_t fn, in auxtrace_mmap__read_snapshot()
2203 struct perf_sample *sample, struct perf_tool *tool) in auxtrace__process_event()
2211 int auxtrace__flush_events(struct perf_session *session, struct perf_tool *tool) in auxtrace__flush_events()
Dparse-events.l158 static int tool(yyscan_t scanner, enum perf_tool_event event) in tool() function
Dsession.h38 struct perf_tool *tool; member
Dtop.h20 struct perf_tool tool; member
Dintel-bts.c594 struct perf_tool *tool) in intel_bts_process_event()
736 static int intel_bts_event_synth(struct perf_tool *tool, in intel_bts_event_synth()
Dbpf-event.c167 struct perf_tool *tool = session->tool; in perf_event__synthesize_one_bpf_prog() local
Dkvm-stat.h77 struct perf_tool tool; member
/Linux-v5.4/tools/perf/tests/
Devent_update.c45 struct perf_tool tool; member
49 static int process_event_name(struct perf_tool *tool, in process_event_name()
/Linux-v5.4/tools/perf/arch/x86/util/
Devent.c15 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, in perf_event__synthesize_extra_kmaps()
Dtsc.c54 struct perf_tool *tool, in perf_event__synth_time_conv()
/Linux-v5.4/drivers/input/tablet/
Dwacom_serial4.c173 unsigned int tool; member
312 unsigned int tool; in wacom_handle_packet() local
/Linux-v5.4/drivers/input/touchscreen/
Dwacom_i2c.c38 int tool; member
Dsurface3_spi.c130 int tool = (prox && rubber) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in surface3_spi_report_pen() local

12