[GIT PULL 00/13] perf/core fixes and improvements

From: Arnaldo Carvalho de Melo
Date: Mon Jul 02 2012 - 16:19:35 EST


Hi Ingo,

Please consider pulling,

- Arnaldo

The following changes since commit add79461a2a7d964a00b4a2fdaf313c4cf9cf4ec:

Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2012-06-29 15:11:26 +0200)

are available in the git repository at:


git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo

for you to fetch changes up to 17d7a1123f0f6d532830152564cc812cc73db2f3:

perf bench: Fix confused variable namings and descriptions in mem subsystem (2012-07-02 14:35:45 -0300)

----------------------------------------------------------------
perf/core improvements and fixes

. Fix libtraceevent 'clean' make target, from Namhyung Kim

. Teach ctags about libtraceevent error codes, from Namhyung Kim

. Fix libtraceevent dependency files usage, from Namhyung Kim

. Support hex number pretty printing in libtraceevent, fixing
kvm output, from Namhyung Kim

. Kill some die() usage in libtraceevent, from Namhyung Kim

. Improve support for hw breakpoints parsing/pretty printing/testing,
from Jiri Olsa

. Clarify perf bench option naming, from Hitoshi Mitake

. Look for ".note" ELF notes too, used in the kernel vdso, from Jiri Olsa

. Fix internal PMU list usage, removing leak, from Robert Richter

Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>

----------------------------------------------------------------
Hitoshi Mitake (1):
perf bench: Fix confused variable namings and descriptions in mem subsystem

Jiri Olsa (4):
perf tools: Fix hw breakpoint's type modifier parsing
perf evsel: Handle hw breakpoints event names in perf_evsel__name()
perf symbols: Add '.note' check into search for NOTE section
perf tools: Adding round_up/round_down macros

Konstantin Stepanyuk (1):
tools lib traceevent: Fix clean target in Makefile

Namhyung Kim (6):
tools lib traceevent: Teach [ce]tags about libtraceeevent error codes
tools lib traceevent: Make dependency files regeneratable
tools lib traceevent: Check string is really printable
tools lib traceevent: Use local variable 'field'
tools lib traceevent: Add support for __print_hex()
tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event()

Robert Richter (1):
perf tools: Fix generation of pmu list

tools/lib/traceevent/Makefile | 14 ++-
tools/lib/traceevent/event-parse.c | 112 ++++++++++++++++++--
tools/lib/traceevent/event-parse.h | 7 ++
tools/perf/Documentation/perf-bench.txt | 4 +-
tools/perf/bench/mem-memcpy.c | 80 +++++++-------
tools/perf/bench/mem-memset.c | 80 +++++++-------
tools/perf/util/evsel.c | 30 ++++++
tools/perf/util/include/linux/kernel.h | 10 ++
tools/perf/util/parse-events-test.c | 47 ++++++++
tools/perf/util/parse-events.c | 20 ++--
tools/perf/util/parse-events.l | 2 +-
tools/perf/util/pmu.c | 3 +-
.../perf/util/scripting-engines/trace-event-perl.c | 4 +
.../util/scripting-engines/trace-event-python.c | 4 +
tools/perf/util/symbol.c | 29 +++--
15 files changed, 335 insertions(+), 111 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/