Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/intel/
H A Dpt.c600 unsigned int z_count; member
786 if (topa->z_count == topa->last - 1) { in topa_insert_pages()
788 topa->z_count++; in topa_insert_pages()
834 if (!i && topa->z_count) in pt_topa_dump()
835 i += topa->z_count; in pt_topa_dump()
1040 if (topa->z_count) { in pt_topa_entry_for_page()
1041 z_pg = TOPA_ENTRY_PAGES(topa, 0) * (topa->z_count + 1); in pt_topa_entry_for_page()
1042 start_idx = topa->z_count + 1; in pt_topa_entry_for_page()