Home
last modified time | relevance | path

Searched refs:LOG_STRACE (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dlog.h36 #define LOG_STRACE (1 << 19) macro
/openbmc/qemu/util/
H A Dlog.c500 { LOG_STRACE, "strace",
/openbmc/qemu/linux-user/
H A Dsignal.c1260 if (unlikely(qemu_loglevel_mask(LOG_STRACE))) { in handle_pending_signal()
1274 if (unlikely(qemu_loglevel_mask(LOG_STRACE))) { in handle_pending_signal()
H A Dmain.c743 last_log_mask | (enable_strace * LOG_STRACE), in main()
H A Dsyscall.c13880 if (unlikely(qemu_loglevel_mask(LOG_STRACE))) { in do_syscall()
13887 if (unlikely(qemu_loglevel_mask(LOG_STRACE))) { in do_syscall()