qemu-e2k/trace
Stefan Weil 857a0e387a trace/simple: Fix warning and wrong trace file name for MinGW
On Windows, getpid() always returns an int value, but pid_t (which is
expected by the format string) is either a 32 bit or a 64 bit value.

Without a type cast (or a modified format string), the compiler prints
a warning when building for 64 bit Windows and the resulting trace_file_name
will include a wrong pid:

trace/simple.c:332:9: warning:
 format ‘%lld’ expects argument of type ‘long long int’,
 but argument 2 has type ‘int’ [-Wformat=]

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-11-30 06:47:02 +01:00
..
Makefile.objs trace: [qmp] Add commands to query and control event tracing state 2014-09-26 09:34:38 +01:00
control-internal.h trace: Multi-backend tracing 2014-06-09 15:43:40 +02:00
control.c Remove superfluous '\n' around error_report() 2015-03-10 08:15:33 +03:00
control.h trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP 2014-09-26 09:34:38 +01:00
event-internal.h trace: Provide a generic tracing event descriptor 2013-03-28 14:19:57 +01:00
ftrace.c trace: Multi-backend tracing 2014-06-09 15:43:40 +02:00
ftrace.h trace: Multi-backend tracing 2014-06-09 15:43:40 +02:00
qmp.c trace: [qmp] Add commands to query and control event tracing state 2014-09-26 09:34:38 +01:00
simple.c trace/simple: Fix warning and wrong trace file name for MinGW 2015-11-30 06:47:02 +01:00
simple.h trace: Multi-backend tracing 2014-06-09 15:43:40 +02:00