]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'convert-tests-to-libbpf'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 23 Jul 2019 23:05:53 +0000 (16:05 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 23 Jul 2019 23:05:54 +0000 (16:05 -0700)
commit5e31d507da6c85c4ab1e771ce34f1fc609233b36
tree69ced9b03d53bd12aa7ef2f6c23af397a2834fb4
parentf2a3e4e95f408314938d37fa3146a9f7b304ce74
parent47da6e4dc3d37fefd913233c71575666c96491b5
Merge branch 'convert-tests-to-libbpf'

Andrii Nakryiko says:

====================
There were few more tests and samples that were using custom perf buffer setup
code from trace_helpers.h. This patch set gets rid of all the usages of those
and removes helpers themselves. Libbpf provides nicer, but equally powerful
set of APIs to work with perf ring buffers, so let's have all the samples use

v1->v2:
- make logging message one long line instead of two (Song).
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>