Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/intel/
Dpt.c561 unsigned int z_count; member
719 if (topa->z_count == topa->last - 1) { in topa_insert_pages()
721 topa->z_count++; in topa_insert_pages()
767 if (!i && topa->z_count) in pt_topa_dump()
768 i += topa->z_count; in pt_topa_dump()
959 if (topa->z_count) { in pt_topa_entry_for_page()
960 z_pg = TOPA_ENTRY_PAGES(topa, 0) * (topa->z_count + 1); in pt_topa_entry_for_page()
961 start_idx = topa->z_count + 1; in pt_topa_entry_for_page()