diff options
author | Namhyung Kim <namhyung.kim@lge.com> | 2012-11-13 08:30:32 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-11-14 14:52:39 -0500 |
commit | 688f2f5b99311b127ea43efdbf47bb2e3c7a2e32 (patch) | |
tree | 56dd40bff09afb0c276bbacf2a5624c1e5f8118b /tools/perf/Makefile | |
parent | 7da5c85dd34dd67846fec965e4bf1f761eecca05 (diff) |
perf ui: Introduce generic ui_progress helper
Make ui_progress functions generic so that UI frontend code will add its
callbacks.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1352813436-14173-2-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 50e85c852656..f8466b49b922 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -423,6 +423,7 @@ LIB_OBJS += $(OUTPUT)util/vdso.o | |||
423 | LIB_OBJS += $(OUTPUT)util/stat.o | 423 | LIB_OBJS += $(OUTPUT)util/stat.o |
424 | 424 | ||
425 | LIB_OBJS += $(OUTPUT)ui/helpline.o | 425 | LIB_OBJS += $(OUTPUT)ui/helpline.o |
426 | LIB_OBJS += $(OUTPUT)ui/progress.o | ||
426 | LIB_OBJS += $(OUTPUT)ui/hist.o | 427 | LIB_OBJS += $(OUTPUT)ui/hist.o |
427 | LIB_OBJS += $(OUTPUT)ui/stdio/hist.o | 428 | LIB_OBJS += $(OUTPUT)ui/stdio/hist.o |
428 | 429 | ||