From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751899AbaANPi0 (ORCPT ); Tue, 14 Jan 2014 10:38:26 -0500 Received: from mail-ee0-f52.google.com ([74.125.83.52]:64196 "EHLO mail-ee0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751462AbaANPh2 (ORCPT ); Tue, 14 Jan 2014 10:37:28 -0500 From: Frederic Weisbecker To: Arnaldo Carvalho de Melo Cc: LKML , Frederic Weisbecker , Adrian Hunter , David Ahern , Ingo Molnar , Jiri Olsa , Namhyung Kim , Peter Zijlstra , Stephane Eranian Subject: perf tools: Random cleanups Date: Tue, 14 Jan 2014 16:37:13 +0100 Message-Id: <1389713836-13375-1-git-send-email-fweisbec@gmail.com> X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Just a bunch of non critical cleanups for comm and callchains. Based on latest acme:perf/core git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git perf/core-cleanups-for-acme Thanks, Frederic --- Frederic Weisbecker (3): perf tools: Do proper comm override error handling perf tools: Spare double comparison of callchain first entry perf tools: Remove unnecessary callchain cursor state restore on unmatch tools/perf/util/callchain.c | 23 ++++++++++------------- tools/perf/util/comm.c | 19 ++++++++++--------- tools/perf/util/comm.h | 2 +- tools/perf/util/thread.c | 5 ++++- 4 files changed, 25 insertions(+), 24 deletions(-)