Searched refs:rollup_support (Results 1 – 1 of 1) sorted by relevance
429 enum smaps_rollup_support rollup_support = g_rollup_support.load(std::memory_order_relaxed); in IsSmapsRollupSupported() local430 if (rollup_support != UNTRIED) { in IsSmapsRollupSupported()431 return rollup_support == SUPPORTED; in IsSmapsRollupSupported()