Searched defs:intel_pt_recording (Results 1 – 1 of 1) sorted by relevance
48 struct intel_pt_recording { struct49 struct auxtrace_record itr;50 struct perf_pmu *intel_pt_pmu;51 int have_sched_switch;52 struct evlist *evlist;53 bool snapshot_mode;54 bool snapshot_init_done;55 size_t snapshot_size;56 size_t snapshot_ref_buf_size;57 int snapshot_ref_cnt;[all …]