summaryrefslogtreecommitdiff
path: root/tools/perf/util/symbol.h
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/symbol.h
parent309d1dcb5b73ab1f8212aff3037a7bcb46afe819 (diff)
parent9eff26ea48bfbe2885b158742a7512a097ec911b (diff)
downloadlinux-6fa41366c1c5e8b9640baba22d2b90ec9035a889.tar.gz
linux-6fa41366c1c5e8b9640baba22d2b90ec9035a889.tar.bz2
linux-6fa41366c1c5e8b9640baba22d2b90ec9035a889.zip
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/symbol.h')
-rw-r--r--tools/perf/util/symbol.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h
index 280dadd32a08..f30a37428919 100644
--- a/tools/perf/util/symbol.h
+++ b/tools/perf/util/symbol.h
@@ -110,9 +110,10 @@ struct dso {
u8 sorted_by_name;
u8 loaded;
u8 build_id[BUILD_ID_SIZE];
- u16 long_name_len;
const char *short_name;
char *long_name;
+ u16 long_name_len;
+ u16 short_name_len;
char name[0];
};