[PATCH V7 25/25] perf script: Add field option 'flags' to print sample flags

2015-03-31 Thread Adrian Hunter
Instruction tracing will typically have access to information about the instruction being executed for a particular ip sample. Some of that information will be available in the 'flags' member of struct perf_sample. With the addition of transactions events synthesis to Instruction Tracing options,

[PATCH V7 25/25] perf script: Add field option 'flags' to print sample flags

2015-03-31 Thread Adrian Hunter
Instruction tracing will typically have access to information about the instruction being executed for a particular ip sample. Some of that information will be available in the 'flags' member of struct perf_sample. With the addition of transactions events synthesis to Instruction Tracing options,