Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dsmt.c61 static int cached_result; in smt_on() local
66 return cached_result; in smt_on()
68 if (sysfs__read_int("devices/system/cpu/smt/active", &cached_result) >= 0) { in smt_on()
70 return cached_result; in smt_on()
73 cached_result = 0; in smt_on()
93 cached_result = 1; in smt_on()
98 return cached_result; in smt_on()