Lines Matching refs: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…
40 int perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event…
41 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, perf_event__handler_t process, struc…
42 int perf_event__synthesize_features(struct perf_tool *tool, struct perf_session *session, struct ev…
43 int perf_event__synthesize_id_index(struct perf_tool *tool, perf_event__handler_t process, struct e…
44 int perf_event__synthesize_kernel_mmap(struct perf_tool *tool, perf_event__handler_t process, struc…
45 int perf_event__synthesize_mmap_events(struct perf_tool *tool, union perf_event *event, pid_t pid, …
46 int perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, struct ma…
47 int perf_event__synthesize_namespaces(struct perf_tool *tool, union perf_event *event, pid_t pid, p…
48 int perf_event__synthesize_cgroups(struct perf_tool *tool, perf_event__handler_t process, struct ma…
50 int perf_event__synthesize_stat_config(struct perf_tool *tool, struct perf_stat_config *config, per…
51 int perf_event__synthesize_stat_events(struct perf_stat_config *config, struct perf_tool *tool, str…
52 int perf_event__synthesize_stat_round(struct perf_tool *tool, u64 time, u64 type, perf_event__handl…
53 int perf_event__synthesize_stat(struct perf_tool *tool, u32 cpu, u32 thread, u64 id, struct perf_co…
54 int perf_event__synthesize_thread_map2(struct perf_tool *tool, struct perf_thread_map *threads, per…
55 int perf_event__synthesize_thread_map(struct perf_tool *tool, struct perf_thread_map *threads, perf…
56 int perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct ma…
57 int perf_event__synthesize_tracing_data(struct perf_tool *tool, int fd, struct evlist *evlist, perf…
58 int perf_event__synth_time_conv(const struct perf_event_mmap_page *pc, struct perf_tool *tool, perf…
59 pid_t perf_event__synthesize_comm(struct perf_tool *tool, union perf_event *event, pid_t pid, perf_…
61 int perf_tool__process_synth_event(struct perf_tool *tool, union perf_event *event, struct machine …
65 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool,
74 int perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr, struct perf_tool *tool,
83 struct perf_tool *tool __maybe_unused, in perf_event__synthesize_auxtrace_info()