Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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.c449 if (!strcasecmp("#smt_on", literal)) { in expr__get_literal()
450 result = smt_on() ? 1.0 : 0.0; in expr__get_literal()
H A Dmetricgroup.c190 return !smt_on(); in metric__group_events()
1471 * event1 if #smt_on else 0 in parse_ids()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsmt.h4 int smt_on(void);
H A Dsmt.c8 int smt_on(void) in smt_on() function
H A Dexpr.y123 | SMT_ON { $$ = smt_on() > 0; }
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dexpr.c156 /* Only EVENT1 or EVENT2 need be measured depending on the value of smt_on. */ in test__expr()
158 bool smton = smt_on(); in test__expr()
164 expr__find_ids("EVENT1 if #smt_on else EVENT2", in test__expr()

Completed in 6 milliseconds