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
/
map.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-17
perf map: Remove extra indirection from map__find()
Eric Saint-Etienne
1
-7
/
+6
2018-11-21
perf symbols: Fix slowness due to -ffunction-section
Eric Saint-Etienne
1
-0
/
+27
2018-09-25
Merge tag 'v4.19-rc5' into perf/core, to pick up fixes
Ingo Molnar
1
-0
/
+11
2018-09-11
perf tools: Fix maps__find_symbol_by_name()
Adrian Hunter
1
-0
/
+11
2018-09-04
perf map: Turn some pr_warning() to pr_debug()
Arnaldo Carvalho de Melo
1
-9
/
+6
2018-08-08
perf map: Optimize maps__fixup_overlappings()
Konstantin Khlebnikov
1
-18
/
+26
2018-06-06
perf map: Consider PTI entry trampolines in rip_2objdump()
Adrian Hunter
1
-0
/
+14
2018-06-04
perf srcline: Introduce map__srcline() to make code more compact
Arnaldo Carvalho de Melo
1
-4
/
+8
2018-05-22
perf machine: Allow for extra kernel maps
Adrian Hunter
1
-4
/
+18
2018-04-27
perf symbols: Unify symbol maps
Arnaldo Carvalho de Melo
1
-63
/
+28
2018-04-26
perf map: Use map->prot in place of type==MAP__FUNCTION
Arnaldo Carvalho de Melo
1
-2
/
+2
2018-04-26
perf symbols: Remove map_type arg from dso__find_symbol()
Arnaldo Carvalho de Melo
1
-2
/
+2
2018-04-26
perf map: Shorten map_groups__find() signature
Arnaldo Carvalho de Melo
1
-3
/
+2
2018-04-26
perf map: Introduce map__has_symbols()
Arnaldo Carvalho de Melo
1
-0
/
+5
2018-01-08
perf report: Fix a wrong offset issue when using /proc/kcore
Jin Yao
1
-1
/
+1
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-09-21
perf tools: Provide mutex wrappers for pthreads rwlocks
Arnaldo Carvalho de Melo
1
-17
/
+17
2017-07-18
perf maps: Lookup maps in both intitial mountns and inner mountns.
Krister Johansen
1
-4
/
+19
2017-07-18
perf symbols: Find symbols in different mount namespace
Krister Johansen
1
-0
/
+2
2017-05-02
perf symbols: Allow user probes on versioned symbols
Paul Clarke
1
-5
/
+0
2017-04-19
perf str{filter,list}: Disentangle headers
Arnaldo Carvalho de Melo
1
-1
/
+0
2017-04-19
perf tools: Move srcline definitions to separate header
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-03-27
perf report: Enable sorting by srcline as key
Milian Wolff
1
-1
/
+2
2017-03-03
perf map: Convert map_groups.refcnt from atomic_t to refcount_t
Elena Reshetova
1
-2
/
+2
2017-03-03
perf map: Convert map.refcnt from atomic_t to refcount_t
Elena Reshetova
1
-3
/
+3
2017-02-13
perf symbols: dso->name is an array, no need to check it against NULL
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-10-24
perf hists browser: Dynamically change verbosity level
Alexis Berlemont
1
-5
/
+12
2016-09-13
perf tools: Do hugetlb handling in more systems
Arnaldo Carvalho de Melo
1
-7
/
+2
2016-09-08
perf tools: Recognize hugetlb mapping as anon mapping
Wang Nan
1
-3
/
+10
2016-09-05
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
1
-22
/
+15
2016-07-18
perf probe: Warn unmatched function filter correctly
Masami Hiramatsu
1
-0
/
+3
2016-07-04
perf unwind: Call unwind__prepare_access for forked thread
Jiri Olsa
1
-1
/
+8
2016-05-11
perf tools: Use SBUILD_ID_SIZE where applicable
Masami Hiramatsu
1
-1
/
+1
2016-04-08
perf symbols: Record text offset in dso to calculate objdump address
Wang Nan
1
-0
/
+14
2015-12-09
perf tools: Fix maps__fixup_overlappings to put used maps
Masami Hiramatsu
1
-0
/
+2
2015-12-09
perf tools: Fix map_groups__clone to put cloned map
Masami Hiramatsu
1
-0
/
+1
2015-11-26
perf tools: Correctly identify anon_hugepage when generating map (v2)
Yannick Brosseau
1
-2
/
+2
2015-11-05
perf tools: Insert split maps correctly into origin group
Jiri Olsa
1
-2
/
+8
2015-09-30
perf machine: Add method for common kernel_map(FUNCTION) operation
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-30
perf machine: Use machine__kernel_map() thoroughly
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-30
perf maps: Introduce maps__find_symbol_by_name()
Arnaldo Carvalho de Melo
1
-6
/
+13
2015-08-21
perf tools: Initialize reference counts in map__clone()
Arnaldo Carvalho de Melo
1
-2
/
+11
2015-07-23
perf symbols: Introduce map__is_(kernel,kmodule)()
Arnaldo Carvalho de Melo
1
-0
/
+14
2015-06-16
perf tools: Replace map->referenced & maps->removed_maps with map->refcnt
Arnaldo Carvalho de Melo
1
-56
/
+2
2015-06-08
perf tools: Reference count struct dso
Arnaldo Carvalho de Melo
1
-2
/
+9
2015-05-29
perf machine: Fix up vdso methods names
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-29
perf machine: Introduce machine__findnew_dso() method
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-29
perf machine: No need to have two DSOs lists
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-27
perf tools: Reference count struct map
Arnaldo Carvalho de Melo
1
-6
/
+15
[next]