]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Add documentation for perf.data on disk format
authorAndi Kleen <ak@linux.intel.com>
Fri, 24 Jun 2016 20:41:25 +0000 (13:41 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 29 Jun 2016 13:07:23 +0000 (10:07 -0300)
commit5822aae2a8add10a85b8c19fc3d4e2006e8ef675
tree6407ab455513e18de408f5b00da0790b3de370f2
parent21f330f9852508521d48f70c97545e4824e1e440
perf tools: Add documentation for perf.data on disk format

Add some documentation for the on disk format of perf.data. This is not
documenting the actual perf events -- which are documented in
perf_event.h -- but just the additional headers that perf record adds
around them when writing the data to disk.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Link: http://lkml.kernel.org/r/1466800885-12974-1-git-send-email-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf.data-file-format.txt [new file with mode: 0644]