Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmap.h228 static inline bool __map__is_kmodule(const struct map *map) in __map__is_kmodule() function
H A Dsynthetic-events.c682 if (!__map__is_kmodule(map)) in perf_event__synthesize_modules_maps_cb()
H A Dmachine.c3170 *modp = __map__is_kmodule(map) ? (char *)dso__short_name(map__dso(map)) : NULL; in machine__resolve_kernel_addr()