Home
last modified time | relevance | path

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

12

/Linux-v5.15/tools/perf/
Dbuiltin-inject.c39 struct perf_tool tool; member
80 static int perf_event__repipe_synth(struct perf_tool *tool, in perf_event__repipe_synth()
89 static int perf_event__repipe_oe_synth(struct perf_tool *tool, in perf_event__repipe_oe_synth()
118 static int perf_event__repipe_attr(struct perf_tool *tool, in perf_event__repipe_attr()
136 static int perf_event__repipe_event_update(struct perf_tool *tool, in perf_event__repipe_event_update()
167 struct perf_tool *tool = session->tool; in perf_event__repipe_auxtrace() local
214 static int perf_event__repipe(struct perf_tool *tool, in perf_event__repipe()
230 static int perf_event__drop_aux(struct perf_tool *tool, in perf_event__drop_aux()
271 static int perf_event__repipe_sample(struct perf_tool *tool, in perf_event__repipe_sample()
293 static int perf_event__repipe_mmap(struct perf_tool *tool, in perf_event__repipe_mmap()
[all …]
Dbuiltin-mem.c29 struct perf_tool tool; member
183 dump_raw_samples(struct perf_tool *tool, in dump_raw_samples()
251 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dbuiltin-record.c91 struct perf_tool tool; member
512 static int process_synthesized_event(struct perf_tool *tool, in process_synthesized_event()
521 static int process_locked_synthesized_event(struct perf_tool *tool, in process_locked_synthesized_event()
596 static int record__process_auxtrace(struct perf_tool *tool, in record__process_auxtrace()
983 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
1033 struct perf_tool *tool = data; in perf_event__synthesize_guest_os() local
1390 struct perf_tool *tool = &rec->tool; in record__synthesize() local
1618 struct perf_tool *tool = &rec->tool; in __cmd_record() local
2358 static int build_id__process_mmap(struct perf_tool *tool, union perf_event *event, in build_id__process_mmap()
2370 static int build_id__process_mmap2(struct perf_tool *tool, union perf_event *event, in build_id__process_mmap2()
[all …]
Dbuiltin-script.c128 struct perf_tool tool; member
2176 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
2260 static int process_attr(struct perf_tool *tool, union perf_event *event, in process_attr()
2328 static int print_event_with_time(struct perf_tool *tool, in print_event_with_time()
2364 static int print_event(struct perf_tool *tool, union perf_event *event, in print_event()
2371 static int process_comm_event(struct perf_tool *tool, in process_comm_event()
2383 static int process_namespaces_event(struct perf_tool *tool, in process_namespaces_event()
2395 static int process_cgroup_event(struct perf_tool *tool, in process_cgroup_event()
2407 static int process_fork_event(struct perf_tool *tool, in process_fork_event()
2419 static int process_exit_event(struct perf_tool *tool, in process_exit_event()
[all …]
Dbuiltin-evlist.c38 struct perf_tool tool = { in __cmd_evlist() local
Dbuiltin-annotate.c46 struct perf_tool tool; member
259 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dbuiltin-sched.c181 struct perf_tool tool; member
1484 static int process_sched_wakeup_event(struct perf_tool *tool, in process_sched_wakeup_event()
1669 static int process_sched_switch_event(struct perf_tool *tool, in process_sched_switch_event()
1695 static int process_sched_runtime_event(struct perf_tool *tool, in process_sched_runtime_event()
1708 static int perf_sched__process_fork_event(struct perf_tool *tool, in perf_sched__process_fork_event()
1725 static int process_sched_migrate_task_event(struct perf_tool *tool, in process_sched_migrate_task_event()
2413 static int timehist_sched_wakeup_event(struct perf_tool *tool, in timehist_sched_wakeup_event()
2497 static int timehist_migrate_task_event(struct perf_tool *tool, in timehist_migrate_task_event()
2525 static int timehist_sched_change_event(struct perf_tool *tool, in timehist_sched_change_event()
2651 static int timehist_sched_switch_event(struct perf_tool *tool, in timehist_sched_switch_event()
[all …]
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()
Dbuiltin-report.c71 struct perf_tool tool; member
249 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
323 static int process_read_event(struct perf_tool *tool, in process_read_event()
Dbuiltin-stat.c200 struct perf_tool tool; member
2042 struct perf_tool *tool = session->tool; in process_stat_config_event() local
2085 struct perf_tool *tool = session->tool; in process_thread_map_event() local
2104 struct perf_tool *tool = session->tool; in process_cpu_map_event() local
/Linux-v5.15/tools/perf/util/
Dsynthetic-events.c50 int perf_tool__process_synth_event(struct perf_tool *tool, in perf_tool__process_synth_event()
190 pid_t perf_event__synthesize_comm(struct perf_tool *tool, in perf_event__synthesize_comm()
221 int perf_event__synthesize_namespaces(struct perf_tool *tool, in perf_event__synthesize_namespaces()
260 static int perf_event__synthesize_fork(struct perf_tool *tool, in perf_event__synthesize_fork()
391 int perf_event__synthesize_mmap_events(struct perf_tool *tool, in perf_event__synthesize_mmap_events()
515 static int perf_event__synthesize_cgroup(struct perf_tool *tool, in perf_event__synthesize_cgroup()
555 static int perf_event__walk_cgroup_tree(struct perf_tool *tool, in perf_event__walk_cgroup_tree()
603 int perf_event__synthesize_cgroups(struct perf_tool *tool, in perf_event__synthesize_cgroups()
638 int perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, in perf_event__synthesize_modules()
718 struct perf_tool *tool, struct machine *machine, bool mmap_data) in __event__synthesize_thread()
[all …]
Ddata-convert-json.c31 struct perf_tool tool; member
117 static void output_sample_callchain_entry(struct perf_tool *tool, in output_sample_callchain_entry()
143 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dsession.c190 struct perf_tool *tool) in __perf_session__new()
478 void perf_tool__fill_defaults(struct perf_tool *tool) in perf_tool__fill_defaults()
1408 struct perf_tool *tool, in deliver_sample_value()
1440 struct perf_tool *tool, in deliver_sample_group()
1459 static int evlist__deliver_sample(struct evlist *evlist, struct perf_tool *tool, in evlist__deliver_sample()
1484 struct perf_tool *tool, u64 file_offset) in machines__deliver_event()
1567 struct perf_tool *tool, in perf_session__deliver_event()
1598 struct perf_tool *tool = session->tool; in perf_session__process_user_event() local
1678 struct perf_tool *tool = session->tool; in perf_session__deliver_synth_event() local
1785 struct perf_tool *tool = session->tool; in perf_session__process_event() local
[all …]
Dsession.h38 struct perf_tool *tool; member
62 struct perf_tool *tool) in perf_session__new()
Dtsc.c75 struct perf_tool *tool, in perf_event__synth_time_conv()
Djitdump.c67 struct perf_tool tool; member
432 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_load() local
549 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_move() local
Dbpf-event.c179 struct perf_tool *tool = session->tool; in perf_event__synthesize_one_bpf_prog() local
318 struct perf_tool *tool; member
Dparse-events.l165 static int tool(yyscan_t scanner, enum perf_tool_event event) in tool() function
Dauxtrace.c1194 struct perf_tool *tool, in perf_event__synthesize_auxtrace_info()
1750 struct perf_tool *tool, process_auxtrace_t fn, in __auxtrace_mmap__read()
1861 struct perf_tool *tool, process_auxtrace_t fn) in auxtrace_mmap__read()
1868 struct perf_tool *tool, process_auxtrace_t fn, in auxtrace_mmap__read_snapshot()
2737 struct perf_sample *sample, struct perf_tool *tool) in auxtrace__process_event()
2755 int auxtrace__flush_events(struct perf_session *session, struct perf_tool *tool) in auxtrace__flush_events()
Dtop.h20 struct perf_tool tool; member
/Linux-v5.15/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()
Ddlfilter-test.c40 struct perf_tool tool; member
60 static int process(struct perf_tool *tool, union perf_event *event, in process()
/Linux-v5.15/tools/perf/arch/x86/util/
Devent.c15 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, in perf_event__synthesize_extra_kmaps()
/Linux-v5.15/drivers/input/tablet/
Dwacom_serial4.c173 unsigned int tool; member
312 unsigned int tool; in wacom_handle_packet() local
/Linux-v5.15/drivers/input/touchscreen/
Dwacom_i2c.c37 int tool; member

12