aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/python.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/python.c')
-rw-r--r--tools/perf/util/python.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/python.c b/tools/perf/util/python.c
index 07ca4535e6f7..0ba19dd75510 100644
--- a/tools/perf/util/python.c
+++ b/tools/perf/util/python.c
@@ -6,12 +6,10 @@
6#include <linux/err.h> 6#include <linux/err.h>
7#include <perf/cpumap.h> 7#include <perf/cpumap.h>
8#include <traceevent/event-parse.h> 8#include <traceevent/event-parse.h>
9#include "debug.h"
10#include "evlist.h" 9#include "evlist.h"
11#include "callchain.h" 10#include "callchain.h"
12#include "evsel.h" 11#include "evsel.h"
13#include "event.h" 12#include "event.h"
14#include "cpumap.h"
15#include "print_binary.h" 13#include "print_binary.h"
16#include "thread_map.h" 14#include "thread_map.h"
17#include "trace-event.h" 15#include "trace-event.h"
@@ -61,6 +59,8 @@ int parse_callchain_record(const char *arg __maybe_unused,
61 */ 59 */
62int verbose; 60int verbose;
63 61
62int eprintf(int level, int var, const char *fmt, ...);
63
64int eprintf(int level, int var, const char *fmt, ...) 64int eprintf(int level, int var, const char *fmt, ...)
65{ 65{
66 va_list args; 66 va_list args;