Home
last modified time | relevance | path

Searched refs:perf_tool (Results 1 – 25 of 55) sorted by relevance

123

/Linux-v5.15/tools/perf/util/
Dsynthetic-events.h24 struct perf_tool;
30 typedef int (*perf_event__handler_t)(struct perf_tool *tool, union perf_event *event,
33 int perf_event__synthesize_attrs(struct perf_tool *tool, struct evlist *evlist, perf_event__handler…
34 int perf_event__synthesize_attr(struct perf_tool *tool, struct perf_event_attr *attr, u32 ids, u64 …
35 int perf_event__synthesize_build_id(struct perf_tool *tool, struct dso *pos, u16 misc, perf_event__…
36 int perf_event__synthesize_cpu_map(struct perf_tool *tool, struct perf_cpu_map *cpus, perf_event__h…
37 int perf_event__synthesize_event_update_cpus(struct perf_tool *tool, struct evsel *evsel, perf_even…
38 int perf_event__synthesize_event_update_name(struct perf_tool *tool, struct evsel *evsel, perf_even…
39 int perf_event__synthesize_event_update_scale(struct perf_tool *tool, struct evsel *evsel, perf_eve…
40 int perf_event__synthesize_event_update_unit(struct perf_tool *tool, struct evsel *evsel, perf_even…
[all …]
Devent.h308 struct perf_tool;
313 int perf_event__process_comm(struct perf_tool *tool,
317 int perf_event__process_lost(struct perf_tool *tool,
321 int perf_event__process_lost_samples(struct perf_tool *tool,
325 int perf_event__process_aux(struct perf_tool *tool,
329 int perf_event__process_itrace_start(struct perf_tool *tool,
333 int perf_event__process_switch(struct perf_tool *tool,
337 int perf_event__process_namespaces(struct perf_tool *tool,
341 int perf_event__process_cgroup(struct perf_tool *tool,
345 int perf_event__process_mmap(struct perf_tool *tool,
[all …]
Dtool.h14 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
Dsession.h38 struct perf_tool *tool;
55 struct perf_tool;
59 struct perf_tool *tool);
62 struct perf_tool *tool) in perf_session__new()
86 void perf_tool__fill_defaults(struct perf_tool *tool);
Devent.c192 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 …]
Dauxtrace.h25 struct perf_tool;
195 struct perf_tool *tool);
198 struct perf_tool *tool);
205 struct perf_tool *tool);
490 typedef int (*process_auxtrace_t)(struct perf_tool *tool,
496 struct perf_tool *tool, process_auxtrace_t fn);
500 struct perf_tool *tool, process_auxtrace_t fn,
616 struct perf_sample *sample, struct perf_tool *tool);
619 int auxtrace__flush_events(struct perf_session *session, struct perf_tool *tool);
779 struct perf_tool *tool __maybe_unused) in auxtrace__process_event()
[all …]
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()
630 int perf_event__synthesize_cgroups(struct perf_tool *tool __maybe_unused, 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()
[all …]
Dbuild-id.h21 extern struct perf_tool build_id__mark_dso_hit_ops;
38 int build_id__mark_dso_hit(struct perf_tool *tool, union perf_event *event,
44 int perf_event__inject_buildid(struct perf_tool *tool, union perf_event *event,
Dheader.h115 struct perf_tool;
140 int perf_event__process_attr(struct perf_tool *tool, union perf_event *event,
142 int perf_event__process_event_update(struct perf_tool *tool,
Dsession.c102 struct perf_tool *tool,
190 struct perf_tool *tool) in __perf_session__new()
323 static int process_event_synth_attr_stub(struct perf_tool *tool __maybe_unused, in process_event_synth_attr_stub()
332 static int process_event_synth_event_update_stub(struct perf_tool *tool __maybe_unused, in process_event_synth_event_update_stub()
344 static int process_event_sample_stub(struct perf_tool *tool __maybe_unused, in process_event_sample_stub()
354 static int process_event_stub(struct perf_tool *tool __maybe_unused, in process_event_stub()
363 static int process_finished_round_stub(struct perf_tool *tool __maybe_unused, in process_finished_round_stub()
371 static int process_finished_round(struct perf_tool *tool,
478 void perf_tool__fill_defaults(struct perf_tool *tool) in perf_tool__fill_defaults()
1060 static int process_finished_round(struct perf_tool *tool __maybe_unused, in process_finished_round()
[all …]
Dintel-bts.h25 struct perf_tool;
Dintel-pt.h34 struct perf_tool;
Ddata-convert-json.c31 struct perf_tool tool;
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()
Dtop.h20 struct perf_tool tool;
Dintel-bts.c594 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.15/tools/perf/tests/shell/
Drecord+zstd_comp_decomp.sh7 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 -F comm,dso,sym | head -n -3 > $trace_file.comp.output &&
29 …$perf_tool report -i $trace_file.decomp --stdio -F comm,dso,sym | head -n -3 > $trace_file.decomp.…
/Linux-v5.15/tools/perf/
Dbuiltin-inject.c39 struct perf_tool tool;
65 static int dso__inject_build_id(struct dso *dso, struct perf_tool *tool,
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()
97 static int perf_event__drop_oe(struct perf_tool *tool __maybe_unused, in perf_event__drop_oe()
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()
214 static int perf_event__repipe(struct perf_tool *tool, in perf_event__repipe()
222 static int perf_event__drop(struct perf_tool *tool __maybe_unused, in perf_event__drop()
[all …]
Dbuiltin-mem.c29 struct perf_tool tool;
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-script.c128 struct perf_tool tool;
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()
Dbuiltin-sched.c181 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.15/tools/perf/tests/
Devent_update.c15 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()
Dstat.c24 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()
Dthread-map.c16 struct perf_tool;
62 static int process_event(struct perf_tool *tool __maybe_unused, in process_event()
Dcpumap.c14 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()

123