Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
c7f4f994dea2e6a513e63f063f6c92202b7c1f3f
c7f4f994dea2e6a513e63f063f6c92202b7c1f3f
Switch branch/tag
linux
tools
perf
util
smt.h
Find file
Normal view
History
Permalink
smt.h
57 Bytes
Edit
Web IDE
Newer
Older
perf tools: Add utility function to detect SMT status
Andi Kleen
committed
7 years ago
1
2
3
4
5
6
#ifndef SMT_H
#define SMT_H 1
int
smt_on
(
void
);
#endif