Re: [Qemu-devel] [PATCH 2/6] hypertrace: Add tracing event "guest_hypertrace"

2016-08-18 Thread Lluís Vilanova
Stefan Hajnoczi writes: > On Fri, Aug 05, 2016 at 06:59:34PM +0200, Lluís Vilanova wrote: >> +# hypertrace >> +hyperargs=$hypertrace >> +if test $hypertrace = "disabled"; then >> +hyperargs=0 >> +fi >> +echo "CONFIG_HYPERTRACE_ARGS=$hyperargs" >> $config_host_mak >> +hypertrace_events=hypertra

Re: [Qemu-devel] [PATCH 2/6] hypertrace: Add tracing event "guest_hypertrace"

2016-08-18 Thread Stefan Hajnoczi
On Fri, Aug 05, 2016 at 06:59:34PM +0200, Lluís Vilanova wrote: > +# hypertrace > +hyperargs=$hypertrace > +if test $hypertrace = "disabled"; then > +hyperargs=0 > +fi > +echo "CONFIG_HYPERTRACE_ARGS=$hyperargs" >> $config_host_mak > +hypertrace_events=hypertrace/trace-events > +mkdir -p $(dirn

[Qemu-devel] [PATCH 2/6] hypertrace: Add tracing event "guest_hypertrace"

2016-08-05 Thread Lluís Vilanova
Generates the "guest_hypertrace" event with a user-configurable number of arguments. Signed-off-by: Lluís Vilanova --- Makefile.objs |2 ++ configure | 36 trace/Makefile.objs |2 +- 3 files changed, 39 insertions(+), 1 deletion(-)