diff options
Diffstat (limited to 'tools/perf/builtin-record.c')
-rw-r--r-- | tools/perf/builtin-record.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c index 8b2c860c49a2..fc3709cba136 100644 --- a/tools/perf/builtin-record.c +++ b/tools/perf/builtin-record.c | |||
@@ -21,9 +21,6 @@ | |||
21 | #include <unistd.h> | 21 | #include <unistd.h> |
22 | #include <sched.h> | 22 | #include <sched.h> |
23 | 23 | ||
24 | #define ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a)-1) | ||
25 | #define __ALIGN_MASK(x, mask) (((x)+(mask))&~(mask)) | ||
26 | |||
27 | static int fd[MAX_NR_CPUS][MAX_COUNTERS]; | 24 | static int fd[MAX_NR_CPUS][MAX_COUNTERS]; |
28 | 25 | ||
29 | static long default_interval = 0; | 26 | static long default_interval = 0; |