Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1442774
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/5] perf bpf: Allow BPF programs attach to tracepoints |
| Date | 2016-07-13 21:00 +0200 |
| Message-ID | <rUxy2-6WF-23@gated-at.bofh.it> (permalink) |
| References | <rUpTP-1UQ-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Em Wed, Jul 13, 2016 at 10:44:00AM +0000, Wang Nan escreveu:
> This patch set allows BPF program attach to tracepoints, which is
> supported by commit 98b5c2c65c29 ("perf, bpf: allow bpf programs
> attach to tracepoints").
Thanks, tested and applied,
- Arnaldo
> 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@huawei.com>
> Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
> Cc: Alexei Starovoitov <ast@kernel.org>
> Cc: Li Zefan <lizefan@huawei.com>
> Cc: Jiri Olsa <jolsa@kernel.org>
> --
> 1.8.3.4
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/5] perf bpf: Allow BPF programs attach to tracepoints Wang Nan <wangnan0@huawei.com> - 2016-07-13 12:50 +0200 Re: [PATCH 0/5] perf bpf: Allow BPF programs attach to tracepoints Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-07-13 21:00 +0200
csiph-web