[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B0C07C2.7090608@us.ibm.com>
Date: Tue, 24 Nov 2009 08:20:18 -0800
From: Darren Hart <dvhltc@...ibm.com>
To: Hitoshi Mitake <mitake@....info.waseda.ac.jp>
CC: Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
Michel Lespinasse <walken@...gle.com>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Paul Mackerras <paulus@...ba.org>,
Frederic Weisbecker <fweisbec@...il.com>
Subject: Re: [PATCH 1/3] perf bench: Add wrappers for atomic operation of
GCC
Hitoshi Mitake wrote:
> This patch adds new file util/include/asm/atomic.h.
> It contains wrappers for atomic operation of GCC,
> I think this is useful not only for 'perf bench',
> but also for entire of perf command.
>
> This patch adds new typedefed struct 'atomic_t'.
> I know new typedef is not a thing to welcome,
> but I believe that atomic_t is worth to typedef
> because it is much general.
>
> I borrowed this file from Darren Hart's futextest.
> http://git.kernel.org/?p=linux/kernel/git/dvhart/futextest.git
Hi Hitoshi-san,
I took the gcc built-ins approach for futextest.h because I didn't want
the hassle of maintaining per-arch asm files. Since perf is already in
the kernel source, I wonder if you could leverage the already existing
kernel atomic code? See Documentation/atomic_ops.txt.
>
> Signed-off-by: Hitoshi Mitake <mitake@....info.waseda.ac.jp>
> Cc: Michel Lespinasse <walken@...gle.com>
> Cc: Darren Hart <dvhltc@...ibm.com>
> Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
> Cc: Paul Mackerras <paulus@...ba.org>
> Cc: Frederic Weisbecker <fweisbec@...il.com>
> ---
> tools/perf/util/include/asm/atomic.h | 91 ++++++++++++++++++++++++++++++++++
> 1 files changed, 91 insertions(+), 0 deletions(-)
> create mode 100644 tools/perf/util/include/asm/atomic.h
>
> diff --git a/tools/perf/util/include/asm/atomic.h b/tools/perf/util/include/asm/atomic.h
> new file mode 100644
> index 0000000..1cef451
> --- /dev/null
> +++ b/tools/perf/util/include/asm/atomic.h
> @@ -0,0 +1,91 @@
> +/******************************************************************************
> + *
> + * Copyright B) International Business Machines Corp., 2009
B) should be © (or (C) at the very least), I'm guessing character set issue?
Thanks,
--
Darren Hart
IBM Linux Technology Center
Real-Time Linux Team
--
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