From: Arjan van de Ven <arjan@infradead.org>
To: linux-kernel@vger.kernel.org
Cc: mingo@elte.hu, fweisbec@gmail.com, peterz@infradead.org,
lizf@cn.fujitsu.com
Subject: [git pull] timechart for -tip
Date: Thu, 17 Sep 2009 22:13:37 +0200 [thread overview]
Message-ID: <20090917221337.7a7b3c81@infradead.org> (raw)
Please pull the timechart patches into -tip;
they have been posted to lkml last week, but since then some merge conflicts have been resolved,
as well as the feedback from Li Zefan have been incorporated.
The following changes since commit c6da392f3d7f51e059e1ce80fcb2614e3c8a8a0d:
Ingo Molnar (1):
Merge branch 'tracing/core'
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-timechart master
Arjan van de Ven (8):
perf: Add a timestamp to fork events
perf: Store trace event name/id pairs in perf.data
perf: Allow perf utilities to have "callback" options without arguments
perf: Add a sample_event type to the event_union
trace: Convert the power tracer into an event tracer
perf: Add a SVG helper library file
perf: Add a perf record --timechart option
perf: Add the timechart tool
Documentation/trace/power.txt | 17 -
arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c | 7 +-
arch/x86/kernel/process.c | 28 +-
include/linux/perf_counter.h | 2 +
include/trace/events/power.h | 81 ++
kernel/perf_counter.c | 11 +-
kernel/trace/Makefile | 2 +-
kernel/trace/power-traces.c | 20 +
kernel/trace/trace.h | 3 -
kernel/trace/trace_entries.h | 17 -
kernel/trace/trace_power.c | 218 ------
scripts/tracing/power.pl | 108 ---
tools/perf/Makefile | 8 +
tools/perf/builtin-record.c | 28 +
tools/perf/builtin-timechart.c | 1120 ++++++++++++++++++++++++++++
tools/perf/builtin.h | 1 +
tools/perf/perf.c | 1 +
tools/perf/util/event.h | 8 +
tools/perf/util/header.c | 59 ++
tools/perf/util/header.h | 6 +
tools/perf/util/parse-events.c | 25 +
tools/perf/util/parse-options.h | 2 +
tools/perf/util/svghelper.c | 382 ++++++++++
tools/perf/util/svghelper.h | 25 +
24 files changed, 1789 insertions(+), 390 deletions(-)
delete mode 100644 Documentation/trace/power.txt
create mode 100644 include/trace/events/power.h
create mode 100644 kernel/trace/power-traces.c
delete mode 100644 kernel/trace/trace_power.c
delete mode 100644 scripts/tracing/power.pl
create mode 100644 tools/perf/builtin-timechart.c
create mode 100644 tools/perf/util/svghelper.c
create mode 100644 tools/perf/util/svghelper.h
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
next reply other threads:[~2009-09-17 20:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-17 20:13 Arjan van de Ven [this message]
2009-09-18 19:26 ` [git pull] timechart for -tip Arjan van de Ven
2009-09-18 19:37 ` Peter Zijlstra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090917221337.7a7b3c81@infradead.org \
--to=arjan@infradead.org \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lizf@cn.fujitsu.com \
--cc=mingo@elte.hu \
--cc=peterz@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.