Home
last modified time | relevance | path

Searched refs:map__priv (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/tools/perf/tests/
Dvmlinux-kallsyms.c326 if (pair == NULL || map__priv(pair)) in test__vmlinux_matches_kallsyms()
354 if (!map__priv(map)) { in test__vmlinux_matches_kallsyms()
/linux-6.6.21/tools/perf/util/
Dmap.h106 static inline bool map__priv(const struct map *map) in map__priv() function