Home
last modified time | relevance | path

Searched refs:pstore_ftrace_enabled (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/pstore/
H A Dftrace.c59 static bool pstore_ftrace_enabled; variable
73 if (!on ^ pstore_ftrace_enabled) in pstore_ftrace_knob_write()
89 pstore_ftrace_enabled = on; in pstore_ftrace_knob_write()
101 char val[] = { '0' + pstore_ftrace_enabled, '\n' }; in pstore_ftrace_knob_read()
128 if (pstore_ftrace_enabled) { in pstore_unregister_ftrace()
130 pstore_ftrace_enabled = false; in pstore_unregister_ftrace()
/kernel/linux/linux-6.6/fs/pstore/
H A Dftrace.c65 static bool pstore_ftrace_enabled; variable
71 if (on == pstore_ftrace_enabled) in pstore_set_ftrace_enabled()
85 pstore_ftrace_enabled = on; in pstore_set_ftrace_enabled()
114 char val[] = { '0' + pstore_ftrace_enabled, '\n' }; in pstore_ftrace_knob_read()
148 if (pstore_ftrace_enabled) { in pstore_unregister_ftrace()
150 pstore_ftrace_enabled = false; in pstore_unregister_ftrace()

Completed in 2 milliseconds