Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/intel/
Dpt.c579 unsigned int z_count; member
764 if (topa->z_count == topa->last - 1) { in topa_insert_pages()
766 topa->z_count++; in topa_insert_pages()
812 if (!i && topa->z_count) in pt_topa_dump()
813 i += topa->z_count; in pt_topa_dump()
1013 if (topa->z_count) { in pt_topa_entry_for_page()
1014 z_pg = TOPA_ENTRY_PAGES(topa, 0) * (topa->z_count + 1); in pt_topa_entry_for_page()
1015 start_idx = topa->z_count + 1; in pt_topa_entry_for_page()