summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-03-26 15:09:33 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-03-26 15:09:33 -0700
commit6fa41366c1c5e8b9640baba22d2b90ec9035a889 (patch)
treead3b2214e0c5d4774f200ab7bb08b832babb9468 /tools/perf/util/probe-event.c
parent309d1dcb5b73ab1f8212aff3037a7bcb46afe819 (diff)
parent9eff26ea48bfbe2885b158742a7512a097ec911b (diff)
downloadop-kernel-dev-6fa41366c1c5e8b9640baba22d2b90ec9035a889.zip
op-kernel-dev-6fa41366c1c5e8b9640baba22d2b90ec9035a889.tar.gz
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: powerpc/perf_events: Fix call-graph recording, add perf_arch_fetch_caller_regs perf top: Add missing initialization to zero perf probe: Use original address instead of CU-based address perf probe: Fix offset to allow signed value perf top: Improve the autosizing of column lenghts perf probe: Fix need_dwarf flag if lazy matching is used perf probe: Fix probe_point buffer overrun
Diffstat (limited to 'tools/perf/util/probe-event.c')
-rw-r--r--tools/perf/util/probe-event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c
index 53181db..7c004b6 100644
--- a/tools/perf/util/probe-event.c
+++ b/tools/perf/util/probe-event.c
@@ -242,7 +242,7 @@ void parse_perf_probe_event(const char *str, struct probe_point *pp,
/* Parse probe point */
parse_perf_probe_probepoint(argv[0], pp);
- if (pp->file || pp->line)
+ if (pp->file || pp->line || pp->lazy_line)
*need_dwarf = true;
/* Copy arguments and ensure return probe has no C argument */
OpenPOWER on IntegriCloud