[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1402412694-5996-1-git-send-email-stfomichev@yandex-team.ru>
Date: Tue, 10 Jun 2014 19:04:51 +0400
From: Stanislav Fomichev <stfomichev@...dex-team.ru>
To: acme@...nel.org, namhyung@...nel.org, artagnon@...il.com,
jolsa@...hat.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/3] perf timechart io mode
This patchset adds IO mode: instead of process time we record io syscalls
and then draw timechart of writes/reads/tx/rx/polls.
v2:
- separated start_time fix into distinct commit
- separated --io-xyz options into distinct commit
- fixed 'error' shadowing
- initialized variables in declaration when possible
- removed assert usage
- fprintf -> pr_err
- removed wrongly placed __maybe_unused
Stanislav Fomichev (3):
perf timechart: implement IO mode
perf timechart: conditionally update start_time on fork
perf timechart: add more options to IO mode
tools/perf/Documentation/perf-timechart.txt | 34 +-
tools/perf/builtin-timechart.c | 654 +++++++++++++++++++++++++++-
tools/perf/util/svghelper.c | 98 ++++-
tools/perf/util/svghelper.h | 6 +-
4 files changed, 767 insertions(+), 25 deletions(-)
--
1.8.3.2
--
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