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.h324 #define PMU_NULL_DEV ((void *)(~0UL)) macro
/linux/kernel/events/
H A Dcore.c12010 .dev = PMU_NULL_DEV,
12095 .dev = PMU_NULL_DEV,
12394 if (pmu_bus_running && pmu->dev && pmu->dev != PMU_NULL_DEV) { in perf_pmu_free()