Home
last modified time | relevance | path

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

/linux/fs/pstore/
H A Dftrace.c89 static bool record_ftrace; variable
90 module_param(record_ftrace, bool, 0400);
91 MODULE_PARM_DESC(record_ftrace,
98 if (on == record_ftrace) in pstore_set_ftrace_enabled()
112 record_ftrace = on; in pstore_set_ftrace_enabled()
141 char val[] = { '0' + record_ftrace, '\n' }; in pstore_ftrace_knob_read()
161 pstore_set_ftrace_enabled(record_ftrace); in pstore_register_ftrace()
170 if (record_ftrace) { in pstore_unregister_ftrace()
172 record_ftrace = false; in pstore_unregister_ftrace()
/linux/Documentation/admin-guide/
H A Dramoops.rst163 # echo 1 > /sys/kernel/debug/pstore/record_ftrace
H A Dpstore-blk.rst128 # echo 1 > /sys/kernel/debug/pstore/record_ftrace