summaryrefslogtreecommitdiff
path: root/tools/perf/util/map.c
AgeCommit message (Expand)Author
2015-07-23perf symbols: Introduce map__is_(kernel,kmodule)()Arnaldo Carvalho de Melo
2015-06-16perf tools: Replace map->referenced & maps->removed_maps with map->refcntArnaldo Carvalho de Melo
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo
2015-05-29perf machine: Fix up vdso methods namesArnaldo Carvalho de Melo
2015-05-29perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo
2015-05-27perf tools: Reference count struct mapArnaldo Carvalho de Melo
2015-05-27perf tools: Check if a map is still in use when deleting itArnaldo Carvalho de Melo
2015-05-27perf tools: Protect accesses the map rbtrees with a rw lockArnaldo Carvalho de Melo
2015-05-27perf tools: Introduce struct mapsArnaldo Carvalho de Melo
2015-05-27perf tools: Use maps__first()/map__next()Arnaldo Carvalho de Melo
2015-05-27perf tools: Nuke unused map_groups__flush()Arnaldo Carvalho de Melo
2015-05-27perf tools: Rename maps__nextArnaldo Carvalho de Melo
2015-05-15perf tools: Use atomic.h for the map_groups refcountArnaldo Carvalho de Melo
2015-05-04perf probe ppc: Enable matching against dot symbols automaticallyNaveen N. Rao
2015-04-08perf kmaps: Check kmaps to make code more robustWang Nan
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen
2014-10-29perf tools: Set thread->mg.machine in all placesArnaldo Carvalho de Melo
2014-10-14perf tools: Fixup off-by-one comparision in maps__findNamhyung Kim
2014-10-14perf tools: fix off-by-one error in mapsStephane Eranian
2014-08-20perf symbols: Don't try to find DSOs in SYSV mapsDon Zickus
2014-07-23perf tools: Add thread parameter to vdso__dso_findnew()Adrian Hunter
2014-07-23perf tools: Pass machine to vdso__dso_findnew()Adrian Hunter
2014-07-17perf tools: Remove verbose from functions prototypesJiri Olsa
2014-07-17perf machine: Fix map groups of threads with unknown pidsAdrian Hunter
2014-06-09perf tools: Update mmap2 interface with protection and flag bitsDon Zickus
2014-05-21perf tools: Add automatic remapping of Android librariesMichael Lentine
2014-04-28perf tools: Reference count map_groups objectsArnaldo Carvalho de Melo
2014-04-28perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo
2014-01-31perf symbols: Fix symbol annotation for relocated kernelAdrian Hunter
2014-01-23perf symbols: Load map before using map->map_ip()Masami Hiramatsu
2014-01-21perf symbols: Fix JIT symbol resolution on heapNamhyung Kim
2013-12-09perf script: Add an option to print the source line numberAdrian Hunter
2013-10-14perf annotate: Another fix for annotate_browser__callq()Adrian Hunter
2013-10-14perf symbols: Add map_groups__find_ams()Arnaldo Carvalho de Melo
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian
2013-08-07perf symbols: Add support for reading from /proc/kcoreAdrian Hunter
2013-08-07perf tools: Make it possible to read object code from kernel modulesAdrian Hunter
2013-08-07perf tools: Make it possible to read object code from vmlinuxAdrian Hunter
2013-05-28perf tools: Handle JITed code in shared memoryAndi Kleen
2013-01-25perf tools: Use memdup in map__cloneArnaldo Carvalho de Melo
2013-01-25perf tools: Stop using 'self' in map.[ch]Arnaldo Carvalho de Melo
2013-01-24perf tools: Add anonymous huge page recognitionJoshua Zhu
2012-11-09perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo
2012-11-08perf tools: Fix detection of stack areaNamhyung Kim
2012-10-29perf tools: Move build_id__sprintf into build-id objectJiri Olsa
2012-09-28perf tools: Convert to LIBELF_SUPPORTNamhyung Kim
2012-09-20perf tools: Fix a compiling error in util/map.cFeng Tang
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa