index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
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
2017-12-27
perf probe: Find versioned symbols from map
Masami Hiramatsu
1
-0
/
+5
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-25
perf util: Enable handling of inlined frames by default
Milian Wolff
1
-0
/
+1
2017-09-21
perf tools: Provide mutex wrappers for pthreads rwlocks
Arnaldo Carvalho de Melo
1
-4
/
+4
2017-08-11
perf record: Fix wrong size in perf_record_mmap for last kernel module
Thomas Richter
1
-7
/
+14
2017-07-18
perf buildid-cache: Cache debuginfo
Krister Johansen
1
-3
/
+9
2017-07-18
perf buildid-cache: Support binary objects from other namespaces
Krister Johansen
1
-5
/
+14
2017-07-18
perf maps: Lookup maps in both intitial mountns and inner mountns.
Krister Johansen
1
-13
/
+57
2017-07-18
perf symbols: Find symbols in different mount namespace
Krister Johansen
1
-0
/
+11
2017-06-08
perf symbols: Kill dso__build_id_is_kmod()
Namhyung Kim
1
-4
/
+0
2017-05-02
perf symbols: Allow user probes on versioned symbols
Paul Clarke
1
-13
/
+48
2017-05-02
perf symbols: Accept symbols starting at address 0
Arnaldo Carvalho de Melo
1
-6
/
+5
2017-04-19
perf tools: Move path related functions to util/path.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-03-17
perf symbols: Fix symbols__fixup_end heuristic for corner cases
Daniel Borkmann
1
-1
/
+1
2017-02-08
perf symbols: Take into account symfs setting when reading file build ID
Victor Kamensky
1
-2
/
+4
2016-12-20
perf diff: Do not overwrite valid build id
Kan Liang
1
-1
/
+2
2016-11-29
perf script: Add option to stop printing callchain
David Ahern
1
-0
/
+8
2016-11-25
perf record: Fix segfault when running with suid and kptr_restrict is 1
Wang Nan
1
-1
/
+1
2016-09-29
perf symbols: Add dso__last_symbol()
Adrian Hunter
1
-0
/
+15
2016-09-05
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
1
-58
/
+44
2016-09-05
perf symbols: Mark if a symbol is idle in the library
Arnaldo Carvalho de Melo
1
-9
/
+23
2016-09-01
perf symbols: Fixup symbol sizes before picking best ones
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-09-01
perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too
Arnaldo Carvalho de Melo
1
-0
/
+3
2016-08-30
perf annotate: Initialize the priv are in symbol__new()
Arnaldo Carvalho de Melo
1
-1
/
+24
2016-06-28
perf symbols: Use proper dso name for is_regular_file
Jiri Olsa
1
-1
/
+1
2016-06-23
perf tools: Rename strlist_for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-05-30
perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildid
Masami Hiramatsu
1
-4
/
+1
2016-05-30
perf symbols: Cleanup the code flow of dso__find_kallsyms
Masami Hiramatsu
1
-23
/
+13
2016-05-30
perf symbols: Introduce filename__readable to check readability
Masami Hiramatsu
1
-10
/
+22
2016-05-27
perf symbols: Check kptr_restrict for root
Wang Nan
1
-8
/
+8
2016-05-20
perf tools: Set buildid dir under symfs when --symfs is provided
He Kuang
1
-0
/
+23
2016-05-16
perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE
Masami Hiramatsu
1
-5
/
+5
2016-05-11
perf symbols: Use lsdir() for the search in kcore cache directory
Masami Hiramatsu
1
-12
/
+14
2016-05-11
perf tools: Use SBUILD_ID_SIZE where applicable
Masami Hiramatsu
1
-1
/
+1
2016-05-11
perf symbols: Add dso__insert_symbol function
Chris Phlipot
1
-0
/
+12
2016-05-09
perf symbols: Fix handling of zero-length symbols.
Chris Phlipot
1
-1
/
+1
2016-04-19
perf symbols: Allow loading kallsyms without considering kcore files
Arnaldo Carvalho de Melo
1
-3
/
+9
2016-04-14
perf symbols: Move fprintf routines to separate object file
Arnaldo Carvalho de Melo
1
-71
/
+0
2016-04-11
perf evsel: Allow unresolved symbol names to be printed as addresses
Arnaldo Carvalho de Melo
1
-4
/
+21
2016-02-12
perf symbols: Fix symbols searching for module in buildid-cache
Wang Nan
1
-0
/
+4
2016-01-26
perf symbols: Do not read symbols/data from device files
Jiri Olsa
1
-1
/
+5
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
[next]