aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorHengqi Chen <[email protected]>2021-10-03 00:10:00 +0800
committerAndrii Nakryiko <[email protected]>2021-10-06 12:34:02 -0700
commit4a404a7e8a3902fc560527241a611186605efb4e (patch)
tree0a71a79daf3e7f73f274e34798e8b40e824c927f /tools/perf/scripts/python/syscall-counts-by-pid.py
parent9330303446382a33aa62a8a88a7a48555f76df0b (diff)
libbpf: Deprecate bpf_object__unload() API since v0.6
BPF objects are not reloadable after unload. Users are expected to use bpf_object__close() to unload and free up resources in one operation. No need to expose bpf_object__unload() as a public API, deprecate it ([0]). Add bpf_object__unload() as an alias to internal bpf_object_unload() and replace all bpf_object__unload() uses to avoid compilation errors. [0] Closes: https://github.com/libbpf/libbpf/issues/290 Signed-off-by: Hengqi Chen <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Acked-by: Song Liu <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions