Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dperf_event.h325 #define PMU_NULL_DEV ((void *)(~0UL)) macro
/linux/kernel/events/
H A Dcore.c12352 .dev = PMU_NULL_DEV,
12437 .dev = PMU_NULL_DEV,
12736 if (pmu_bus_running && pmu->dev && pmu->dev != PMU_NULL_DEV) { in perf_pmu_free()