Lines Matching full:machine
14 struct machine;
30 struct perf_sample *sample, struct machine *machine);
34 …erf_tool *tool, struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *machine);
35 …erf_tool *tool, struct perf_cpu_map *cpus, perf_event__handler_t process, struct machine *machine);
41 …hesize_extra_kmaps(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
43 …ct perf_tool *tool, perf_event__handler_t process, struct evlist *evlist, struct machine *machine);
44 …hesize_kernel_mmap(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
45 …event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine, bool mmap_da…
46 …synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
47 … perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine);
48 …synthesize_cgroups(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
50 …ol *tool, struct perf_stat_config *config, perf_event__handler_t process, struct machine *machine);
52 …truct perf_tool *tool, u64 time, u64 type, perf_event__handler_t process, struct machine *machine);
53 … u64 id, struct perf_counts_values *count, perf_event__handler_t process, struct machine *machine);
54 …ol *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine);
55 …uct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine, bool mmap_da…
56 …reads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool mmap_da…
58 …ent_mmap_page *pc, struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
59 …*tool, union perf_event *event, pid_t pid, perf_event__handler_t process, struct machine *machine);
61 …synth_event(struct perf_tool *tool, union perf_event *event, struct machine *machine, perf_event__…
65 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool,
69 int machine__synthesize_threads(struct machine *machine, struct target *target,
93 struct machine *machine, struct record_opts *opts);
97 struct machine *machine __maybe_unused, in perf_event__synthesize_bpf_events()