Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Drapl.c227 list_for_each_entry(event, &pmu->active_list, active_entry) in rapl_hrtimer_handle()
253 list_add_tail(&event->active_entry, &pmu->active_list); in __rapl_pmu_event_start()
287 list_del(&event->active_entry); in rapl_pmu_event_stop()
/openbmc/linux/arch/x86/events/intel/
H A Duncore.c320 list_for_each_entry(event, &box->active_list, active_entry) { in uncore_pmu_hrtimer()
522 list_add_tail(&event->active_entry, &box->active_list); in uncore_pmu_event_start()
552 list_del(&event->active_entry); in uncore_pmu_event_stop()
/openbmc/linux/include/linux/
H A Dperf_event.h699 struct list_head active_entry; member
/openbmc/linux/kernel/events/
H A Dcore.c11974 INIT_LIST_HEAD(&event->active_entry); in perf_event_alloc()