Searched refs:cached_result (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dsmt.c10 static bool cached_result; local
14 return cached_result;
17 cached_result = (fs_value == 1);
19 cached_result = cpu_topology__smt_on(online_topology());
22 return cached_result;

Completed in 146 milliseconds