Searched defs:intel_pt_recording (Results 1 – 1 of 1) sorted by relevance
54 struct intel_pt_recording { struct55 struct auxtrace_record itr;56 struct perf_pmu *intel_pt_pmu;57 int have_sched_switch;58 struct perf_evlist *evlist;59 bool snapshot_mode;60 bool snapshot_init_done;61 size_t snapshot_size;62 size_t snapshot_ref_buf_size;63 int snapshot_ref_cnt;[all …]