Home
last modified time | relevance | path

Searched refs:st_set_trace_file_enabled (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/trace/
H A Dtrace-hmp-cmds.c58 st_set_trace_file_enabled(true); in hmp_trace_file()
60 st_set_trace_file_enabled(false); in hmp_trace_file()
H A Dsimple.c308 bool st_set_trace_file_enabled(bool enable) in st_set_trace_file_enabled() function
361 bool saved_enable = st_set_trace_file_enabled(false); in st_set_trace_file()
372 st_set_trace_file_enabled(saved_enable); in st_set_trace_file()
H A Dsimple.h15 bool st_set_trace_file_enabled(bool enable);
H A Dcontrol.c243 st_set_trace_file_enabled(true); in trace_init_file()