Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsmt.c7 bool smt_on(void) in smt_on() function
32 if (!smt_on()) in core_wide()
H A Dsmt.h9 bool smt_on(void);
H A Dexpr.c447 result = smt_on() ? 1.0 : 0.0; in expr__get_literal()
H A Dmetricgroup.c190 return !smt_on(); in metric__group_events()
/openbmc/linux/tools/perf/tests/
H A Dexpr.c162 bool smton = smt_on(); in test__expr()