index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol-elf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-24
perf symbol: correction while adjusting symbol
Ajay Kaher
1
-1
/
+1
2022-09-21
perf kcore_copy: Do not check /proc/modules is unchanged
Adrian Hunter
1
-5
/
+2
2022-08-01
perf symbol: Fail to read phdr workaround
Ian Rogers
1
-7
/
+20
2022-07-27
perf symbol: Skip symbols if SHF_ALLOC flag is not set
Leo Yan
1
-0
/
+11
2022-07-27
perf symbol: Correct address for bss symbols
Leo Yan
1
-4
/
+41
2022-04-28
perf symbol: Pass is_kallsyms to symbols__fixup_end()
Namhyung Kim
1
-1
/
+1
2021-07-07
perf top: Fix overflow in elf_sec__is_text()
Riccardo Mancini
1
-3
/
+14
2021-07-07
perf symbol-elf: Decode dynsym even if symtab exists
Masami Hiramatsu
1
-28
/
+54
2021-06-04
perf symbol-elf: Fix memory leak by freeing sdt_note.args
Riccardo Mancini
1
-0
/
+1
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-02-17
perf tools: Add OCaml demangling
Fabian Hemmer
1
-2
/
+7
2021-02-17
perf symbols: Resolve symbols against debug file first
Jiri Slaby
1
-1
/
+15
2020-12-17
perf tools: Add support to read build id from compressed elf
Jiri Olsa
1
-2
/
+35
2020-10-14
perf tools: Pass build_id object to dso__build_id_equal()
Jiri Olsa
1
-2
/
+6
2020-10-14
perf tools: Pass build id object to sysfs__read_build_id()
Jiri Olsa
1
-6
/
+5
2020-10-14
perf tools: Pass build_id object to filename__read_build_id()
Jiri Olsa
1
-6
/
+10
2020-09-04
perf dso: Use libbfd to read build_id and .gnu_debuglink section
Remi Bernon
1
-3
/
+77
2020-08-13
perf tools: Fix module symbol processing
Jiri Olsa
1
-3
/
+3
2020-08-13
perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'
Jiri Olsa
1
-1
/
+1
2020-05-28
perf kcore_copy: Fix module map when there are no modules loaded
Adrian Hunter
1
-0
/
+7
2020-03-23
perf symbols: Consolidate symbol fixup issue
Leo Yan
1
-2
/
+8
2019-12-20
perf map: Set kmap->kmaps backpointer for main kernel map chunks
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-11-26
perf maps: Rename map_groups.h to maps.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
1
-7
/
+7
2019-11-12
perf symbols: Stop using map->groups, we can use kmaps instead
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-09-25
perf copyfile: Move copyfile routines to separate files
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-09-20
perf symbols: Add missing dso.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-31
perf symbols: Move symsrc prototypes to a separate header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-31
perf symbol: Move C++ demangle defines to the only file using it
Arnaldo Carvalho de Melo
1
-0
/
+6
2019-07-09
perf tools: Use list_del_init() more thorougly
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-07-09
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
1
-5
/
+5
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-09
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-06-25
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-25
perf symbols: We need util.h in symbol-elf.c for zfree()
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-06-05
perf symbols: Remove unused variable 'err'
Leo Yan
1
-2
/
+1
2019-02-09
Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...
Ingo Molnar
1
-0
/
+2
2019-02-06
perf map: Move structs and prototypes for map groups to a separate header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-04
perf symbols: Filter out hidden symbols from labels
Jiri Olsa
1
-1
/
+8
2019-02-04
perf symbols: Add fallback definitions for GELF_ST_VISIBILITY()
Arnaldo Carvalho de Melo
1
-0
/
+14
2018-11-03
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+11
2018-10-18
perf symbols: Set PLT entry/header sizes properly on Sparc
David Miller
1
-1
/
+11
2018-09-24
perf probe: Support SDT markers having reference counter (semaphore)
Ravi Bangoria
1
-12
/
+34
2018-05-23
perf kcore_copy: Amend the offset of sections that remap kernel text
Adrian Hunter
1
-2
/
+51
2018-05-23
perf kcore_copy: Copy x86 PTI entry trampoline sections
Adrian Hunter
1
-0
/
+42
2018-05-23
perf kcore_copy: Get rid of kernel_map
Adrian Hunter
1
-18
/
+52
2018-05-23
perf kcore_copy: Iterate phdrs
Adrian Hunter
1
-15
/
+10
2018-05-23
perf kcore_copy: Layout sections
Adrian Hunter
1
-3
/
+22
[next]