]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2424f0dd437ffb2268dd64f21daae16c3485c15c
tree28bfa19c484b266d5ef3daa04aba8a6831277bc2
parent680cc05cfe5c925f4a44b92c63b1a26110f61c4b
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/types.h [deleted file]
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 [new file with mode: 0644]