aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/vdso.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-07perf tools: Fix lockup using 32-bit compat vdsoAdrian Hunter1-5/+3
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo1-0/+1
2015-06-08perf tools: Protect accesses the dso rbtrees/lists with a rw lockArnaldo Carvalho de Melo1-24/+29
2015-05-29perf machine: Fix up vdso methods namesArnaldo Carvalho de Melo1-9/+9
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo1-3/+3
2014-10-29perf tools: Do not attempt to run perf-read-vdso32 if it wasn't builtAdrian Hunter1-0/+10
2014-10-29perf tools: Add support for 32-bit compatibility VDSOsAdrian Hunter1-1/+169
2014-10-29perf tools: Build programs to copy 32-bit compatibilityAdrian Hunter1-31/+6
2014-07-23perf tools: Add thread parameter to vdso__dso_findnew()Adrian Hunter1-1/+2
2014-07-23perf tools: Separate the VDSO map name from the VDSO dso nameAdrian Hunter1-3/+8
2014-07-23perf tools: Add vdso__new()Adrian Hunter1-5/+15
2014-07-23perf machine: Fix the lifetime of the VDSO temporary fileAdrian Hunter1-10/+29
2014-07-23perf tools: Group VDSO global variables into a structureAdrian Hunter1-12/+32
2014-07-23perf tools: Pass machine to vdso__dso_findnew()Adrian Hunter1-3/+4
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa1-0/+1
2013-12-10perf symbols: Remove open coded management of long_name_allocated memberArnaldo Carvalho de Melo1-1/+1
2013-07-08perf symbols: Fix vdso list searchingWaiman Long1-1/+1
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa1-0/+111