Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Duncore_discovery.c11 static struct rb_root discovery_tables = RB_ROOT; variable
68 struct rb_node *node = rb_find(&type_id, &discovery_tables, __type_cmp); in search_uncore_discovery_type()
98 rb_add(&type->node, &discovery_tables, __type_less); in add_uncore_discovery_type()
399 rbtree_postorder_for_each_entry_safe(type, next, &discovery_tables, node) { in intel_uncore_clear_discovery_tables()
708 for (node = rb_first(&discovery_tables); node; node = rb_next(node)) { in intel_uncore_generic_init_uncores()