Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dnmi.h108 extern void hardlockup_config_perf_event(const char *str);
113 static inline void hardlockup_config_perf_event(const char *str) { } in hardlockup_config_perf_event() function
/linux-6.12.1/kernel/
Dwatchdog_perf.c285 void __init hardlockup_config_perf_event(const char *str) in hardlockup_config_perf_event() function
Dwatchdog.c91 hardlockup_config_perf_event(str + 1); in hardlockup_panic_setup()