Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnmi.h105 extern void hardlockup_config_perf_event(const char *str);
109 static inline void hardlockup_config_perf_event(const char *str) { } in hardlockup_config_perf_event() function
/linux-6.15/kernel/
H A Dwatchdog_perf.c260 void __init hardlockup_config_perf_event(const char *str) in hardlockup_config_perf_event() function
H A Dwatchdog.c91 hardlockup_config_perf_event(str + 1); in hardlockup_panic_setup()