public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] perf bench: Add new subsystem "mem" and new suite "memcpy"
@ 2009-11-13  4:23 Hitoshi Mitake
  2009-11-13  4:23 ` [PATCH 1/4] perf bench: Add new subsystem and new suite, bench/mem-memcpy.c Hitoshi Mitake
                   ` (3 more replies)
  0 siblings, 4 replies; 34+ messages in thread
From: Hitoshi Mitake @ 2009-11-13  4:23 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel, Hitoshi Mitake

This patch series adds new subysystem "mem"
and new suite "memcpy" for it.

I've not added the memcpy() of Nehalem oriented optimization
by Ling Ma. The original memcpy() contains a lot of
separated inline assembly, and label with name of single digit
caused conflict with other part of assembled code.
So I'll rewrite it for readability and post
the patch to add memcpy() by Ling later.

This is first version. Could you review this?

Hitoshi Mitake (4):
  perf bench: Add new subsystem and new suite, bench/mem-memcpy.c
  perf bench: Modify bench/bench.h for new prototype:
    bench_mem_memcpy()
  perf bench: Modify builtin-bench.c for new subsystem "mem"
  perf bench: Modify Makefile to build new subsystem "mem"

 tools/perf/Makefile           |    3 +-
 tools/perf/bench/bench.h      |    1 +
 tools/perf/bench/mem-memcpy.c |  258 +++++++++++++++++++++++++++++++++++++++++
 tools/perf/builtin-bench.c    |   14 ++-
 4 files changed, 274 insertions(+), 2 deletions(-)
 create mode 100644 tools/perf/bench/mem-memcpy.c


^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2009-11-19  5:37 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13  4:23 [PATCH 0/4] perf bench: Add new subsystem "mem" and new suite "memcpy" Hitoshi Mitake
2009-11-13  4:23 ` [PATCH 1/4] perf bench: Add new subsystem and new suite, bench/mem-memcpy.c Hitoshi Mitake
2009-11-13  9:46   ` Ingo Molnar
2009-11-15  3:50     ` Hitoshi Mitake
2009-11-17 11:19     ` Hitoshi Mitake
2009-11-17 11:21       ` Ingo Molnar
2009-11-17 11:42         ` [PATCH 1/4] perf bench: Add mem-memcpy.c:memcpy() benchmark Hitoshi Mitake
2009-11-17 12:53           ` Ingo Molnar
2009-11-17 14:36             ` Hitoshi Mitake
2009-11-17 15:09               ` [PATCH v2 " Hitoshi Mitake
2009-11-17 15:09               ` [PATCH v2 2/4] perf bench: Modify bench.h for prototype of bench_mem_memcpy() Hitoshi Mitake
2009-11-17 15:09               ` [PATCH v2 3/4] perf bench: Modify builtin-bench.c for new subsystem "mem" Hitoshi Mitake
2009-11-17 15:09               ` [PATCH v2 4/4] perf bench: Modify Makefile for new source file mem-memcpy.c Hitoshi Mitake
2009-11-17 15:11                 ` Hitoshi Mitake
2009-11-17 15:15                   ` [PATCH v2 1/4] perf bench: Add mem-memcpy.c:memcpy() benchmark Hitoshi Mitake
2009-11-17 15:15                   ` [PATCH v2 2/4] perf bench: Modify bench.h for prototype of bench_mem_memcpy() Hitoshi Mitake
2009-11-17 15:15                   ` [PATCH v2 3/4] perf bench: Modify builtin-bench.c for new subsystem "mem" Hitoshi Mitake
2009-11-17 15:15                   ` [PATCH v2 4/4] perf bench: Modify Makefile for new source file mem-memcpy.c Hitoshi Mitake
2009-11-17 15:18                     ` Hitoshi Mitake
2009-11-17 15:20                       ` [PATCH v3 1/4] perf bench: Add mem-memcpy.c:memcpy() benchmark Hitoshi Mitake
2009-11-17 15:42                         ` [tip:perf/core] perf bench: Add memcpy() benchmark tip-bot for Hitoshi Mitake
2009-11-19  5:36                         ` [tip:perf/bench] " tip-bot for Hitoshi Mitake
2009-11-17 15:20                       ` [PATCH v3 2/4] perf bench: Modify bench.h for prototype of bench_mem_memcpy() Hitoshi Mitake
2009-11-17 15:20                       ` [PATCH v3 3/4] perf bench: Modify builtin-bench.c for new subsystem "mem" Hitoshi Mitake
2009-11-17 15:20                       ` [PATCH v3 4/4] perf bench: Modify Makefile for new source file mem-memcpy.c Hitoshi Mitake
2009-11-17 15:37                       ` [PATCH v2 " Ingo Molnar
2009-11-17 15:42                         ` Ingo Molnar
2009-11-18  1:42                           ` Hitoshi Mitake
2009-11-17 11:42         ` [PATCH 2/4] perf bench: Modify bench.h for prototype of bench_mem_memcpy() Hitoshi Mitake
2009-11-17 11:42         ` [PATCH 3/4] perf bench: Modify builtin-bench.c for new subsystem "mem" Hitoshi Mitake
2009-11-17 11:42         ` [PATCH 4/4] perf bench: Modify Makefile for new source file mem-memcpy.c Hitoshi Mitake
2009-11-13  4:23 ` [PATCH 2/4] perf bench: Modify bench/bench.h for new prototype: bench_mem_memcpy() Hitoshi Mitake
2009-11-13  4:23 ` [PATCH 3/4] perf bench: Modify builtin-bench.c for new subsystem "mem" Hitoshi Mitake
2009-11-13  4:23 ` [PATCH 4/4] perf bench: Modify Makefile to build " Hitoshi Mitake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox