Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932519AbbLNKmp (ORCPT ); Mon, 14 Dec 2015 05:42:45 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:53107 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932229AbbLNKkG (ORCPT ); Mon, 14 Dec 2015 05:40:06 -0500 From: Wang Nan To: , , CC: , , , Wang Nan , Arnaldo Carvalho de Melo , Alexei Starovoitov , Namhyung Kim Subject: [PATCH v5 00/14] perf tools: BPF related update and other improvements Date: Mon, 14 Dec 2015 10:39:09 +0000 Message-ID: <1450089563-122430-1-git-send-email-wangnan0@huawei.com> X-Mailer: git-send-email 1.8.3.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.107.193.248] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020201.566E9C74.00C4,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: a945af2195f2470383a857dec4e62942 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3162 Lines: 78 Hi Arnaldo, Based on your suggestion here is v5. In this patchset: - Change patch order so patch 8/14 (event alias) won't confuse you. - Examples in commit messages are updated to use . - Update warning/error messages in 13/14. - 'perf test bpf' won't report 'FAILED!' on old kernel. Instead report 'Skip'. - Add Jiri Olsa to cc-list for every patches. Thank you. Cc: Arnaldo Carvalho de Melo Cc: Alexei Starovoitov Cc: Jiri Olsa Cc: Masami Hiramatsu Cc: Namhyung Kim Cc: Zefan Li Cc: pi3orama@163.com He Kuang (2): perf tools: Support perf event alias name perf record: Support custom vmlinux path Wang Nan (12): perf tests: Fix incorrect free and false TEST_OK result perf tools: Prevent calling machine__delete() on non-allocated machine perf test: Check environment before start real BPF test perf tools: Add API to config maps in bpf object perf tools: Enable BPF object configure syntax perf record: Apply config to BPF objects before recording perf tools: Enable passing event to BPF object perf tools: Support setting different slots in a BPF map separately perf tools: Enable indices setting syntax for BPF maps perf tools: Introduce bpf-output event perf data: Support converting data from bpf_perf_event_output() perf tools: Always give options even it not compiled tools/perf/Documentation/perf-record.txt | 10 +- tools/perf/builtin-probe.c | 15 +- tools/perf/builtin-record.c | 36 +- tools/perf/tests/bpf.c | 37 ++ tools/perf/tests/hists_common.c | 15 +- tools/perf/tests/hists_common.h | 1 + tools/perf/tests/hists_cumulate.c | 6 +- tools/perf/tests/hists_filter.c | 6 +- tools/perf/tests/hists_link.c | 6 +- tools/perf/tests/hists_output.c | 6 +- tools/perf/tests/vmlinux-kallsyms.c | 4 +- tools/perf/util/bpf-loader.c | 700 +++++++++++++++++++++++++++++++ tools/perf/util/bpf-loader.h | 59 +++ tools/perf/util/data-convert-bt.c | 115 ++++- tools/perf/util/evlist.c | 16 + tools/perf/util/evlist.h | 3 + tools/perf/util/evsel.c | 7 + tools/perf/util/evsel.h | 1 + tools/perf/util/machine.c | 14 +- tools/perf/util/machine.h | 3 +- tools/perf/util/parse-events.c | 125 +++++- tools/perf/util/parse-events.h | 20 +- tools/perf/util/parse-events.l | 16 +- tools/perf/util/parse-events.y | 123 +++++- tools/perf/util/parse-options.c | 118 +++++- tools/perf/util/parse-options.h | 5 + 26 files changed, 1419 insertions(+), 48 deletions(-) -- 1.8.3.4 -- 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/