aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-1/+1
2012-09-11perf symbols: Make dsos__find function globally availableJiri Olsa1-1/+1
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea1-1/+1
2012-08-20perf symbols: Fix builds with NO_LIBELF setDavid Ahern1-1/+1
2012-08-13perf symbols: Use both runtime and debug imagesCody P Schafer1-33/+44
2012-08-13perf symbols: Convert dso__load_syms to take 2 symsrc'sCody P Schafer1-2/+2
2012-08-13perf symbols: Factor want_symtab out of dso__load_sym()Cody P Schafer1-3/+7
2012-08-13perf symbols: Switch dso__synthesize_plt_symbols() to use symsrcCody P Schafer1-3/+5
2012-08-13perf symbols: Set symtab_type in dso__load_symCody P Schafer1-6/+7
2012-08-13perf symbols: Introduce symsrc structure.Cody P Schafer1-11/+11
2012-08-13perf symbols: Track symtab_type of vmlinuxCody P Schafer1-0/+9
2012-08-13perf symbols: only set vmlinux longname & mark loaded if really loadedCody P Schafer1-3/+4
2012-08-13perf symbols: Simplify out_fixup in kernel syms loadingCody P Schafer1-2/+1
2012-08-13perf symbols: Remove unused 'end' arg in kallsyms parse cbCody P Schafer1-11/+10
2012-08-13perf symbols: Correct comment wrt kallsyms loadingCody P Schafer1-1/+1
2012-08-13perf symbols: Remove unneeded call to dso__set_long_name()Cody P Schafer1-3/+1
2012-08-09perf symbols: Split out util/symbol-elf.cNamhyung Kim1-797/+7
2012-08-09perf symbols: Introduce symbol__elf_init()Namhyung Kim1-1/+7
2012-08-03perf kvm: Use strtol for walking guestmount directoryDavid Ahern1-1/+9
2012-08-01perf symbols: Fix array sizes for binary types arraysJiri Olsa1-2/+2
2012-07-25perf symbols: Add dso data cachingJiri Olsa1-18/+136
2012-07-25perf symbols: Add interface to read DSO image dataJiri Olsa1-0/+109
2012-07-25perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa1-84/+125
2012-07-23perf symbols: Add machine id to modules debug messageDavid Ahern1-2/+9
2012-06-29perf symbols: Add '.note' check into search for NOTE sectionJiri Olsa1-6/+23
2012-06-27perf symbols: Follow .gnu_debuglink section to find separate symbolsPierre-Loup A. Griffais1-1/+64
2012-05-31perf symbols: Check for valid dso before creating mapSrikar Dronamraju1-1/+4
2012-05-31perf symbols: Handle different endians properly during symbol loadJiri Olsa1-1/+32
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2012-05-11perf probe: Provide perf interface for uprobesSrikar Dronamraju1-0/+8
2012-04-20perf symbols: Read plt symbols from proper symtab_type binaryJiri Olsa1-7/+6
2012-03-27perf symbols: Handle NULL dso in dso__name_lenDavid Miller1-0/+2
2012-03-27perf symbols: Do not include libgen.hDavid Miller1-1/+0
2012-02-13perf tools: Get rid of ctype.h in symbol.cNamhyung Kim1-1/+1
2012-01-30perf script: Add the offset field specifierAkihiro Nagai1-7/+17
2012-01-30perf script: Unify the expressions indicating "unknown"Akihiro Nagai1-0/+12
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney1-1/+0
2011-12-20perf symbols: Fix error path on symbol__init()Namhyung Kim1-2/+2
2011-12-20perf symbols: Get rid of duplicated snprintf()Namhyung Kim1-6/+1
2011-10-21perf symbols: Increase symbol KSYM_NAME_LEN sizeRicardo Ribalda Delgado1-1/+1
2011-10-07perf tools: Make --no-asm-raw the defaultArnaldo Carvalho de Melo1-1/+0
2011-10-06Merge commit 'v3.1-rc9' into perf/coreIngo Molnar1-35/+118
2011-09-23perf symbols: Fix issue with binaries using 16-bytes buildids (v2)Stephane Eranian1-11/+13
2011-09-23perf symbols: Add some heuristics for choosing the best duplicate symbolAnton Blanchard1-0/+88
2011-09-23perf symbols: Preserve symbol scope when parsing /proc/kallsymsAnton Blanchard1-2/+4
2011-09-23perf symbols: /proc/kallsyms does not sort module symbolsAnton Blanchard1-22/+11
2011-09-23perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo filesAnton Blanchard1-0/+2
2011-08-18perf annotate: Make output more readableStephane Eranian1-0/+2
2011-08-12perf: fix temporary file ownership checkVasiliy Kulikov1-1/+1
2011-08-11perf report: Use properly build_id kernel binariesJiri Olsa1-25/+32