Lines Matching refs:perf_tool

26 struct perf_tool;
44 typedef int (*perf_event__handler_t)(const struct perf_tool *tool, union perf_event *event,
47 int perf_event__synthesize_attrs(const struct perf_tool *tool, struct evlist *evlist, perf_event__h…
48 int perf_event__synthesize_attr(const struct perf_tool *tool, struct perf_event_attr *attr, u32 ids…
49 int perf_event__synthesize_build_id(const struct perf_tool *tool,
57 int perf_event__synthesize_mmap2_build_id(const struct perf_tool *tool,
68 int perf_event__synthesize_cpu_map(const struct perf_tool *tool, const struct perf_cpu_map *cpus, p…
69 int perf_event__synthesize_event_update_cpus(const struct perf_tool *tool, struct evsel *evsel, per…
70 int perf_event__synthesize_event_update_name(const struct perf_tool *tool, struct evsel *evsel, per…
71 int perf_event__synthesize_event_update_scale(const struct perf_tool *tool, struct evsel *evsel, pe…
72 int perf_event__synthesize_event_update_unit(const struct perf_tool *tool, struct evsel *evsel, per…
73 int perf_event__synthesize_extra_attr(const struct perf_tool *tool, struct evlist *evsel_list, perf…
74 int perf_event__synthesize_extra_kmaps(const struct perf_tool *tool, perf_event__handler_t process,…
75 int perf_event__synthesize_features(const struct perf_tool *tool, struct perf_session *session, str…
76 int perf_event__synthesize_id_index(const struct perf_tool *tool, perf_event__handler_t process, st…
77 int __perf_event__synthesize_id_index(const struct perf_tool *tool, perf_event__handler_t process, …
79 int perf_event__synthesize_kernel_mmap(const struct perf_tool *tool, perf_event__handler_t process,…
80 int perf_event__synthesize_mmap_events(const struct perf_tool *tool, union perf_event *event, pid_t…
81 int perf_event__synthesize_modules(const struct perf_tool *tool, perf_event__handler_t process, str…
82 int perf_event__synthesize_namespaces(const struct perf_tool *tool, union perf_event *event, pid_t …
83 int perf_event__synthesize_cgroups(const struct perf_tool *tool, perf_event__handler_t process, str…
85 int perf_event__synthesize_stat_config(const struct perf_tool *tool, struct perf_stat_config *confi…
86 int perf_event__synthesize_stat_events(struct perf_stat_config *config, const struct perf_tool *too…
87 int perf_event__synthesize_stat_round(const struct perf_tool *tool, u64 time, u64 type, perf_event_…
88 int perf_event__synthesize_stat(const struct perf_tool *tool, struct perf_cpu cpu, u32 thread, u64 …
89 int perf_event__synthesize_thread_map2(const struct perf_tool *tool, struct perf_thread_map *thread…
90 int perf_event__synthesize_thread_map(const struct perf_tool *tool, struct perf_thread_map *threads…
91 int perf_event__synthesize_threads(const struct perf_tool *tool, perf_event__handler_t process, str…
92 int perf_event__synthesize_tracing_data(const struct perf_tool *tool, int fd, struct evlist *evlist…
93 int perf_event__synth_time_conv(const struct perf_event_mmap_page *pc, const struct perf_tool *tool…
94 pid_t perf_event__synthesize_comm(const struct perf_tool *tool, union perf_event *event, pid_t pid,…
96 int perf_tool__process_synth_event(const struct perf_tool *tool, union perf_event *event, struct ma…
100 int __machine__synthesize_threads(struct machine *machine, const struct perf_tool *tool,
109 int perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr, const struct perf_tool *tool,
118 const struct perf_tool *tool __maybe_unused, in perf_event__synthesize_auxtrace_info()
139 int perf_event__synthesize_for_pipe(const struct perf_tool *tool,