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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-15
perf symbols: Fix reading of build-id from vDSO
Ben Hutchings
1
-1
/
+1
2016-01-08
perf report: Change default to use event group view
Namhyung Kim
1
-0
/
+1
2015-11-26
perf symbols: Add the path to vmlinux.debug
Ekaterina Tumanova
1
-1
/
+2
2015-11-26
perf symbols: Refactor vmlinux_path__init() to ease path additions
Ekaterina Tumanova
1
-31
/
+33
2015-11-12
perf symbols: Allow forcing reading of non-root owned files by root
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-11-12
perf symbols: Rebuild rbtree when adjusting symbols for kcore
Adrian Hunter
1
-16
/
+14
2015-10-28
perf symbols: Fix endless loop in dso__split_kallsyms_for_kcore
Jiri Olsa
1
-1
/
+1
2015-10-28
perf symbols: we can now read separate debug-info files based on a build ID
Dima Kogan
1
-0
/
+9
2015-10-12
perf symbols: Try the .debug/ DSO cache as a last resort
Arnaldo Carvalho de Melo
1
-9
/
+9
2015-09-30
tools lib symbol: Rename kallsyms2elf_type to kallsyms2elf_binding
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-08-28
perf tools: Rename perf_session_env to perf_env
Kan Liang
1
-2
/
+2
2015-08-24
perf annotate: Reset the dso find_symbol cache when removing symbols
Arnaldo Carvalho de Melo
1
-0
/
+10
2015-08-21
perf tools: /proc/kcore requires CAP_SYS_RAWIO message too noisy
Adrian Hunter
1
-2
/
+2
2015-07-23
perf symbols: Add front end cache for DSO symbol lookup
Arnaldo Carvalho de Melo
1
-1
/
+6
2015-07-21
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
1
-1
/
+1
2015-07-20
perf strlist: Make dupstr be the default and part of an extensible config parm
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-07-13
perf symbols: Store if there is a filter in place
Arnaldo Carvalho de Melo
1
-0
/
+2
2015-06-26
perf symbols: Check access permission when reading symbol files
Li Zhang
1
-1
/
+4
2015-06-08
perf tools: Reference count struct dso
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-06-08
perf machine: Fix up some more method names
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-27
perf tools: Reference count struct map
Arnaldo Carvalho de Melo
1
-2
/
+5
2015-05-27
perf tools: Check if a map is still in use when deleting it
Arnaldo Carvalho de Melo
1
-4
/
+4
2015-05-27
perf tools: Protect accesses the map rbtrees with a rw lock
Arnaldo Carvalho de Melo
1
-3
/
+14
2015-05-27
perf tools: Introduce struct maps
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-05-27
perf tools: Assign default value for some pointers
Martin Liška
1
-1
/
+1
2015-05-27
perf tools: Use maps__first()/map__next()
Arnaldo Carvalho de Melo
1
-13
/
+10
2015-05-18
perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exit
Wang Nan
1
-0
/
+1
2015-05-18
perf symbols: Protect dso symbol loading using a mutex
Namhyung Kim
1
-10
/
+24
2015-05-04
perf probe ppc: Enable matching against dot symbols automatically
Naveen N. Rao
1
-2
/
+2
2015-05-04
perf probe ppc: Use the right prefix when ignoring SyS symbols on ppc
Naveen N. Rao
1
-9
/
+12
2015-04-08
perf kmaps: Check kmaps to make code more robust
Wang Nan
1
-6
/
+28
2015-03-24
perf tools: Add pid/tid filtering to report and script commands
David Ahern
1
-1
/
+30
2015-01-21
perf tools: Remove EOL whitespaces
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-01-21
perf symbols: Introduce method to iterate symbols ordered by name
Arnaldo Carvalho de Melo
1
-0
/
+11
2015-01-21
perf symbols: Return the first entry with a given name in find_by_name method
Namhyung Kim
1
-3
/
+17
2014-11-05
perf record: Do not save pathname in ./debug/.build-id directory for vmlinux
Namhyung Kim
1
-5
/
+6
2014-11-04
perf symbols: Preparation for compressed kernel module support
Namhyung Kim
1
-1
/
+7
2014-10-14
perf symbols: Make sym->end be the first address after the symbol range
Arnaldo Carvalho de Melo
1
-3
/
+3
2014-10-14
perf symbols: Fix map->end fixup
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-09-17
perf symbols: Add path to Ubuntu kernel debuginfo file
Anton Blanchard
1
-1
/
+7
2014-09-17
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-16
perf symbols: Add ability to iterate over a dso's symbols
Adrian Hunter
1
-1
/
+16
2014-07-16
perf symbols: Do not attempt to read data from kallsyms
Adrian Hunter
1
-0
/
+2
2014-07-16
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
[next]