Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dsmt.h4 int smt_on(void);
Dsmt.c58 int smt_on(void) in smt_on() function
Dexpr.c411 result = smt_on() > 0 ? 1.0 : 0.0; in expr__get_literal()
/linux-5.19.10/tools/perf/tests/
Dexpr.c156 smt_on() ? "EVENT1" : "EVENT2", in test__expr()