/Linux-v5.10/tools/perf/util/ |
D | synthetic-events.h | 23 struct perf_tool; 29 typedef int (*perf_event__handler_t)(struct perf_tool *tool, union perf_event *event, 32 int perf_event__synthesize_attrs(struct perf_tool *tool, struct evlist *evlist, perf_event__handler… 33 int perf_event__synthesize_attr(struct perf_tool *tool, struct perf_event_attr *attr, u32 ids, u64 … 34 int perf_event__synthesize_build_id(struct perf_tool *tool, struct dso *pos, u16 misc, perf_event__… 35 int perf_event__synthesize_cpu_map(struct perf_tool *tool, struct perf_cpu_map *cpus, perf_event__h… 36 int perf_event__synthesize_event_update_cpus(struct perf_tool *tool, struct evsel *evsel, perf_even… 37 int perf_event__synthesize_event_update_name(struct perf_tool *tool, struct evsel *evsel, perf_even… 38 int perf_event__synthesize_event_update_scale(struct perf_tool *tool, struct evsel *evsel, perf_eve… 39 int perf_event__synthesize_event_update_unit(struct perf_tool *tool, struct evsel *evsel, perf_even… [all …]
|
D | event.h | 293 struct perf_tool; 298 int perf_event__process_comm(struct perf_tool *tool, 302 int perf_event__process_lost(struct perf_tool *tool, 306 int perf_event__process_lost_samples(struct perf_tool *tool, 310 int perf_event__process_aux(struct perf_tool *tool, 314 int perf_event__process_itrace_start(struct perf_tool *tool, 318 int perf_event__process_switch(struct perf_tool *tool, 322 int perf_event__process_namespaces(struct perf_tool *tool, 326 int perf_event__process_cgroup(struct perf_tool *tool, 330 int perf_event__process_mmap(struct perf_tool *tool, [all …]
|
D | tool.h | 14 struct perf_tool; 18 typedef int (*event_sample)(struct perf_tool *tool, union perf_event *event, 22 typedef int (*event_op)(struct perf_tool *tool, union perf_event *event, 25 typedef int (*event_attr_op)(struct perf_tool *tool, 33 typedef int (*event_oe)(struct perf_tool *tool, union perf_event *event, 42 struct perf_tool { struct
|
D | event.c | 192 int perf_event__process_comm(struct perf_tool *tool __maybe_unused, in perf_event__process_comm() 200 int perf_event__process_namespaces(struct perf_tool *tool __maybe_unused, in perf_event__process_namespaces() 208 int perf_event__process_cgroup(struct perf_tool *tool __maybe_unused, in perf_event__process_cgroup() 216 int perf_event__process_lost(struct perf_tool *tool __maybe_unused, in perf_event__process_lost() 224 int perf_event__process_aux(struct perf_tool *tool __maybe_unused, in perf_event__process_aux() 232 int perf_event__process_itrace_start(struct perf_tool *tool __maybe_unused, in perf_event__process_itrace_start() 240 int perf_event__process_lost_samples(struct perf_tool *tool __maybe_unused, in perf_event__process_lost_samples() 248 int perf_event__process_switch(struct perf_tool *tool __maybe_unused, in perf_event__process_switch() 256 int perf_event__process_ksymbol(struct perf_tool *tool __maybe_unused, in perf_event__process_ksymbol() 264 int perf_event__process_bpf(struct perf_tool *tool __maybe_unused, in perf_event__process_bpf() [all …]
|
D | auxtrace.h | 25 struct perf_tool; 185 struct perf_tool *tool); 188 struct perf_tool *tool); 195 struct perf_tool *tool); 493 typedef int (*process_auxtrace_t)(struct perf_tool *tool, 499 struct perf_tool *tool, process_auxtrace_t fn); 503 struct perf_tool *tool, process_auxtrace_t fn, 612 struct perf_sample *sample, struct perf_tool *tool); 615 int auxtrace__flush_events(struct perf_session *session, struct perf_tool *tool); 745 struct perf_tool *tool __maybe_unused) in auxtrace__process_event() [all …]
|
D | synthetic-events.c | 50 int perf_tool__process_synth_event(struct perf_tool *tool, in perf_tool__process_synth_event() 176 pid_t perf_event__synthesize_comm(struct perf_tool *tool, in perf_event__synthesize_comm() 205 int perf_event__synthesize_namespaces(struct perf_tool *tool, in perf_event__synthesize_namespaces() 244 static int perf_event__synthesize_fork(struct perf_tool *tool, in perf_event__synthesize_fork() 350 int perf_event__synthesize_mmap_events(struct perf_tool *tool, in perf_event__synthesize_mmap_events() 470 static int perf_event__synthesize_cgroup(struct perf_tool *tool, in perf_event__synthesize_cgroup() 510 static int perf_event__walk_cgroup_tree(struct perf_tool *tool, in perf_event__walk_cgroup_tree() 558 int perf_event__synthesize_cgroups(struct perf_tool *tool, in perf_event__synthesize_cgroups() 585 int perf_event__synthesize_cgroups(struct perf_tool *tool __maybe_unused, in perf_event__synthesize_cgroups() 593 int perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, in perf_event__synthesize_modules() [all …]
|
D | build-id.h | 18 extern struct perf_tool build_id__mark_dso_hit_ops; 32 int build_id__mark_dso_hit(struct perf_tool *tool, union perf_event *event, 38 int perf_event__inject_buildid(struct perf_tool *tool, union perf_event *event,
|
D | session.h | 38 struct perf_tool *tool; 55 struct perf_tool; 58 bool repipe, struct perf_tool *tool); 78 void perf_tool__fill_defaults(struct perf_tool *tool);
|
D | header.h | 113 struct perf_tool; 138 int perf_event__process_attr(struct perf_tool *tool, union perf_event *event, 140 int perf_event__process_event_update(struct perf_tool *tool,
|
D | session.c | 100 struct perf_tool *tool, 187 bool repipe, struct perf_tool *tool) in perf_session__new() 316 static int process_event_synth_attr_stub(struct perf_tool *tool __maybe_unused, in process_event_synth_attr_stub() 325 static int process_event_synth_event_update_stub(struct perf_tool *tool __maybe_unused, in process_event_synth_event_update_stub() 337 static int process_event_sample_stub(struct perf_tool *tool __maybe_unused, in process_event_sample_stub() 347 static int process_event_stub(struct perf_tool *tool __maybe_unused, in process_event_stub() 356 static int process_finished_round_stub(struct perf_tool *tool __maybe_unused, in process_finished_round_stub() 364 static int process_finished_round(struct perf_tool *tool, 461 void perf_tool__fill_defaults(struct perf_tool *tool) in perf_tool__fill_defaults() 1027 static int process_finished_round(struct perf_tool *tool __maybe_unused, in process_finished_round() [all …]
|
D | intel-bts.h | 25 struct perf_tool;
|
D | intel-pt.h | 34 struct perf_tool;
|
D | top.h | 20 struct perf_tool tool;
|
D | arm-spe.c | 572 struct perf_tool *tool) in arm_spe_process_event() 617 struct perf_tool *tool __maybe_unused) in arm_spe_process_auxtrace_event() 655 struct perf_tool *tool __maybe_unused) in arm_spe_flush() 736 struct perf_tool dummy_tool; 740 static int arm_spe_event_synth(struct perf_tool *tool, in arm_spe_event_synth()
|
D | intel-bts.c | 594 struct perf_tool *tool) in intel_bts_process_event() 637 struct perf_tool *tool __maybe_unused) in intel_bts_process_auxtrace_event() 678 struct perf_tool *tool __maybe_unused) in intel_bts_flush() 741 struct perf_tool dummy_tool; 745 static int intel_bts_event_synth(struct perf_tool *tool, in intel_bts_event_synth()
|
/Linux-v5.10/tools/perf/tests/shell/ |
D | record+zstd_comp_decomp.sh | 7 perf_tool=perf 10 $perf_tool record -h 2>&1 | grep -q '\-z, \-\-compression\-level' 16 $perf_tool record -o $trace_file $gflag -z -F 5000 -- \ 22 $perf_tool report -i $trace_file --header --stats | \ 27 $perf_tool inject -i $trace_file -o $trace_file.decomp && 28 $perf_tool report -i $trace_file --stdio | head -n -3 > $trace_file.comp.output && 29 $perf_tool report -i $trace_file.decomp --stdio | head -n -3 > $trace_file.decomp.output &&
|
/Linux-v5.10/tools/perf/ |
D | builtin-inject.c | 38 struct perf_tool tool; 61 static int dso__inject_build_id(struct dso *dso, struct perf_tool *tool, 76 static int perf_event__repipe_synth(struct perf_tool *tool, in perf_event__repipe_synth() 85 static int perf_event__repipe_oe_synth(struct perf_tool *tool, in perf_event__repipe_oe_synth() 93 static int perf_event__drop_oe(struct perf_tool *tool __maybe_unused, in perf_event__drop_oe() 114 static int perf_event__repipe_attr(struct perf_tool *tool, in perf_event__repipe_attr() 132 static int perf_event__repipe_event_update(struct perf_tool *tool, in perf_event__repipe_event_update() 163 struct perf_tool *tool = session->tool; in perf_event__repipe_auxtrace() 210 static int perf_event__repipe(struct perf_tool *tool, in perf_event__repipe() 218 static int perf_event__drop(struct perf_tool *tool __maybe_unused, in perf_event__drop() [all …]
|
D | builtin-mem.c | 26 struct perf_tool tool; 143 dump_raw_samples(struct perf_tool *tool, in dump_raw_samples() 223 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
|
D | builtin-script.c | 121 struct perf_tool tool; 2103 static int process_sample_event(struct perf_tool *tool, in process_sample_event() 2150 static int process_attr(struct perf_tool *tool, union perf_event *event, in process_attr() 2219 static int print_event_with_time(struct perf_tool *tool, in print_event_with_time() 2255 static int print_event(struct perf_tool *tool, union perf_event *event, in print_event() 2262 static int process_comm_event(struct perf_tool *tool, in process_comm_event() 2274 static int process_namespaces_event(struct perf_tool *tool, in process_namespaces_event() 2286 static int process_cgroup_event(struct perf_tool *tool, in process_cgroup_event() 2298 static int process_fork_event(struct perf_tool *tool, in process_fork_event() 2310 static int process_exit_event(struct perf_tool *tool, in process_exit_event() [all …]
|
D | builtin-sched.c | 181 struct perf_tool tool; 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() 1738 typedef int (*tracepoint_handler)(struct perf_tool *tool, 1743 static int perf_sched__process_tracepoint_sample(struct perf_tool *tool __maybe_unused, in perf_sched__process_tracepoint_sample() 1759 static int perf_sched__process_comm(struct perf_tool *tool __maybe_unused, in perf_sched__process_comm() 2404 static int timehist_sched_wakeup_ignore(struct perf_tool *tool __maybe_unused, in timehist_sched_wakeup_ignore() [all …]
|
/Linux-v5.10/tools/perf/tests/ |
D | event_update.c | 15 static int process_event_unit(struct perf_tool *tool __maybe_unused, in process_event_unit() 28 static int process_event_scale(struct perf_tool *tool __maybe_unused, in process_event_scale() 45 struct perf_tool tool; 49 static int process_event_name(struct perf_tool *tool, in process_event_name() 63 static int process_event_cpus(struct perf_tool *tool __maybe_unused, in process_event_cpus()
|
D | stat.c | 24 static int process_stat_config_event(struct perf_tool *tool __maybe_unused, in process_stat_config_event() 64 static int process_stat_event(struct perf_tool *tool __maybe_unused, in process_stat_event() 94 static int process_stat_round_event(struct perf_tool *tool __maybe_unused, in process_stat_round_event()
|
D | thread-map.c | 16 struct perf_tool; 62 static int process_event(struct perf_tool *tool __maybe_unused, in process_event()
|
D | cpumap.c | 14 static int process_event_mask(struct perf_tool *tool __maybe_unused, in process_event_mask() 48 static int process_event_cpus(struct perf_tool *tool __maybe_unused, in process_event_cpus()
|
/Linux-v5.10/tools/perf/arch/x86/util/ |
D | event.c | 15 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, in perf_event__synthesize_extra_kmaps()
|