index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
map.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-18
perf map_groups: Auto sort maps by name, if needed
Arnaldo Carvalho de Melo
1
-3
/
+46
2019-11-18
perf map_groups: Add a front end cache for map lookups by name
Arnaldo Carvalho de Melo
1
-0
/
+9
2019-11-18
perf maps: Do not use an rbtree to sort by map name
Arnaldo Carvalho de Melo
1
-30
/
+0
2019-11-13
perf maps: Purge the entries from maps->names in __maps__purge()
Arnaldo Carvalho de Melo
1
-33
/
+1
2019-11-12
perf map: Remove ->groups from 'struct map'
Arnaldo Carvalho de Melo
1
-4
/
+0
2019-11-12
perf map: Combine maps__fixup_overlappings with its only use
Arnaldo Carvalho de Melo
1
-9
/
+4
2019-11-12
pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'
Arnaldo Carvalho de Melo
1
-6
/
+6
2019-11-12
perf map_groups: Pass the object to map_groups__find_ams()
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-11-12
perf map: Use map->dso->kernel + map__kmaps() in map__kmaps()
Arnaldo Carvalho de Melo
1
-10
/
+3
2019-11-06
perf maps: Add for_each_entry()/_safe() iterators
Arnaldo Carvalho de Melo
1
-22
/
+34
2019-11-06
perf map: Allow map__next() to receive a NULL arg
Arnaldo Carvalho de Melo
1
-1
/
+6
2019-11-06
perf map: Check if the map still has some refcounts on exit
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-09-30
perf map: Fix overlapped map handling
Steve MacLean
1
-0
/
+3
2019-08-31
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-16
perf unwind: Fix libunwind when tid != pid
John Keeping
1
-1
/
+2
2019-08-16
perf map: Use zalloc for map_groups
John Keeping
1
-1
/
+1
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
perf map: Fix potential NULL pointer dereference found by smatch tool
Leo Yan
1
-2
/
+5
2019-05-28
perf script: Pad DSO name for --call-trace
Jiri Olsa
1
-0
/
+6
2019-04-17
perf tools: Fix map reference counting
Jiri Olsa
1
-3
/
+1
2019-04-17
perf tools: Check maps for bpf programs
Song Liu
1
-0
/
+16
2019-03-19
perf maps: Purge all maps from the 'names' tree
Changbin Du
1
-0
/
+15
2019-03-19
perf map: Remove map from 'names' tree in __maps__remove()
Changbin Du
1
-0
/
+3
2019-02-06
perf map: Move structs and prototypes for map groups to a separate header
Arnaldo Carvalho de Melo
1
-0
/
+6
2019-01-25
perf symbols: Use cached rbtrees
Davidlohr Bueso
1
-4
/
+4
2018-12-17
perf tools: Support 'srccode' output
Andi Kleen
1
-0
/
+49
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
[next]