Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/arch/x86/util/
Dintel-bts.c45 int snapshot_ref_cnt; member
277 int cnt = btsr->snapshot_ref_cnt, new_cnt = cnt * 2; in intel_bts_alloc_snapshot_refs()
293 btsr->snapshot_ref_cnt = new_cnt; in intel_bts_alloc_snapshot_refs()
302 for (i = 0; i < btsr->snapshot_ref_cnt; i++) in intel_bts_free_snapshot_refs()
371 if (idx >= btsr->snapshot_ref_cnt) { in intel_bts_find_snapshot()
Dintel-pt.c55 int snapshot_ref_cnt; member
838 int cnt = ptr->snapshot_ref_cnt, new_cnt = cnt * 2; in intel_pt_alloc_snapshot_refs()
854 ptr->snapshot_ref_cnt = new_cnt; in intel_pt_alloc_snapshot_refs()
863 for (i = 0; i < ptr->snapshot_ref_cnt; i++) in intel_pt_free_snapshot_refs()
1041 if (idx >= ptr->snapshot_ref_cnt) { in intel_pt_find_snapshot()