Lines Matching full:machine
16 struct machine;
45 struct perf_sample *sample, struct machine *machine);
51 struct machine *machine,
59 struct machine *machine,
68 …ol *tool, const struct perf_cpu_map *cpus, perf_event__handler_t process, struct machine *machine);
74 …_extra_kmaps(const struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
76 …ct perf_tool *tool, perf_event__handler_t process, struct evlist *evlist, struct machine *machine);
77 …*tool, perf_event__handler_t process, struct evlist *evlist, struct machine *machine, size_t from);
79 …_kernel_mmap(const struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
80 …event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine, bool mmap_da…
81 …size_modules(const struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
82 … perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine);
83 …size_cgroups(const struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
85 …ol *tool, struct perf_stat_config *config, perf_event__handler_t process, struct machine *machine);
87 …truct perf_tool *tool, u64 time, u64 type, perf_event__handler_t process, struct machine *machine);
88 … u64 id, struct perf_counts_values *count, perf_event__handler_t process, struct machine *machine);
89 …ol *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine);
90 …uct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine, bool needs_m…
91 …const struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool needs_m…
93 …ap_page *pc, const struct perf_tool *tool, perf_event__handler_t process, struct machine *machine);
94 …*tool, union perf_event *event, pid_t pid, perf_event__handler_t process, struct machine *machine);
96 …event(const struct perf_tool *tool, union perf_event *event, struct machine *machine, perf_event__…
100 int __machine__synthesize_threads(struct machine *machine, const struct perf_tool *tool,
104 int machine__synthesize_threads(struct machine *machine, struct target *target,
128 struct machine *machine, struct record_opts *opts);
132 struct machine *machine __maybe_unused, in perf_event__synthesize_bpf_events()