diff options
author | Jiri Olsa <[email protected]> | 2019-03-08 14:47:39 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-03-11 11:56:03 -0300 |
commit | 258031c017c353e899902342a25579fc81a34cc1 (patch) | |
tree | cce3255e391a6cc4ee748e7ff5bfa83eadea8074 /tools/perf/scripts/python | |
parent | 29583c17b5ce0bc17fdd80da939f8199a03d9668 (diff) |
perf header: Add DIR_FORMAT feature to describe directory data
The data files layout is described by HEADER_DIR_FORMAT feature.
Currently it holds only version number (1):
uint64_t version;
The current version holds only version value (1) means that data files:
- Follow the 'data.*' name format.
- Contain raw events data in standard perf format as read from kernel
(and need to be sorted)
Future versions are expected to describe different data files layout
according to special needs.
Signed-off-by: Jiri Olsa <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Alexey Budankov <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions