]> Git Repo - linux.git/commit - tools/perf/util/session.c
perf tools: Add support for parsing PERF_SAMPLE_READ sample type
authorJiri Olsa <[email protected]>
Wed, 10 Oct 2012 15:38:13 +0000 (17:38 +0200)
committerArnaldo Carvalho de Melo <[email protected]>
Wed, 7 Aug 2013 20:35:20 +0000 (17:35 -0300)
commit9ede473cc9f655f8a10cfc8ebbf04c48d84db7ee
tree7a05d71c33eaab621009296d5964534c6c31088c
parente2b5abe0c82b45980b95ead22678861a2013c0df
perf tools: Add support for parsing PERF_SAMPLE_READ sample type

Adding support to parse out the PERF_SAMPLE_READ sample bits.  The code
contains both single and group format specification.

This code parse out and prepare PERF_SAMPLE_READ data into the
perf_sample struct. It will be used for group leader sampling feature
comming in shortly.

Signed-off-by: Jiri Olsa <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/event.h
tools/perf/util/evlist.c
tools/perf/util/evlist.h
tools/perf/util/evsel.c
tools/perf/util/session.c
This page took 0.060006 seconds and 4 git commands to generate.