summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/build-id.c
Commit message (Collapse)AuthorAgeFilesLines
* perf build-id: Move the routine to find DSOs with hits to the libArnaldo Carvalho de Melo2010-02-041-0/+39
Because 'perf record' will have to find the build-ids in after we stop recording, so as to reduce even more the impact in the workload while we do the measurement. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Frédéric Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <1265223128-11786-5-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>