index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-15
perf symbols: Make sym->end be the first address after the symbol range
Arnaldo Carvalho de Melo
1
-3
/
+3
2014-10-15
perf symbols: Fix map->end fixup
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-09-18
perf symbols: Add path to Ubuntu kernel debuginfo file
Anton Blanchard
1
-1
/
+7
2014-09-18
perf tools: Disable kernel symbol demangling by default
Avi Kivity
1
-0
/
+1
2014-08-13
perf tools: Check recorded kernel version when finding vmlinux
Namhyung Kim
1
-9
/
+17
2014-08-13
perf symbols: Fix a memory leak in vmlinux_path__init()
Namhyung Kim
1
-1
/
+1
2014-08-13
perf tools: Add cpu_startup_entry to the list of kernel idle symbols
Arnaldo Carvalho de Melo
1
-0
/
+1
2014-08-13
perf top: Don't look for kernel idle symbols in all DSOs
Arnaldo Carvalho de Melo
1
-0
/
+4
2014-07-31
perf symbols: Make sure --symfs usage includes the path separator
Arnaldo Carvalho de Melo
1
-2
/
+1
2014-07-17
perf symbols: Add ability to iterate over a dso's symbols
Adrian Hunter
1
-1
/
+16
2014-07-17
perf symbols: Do not attempt to read data from kallsyms
Adrian Hunter
1
-0
/
+2
2014-07-17
perf symbols: Record whether a dso is 64-bit
Adrian Hunter
1
-0
/
+1
2014-07-07
perf hists browser: Add ui.show-headers config file option
Jiri Olsa
1
-0
/
+1
2014-06-01
perf tools: Enable --children option by default
Namhyung Kim
1
-5
/
+6
2014-03-11
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-0
/
+2
2014-02-24
perf symbols: Check compatible symtab type before loading dso
Namhyung Kim
1
-9
/
+52
2014-02-24
perf symbols: Destroy unused symsrcs
Namhyung Kim
1
-0
/
+2
2014-02-18
perf symbols: No need to export dso__first_symbol
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-02-01
perf tools: Adjust kallsyms for relocated kernel
Adrian Hunter
1
-2
/
+38
2014-02-01
perf symbols: Prevent the use of kcore if the kernel has moved
Adrian Hunter
1
-4
/
+21
2013-12-28
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-12-27
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
1
-6
/
+3
2013-12-17
perf symbols: Use consistent name for the DSO binary type member
Arnaldo Carvalho de Melo
1
-4
/
+4
2013-12-17
perf symbols: Clarify method to get DSO binary_type filename
Arnaldo Carvalho de Melo
1
-2
/
+2
2013-12-13
tools lib symbol: Start carving out symbol parsing routines from perf
Arnaldo Carvalho de Melo
1
-68
/
+1
2013-12-10
perf symbols: Constify dso->long_name
Arnaldo Carvalho de Melo
1
-2
/
+2
2013-12-10
perf symbols: Remove open coded management of long_name_allocated member
Arnaldo Carvalho de Melo
1
-5
/
+4
2013-12-10
perf symbols: Set alloc flag close to setting the long_name
Arnaldo Carvalho de Melo
1
-20
/
+11
2013-12-10
perf symbols: Rename [sl]name_alloc to match the members they refer to
Arnaldo Carvalho de Melo
1
-3
/
+3
2013-12-04
perf symbols: Retain symbol source file name to lookup source line numbers
Adrian Hunter
1
-0
/
+2
2013-11-27
perf symbols: Fix not finding kcore in buildid cache
Adrian Hunter
1
-2
/
+7
2013-11-27
perf tools: Export setup_list
David Ahern
1
-1
/
+1
2013-11-27
perf symbols: Move idle syms check from top to generic function
David Ahern
1
-0
/
+30
2013-10-14
perf symbols: Fix a memory leak due to symbol__delete not being used
Chenggang Qin
1
-0
/
+2
2013-10-14
perf buildid-cache: Add ability to add kcore to the cache
Adrian Hunter
1
-0
/
+41
2013-10-14
perf symbols: Add ability to find kcore in build-id cache
Adrian Hunter
1
-44
/
+103
2013-10-14
perf symbols: Validate kcore module addresses
Adrian Hunter
1
-21
/
+175
2013-10-11
perf symbols: Make a separate function to parse /proc/modules
Adrian Hunter
1
-0
/
+58
2013-10-09
perf symbols: Add new option --ignore-vmlinux for perf top
Willy Tarreau
1
-2
/
+2
2013-10-09
perf symbols: Support for Openembedded/Yocto -dbg packages
Ricardo Ribalda Delgado
1
-0
/
+1
2013-09-02
perf tools: Fix symbol offset computation for some dsos
David Ahern
1
-1
/
+4
2013-08-08
perf symbols: Add support for reading from /proc/kcore
Adrian Hunter
1
-3
/
+224
2013-08-08
perf tools: Make it possible to read object code from kernel modules
Adrian Hunter
1
-3
/
+8
2013-08-08
perf tools: Make it possible to read object code from vmlinux
Adrian Hunter
1
-12
/
+10
2013-08-08
perf symbols: avoid SyS kernel syscall aliases
Adrian Hunter
1
-3
/
+14
2013-07-17
perf symbols: Do not apply symfs for an absolute vmlinux path
Namhyung Kim
1
-2
/
+5
2013-07-09
perf tools: Fix -x/--exclude-other option for report command
Jiri Olsa
1
-1
/
+0
2013-03-26
perf report: Add --no-demangle option
Namhyung Kim
1
-0
/
+1
2013-01-24
perf symbols: Mark vmlinux filename as allocated
David Ahern
1
-1
/
+5
2013-01-24
perf symbols: Move name malloc to when needed in dso__load
David Ahern
1
-4
/
+4
[next]