Skip to content

Commit

Permalink
perf_counter tools: Move symbol resolution classes from report to lib…
Browse files Browse the repository at this point in the history
…perf

Will be used by perf top as well.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <20090528175504.GC4747@ghostprotocols.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed May 28, 2009
1 parent c93f766 commit a2928c4
Show file tree
Hide file tree
Showing 4 changed files with 471 additions and 443 deletions.
2 changes: 2 additions & 0 deletions Documentation/perf_counter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ LIB_H += util/help.h
LIB_H += util/strbuf.h
LIB_H += util/run-command.h
LIB_H += util/sigchain.h
LIB_H += util/symbol.h

LIB_OBJS += util/abspath.o
LIB_OBJS += util/alias.o
Expand All @@ -317,6 +318,7 @@ LIB_OBJS += util/strbuf.o
LIB_OBJS += util/usage.o
LIB_OBJS += util/wrapper.o
LIB_OBJS += util/sigchain.o
LIB_OBJS += util/symbol.o
LIB_OBJS += util/pager.o

BUILTIN_OBJS += builtin-help.o
Expand Down
Loading

0 comments on commit a2928c4

Please sign in to comment.