[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1358527965.git.tom.zanussi@linux.intel.com>
Date: Fri, 18 Jan 2013 13:51:24 -0600
From: Tom Zanussi <tom.zanussi@...ux.intel.com>
To: acme@...hat.com
Cc: linux-kernel@...r.kernel.org,
Tom Zanussi <tom.zanussi@...ux.intel.com>
Subject: [PATCH 0/4] perf tools: some 'perf script' fixes
Hi,
This patchset fixes various problems I hit while doing a run-through
of the existing 'perf script' scripts.
Also, sometimes when running rwtop I get a 'failed to read event
header' error, which this patch fixes:
https://lkml.org/lkml/2012/9/14/401
Not sure if that was meant to get picked up, but it fixed that
particular problem here for me.
Thanks,
Tom
Tom Zanussi (4):
perf/tools: reinstate 'signed' field flag for tracepoints
perf script: don't display trace info when invoking scripts
perf tools: hook up perf_scripting_context->pevent
perf script: remove workqueue-stats script
tools/lib/traceevent/event-parse.c | 3 +-
tools/perf/Documentation/perf-script-python.txt | 2 -
tools/perf/builtin-script.c | 3 +-
tools/perf/scripts/perl/bin/workqueue-stats-record | 2 -
tools/perf/scripts/perl/bin/workqueue-stats-report | 3 -
tools/perf/scripts/perl/workqueue-stats.pl | 129 ---------------------
.../perf/util/scripting-engines/trace-event-perl.c | 1 +
.../util/scripting-engines/trace-event-python.c | 1 +
8 files changed, 6 insertions(+), 138 deletions(-)
delete mode 100644 tools/perf/scripts/perl/bin/workqueue-stats-record
delete mode 100644 tools/perf/scripts/perl/bin/workqueue-stats-report
delete mode 100644 tools/perf/scripts/perl/workqueue-stats.pl
--
1.7.11.4
--
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