diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-02-03 13:52:04 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-02-04 03:33:26 -0500 |
commit | 7b2567c1f57c059de29d3f2ca03aca84473865c8 (patch) | |
tree | 9cd0a424d666c921c1d46dcdb648313cb36ec1da /tools/perf/Makefile | |
parent | 8ad94c6052649a8e32120b464eefa0ffd8f2f04f (diff) |
perf build-id: Move the routine to find DSOs with hits to the lib
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>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 42969303e20b..3a5fb36ccc97 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -357,6 +357,7 @@ LIB_H += util/include/asm/uaccess.h | |||
357 | LIB_H += perf.h | 357 | LIB_H += perf.h |
358 | LIB_H += util/cache.h | 358 | LIB_H += util/cache.h |
359 | LIB_H += util/callchain.h | 359 | LIB_H += util/callchain.h |
360 | LIB_H += util/build-id.h | ||
360 | LIB_H += util/debug.h | 361 | LIB_H += util/debug.h |
361 | LIB_H += util/debugfs.h | 362 | LIB_H += util/debugfs.h |
362 | LIB_H += util/event.h | 363 | LIB_H += util/event.h |
@@ -390,6 +391,7 @@ LIB_H += util/probe-event.h | |||
390 | 391 | ||
391 | LIB_OBJS += util/abspath.o | 392 | LIB_OBJS += util/abspath.o |
392 | LIB_OBJS += util/alias.o | 393 | LIB_OBJS += util/alias.o |
394 | LIB_OBJS += util/build-id.o | ||
393 | LIB_OBJS += util/config.o | 395 | LIB_OBJS += util/config.o |
394 | LIB_OBJS += util/ctype.o | 396 | LIB_OBJS += util/ctype.o |
395 | LIB_OBJS += util/debugfs.o | 397 | LIB_OBJS += util/debugfs.o |