Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H A Dintel-bts.c45 int snapshot_ref_cnt; member
282 int cnt = btsr->snapshot_ref_cnt, new_cnt = cnt * 2; in intel_bts_alloc_snapshot_refs()
298 btsr->snapshot_ref_cnt = new_cnt; in intel_bts_alloc_snapshot_refs()
307 for (i = 0; i < btsr->snapshot_ref_cnt; i++) in intel_bts_free_snapshot_refs()
376 if (idx >= btsr->snapshot_ref_cnt) { in intel_bts_find_snapshot()
H A Dintel-pt.c57 int snapshot_ref_cnt; member
927 int cnt = ptr->snapshot_ref_cnt, new_cnt = cnt * 2; in intel_pt_alloc_snapshot_refs()
943 ptr->snapshot_ref_cnt = new_cnt; in intel_pt_alloc_snapshot_refs()
952 for (i = 0; i < ptr->snapshot_ref_cnt; i++) in intel_pt_free_snapshot_refs()
1130 if (idx >= ptr->snapshot_ref_cnt) { in intel_pt_find_snapshot()
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A 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()
H A 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()

Completed in 6 milliseconds