All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/2] deprecate bpf_object__open_buffer() API
@ 2022-01-25  0:59 Christy Lee
  2022-01-25  0:59 ` [PATCH bpf-next 1/2] libbpf: mark bpf_object__open_buffer() API deprecated Christy Lee
  2022-01-25  0:59 ` [PATCH bpf-next 2/2] perf: stop using bpf_object__open_buffer() API Christy Lee
  0 siblings, 2 replies; 4+ messages in thread
From: Christy Lee @ 2022-01-25  0:59 UTC (permalink / raw)
  To: andrii, arnaldo.melo, christyc.y.lee
  Cc: bpf, linux-perf-users, kernel-team, Christy Lee

Deprecate bpf_object__open_buffer() API, replace all usage
with bpf_object__open_mem().

  [0] closes: https://github.com/libbpf/libbpf/issues/287

Christy Lee (2):
  libbpf: mark bpf_object__open_buffer() API deprecated
  perf: stop using bpf_object__open_buffer() API

 tools/lib/bpf/libbpf.h       |  1 +
 tools/perf/tests/llvm.c      |  2 +-
 tools/perf/util/bpf-event.c  | 10 ++++++++++
 tools/perf/util/bpf-loader.c | 10 ++++++++--
 4 files changed, 20 insertions(+), 3 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-25  6:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-25  0:59 [PATCH bpf-next 0/2] deprecate bpf_object__open_buffer() API Christy Lee
2022-01-25  0:59 ` [PATCH bpf-next 1/2] libbpf: mark bpf_object__open_buffer() API deprecated Christy Lee
2022-01-25  0:59 ` [PATCH bpf-next 2/2] perf: stop using bpf_object__open_buffer() API Christy Lee
2022-01-25  4:48   ` Andrii Nakryiko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.