snapshot_ref_cnt 45 tools/perf/arch/x86/util/intel-bts.c int snapshot_ref_cnt; snapshot_ref_cnt 277 tools/perf/arch/x86/util/intel-bts.c int cnt = btsr->snapshot_ref_cnt, new_cnt = cnt * 2; snapshot_ref_cnt 293 tools/perf/arch/x86/util/intel-bts.c btsr->snapshot_ref_cnt = new_cnt; snapshot_ref_cnt 302 tools/perf/arch/x86/util/intel-bts.c for (i = 0; i < btsr->snapshot_ref_cnt; i++) snapshot_ref_cnt 371 tools/perf/arch/x86/util/intel-bts.c if (idx >= btsr->snapshot_ref_cnt) { snapshot_ref_cnt 55 tools/perf/arch/x86/util/intel-pt.c int snapshot_ref_cnt; snapshot_ref_cnt 838 tools/perf/arch/x86/util/intel-pt.c int cnt = ptr->snapshot_ref_cnt, new_cnt = cnt * 2; snapshot_ref_cnt 854 tools/perf/arch/x86/util/intel-pt.c ptr->snapshot_ref_cnt = new_cnt; snapshot_ref_cnt 863 tools/perf/arch/x86/util/intel-pt.c for (i = 0; i < ptr->snapshot_ref_cnt; i++) snapshot_ref_cnt 1041 tools/perf/arch/x86/util/intel-pt.c if (idx >= ptr->snapshot_ref_cnt) {