Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Duncore.c319 list_for_each_entry(event, &box->active_list, active_entry) { in uncore_pmu_hrtimer()
518 list_add_tail(&event->active_entry, &box->active_list); in uncore_pmu_event_start()
548 list_del(&event->active_entry); in uncore_pmu_event_stop()
/linux/drivers/powercap/
H A Dintel_rapl_common.c1662 list_add_tail(&event->active_entry, &data->active_list); in __rapl_pmu_event_start()
1732 list_del(&event->active_entry); in rapl_pmu_event_stop()
1856 list_for_each_entry(event, &data->active_list, active_entry) in rapl_hrtimer_handle()
/linux/include/linux/
H A Dperf_event.h792 struct list_head active_entry; member
/linux/kernel/events/
H A Dcore.c12970 INIT_LIST_HEAD(&event->active_entry); in perf_event_alloc()