Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/events/amd/
Duncore.c43 struct amd_uncore { struct
56 static struct amd_uncore * __percpu *amd_uncore_nb; argument
57 static struct amd_uncore * __percpu *amd_uncore_llc;
75 static struct amd_uncore *event_to_amd_uncore(struct perf_event *event) in event_to_amd_uncore()
132 struct amd_uncore *uncore = event_to_amd_uncore(event); in amd_uncore_add()
173 struct amd_uncore *uncore = event_to_amd_uncore(event); in amd_uncore_del()
188 struct amd_uncore *uncore; in amd_uncore_event_init()
322 static struct amd_uncore *amd_uncore_alloc(unsigned int cpu) in amd_uncore_alloc()
324 return kzalloc_node(sizeof(struct amd_uncore), GFP_KERNEL, in amd_uncore_alloc()
330 struct amd_uncore *uncore_nb = NULL, *uncore_llc; in amd_uncore_cpu_up_prepare()
[all …]