Searched refs:amd_uncore (Results 1 – 1 of 1) sorted by relevance
32 struct amd_uncore { struct42 struct amd_uncore *free_when_cpu_online; argument45 static struct amd_uncore * __percpu *amd_uncore_nb;46 static struct amd_uncore * __percpu *amd_uncore_l2;64 static struct amd_uncore *event_to_amd_uncore(struct perf_event *event) in event_to_amd_uncore()121 struct amd_uncore *uncore = event_to_amd_uncore(event); in amd_uncore_add()162 struct amd_uncore *uncore = event_to_amd_uncore(event); in amd_uncore_del()177 struct amd_uncore *uncore; in amd_uncore_event_init()287 static struct amd_uncore *amd_uncore_alloc(unsigned int cpu) in amd_uncore_alloc()289 return kzalloc_node(sizeof(struct amd_uncore), GFP_KERNEL, in amd_uncore_alloc()[all …]