[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4FBB0804.5080605@gmail.com>
Date: Mon, 21 May 2012 21:29:08 -0600
From: David Ahern <dsahern@...il.com>
To: Jiri Olsa <jolsa@...hat.com>
CC: acme@...hat.com, a.p.zijlstra@...llo.nl, mingo@...e.hu,
paulus@...ba.org, cjashfor@...ux.vnet.ibm.com, fweisbec@...il.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/7] perf, tool: Add union u64_swap type for swapping
u64 data
On 5/16/12 12:59 AM, Jiri Olsa wrote:
> The following union:
> union {
> u64 val64;
> u32 val32[2];
> } u;
>
> is used on more than single places in perf code and will be used
> more in upcomming patches.
>
> Adding union u64_swap to have it defined globaly so we dont need
> to redefine it all the time.
>
> Signed-off-by: Jiri Olsa<jolsa@...hat.com>
> ---
> tools/perf/util/evsel.c | 10 ++--------
> tools/perf/util/types.h | 5 +++++
> 2 files changed, 7 insertions(+), 8 deletions(-)
>
Reviewed-by and Tested-by: David Ahern <dsahern@...il.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists