aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/builtin-sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-sched.c b/tools/perf/builtin-sched.c
index a1893e8dfe17..c46610447ede 100644
--- a/tools/perf/builtin-sched.c
+++ b/tools/perf/builtin-sched.c
@@ -28,7 +28,7 @@
28#define MAX_CPUS 4096 28#define MAX_CPUS 4096
29#define COMM_LEN 20 29#define COMM_LEN 20
30#define SYM_LEN 129 30#define SYM_LEN 129
31#define MAX_PID 65536 31#define MAX_PID 1024000
32 32
33struct sched_atom; 33struct sched_atom;
34 34