Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/events/intel/
Dpt.c561 unsigned int z_count; member
746 if (topa->z_count == topa->last - 1) { in topa_insert_pages()
748 topa->z_count++; in topa_insert_pages()
794 if (!i && topa->z_count) in pt_topa_dump()
795 i += topa->z_count; in pt_topa_dump()
994 if (topa->z_count) { in pt_topa_entry_for_page()
995 z_pg = TOPA_ENTRY_PAGES(topa, 0) * (topa->z_count + 1); in pt_topa_entry_for_page()
996 start_idx = topa->z_count + 1; in pt_topa_entry_for_page()