Searched refs:type_id (Results 1 – 5 of 5) sorted by relevance
| /arch/x86/events/intel/ |
| A D | uncore_discovery.c | 56 const u16 *type_id = key; in __type_cmp() local 58 if (type_b->type > *type_id) in __type_cmp() 60 else if (type_b->type < *type_id) in __type_cmp() 67 search_uncore_discovery_type(u16 type_id) in search_uncore_discovery_type() argument 643 type->type_id, box->pmu->pmu_idx); in intel_generic_uncore_mmio_init_box() 649 type->type_id, unit->id); in intel_generic_uncore_mmio_init_box() 657 type->type_id, unit->id, (unsigned long long)addr); in intel_generic_uncore_mmio_init_box() 716 uncore->type_id = type->type; in uncore_update_uncore_type() 724 switch (type_id) { in uncore_update_uncore_type() 758 if (type->access_type != type_id) in intel_uncore_generic_init_uncores() [all …]
|
| A D | uncore_discovery.h | 166 intel_uncore_generic_init_uncores(enum uncore_access_type type_id, int num_extra); 175 uncore_get_uncores(enum uncore_access_type type_id, int num_extra,
|
| A D | uncore_snbep.c | 6253 .type_id = UNCORE_SPR_UPI, 6267 .type_id = UNCORE_SPR_M3UPI, 6417 uncore_get_uncores(enum uncore_access_type type_id, int num_extra, in uncore_get_uncores() argument 6428 if ((*types)->type_id >= max_num_types) in uncore_get_uncores() 6430 uncore_type_customized_copy(*types, uncores[(*types)->type_id]); in uncore_get_uncores() 6443 if (type_id == (*types)->type_id) in uncore_find_type_by_id() 6451 int type_id) in uncore_type_max_boxes() argument 6458 type = uncore_find_type_by_id(types, type_id); in uncore_type_max_boxes() 6507 static void spr_update_device_location(int type_id) in spr_update_device_location() argument 6516 if (type_id == UNCORE_SPR_UPI) { in spr_update_device_location() [all …]
|
| A D | uncore.h | 57 int type_id; member
|
| A D | uncore.c | 872 sprintf(pmu_name, "uncore_type_%u", type->type_id); in uncore_get_alias_name() 875 type->type_id, uncore_get_box_id(type, pmu)); in uncore_get_alias_name()
|
Completed in 30 milliseconds