Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dlog.c191 * Validate the filename template. Require %d if per_thread, allow it
203 valid_filename_template(const char *filename, bool per_thread, Error **errp) in valid_filename_template() argument
214 return per_thread ? vft_strdup : vft_pid_printf; in valid_filename_template()
217 if (per_thread) { in valid_filename_template()
230 bool per_thread; in qemu_set_log_internal() local
245 per_thread = log_flags & LOG_PER_THREAD; in qemu_set_log_internal()
261 switch (valid_filename_template(filename, per_thread, errp)) { in qemu_set_log_internal()
279 if (per_thread && in qemu_set_log_internal()
286 if (per_thread) { in qemu_set_log_internal()