projects
/
linux-2.6-block.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Merge tag 'pci-v6.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
[linux-2.6-block.git]
/
tools
/
perf
/
perf.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _PERF_PERF_H
3
#define _PERF_PERF_H
4
5
#ifndef MAX_NR_CPUS
6
#define MAX_NR_CPUS 4096
7
#endif
8
9
enum perf_affinity {
10
PERF_AFFINITY_SYS = 0,
11
PERF_AFFINITY_NODE,
12
PERF_AFFINITY_CPU,
13
PERF_AFFINITY_MAX
14
};
15
16
#endif