Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnmi.h106 extern void hardlockup_config_perf_event(const char *str);
111 static inline void hardlockup_config_perf_event(const char *str) { } in hardlockup_config_perf_event() function
/linux/kernel/
H A Dwatchdog_perf.c286 void __init hardlockup_config_perf_event(const char *str) in hardlockup_config_perf_event() function
H A Dwatchdog.c123 hardlockup_config_perf_event(str + 1); in hardlockup_panic_setup()