Home
last modified time | relevance | path

Searched refs:machine__for_each_kernel_map (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-buildid-list.c49 machine__for_each_kernel_map(machine, buildid__map_cb, NULL); in buildid__show_kernel_maps()
/openbmc/linux/tools/perf/util/
H A Dmachine.h274 int machine__for_each_kernel_map(struct machine *machine, machine__map_t fn,
H A Dmachine.c3404 int machine__for_each_kernel_map(struct machine *machine, machine__map_t fn, void *priv) in machine__for_each_kernel_map() function