Skip to content

Commit

Permalink
perf_counter tools: separate kerneltop into 'perf top' and 'perf stat'
Browse files Browse the repository at this point in the history
Lets use the Git framework of built-in commands.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Apr 20, 2009
1 parent 6f06ccb commit ddcacfa
Show file tree
Hide file tree
Showing 7 changed files with 601 additions and 1,610 deletions.
1 change: 1 addition & 0 deletions Documentation/perf_counter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ LIB_OBJS += usage.o
LIB_OBJS += wrapper.o

BUILTIN_OBJS += builtin-help.o
BUILTIN_OBJS += builtin-stat.o
BUILTIN_OBJS += builtin-top.o

PERFLIBS = $(LIB_FILE)
Expand Down
Loading

0 comments on commit ddcacfa

Please sign in to comment.