Home
last modified time | relevance | path

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

/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 Dtool_pmu.c424 *result = smt_on() ? 1 : 0; in tool_pmu__read_event()
H A Dmetricgroup.c195 return !smt_on(); in metric__group_events()
/linux/tools/perf/tests/
H A Dexpr.c161 bool smton = smt_on(); in test__expr()