diff options
| author | Ingo Molnar <mingo@elte.hu> | 2012-01-31 13:05:08 +0100 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2012-01-31 13:05:08 +0100 |
| commit | 623ec991ce0e8cd5791bad656c162fa837635907 (patch) | |
| tree | b52722c85b8fec8851f31dac6ae3a16906a98bd5 /tools/perf/util/scripting-engines/trace-event-python.c | |
| parent | bb1693f89ae7f0b30c90d9b26a4f827faed1144a (diff) | |
| parent | cfeb1d90a1b1db96383b48888cb7a5f10ca12e12 (diff) | |
| download | olio-linux-3.10-623ec991ce0e8cd5791bad656c162fa837635907.tar.xz olio-linux-3.10-623ec991ce0e8cd5791bad656c162fa837635907.zip | |
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
perf/core fixes and improvements: perf script improvements and minor fixes.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
| -rw-r--r-- | tools/perf/util/scripting-engines/trace-event-python.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c index 0b2a4878317..c2623c6f9b5 100644 --- a/tools/perf/util/scripting-engines/trace-event-python.c +++ b/tools/perf/util/scripting-engines/trace-event-python.c @@ -24,7 +24,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <ctype.h> #include <errno.h> #include "../../perf.h" |