Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmap.h219 static inline bool __map__is_kmodule(const struct map *map) in __map__is_kmodule() function
H A Dsymbol.c1133 if (!__map__is_kmodule(old_map)) { in do_validate_kcore_modules()
H A Dsynthetic-events.c698 if (!__map__is_kmodule(map)) in perf_event__synthesize_modules()
H A Dmachine.c3387 *modp = __map__is_kmodule(map) ? (char *)map__dso(map)->short_name : NULL; in machine__resolve_kernel_addr()