perf_counter tools: Rework the file format
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Thu, 25 Jun 2009 15:05:54 +0000 (17:05 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 25 Jun 2009 19:39:04 +0000 (21:39 +0200)
commit7c6a1c65bbd3be688e581511f45818663efc1877
tree28bfa19c484b266d5ef3daa04aba8a6831277bc2
parente5c59547791f171b280bc4c4b2c3ff171824c1a3
perf_counter tools: Rework the file format

Create a structured file format that includes the full
perf_counter_attr and all its relevant counter IDs so that
the reporting program has full information.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/Makefile
tools/perf/builtin-record.c
tools/perf/builtin-report.c
tools/perf/perf.h
tools/perf/util/header.c [new file with mode: 0644]
tools/perf/util/header.h [new file with mode: 0644]
tools/perf/util/string.h
tools/perf/util/symbol.h
tools/perf/util/types.h [moved from tools/perf/types.h with 100% similarity]