qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v7 2/7] trace: Make trace_get_vcpu_event_count()


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v7 2/7] trace: Make trace_get_vcpu_event_count() inlinable
Date: Fri, 13 Jan 2017 19:30:37 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

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 <address@hidden>
+ * Copyright (C) 2011-2017 Lluís Vilanova <address@hidden>
  *
  * This work is licensed under the terms of the GNU GPL, version 2 or later.
  * See the COPYING file in the top-level directory.
@@ -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 uint32_t trace_get_vcpu_event_count(void);


Why is this declaration still here?  It's redundant with the inline.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]