diff options
Diffstat (limited to 'tools/perf/util/cs-etm-decoder/cs-etm-decoder.h')
| -rw-r--r-- | tools/perf/util/cs-etm-decoder/cs-etm-decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/cs-etm-decoder/cs-etm-decoder.h b/tools/perf/util/cs-etm-decoder/cs-etm-decoder.h index 3d2e6205d186..a4fdd285b145 100644 --- a/tools/perf/util/cs-etm-decoder/cs-etm-decoder.h +++ b/tools/perf/util/cs-etm-decoder/cs-etm-decoder.h | |||
| @@ -30,6 +30,7 @@ struct cs_etm_packet { | |||
| 30 | enum cs_etm_sample_type sample_type; | 30 | enum cs_etm_sample_type sample_type; |
| 31 | u64 start_addr; | 31 | u64 start_addr; |
| 32 | u64 end_addr; | 32 | u64 end_addr; |
| 33 | u8 last_instr_taken_branch; | ||
| 33 | u8 exc; | 34 | u8 exc; |
| 34 | u8 exc_ret; | 35 | u8 exc_ret; |
| 35 | int cpu; | 36 | int cpu; |
