/Linux-v6.6/tools/perf/util/ |
D | synthetic-events.c | 50 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() 421 int perf_event__synthesize_mmap_events(struct perf_tool *tool, in perf_event__synthesize_mmap_events() 545 static int perf_event__synthesize_cgroup(struct perf_tool *tool, in perf_event__synthesize_cgroup() 585 static int perf_event__walk_cgroup_tree(struct perf_tool *tool, in perf_event__walk_cgroup_tree() 633 int perf_event__synthesize_cgroups(struct perf_tool *tool, in perf_event__synthesize_cgroups() 668 int perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, in perf_event__synthesize_modules() 750 struct perf_tool *tool, struct machine *machine, in __event__synthesize_thread() [all …]
|
D | data-convert-json.c | 35 struct perf_tool tool; member 121 static void output_sample_callchain_entry(struct perf_tool *tool, in output_sample_callchain_entry() 149 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
|
D | session.c | 195 struct perf_tool *tool) in __perf_session__new() 478 void perf_tool__fill_defaults(struct perf_tool *tool) in perf_tool__fill_defaults() 1457 struct perf_tool *tool, in deliver_sample_value() 1489 struct perf_tool *tool, in deliver_sample_group() 1508 static int evlist__deliver_sample(struct evlist *evlist, struct perf_tool *tool, in evlist__deliver_sample() 1533 struct perf_tool *tool, u64 file_offset, in machines__deliver_event() 1621 struct perf_tool *tool, in perf_session__deliver_event() 1654 struct perf_tool *tool = session->tool; in perf_session__process_user_event() local 1741 struct perf_tool *tool = session->tool; in perf_session__deliver_synth_event() local 1849 struct perf_tool *tool = session->tool; in perf_session__process_event() local [all …]
|
D | session.h | 46 struct perf_tool *tool; member 71 struct perf_tool *tool) in perf_session__new()
|
D | tsc.c | 75 struct perf_tool *tool, in perf_event__synth_time_conv()
|
D | jitdump.c | 60 struct perf_tool tool; member 427 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_load() local 546 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_move() local
|
D | bpf-event.c | 172 struct perf_tool *tool = session->tool; in perf_event__synthesize_one_bpf_prog() local 312 struct perf_tool *tool; member
|
D | parse-events.l | 111 static int tool(yyscan_t scanner, enum perf_tool_event event) in tool() function
|
/Linux-v6.6/tools/perf/ |
D | builtin-inject.c | 81 struct perf_tool tool; member 107 struct perf_tool tool; member 152 static int perf_event__repipe_synth(struct perf_tool *tool, in perf_event__repipe_synth() 161 static int perf_event__repipe_oe_synth(struct perf_tool *tool, in perf_event__repipe_oe_synth() 191 static int perf_event__repipe_attr(struct perf_tool *tool, in perf_event__repipe_attr() 209 static int perf_event__repipe_event_update(struct perf_tool *tool, in perf_event__repipe_event_update() 240 struct perf_tool *tool = session->tool; in perf_event__repipe_auxtrace() local 287 static int perf_event__repipe(struct perf_tool *tool, in perf_event__repipe() 303 static int perf_event__drop_aux(struct perf_tool *tool, in perf_event__drop_aux() 350 static int perf_event__repipe_sample(struct perf_tool *tool, in perf_event__repipe_sample() [all …]
|
D | builtin-mem.c | 30 struct perf_tool tool; member 191 dump_raw_samples(struct perf_tool *tool, in dump_raw_samples() 265 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
|
D | builtin-kwork.c | 779 static int process_irq_handler_entry_event(struct perf_tool *tool, in process_irq_handler_entry_event() 792 static int process_irq_handler_exit_event(struct perf_tool *tool, in process_irq_handler_exit_event() 850 static int process_softirq_raise_event(struct perf_tool *tool, in process_softirq_raise_event() 864 static int process_softirq_entry_event(struct perf_tool *tool, in process_softirq_entry_event() 878 static int process_softirq_exit_event(struct perf_tool *tool, in process_softirq_exit_event() 971 static int process_workqueue_activate_work_event(struct perf_tool *tool, in process_workqueue_activate_work_event() 985 static int process_workqueue_execute_start_event(struct perf_tool *tool, in process_workqueue_execute_start_event() 999 static int process_workqueue_execute_end_event(struct perf_tool *tool, in process_workqueue_execute_end_event() 1556 static int perf_kwork__process_tracepoint_sample(struct perf_tool *tool, in perf_kwork__process_tracepoint_sample()
|
D | builtin-script.c | 140 struct perf_tool tool; member 2348 static int process_sample_event(struct perf_tool *tool, in process_sample_event() 2435 static int process_attr(struct perf_tool *tool, union perf_event *event, in process_attr() 2501 static int print_event_with_time(struct perf_tool *tool, in print_event_with_time() 2537 static int print_event(struct perf_tool *tool, union perf_event *event, in print_event() 2544 static int process_comm_event(struct perf_tool *tool, in process_comm_event() 2556 static int process_namespaces_event(struct perf_tool *tool, in process_namespaces_event() 2568 static int process_cgroup_event(struct perf_tool *tool, in process_cgroup_event() 2580 static int process_fork_event(struct perf_tool *tool, in process_fork_event() 2592 static int process_exit_event(struct perf_tool *tool, in process_exit_event() [all …]
|
D | builtin-evlist.c | 38 struct perf_tool tool = { in __cmd_evlist() local
|
D | builtin-record.c | 153 struct perf_tool tool; member 607 static int process_synthesized_event(struct perf_tool *tool, in process_synthesized_event() 618 static int process_locked_synthesized_event(struct perf_tool *tool, in process_locked_synthesized_event() 697 static int record__process_auxtrace(struct perf_tool *tool, in record__process_auxtrace() 1379 static int process_sample_event(struct perf_tool *tool, in process_sample_event() 1429 struct perf_tool *tool = data; in perf_event__synthesize_guest_os() local 1979 struct perf_tool *tool = &rec->tool; in record__synthesize() local 2337 struct perf_tool *tool = &rec->tool; in __cmd_record() local 3224 static int build_id__process_mmap(struct perf_tool *tool, union perf_event *event, in build_id__process_mmap() 3236 static int build_id__process_mmap2(struct perf_tool *tool, union perf_event *event, in build_id__process_mmap2() [all …]
|
D | builtin-annotate.c | 46 struct perf_tool tool; member 273 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
|
D | builtin-report.c | 75 struct perf_tool tool; member 264 static int process_sample_event(struct perf_tool *tool, in process_sample_event() 340 static int process_read_event(struct perf_tool *tool, in process_read_event() 765 static int count_lost_samples_event(struct perf_tool *tool, in count_lost_samples_event()
|
D | builtin-sched.c | 182 struct perf_tool tool; member 1513 static int process_sched_wakeup_event(struct perf_tool *tool, in process_sched_wakeup_event() 1711 static int process_sched_switch_event(struct perf_tool *tool, in process_sched_switch_event() 1737 static int process_sched_runtime_event(struct perf_tool *tool, in process_sched_runtime_event() 1750 static int perf_sched__process_fork_event(struct perf_tool *tool, in perf_sched__process_fork_event() 1767 static int process_sched_migrate_task_event(struct perf_tool *tool, in process_sched_migrate_task_event() 2468 static int timehist_sched_wakeup_event(struct perf_tool *tool, in timehist_sched_wakeup_event() 2552 static int timehist_migrate_task_event(struct perf_tool *tool, in timehist_migrate_task_event() 2580 static int timehist_sched_change_event(struct perf_tool *tool, in timehist_sched_change_event() 2708 static int timehist_sched_switch_event(struct perf_tool *tool, in timehist_sched_switch_event() [all …]
|
/Linux-v6.6/tools/tracing/rtla/src/ |
D | osnoise_hist.c | 125 static void osnoise_hist_update_multiple(struct osnoise_tool *tool, int cpu, in osnoise_hist_update_multiple() 158 static void osnoise_destroy_trace_hist(struct osnoise_tool *tool) in osnoise_destroy_trace_hist() 169 static int osnoise_init_trace_hist(struct osnoise_tool *tool) in osnoise_init_trace_hist() 206 static void osnoise_read_trace_hist(struct osnoise_tool *tool) in osnoise_read_trace_hist() 254 static void osnoise_hist_header(struct osnoise_tool *tool) in osnoise_hist_header() 373 osnoise_print_stats(struct osnoise_hist_params *params, struct osnoise_tool *tool) in osnoise_print_stats() 700 osnoise_hist_apply_config(struct osnoise_tool *tool, struct osnoise_hist_params *params) in osnoise_hist_apply_config() 779 struct osnoise_tool *tool; in osnoise_init_hist() local 824 struct osnoise_tool *tool = NULL; in osnoise_hist_main() local
|
D | timerlat_hist.c | 168 timerlat_hist_update(struct osnoise_tool *tool, int cpu, in timerlat_hist_update() 219 struct osnoise_tool *tool; in timerlat_hist_handler() local 235 static void timerlat_hist_header(struct osnoise_tool *tool) in timerlat_hist_header() 408 timerlat_print_stats(struct timerlat_hist_params *params, struct osnoise_tool *tool) in timerlat_print_stats() 808 timerlat_hist_apply_config(struct osnoise_tool *tool, struct timerlat_hist_params *params) in timerlat_hist_apply_config() 896 struct osnoise_tool *tool; in timerlat_init_hist() local 945 struct osnoise_tool *tool = NULL; in timerlat_hist_main() local
|
D | osnoise_top.c | 112 struct osnoise_tool *tool; in osnoise_top_handler() local 209 static void osnoise_top_print(struct osnoise_tool *tool, int cpu) in osnoise_top_print() 527 osnoise_top_apply_config(struct osnoise_tool *tool, struct osnoise_top_params *params) in osnoise_top_apply_config() 613 struct osnoise_tool *tool; in osnoise_init_top() local 661 struct osnoise_tool *tool = NULL; in osnoise_top_main() local
|
D | timerlat_aa.c | 114 struct osnoise_tool *tool; member 881 static void timerlat_aa_unregister_events(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_unregister_events() 920 static int timerlat_aa_register_events(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_register_events() 1008 int timerlat_aa_init(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_init()
|
/Linux-v6.6/tools/perf/tests/ |
D | event_update.c | 42 struct perf_tool tool; member 46 static int process_event_name(struct perf_tool *tool, in process_event_name()
|
D | dlfilter-test.c | 43 struct perf_tool tool; member 65 static int process(struct perf_tool *tool, union perf_event *event, in process()
|
/Linux-v6.6/tools/perf/arch/x86/util/ |
D | event.c | 17 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, in perf_event__synthesize_extra_kmaps()
|
/Linux-v6.6/drivers/input/tablet/ |
D | wacom_serial4.c | 173 unsigned int tool; member 312 unsigned int tool; in wacom_handle_packet() local
|