Searched refs:snapshot_ref_cnt (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/arch/x86/util/
H A Dintel-bts.c45 int snapshot_ref_cnt; member in struct:intel_bts_recording
283 int cnt = btsr->snapshot_ref_cnt, new_cnt = cnt * 2;
299 btsr->snapshot_ref_cnt = new_cnt;
308 for (i = 0; i < btsr->snapshot_ref_cnt; i++)
377 if (idx >= btsr->snapshot_ref_cnt) {
H A Dintel-pt.c58 int snapshot_ref_cnt; member in struct:intel_pt_recording
910 int cnt = ptr->snapshot_ref_cnt, new_cnt = cnt * 2;
926 ptr->snapshot_ref_cnt = new_cnt;
935 for (i = 0; i < ptr->snapshot_ref_cnt; i++)
1113 if (idx >= ptr->snapshot_ref_cnt) {

Completed in 120 milliseconds