Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/
H A Drapl.c263 list_for_each_entry(event, &rapl_pmu->active_list, active_entry) in rapl_hrtimer_handle()
288 list_add_tail(&event->active_entry, &rapl_pmu->active_list); in __rapl_pmu_event_start()
322 list_del(&event->active_entry); in rapl_pmu_event_stop()
/linux-6.15/arch/x86/events/intel/
H A Duncore.c324 list_for_each_entry(event, &box->active_list, active_entry) { in uncore_pmu_hrtimer()
525 list_add_tail(&event->active_entry, &box->active_list); in uncore_pmu_event_start()
555 list_del(&event->active_entry); in uncore_pmu_event_stop()
/linux-6.15/drivers/powercap/
H A Dintel_rapl_common.c1639 list_add_tail(&event->active_entry, &data->active_list); in __rapl_pmu_event_start()
1709 list_del(&event->active_entry); in rapl_pmu_event_stop()
1833 list_for_each_entry(event, &data->active_list, active_entry) in rapl_hrtimer_handle()
/linux-6.15/include/linux/
H A Dperf_event.h736 struct list_head active_entry; member
/linux-6.15/kernel/events/
H A Dcore.c12580 INIT_LIST_HEAD(&event->active_entry); in perf_event_alloc()