Lines Matching +full:machine +full:- +full:mode
1 // SPDX-License-Identifier: GPL-2.0
21 struct machine *machine;
34 machine = maps__machine(maps);
35 /* env->arch is NULL for live-mode (i.e. perf top) */
36 if (!machine->env || !machine->env->arch)
39 dso_type = dso__type(dso, machine);
43 arch = perf_env__arch(machine->env);
60 err = maps__unwind_libunwind_ops(maps)->prepare_access(maps);
71 ops->flush_access(maps);
79 ops->finish_access(maps);
90 return ops->get_entries(cb, arg, thread, data, max_stack, best_effort);