Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_amd_uncore.c32 struct amd_uncore { struct
42 struct amd_uncore *free_when_cpu_online; argument
45 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 …]