Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/arch/x86/util/
Dintel-bts.c50 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()
Dintel-pt.c60 int snapshot_ref_cnt; member
809 int cnt = ptr->snapshot_ref_cnt, new_cnt = cnt * 2; in intel_pt_alloc_snapshot_refs()
825 ptr->snapshot_ref_cnt = new_cnt; in intel_pt_alloc_snapshot_refs()
834 for (i = 0; i < ptr->snapshot_ref_cnt; i++) in intel_pt_free_snapshot_refs()
1012 if (idx >= ptr->snapshot_ref_cnt) { in intel_pt_find_snapshot()