From d4e13bf3044331dfbeb90b47884dd3f244d179d4 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Sat, 6 Jun 2009 21:17:03 +0200 Subject: [PATCH] --- yaml --- r: 147692 b: refs/heads/master c: 39273ee9756917129de3190d469b0b120f87e763 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/builtin-annotate.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b219ffd4dbd4..8cb14a475a90 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8953645fec933f992223286ad407dc371ac2caa5 +refs/heads/master: 39273ee9756917129de3190d469b0b120f87e763 diff --git a/trunk/tools/perf/builtin-annotate.c b/trunk/tools/perf/builtin-annotate.c index 4a3c279160c5..80c5aa0bb42e 100644 --- a/trunk/tools/perf/builtin-annotate.c +++ b/trunk/tools/perf/builtin-annotate.c @@ -26,7 +26,7 @@ #define SHOW_HV 4 static char const *input_name = "perf.data"; -static char *vmlinux = NULL; +static char *vmlinux = "vmlinux"; static char default_sort_order[] = "comm,symbol"; static char *sort_order = default_sort_order;