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.c12425 .dev = PMU_NULL_DEV, in task_clock_event_stop()
12510 .dev = PMU_NULL_DEV, in perf_pmu_start_txn()
12809 if (pmu_bus_running && pmu->dev && pmu->dev != PMU_NULL_DEV) { in DEFINE_FREE()