Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/perf/
Dimc-pmu.c45 static struct imc_pmu_ref *trace_imc_refc; variable
1228 trace_imc_refc[core_id].id = core_id; in trace_imc_mem_alloc()
1229 mutex_init(&trace_imc_refc[core_id].lock); in trace_imc_mem_alloc()
1366 if (trace_imc_refc) in trace_imc_event_add()
1367 ref = &trace_imc_refc[core_id]; in trace_imc_event_add()
1410 if (trace_imc_refc) in trace_imc_event_del()
1411 ref = &trace_imc_refc[core_id]; in trace_imc_event_del()
1616 kfree(trace_imc_refc); in cleanup_all_trace_imc_memory()
1754 trace_imc_refc = kcalloc(nr_cores, sizeof(struct imc_pmu_ref), in imc_mem_init()
1756 if (!trace_imc_refc) in imc_mem_init()