Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dsmt.c7 bool smt_on(const struct cpu_topology *topology) in smt_on() function
33 if (!smt_on(topology)) in core_wide()
Dsmt.h8 bool smt_on(const struct cpu_topology *topology);
Dexpr.c436 result = smt_on(topology) ? 1.0 : 0.0; in expr__get_literal()
/Linux-v6.1/tools/perf/tests/
Dexpr.c164 bool smton = smt_on(topology); in test__expr()