Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751492Ab3FYLyw (ORCPT ); Tue, 25 Jun 2013 07:54:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64423 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750839Ab3FYLyt (ORCPT ); Tue, 25 Jun 2013 07:54:49 -0400 From: Jiri Olsa To: linux-kernel@vger.kernel.org Cc: Corey Ashford , Frederic Weisbecker , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Arnaldo Carvalho de Melo , Andi Kleen , David Ahern , Stephane Eranian Subject: [PATCH 0/5] perf tools: Parent option related fixies for report Date: Tue, 25 Jun 2013 13:54:08 +0200 Message-Id: <1372161253-22081-1-git-send-email-jolsa@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1530 Lines: 38 hi, sending fixies for parent option in report command pluhs one unrelated oneliner. thanks, jirka Cc: Corey Ashford Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Arnaldo Carvalho de Melo Cc: Andi Kleen Cc: David Ahern Cc: Stephane Eranian --- Jiri Olsa (5): perf tools: Remove callchain_cursor_reset call perf tools: Fix -x/--exclude-other option for report command perf tools: Do not elide parent symbol column perf tools: Introduce new -P/--parent-deep report option perf tools: Fix perf_session__delete removal for report command tools/perf/Documentation/perf-report.txt | 5 +++++ tools/perf/builtin-diff.c | 1 - tools/perf/builtin-report.c | 46 ++++++++++++++++++---------------------------- tools/perf/builtin-top.c | 2 -- tools/perf/util/machine.c | 6 +++--- tools/perf/util/symbol.c | 1 - tools/perf/util/symbol.h | 3 ++- 7 files changed, 28 insertions(+), 36 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/