Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dwatchdog_perf.c120 struct perf_event_attr *wd_attr; in hardlockup_detector_event_create() local
129 wd_attr = &wd_hw_attr; in hardlockup_detector_event_create()
130 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in hardlockup_detector_event_create()
133 evt = perf_event_create_kernel_counter(wd_attr, cpu, NULL, in hardlockup_detector_event_create()
136 wd_attr = &fallback_wd_hw_attr; in hardlockup_detector_event_create()
137 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in hardlockup_detector_event_create()
138 evt = perf_event_create_kernel_counter(wd_attr, cpu, NULL, in hardlockup_detector_event_create()