summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.c
AgeCommit message (Expand)Author
2012-08-13perf symbols: only set vmlinux longname & mark loaded if really loadedCody P Schafer
2012-08-13perf symbols: Simplify out_fixup in kernel syms loadingCody P Schafer
2012-08-13perf symbols: Remove unused 'end' arg in kallsyms parse cbCody P Schafer
2012-08-13perf symbols: Correct comment wrt kallsyms loadingCody P Schafer
2012-08-13perf symbols: Remove unneeded call to dso__set_long_name()Cody P Schafer
2012-08-09perf symbols: Split out util/symbol-elf.cNamhyung Kim
2012-08-09perf symbols: Introduce symbol__elf_init()Namhyung Kim
2012-08-03perf kvm: Use strtol for walking guestmount directoryDavid Ahern
2012-08-01perf symbols: Fix array sizes for binary types arraysJiri Olsa
2012-07-25perf symbols: Add dso data cachingJiri Olsa
2012-07-25perf symbols: Add interface to read DSO image dataJiri Olsa
2012-07-25perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa
2012-07-23perf symbols: Add machine id to modules debug messageDavid Ahern
2012-06-29perf symbols: Add '.note' check into search for NOTE sectionJiri Olsa
2012-06-27perf symbols: Follow .gnu_debuglink section to find separate symbolsPierre-Loup A. Griffais
2012-05-31perf symbols: Check for valid dso before creating mapSrikar Dronamraju
2012-05-31perf symbols: Handle different endians properly during symbol loadJiri Olsa
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-11perf probe: Provide perf interface for uprobesSrikar Dronamraju
2012-04-20perf symbols: Read plt symbols from proper symtab_type binaryJiri Olsa
2012-03-27perf symbols: Handle NULL dso in dso__name_lenDavid Miller
2012-03-27perf symbols: Do not include libgen.hDavid Miller
2012-02-13perf tools: Get rid of ctype.h in symbol.cNamhyung Kim
2012-01-30perf script: Add the offset field specifierAkihiro Nagai
2012-01-30perf script: Unify the expressions indicating "unknown"Akihiro Nagai
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney
2011-12-20perf symbols: Fix error path on symbol__init()Namhyung Kim
2011-12-20perf symbols: Get rid of duplicated snprintf()Namhyung Kim
2011-10-21perf symbols: Increase symbol KSYM_NAME_LEN sizeRicardo Ribalda Delgado
2011-10-07perf tools: Make --no-asm-raw the defaultArnaldo Carvalho de Melo
2011-10-06Merge commit 'v3.1-rc9' into perf/coreIngo Molnar
2011-09-23perf symbols: Fix issue with binaries using 16-bytes buildids (v2)Stephane Eranian
2011-09-23perf symbols: Add some heuristics for choosing the best duplicate symbolAnton Blanchard
2011-09-23perf symbols: Preserve symbol scope when parsing /proc/kallsymsAnton Blanchard
2011-09-23perf symbols: /proc/kallsyms does not sort module symbolsAnton Blanchard
2011-09-23perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo filesAnton Blanchard
2011-08-18perf annotate: Make output more readableStephane Eranian
2011-08-12perf: fix temporary file ownership checkVasiliy Kulikov
2011-08-11perf report: Use properly build_id kernel binariesJiri Olsa
2011-08-09perf symbols: Check '/tmp/perf-' symbol file ownershipPekka Enberg
2011-05-26perf symbols: Handle /proc/sys/kernel/kptr_restrictArnaldo Carvalho de Melo
2011-04-19perf symbols: Give more useful names to 'self' parametersArnaldo Carvalho de Melo
2011-03-29perf symbols: Properly align symbol_conf.priv_sizeDavid S. Miller
2011-03-28perf symbols: Fix vsyscall symbol lookupAndrew Lutomirski
2011-03-23perf symbols: Look at .dynsym again if .symtab not foundArnaldo Carvalho de Melo
2011-03-11perf symbols: Rename dso->origin to dso->symtab_typeArnaldo Carvalho de Melo
2011-03-05perf hists: Remove needless global col lenght calcsArnaldo Carvalho de Melo
2011-03-04Merge branch 'perf/urgent' into perf/coreIngo Molnar
2011-02-28perf symbols: Fix vmlinux path when not using --symfsArnaldo Carvalho de Melo
2011-02-07perf tool: Fix gcc 4.6.0 issuesKyle McMartin