From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754807AbaGHQEE (ORCPT ); Tue, 8 Jul 2014 12:04:04 -0400 Received: from forward-corp1f.mail.yandex.net ([95.108.130.40]:53804 "EHLO forward-corp1f.mail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754568AbaGHQD7 (ORCPT ); Tue, 8 Jul 2014 12:03:59 -0400 X-Yandex-Uniq: 24f386a6-4848-48b5-9a8b-33a8bc26f2b1 Authentication-Results: smtpcorp4.mail.yandex.net; dkim=pass header.i=@yandex-team.ru From: Stanislav Fomichev To: a.p.zijlstra@chello.nl, paulus@samba.org, mingo@redhat.com, acme@kernel.org, stfomichev@yandex-team.ru, namhyung@kernel.org, artagnon@gmail.com, jolsa@redhat.com, rusty@rustcorp.com.au, bp@suse.de Cc: linux-kernel@vger.kernel.org Subject: [PATCH v4 0/4] perf timechart io mode Date: Tue, 8 Jul 2014 20:03:39 +0400 Message-Id: <1404835423-23098-1-git-send-email-stfomichev@yandex-team.ru> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset adds IO mode: instead of process time we record io syscalls and then draw timechart of writes/reads/tx/rx/polls. v6: - v5 didn't actually contained 'converted consistency checks' fix, so respinning the series once again with the fix folded; Namhyung, can I still keep your Acked-By? Jiri, can you please pull it? v5: - converted consistency check errors to warnings so we can tolerate some perf.data errors - added more info to 'implement IO mode' changelog v4: - another attempt for fix segfault when skipping invalid tracepoints - added new patch to fix rendering in Firefox v3: - fixed segfault when skipping invalid tracepoints - added ms/us units support for --io-xyz time options - fixed missing boxes on Firefox 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 (4): perf timechart: fix rendering in Firefox 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 | 38 +- tools/perf/builtin-timechart.c | 693 +++++++++++++++++++++++++++- tools/perf/util/svghelper.c | 168 +++++-- tools/perf/util/svghelper.h | 6 +- 4 files changed, 845 insertions(+), 60 deletions(-) -- 1.9.1