This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Sat Apr 27 07:21:18 2024 Envelope-to: j@jasper.es Delivery-date: Thu, 11 Jul 2013 18:33:26 +0200 Received: from localhost ([127.0.0.1] helo=squeeze.vs19.net) by squeeze.vs19.net with esmtp (Exim 4.80) (envelope-from ) id 1UxJo6-0000Ds-Lz for j@jasper.es; Thu, 11 Jul 2013 18:33:26 +0200 Original-Recipient: rfc822;jasper@telfort.nl Received: from pop3.telfort.nl [213.75.3.52] by squeeze.vs19.net with POP3 (fetchmail-6.3.18) for (single-drop); Thu, 11 Jul 2013 18:33:26 +0200 (CEST) Received: from cpxmta-msg06.kpnxchange.com (10.94.114.27) by cpxmbs-msg01.support.local (8.6.060.20) id 51B06D950076EBF3 for jasper@telfort.nl; Thu, 11 Jul 2013 18:27:21 +0200 Received: from cpsmtpb-ews06.kpnxchange.com (213.75.39.9) by cpxmta-msg06.kpnxchange.com (8.6.060.14) id 51AE83560403C278 for jasper@telfort.nl; Thu, 11 Jul 2013 18:27:21 +0200 Received: from cpsps-ews23.kpnxchange.com ([10.94.84.189]) by cpsmtpb-ews06.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Thu, 11 Jul 2013 18:27:21 +0200 Received: from vger.kernel.org ([209.132.180.67]) by cpsps-ews23.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Thu, 11 Jul 2013 18:27:21 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754413Ab3GKQ1J (ORCPT ); Thu, 11 Jul 2013 12:27:09 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:46620 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753746Ab3GKQ1B (ORCPT ); Thu, 11 Jul 2013 12:27:01 -0400 Received: by mail-pa0-f50.google.com with SMTP id fb1so8055709pad.37 for ; Thu, 11 Jul 2013 09:27:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=U4qoKUSA5sj3mqTY8SGZqSpXwNkeqo0R6R/5X7lCI/o=; b=UAgfEkXKIW9zUIjBmI6xPMYTCUIWhkclqoswBDSQKh X-Received: by 10.68.35.131 with SMTP id h3mr13625130pbj.140.1373560021119; Thu, 11 Jul 2013 09:27:01 -0700 (PDT) Received: from sjc-daahern-8913.cisco.com (128-107-239-233.cisco.com. [128.107.239.233]) by mx.google.com with ESMTPSA id y9sm40491941pbb.46.2013.07.11.09.26.58 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, From: David Ahern To: acme@ghostprotocols.net, linux-kernel@vger.kernel.org Cc: David Ahern , Ingo Molnar , Frederic Weisbecker , Peter Zijlstra , Jiri Olsa , Namhyung Kim , Xiao Guangrong X-Mailer: git-send-email 1.7.10.1 In-Reply-To: <1373560002-14618-1-git-send-email-dsahern@gmail.com> References: <1373560002-14618-1-git-send-email-dsahern@gmail.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-Id: X-Mailing-List: linux-kernel@vger.kernel.org X-OriginalArrivalTime: 11 Jul 2013 16:27:21.0362 (UTC) FILETIME=[84ACB720:01CE7E53] X-RcptDomain: telfort.nl For use with kvm-live mode. Signed-off-by: David Ahern Cc: Arnaldo Carvalho de Melo Cc: Ingo Molnar Cc: Frederic Weisbecker Cc: Peter Zijlstra Cc: Jiri Olsa Cc: Namhyung Kim Cc: Xiao Guangrong Cc: Runzhen Wang --- tools/perf/builtin-top.c | 2 -- tools/perf/util/top.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index bbf4635..9101f7c 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c @@ -238,8 +238,6 @@ out_unlock: pthread_mutex_unlock(¬es->lock); } -static const char CONSOLE_CLEAR[] = ""; - static struct hist_entry *perf_evsel__add_hist_entry(struct perf_evsel *evsel, struct addr_location *al, struct perf_sample *sample) diff --git a/tools/perf/util/top.h b/tools/perf/util/top.h index df46be9..b554ffc 100644 --- a/tools/perf/util/top.h +++ b/tools/perf/util/top.h @@ -39,6 +39,8 @@ struct perf_top { float min_percent; }; +#define CONSOLE_CLEAR "" + size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size); void perf_top__reset_sample_counters(struct perf_top *top); #endif /* __PERF_TOP_H */ -- 1.7.10.1 -- 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/