Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756546AbbLQLAt (ORCPT ); Thu, 17 Dec 2015 06:00:49 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:42279 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934256AbbLQK4G (ORCPT ); Thu, 17 Dec 2015 05:56:06 -0500 From: Wang Nan To: , , , , , , , , , , , , CC: , Subject: [PATCH v6 00/16] perf tools: BPF related update and other improvements Date: Thu, 17 Dec 2015 10:55:08 +0000 Message-ID: <1450349724-178569-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.567294B0.0118,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 4e03e520f854740b679aa0e6a46e496e Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3081 Lines: 67 - Use WARN_ONCE in patch 06/16 'perf tools: Prevent calling machine__delete() on non-allocated machine' and add machine__exit() back. - Introduce perf_evsel__is_bpf_output() in 15/16 and use it in 16/16. - Resend PowerPC building breakage fix. He Kuang (1): perf tools: Support perf event alias name Naveen N. Rao (1): perf: bpf: Fix build breakage due to libbpf Wang Nan (14): perf tools: Fix PowerPC native building tools: Move Makefile.arch from perf/config to tools/scripts perf test: Fix false TEST_OK result for 'perf test hist' perf test: Reset err after using it hold errcode in hist testcases 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() tools/build/feature/test-bpf.c | 20 +- tools/lib/bpf/Makefile | 9 +- tools/lib/bpf/bpf.c | 4 +- tools/perf/builtin-record.c | 11 + tools/perf/config/Makefile | 2 +- tools/perf/tests/bpf.c | 37 ++ tools/perf/tests/hists_common.c | 5 - tools/perf/tests/hists_cumulate.c | 1 + tools/perf/tests/hists_filter.c | 1 + tools/perf/tests/hists_link.c | 1 + tools/perf/tests/hists_output.c | 1 + tools/perf/tests/make | 2 +- tools/perf/tests/vmlinux-kallsyms.c | 4 +- tools/perf/util/bpf-loader.c | 699 +++++++++++++++++++++++++++ tools/perf/util/bpf-loader.h | 59 +++ tools/perf/util/data-convert-bt.c | 112 ++++- tools/perf/util/evlist.c | 16 + tools/perf/util/evlist.h | 3 + tools/perf/util/evsel.c | 6 + tools/perf/util/evsel.h | 9 + tools/perf/util/machine.c | 13 +- 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/config => scripts}/Makefile.arch | 0 27 files changed, 1267 insertions(+), 35 deletions(-) rename tools/{perf/config => scripts}/Makefile.arch (100%) -- 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/