Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Drapl.c264 list_for_each_entry(event, &rapl_pmu->active_list, active_entry) in rapl_hrtimer_handle()
289 list_add_tail(&event->active_entry, &rapl_pmu->active_list); in __rapl_pmu_event_start()
323 list_del(&event->active_entry); in rapl_pmu_event_stop()
/linux/include/linux/
H A Dperf_event.h793 struct list_head active_entry; member