Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dsmt.c7 bool smt_on(void) in smt_on() function
32 if (!smt_on()) in core_wide()
Dsmt.h9 bool smt_on(void);
Dexpr.c450 result = smt_on() ? 1.0 : 0.0; in expr__get_literal()
Dmetricgroup.c190 return !smt_on(); in metric__group_events()
/Linux-v6.6/tools/perf/tests/
Dexpr.c158 bool smton = smt_on(); in test__expr()