Merge branch 'perf/parse-events-4' of git://github.com/fweisbec/tracing into perf...
authorIngo Molnar <mingo@kernel.org>
Mon, 21 May 2012 08:42:09 +0000 (10:42 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 21 May 2012 08:42:09 +0000 (10:42 +0200)
Conflicts:
tools/perf/Makefile

This tree from Frederic unifies the perf and trace-cmd trace event format
parsing code into a single library.

Powertop and other tools will also be able to make use of it.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
1  2 
tools/perf/Makefile

index 398094c3d3c997f51d91083d4a4b6ee9e192f785,af0e5d64a9f794f9079147af02257b85a9ad06db..fa37cd53e9b9f7b538641e2e8666657fd99ca9ac
@@@ -300,7 -311,7 +311,8 @@@ LIB_H += util/cpumap.
  LIB_H += util/top.h
  LIB_H += $(ARCH_INCLUDE)
  LIB_H += util/cgroup.h
+ LIB_H += $(EVENT_PARSE_DIR)event-parse.h
 +LIB_H += util/target.h
  
  LIB_OBJS += $(OUTPUT)util/abspath.o
  LIB_OBJS += $(OUTPUT)util/alias.o