Home
last modified time | relevance | path

Searched defs:erange_warned (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dmap.h22 bool erange_warned:1; in DECLARE_RC_STRUCT() local
287 static inline void map__set_erange_warned(struct map *map, bool erange_warned) in map__set_erange_warned()