index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf symbols: Fix a memory leak due to symbol__delete not being used
Chenggang Qin
2013-10-14
1
-0
/
+2
*
perf buildid-cache: Add ability to add kcore to the cache
Adrian Hunter
2013-10-14
1
-0
/
+41
*
perf symbols: Add ability to find kcore in build-id cache
Adrian Hunter
2013-10-14
1
-44
/
+103
*
perf symbols: Validate kcore module addresses
Adrian Hunter
2013-10-14
1
-21
/
+175
*
perf symbols: Make a separate function to parse /proc/modules
Adrian Hunter
2013-10-11
1
-0
/
+58
*
perf symbols: Add new option --ignore-vmlinux for perf top
Willy Tarreau
2013-10-09
1
-2
/
+2
*
perf symbols: Support for Openembedded/Yocto -dbg packages
Ricardo Ribalda Delgado
2013-10-09
1
-0
/
+1
*
perf tools: Fix symbol offset computation for some dsos
David Ahern
2013-09-02
1
-1
/
+4
*
perf symbols: Add support for reading from /proc/kcore
Adrian Hunter
2013-08-07
1
-3
/
+224
*
perf tools: Make it possible to read object code from kernel modules
Adrian Hunter
2013-08-07
1
-3
/
+8
*
perf tools: Make it possible to read object code from vmlinux
Adrian Hunter
2013-08-07
1
-12
/
+10
*
perf symbols: avoid SyS kernel syscall aliases
Adrian Hunter
2013-08-07
1
-3
/
+14
*
perf symbols: Do not apply symfs for an absolute vmlinux path
Namhyung Kim
2013-07-17
1
-2
/
+5
*
perf tools: Fix -x/--exclude-other option for report command
Jiri Olsa
2013-07-08
1
-1
/
+0
*
perf report: Add --no-demangle option
Namhyung Kim
2013-03-26
1
-0
/
+1
*
perf symbols: Mark vmlinux filename as allocated
David Ahern
2013-01-24
1
-1
/
+5
*
perf symbols: Move name malloc to when needed in dso__load
David Ahern
2013-01-24
1
-4
/
+4
*
perf machine: Move more machine methods to machine.c
Arnaldo Carvalho de Melo
2012-12-09
1
-518
/
+4
*
perf symbols: Generalize filter in __fprintf_buildid methods
Arnaldo Carvalho de Melo
2012-12-09
1
-6
/
+6
*
perf machine: Move more methods to machine.[ch]
Arnaldo Carvalho de Melo
2012-11-09
1
-0
/
+1
*
perf tools: Move dso_* related functions into dso object
Jiri Olsa
2012-10-29
1
-597
/
+2
*
perf tools: Move strxfrchar into string object
Jiri Olsa
2012-10-29
1
-10
/
+0
*
perf tools: Move hex2u64 into util object
Jiri Olsa
2012-10-29
1
-33
/
+0
*
perf tools: Move build_id__sprintf into build-id object
Jiri Olsa
2012-10-29
1
-15
/
+0
*
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-09-11
1
-1
/
+1
*
perf symbols: Make dsos__find function globally available
Jiri Olsa
2012-09-11
1
-1
/
+1
*
perf tools: fix ALIGN redefinition in system headers
Irina Tirdea
2012-09-11
1
-1
/
+1
*
perf symbols: Fix builds with NO_LIBELF set
David Ahern
2012-08-20
1
-1
/
+1
*
perf symbols: Use both runtime and debug images
Cody P Schafer
2012-08-13
1
-33
/
+44
*
perf symbols: Convert dso__load_syms to take 2 symsrc's
Cody P Schafer
2012-08-13
1
-2
/
+2
*
perf symbols: Factor want_symtab out of dso__load_sym()
Cody P Schafer
2012-08-13
1
-3
/
+7
*
perf symbols: Switch dso__synthesize_plt_symbols() to use symsrc
Cody P Schafer
2012-08-13
1
-3
/
+5
*
perf symbols: Set symtab_type in dso__load_sym
Cody P Schafer
2012-08-13
1
-6
/
+7
*
perf symbols: Introduce symsrc structure.
Cody P Schafer
2012-08-13
1
-11
/
+11
*
perf symbols: Track symtab_type of vmlinux
Cody P Schafer
2012-08-13
1
-0
/
+9
*
perf symbols: only set vmlinux longname & mark loaded if really loaded
Cody P Schafer
2012-08-13
1
-3
/
+4
*
perf symbols: Simplify out_fixup in kernel syms loading
Cody P Schafer
2012-08-13
1
-2
/
+1
*
perf symbols: Remove unused 'end' arg in kallsyms parse cb
Cody P Schafer
2012-08-13
1
-11
/
+10
*
perf symbols: Correct comment wrt kallsyms loading
Cody P Schafer
2012-08-13
1
-1
/
+1
*
perf symbols: Remove unneeded call to dso__set_long_name()
Cody P Schafer
2012-08-13
1
-3
/
+1
*
perf symbols: Split out util/symbol-elf.c
Namhyung Kim
2012-08-09
1
-797
/
+7
*
perf symbols: Introduce symbol__elf_init()
Namhyung Kim
2012-08-09
1
-1
/
+7
*
perf kvm: Use strtol for walking guestmount directory
David Ahern
2012-08-03
1
-1
/
+9
*
perf symbols: Fix array sizes for binary types arrays
Jiri Olsa
2012-08-01
1
-2
/
+2
*
perf symbols: Add dso data caching
Jiri Olsa
2012-07-25
1
-18
/
+136
*
perf symbols: Add interface to read DSO image data
Jiri Olsa
2012-07-25
1
-0
/
+109
*
perf symbols: Factor DSO symtab types to generic binary types
Jiri Olsa
2012-07-25
1
-84
/
+125
*
perf symbols: Add machine id to modules debug message
David Ahern
2012-07-23
1
-2
/
+9
*
perf symbols: Add '.note' check into search for NOTE section
Jiri Olsa
2012-06-29
1
-6
/
+23
*
perf symbols: Follow .gnu_debuglink section to find separate symbols
Pierre-Loup A. Griffais
2012-06-27
1
-1
/
+64
[next]