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:	Wed, 13 Jul 2016 10:44:00 +0000
From:	Wang Nan <wangnan0@...wei.com>
To:	<acme@...nel.org>
CC:	<lizefan@...wei.com>, <linux-kernel@...r.kernel.org>,
	<pi3orama@....com>, Wang Nan <wangnan0@...wei.com>,
	Arnaldo Carvalho de Melo <acme@...hat.com>,
	Alexei Starovoitov <ast@...nel.org>,
	Jiri Olsa <jolsa@...nel.org>
Subject: [PATCH 0/5] perf bpf: Allow BPF programs attach to tracepoints

This patch set allows BPF program attach to tracepoints, which is
supported by commit 98b5c2c65c29 ("perf, bpf: allow bpf programs
attach to tracepoints").

Wang Nan (5):
  tools lib bpf: New API to adjust type of a BPF program
  tools lib bpf: Report error when kernel doesn't support program type
  perf tools: event parser: Add const qualifier to evt_name and sys_name
  perf bpf: Rename bpf__foreach_tev() to bpf__foreach_event()
  perf bpf: Support BPF program attach to tracepoints

 tools/lib/bpf/libbpf.c         | 80 ++++++++++++++++++++++++++++++++++--------
 tools/lib/bpf/libbpf.h         | 10 ++++++
 tools/perf/util/bpf-loader.c   | 73 +++++++++++++++++++++++++++++++++-----
 tools/perf/util/bpf-loader.h   | 12 +++----
 tools/perf/util/parse-events.c | 28 +++++++--------
 tools/perf/util/parse-events.h |  2 +-
 6 files changed, 161 insertions(+), 44 deletions(-)

Signed-off-by: Wang Nan <wangnan0@...wei.com>
Cc: Arnaldo Carvalho de Melo <acme@...hat.com>
Cc: Alexei Starovoitov <ast@...nel.org>
Cc: Li Zefan <lizefan@...wei.com>
Cc: Jiri Olsa <jolsa@...nel.org>
-- 
1.8.3.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ