Lluís Vilanova writes:
> Richard Henderson writes:
>> On 01/13/2017 12:48 PM, Lluís Vilanova wrote:
>>> @@ -237,7 +237,7 @@ char *trace_opt_parse(const char *optarg);
>>> *
>>> * Return the number of known vcpu-specific events
>>> */
>>> -uint32_t trace_get_vcpu_event_count(void);
>>> +static uint
Richard Henderson writes:
> On 01/13/2017 12:48 PM, Lluís Vilanova wrote:
>> uring and controlling the state of tracing events.
>> *
>> - * Copyright (C) 2011-2016 Lluís Vilanova
>> + * Copyright (C) 2011-2017 Lluís Vilanova
>> *
>> * This work is licensed under the terms of the GNU GPL, version
On 01/13/2017 12:48 PM, Lluís Vilanova wrote:
uring and controlling the state of tracing events.
*
- * Copyright (C) 2011-2016 Lluís Vilanova
+ * Copyright (C) 2011-2017 Lluís Vilanova
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file i
Later patches will make use of it.
Signed-off-by: Lluís Vilanova
---
trace/control-internal.h |7 ++-
trace/control.c | 11 +++
trace/control.h |4 ++--
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/trace/control-internal.h b/trace/contr