From: Jiri Olsa <jolsa@redhat.com>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Arnaldo Carvalho de Melo <acme@ghostprotocols.net>,
Namhyung Kim <namhyung@kernel.org>
Subject: Re: [PATCH] tools lib traceevent: Fix backward compatibility macros for pevent filter enums
Date: Tue, 22 Apr 2014 15:19:38 +0200 [thread overview]
Message-ID: <20140422131938.GE1104@krava.brq.redhat.com> (raw)
In-Reply-To: <20140421222346.0351ced4@gandalf.local.home>
On Mon, Apr 21, 2014 at 10:23:46PM -0400, Steven Rostedt wrote:
>
> The return value for pevent_filter_match() is suppose to return FILTER_NONE
> if the event doesn't have a filter, and FILTER_NOEXIST if there is no filter
> at all. But the change 41e12e580a7 "tools lib traceevent: Refactor
> pevent_filter_match() to get rid of die()" replaced the return value
> with PEVENT_ERRNO__* values and added "backward compatibility" macros
> that used the old names. Unfortunately, the NOEXIST and NONE macros were
> swapped, and this broke users that use the old return names.
>
> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Acked-by: Jiri Olsa <jolsa@redhat.com>
thanks,
jirka
> ---
> tools/lib/traceevent/event-parse.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/lib/traceevent/event-parse.h b/tools/lib/traceevent/event-parse.h
> index 9c38181..d6c610a 100644
> --- a/tools/lib/traceevent/event-parse.h
> +++ b/tools/lib/traceevent/event-parse.h
> @@ -886,8 +886,8 @@ struct event_filter {
> struct event_filter *pevent_filter_alloc(struct pevent *pevent);
>
> /* for backward compatibility */
> -#define FILTER_NONE PEVENT_ERRNO__FILTER_NOT_FOUND
> -#define FILTER_NOEXIST PEVENT_ERRNO__NO_FILTER
> +#define FILTER_NONE PEVENT_ERRNO__NO_FILTER
> +#define FILTER_NOEXIST PEVENT_ERRNO__FILTER_NOT_FOUND
> #define FILTER_MISS PEVENT_ERRNO__FILTER_MISS
> #define FILTER_MATCH PEVENT_ERRNO__FILTER_MATCH
>
> --
> 1.8.1.4
>
next prev parent reply other threads:[~2014-04-22 13:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-22 2:23 Steven Rostedt
2014-04-22 13:19 ` Jiri Olsa [this message]
2014-04-23 13:13 ` [tip:perf/urgent] " tip-bot for Steven Rostedt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140422131938.GE1104@krava.brq.redhat.com \
--to=jolsa@redhat.com \
--cc=acme@ghostprotocols.net \
--cc=linux-kernel@vger.kernel.org \
--cc=namhyung@kernel.org \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®