diff options
Diffstat (limited to 'tools/perf/util/intel-pt-decoder/intel-pt-decoder.h')
| -rw-r--r-- | tools/perf/util/intel-pt-decoder/intel-pt-decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/intel-pt-decoder/intel-pt-decoder.h b/tools/perf/util/intel-pt-decoder/intel-pt-decoder.h index 02c38fec1c37..89399985fa4d 100644 --- a/tools/perf/util/intel-pt-decoder/intel-pt-decoder.h +++ b/tools/perf/util/intel-pt-decoder/intel-pt-decoder.h | |||
| @@ -83,6 +83,7 @@ struct intel_pt_params { | |||
| 83 | int (*walk_insn)(struct intel_pt_insn *intel_pt_insn, | 83 | int (*walk_insn)(struct intel_pt_insn *intel_pt_insn, |
| 84 | uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip, | 84 | uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip, |
| 85 | uint64_t max_insn_cnt, void *data); | 85 | uint64_t max_insn_cnt, void *data); |
| 86 | bool (*pgd_ip)(uint64_t ip, void *data); | ||
| 86 | void *data; | 87 | void *data; |
| 87 | bool return_compression; | 88 | bool return_compression; |
| 88 | uint64_t period; | 89 | uint64_t period; |
