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

/linux-master/tools/perf/util/
H A Dsmt.h9 bool smt_on(void);
H A Dsmt.c7 bool smt_on(void) function
32 if (!smt_on())
H A Dexpr.c449 if (!strcasecmp("#smt_on", literal)) {
450 result = smt_on() ? 1.0 : 0.0;
H A Dmetricgroup.c192 return !smt_on();
1471 * event1 if #smt_on else 0
/linux-master/tools/perf/tests/
H A Dexpr.c160 /* Only EVENT1 or EVENT2 need be measured depending on the value of smt_on. */
162 bool smton = smt_on();
168 expr__find_ids("EVENT1 if #smt_on else EVENT2",

Completed in 112 milliseconds