Lines Matching refs:machine

15 struct machine;
44 struct perf_sample *sample, struct machine *machine);
48 …erf_tool *tool, struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *machine);
49 …ol *tool, const struct perf_cpu_map *cpus, perf_event__handler_t process, struct machine *machine);
55 …hesize_extra_kmaps(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
57 …ct perf_tool *tool, perf_event__handler_t process, struct evlist *evlist, struct machine *machine);
58 …*tool, perf_event__handler_t process, struct evlist *evlist, struct machine *machine, size_t from);
60 …hesize_kernel_mmap(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
61 …event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine, bool mmap_da…
62 …synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
63 … perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine);
64 …synthesize_cgroups(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
66 …ol *tool, struct perf_stat_config *config, perf_event__handler_t process, struct machine *machine);
68 …truct perf_tool *tool, u64 time, u64 type, perf_event__handler_t process, struct machine *machine);
69 … u64 id, struct perf_counts_values *count, perf_event__handler_t process, struct machine *machine);
70 …ol *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine);
71 …uct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine, bool needs_m…
72 …reads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool needs_m…
74 …ent_mmap_page *pc, struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
75 …*tool, union perf_event *event, pid_t pid, perf_event__handler_t process, struct machine *machine);
77 …synth_event(struct perf_tool *tool, union perf_event *event, struct machine *machine, perf_event__…
81 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool,
85 int machine__synthesize_threads(struct machine *machine, struct target *target,
109 struct machine *machine, struct record_opts *opts);
113 struct machine *machine __maybe_unused, in perf_event__synthesize_bpf_events()