[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-cf72344d1ad7b33805ef8d65e758b267e6f4cb8d@git.kernel.org>
Date: Mon, 30 Nov 2009 08:23:30 GMT
From: tip-bot for Ingo Molnar <mingo@...e.hu>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, acme@...hat.com, paulus@...ba.org,
hpa@...or.com, mingo@...hat.com, a.p.zijlstra@...llo.nl,
efault@....de, fweisbec@...il.com, tglx@...utronix.de,
mingo@...e.hu
Subject: [tip:perf/scripting] perf scripting: Fix build
Commit-ID: cf72344d1ad7b33805ef8d65e758b267e6f4cb8d
Gitweb: http://git.kernel.org/tip/cf72344d1ad7b33805ef8d65e758b267e6f4cb8d
Author: Ingo Molnar <mingo@...e.hu>
AuthorDate: Sat, 28 Nov 2009 10:11:00 +0100
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Sat, 28 Nov 2009 10:11:00 +0100
perf scripting: Fix build
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Mike Galbraith <efault@....de>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Arnaldo Carvalho de Melo <acme@...hat.com>
Cc: Frederic Weisbecker <fweisbec@...il.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
tools/perf/builtin-trace.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c
index ca8ebf1..abb914a 100644
--- a/tools/perf/builtin-trace.c
+++ b/tools/perf/builtin-trace.c
@@ -5,6 +5,8 @@
#include "util/symbol.h"
#include "util/thread.h"
#include "util/header.h"
+#include "util/exec_cmd.h"
+#include "util/trace-event.h"
static char const *script_name;
static char const *generate_script_lang;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists