Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752950AbbBMNKP (ORCPT ); Fri, 13 Feb 2015 08:10:15 -0500 Received: from szxga01-in.huawei.com ([119.145.14.64]:56779 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752328AbbBMNKL (ORCPT ); Fri, 13 Feb 2015 08:10:11 -0500 From: Yunlong Song To: , , , CC: , Subject: [PATCH 0/7] perf list: make some improvements and fixes Date: Fri, 13 Feb 2015 21:11:48 +0800 Message-ID: <1423833115-11199-1-git-send-email-yunlong.song@huawei.com> X-Mailer: git-send-email 1.8.4.5 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.110.52.30] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1161 Lines: 28 Hi, Found some functions to improve and bugs to fix in perf list. Yunlong Song (7): perf list: clean up the printing functions of hardware/software events perf list: sort the output of 'perf list' to view more clearly perf list: fix some inaccuracy problem when parsing the argument perf list: fix a bug of segmentation fault perf list: avoid confusion of perf output and the next command prompt perf list: extend raw-dump to certain kind of events perf list: place the guiding text in its right position tools/perf/Documentation/perf-list.txt | 6 + tools/perf/builtin-list.c | 28 ++--- tools/perf/perf.c | 1 + tools/perf/util/parse-events.c | 210 +++++++++++++++++++++++---------- tools/perf/util/parse-events.h | 11 +- tools/perf/util/parse-options.c | 8 +- 6 files changed, 184 insertions(+), 80 deletions(-) -- 1.8.5.5 -- 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/