Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/perf/
Darm-ccn.c212 static void arm_ccn_pmu_config_set(u64 *config, u32 node_xp, u32 type, u32 port) in arm_ccn_pmu_config_set() argument
215 *config |= (node_xp << 0) | (type << 8) | (port << 24); in arm_ccn_pmu_config_set()
640 u32 node_xp, type, event_id; in arm_ccn_pmu_event_alloc() local
644 node_xp = CCN_CONFIG_NODE(event->attr.config); in arm_ccn_pmu_event_alloc()
669 source = &ccn->xp[node_xp]; in arm_ccn_pmu_event_alloc()
671 source = &ccn->node[node_xp]; in arm_ccn_pmu_event_alloc()
683 node_xp); in arm_ccn_pmu_event_alloc()
722 u32 node_xp, type, event_id; in arm_ccn_pmu_event_init() local
757 node_xp = CCN_CONFIG_NODE(event->attr.config); in arm_ccn_pmu_event_init()
764 if (node_xp != ccn->mn_id) { in arm_ccn_pmu_event_init()
[all …]