Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dsmt.c11 static int cached_result; in smt_on() local
16 return cached_result; in smt_on()
34 cached_result = 1; in smt_on()
40 cached_result = 0; in smt_on()
43 return cached_result; in smt_on()