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.h35 /* LOG_STRACE is used for user-mode strace logging. */
36 #define LOG_STRACE (1u << 19) macro
/openbmc/qemu/util/
H A Dlog.c518 { LOG_STRACE, "strace",
/openbmc/qemu/linux-user/
H A Dsignal.c1280 if (unlikely(qemu_loglevel_mask(LOG_STRACE))) { in handle_pending_signal()
1294 if (unlikely(qemu_loglevel_mask(LOG_STRACE))) { in handle_pending_signal()
H A Dmain.c740 last_log_mask | (enable_strace * LOG_STRACE), in main()
H A Dsyscall.c14200 if (unlikely(qemu_loglevel_mask(LOG_STRACE))) {
14207 if (unlikely(qemu_loglevel_mask(LOG_STRACE))) {