Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dsmt.h4 int smt_on(void);
Dsmt.c8 int smt_on(void) in smt_on() function
Dexpr.l108 #smt_on { return SMT_ON; }
Dexpr.y123 | SMT_ON { $$ = smt_on() > 0; }