Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dpt.c602 unsigned int z_count; member
788 if (topa->z_count == topa->last - 1) { in topa_insert_pages()
790 topa->z_count++; in topa_insert_pages()
836 if (!i && topa->z_count) in pt_topa_dump()
837 i += topa->z_count; in pt_topa_dump()
1042 if (topa->z_count) { in pt_topa_entry_for_page()
1043 z_pg = TOPA_ENTRY_PAGES(topa, 0) * (topa->z_count + 1); in pt_topa_entry_for_page()
1044 start_idx = topa->z_count + 1; in pt_topa_entry_for_page()