]> Git Repo - J-linux.git/blob - tools/perf/perf.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / perf / perf.h
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                     2048
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
This page took 0.025994 seconds and 4 git commands to generate.