perf bpf: Switch to new btf__raw_data API
authorHengqi Chen <hengqi.chen@gmail.com>
Fri, 22 Oct 2021 13:06:20 +0000 (21:06 +0800)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 22 Oct 2021 23:09:14 +0000 (16:09 -0700)
commit2502e74bb5f9a49c5cd50dd365fc699a7d50daed
tree96b19f34075b7d29c49329600e37e29386408102
parent6a886de070fad850d6cb74a787c9ed017303d9ac
perf bpf: Switch to new btf__raw_data API

Replace the call to btf__get_raw_data with new API btf__raw_data.
The old APIs will be deprecated in libbpf v0.7+. No functionality
change.

Signed-off-by: Hengqi Chen <hengqi.chen@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20211022130623.1548429-3-hengqi.chen@gmail.com
tools/perf/util/bpf-event.c