Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A Darm-ccn.c211 static void arm_ccn_pmu_config_set(u64 *config, u32 node_xp, u32 type, u32 port) in arm_ccn_pmu_config_set() argument
214 *config |= (node_xp << 0) | (type << 8) | (port << 24); in arm_ccn_pmu_config_set()
625 u32 node_xp, type, event_id; in arm_ccn_pmu_event_alloc() local
629 node_xp = CCN_CONFIG_NODE(event->attr.config); in arm_ccn_pmu_event_alloc()
654 source = &ccn->xp[node_xp]; in arm_ccn_pmu_event_alloc()
656 source = &ccn->node[node_xp]; in arm_ccn_pmu_event_alloc()
668 node_xp); in arm_ccn_pmu_event_alloc()
707 u32 node_xp, type, event_id; in arm_ccn_pmu_event_init() local
742 node_xp = CCN_CONFIG_NODE(event->attr.config); in arm_ccn_pmu_event_init()
749 if (node_xp != ccn->mn_id) { in arm_ccn_pmu_event_init()
[all …]