lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 17 Dec 2015 10:55:08 +0000
From:	Wang Nan <wangnan0@...wei.com>
To:	<ast@...nel.org>, <acme@...nel.org>, <acme@...hat.com>,
	<brendan.d.gregg@...il.com>, <davem@...emloft.net>,
	<hekuang@...wei.com>, <jolsa@...nel.org>,
	<masami.hiramatsu.pt@...achi.com>, <namhyung@...nel.org>,
	<naveen.n.rao@...ux.vnet.ibm.com>, <sukadev@...ux.vnet.ibm.com>,
	<wangnan0@...wei.com>, <lizefan@...wei.com>
CC:	<pi3orama@....com>, <linux-kernel@...r.kernel.org>
Subject: [PATCH v6 00/16] perf tools: BPF related update and other improvements

 - 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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ