Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dsmt.c11 static int cached_result; in smt_on() local
16 return cached_result; in smt_on()
18 if (sysfs__read_int("devices/system/cpu/smt/active", &cached_result) > 0) in smt_on()
41 cached_result = 1; in smt_on()
47 cached_result = 0; in smt_on()
51 return cached_result; in smt_on()