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.c31 "smt_on",
420 *result = smt_on() ? 1 : 0; in tool_pmu__read_event()
H A Dmetricgroup.c193 return !smt_on(); in metric__group_events()
1273 * event1 if #smt_on else 0 in parse_ids()
/linux/tools/perf/tests/
H A Dexpr.c159 /* Only EVENT1 or EVENT2 need be measured depending on the value of smt_on. */ in test__expr()
161 bool smton = smt_on(); in test__expr()
167 expr__find_ids("EVENT1 if #smt_on else EVENT2", in test__expr()