From 6f3408624aa6e131cbb9798266edf94b15f050d4 Mon Sep 17 00:00:00 2001 From: Mike Galbraith Date: Fri, 29 May 2009 08:23:16 +0200 Subject: [PATCH] --- yaml --- r: 147567 b: refs/heads/master c: da417a7537cbf4beb28a08a49adf915f2358040c h: refs/heads/master i: 147565: 62a8ffdc99271bb898dce7938c71d15125339dfd 147563: 5f8f8c6f0978db43bf6e445d458843e562831149 147559: ba41e52d0df8d0e75f87868c74b3d7b3530a1b27 147551: 092c7f325fba0903c2a7b832eefe87d4953a8028 v: v3 --- [refs] | 2 +- trunk/Documentation/perf_counter/builtin-top.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0693a3e0392f..94b2fd329ce6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a3ec8d70f1a55acccc4874fe9b4dadbbb9454a0f +refs/heads/master: da417a7537cbf4beb28a08a49adf915f2358040c diff --git a/trunk/Documentation/perf_counter/builtin-top.c b/trunk/Documentation/perf_counter/builtin-top.c index 0d100f52b70d..ebe8bec1a0e8 100644 --- a/trunk/Documentation/perf_counter/builtin-top.c +++ b/trunk/Documentation/perf_counter/builtin-top.c @@ -368,7 +368,7 @@ static int parse_symbols(void) node = rb_last(&kernel_dso->syms); sym = rb_entry(node, struct symbol, rb_node); - max_ip = sym->start; + max_ip = sym->end; if (dump_symtab) dso__fprintf(kernel_dso, stderr);