perf tools: Add flags and insn_len to struct sample
authorAdrian Hunter <adrian.hunter@intel.com>
Thu, 31 Jul 2014 06:01:04 +0000 (09:01 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 13 Aug 2014 22:23:32 +0000 (19:23 -0300)
commitbf4939027decde7aaaf8b5dbeee70126d2822eb6
tree189812ba213b06a340cbb49866b70ca7e40ad7d4
parentcfe1c41405fe9a559f8b3c24c904b2bb42d4a6e8
perf tools: Add flags and insn_len to struct sample

The flags will be used to export branch type and transaction status.

insn_len is preparation for pairing calls and returns because the return
address equals the call address plus the instruction length (insn_len).

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1406786474-9306-22-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/event.h