Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751866AbdHAOFv (ORCPT ); Tue, 1 Aug 2017 10:05:51 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:34940 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751339AbdHAOFt (ORCPT ); Tue, 1 Aug 2017 10:05:49 -0400 From: Taeung Song To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, taeung@kosslab.kr, Jiri Olsa , Milian Wolff , Namhyung Kim Subject: [PATCH 0/3] perf annotate: Support --show-nr-samples and circulating view Date: Tue, 1 Aug 2017 23:05:44 +0900 Message-Id: <1501596344-3824-1-git-send-email-treeze.taeung@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 880 Lines: 32 Hello, Add --show-nr-samples option to perf-annotate so that it corresponds with perf-report. And support the three view based on percent, total period and number of samples on the annotate TUI browser, circulating them like below: Percent -> Period -> Samples -> Percent ... I'd appreciate some feedback on my patchkit. :) The code is available on 'perf/ann-nr-samples' branch at git://github.com/taeung/linux-perf.git Thanks, Taeung Taeung Song (3): perf annotate stdio: Support --show-nr-samples option perf annotate browser: Support --show-nr-samples option perf annotate browser: Circulate percent, total period and samples view tools/perf/builtin-annotate.c | 2 ++ tools/perf/ui/browsers/annotate.c | 31 +++++++++++++++++++++++++------ tools/perf/util/annotate.c | 6 +++++- 3 files changed, 32 insertions(+), 7 deletions(-) -- 2.7.4