summaryrefslogtreecommitdiff
path: root/tools/perf/util/smt.h
blob: e26999c6b8d45e12006128087593ffc1145a4265 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __SMT_H
#define __SMT_H 1

struct cpu_topology;

/* Returns true if SMT (aka hyperthreading) is enabled. */
bool smt_on(const struct cpu_topology *topology);

#endif /* __SMT_H */