Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/arch/x86/util/
Dintel-bts.c45 int snapshot_ref_cnt; member
283 int cnt = btsr->snapshot_ref_cnt, new_cnt = cnt * 2; in intel_bts_alloc_snapshot_refs()
299 btsr->snapshot_ref_cnt = new_cnt; in intel_bts_alloc_snapshot_refs()
308 for (i = 0; i < btsr->snapshot_ref_cnt; i++) in intel_bts_free_snapshot_refs()
377 if (idx >= btsr->snapshot_ref_cnt) { in intel_bts_find_snapshot()
Dintel-pt.c58 int snapshot_ref_cnt; member
918 int cnt = ptr->snapshot_ref_cnt, new_cnt = cnt * 2; in intel_pt_alloc_snapshot_refs()
934 ptr->snapshot_ref_cnt = new_cnt; in intel_pt_alloc_snapshot_refs()
943 for (i = 0; i < ptr->snapshot_ref_cnt; i++) in intel_pt_free_snapshot_refs()
1121 if (idx >= ptr->snapshot_ref_cnt) { in intel_pt_find_snapshot()