linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH perf,bpf 0/2] show bpf program info from perf.data header
@ 2019-03-14 18:25 Song Liu
  2019-03-14 18:25 ` [PATCH perf,bpf 1/2] perf, bpf: refactor perf_event__synthesize_one_bpf_prog() Song Liu
  2019-03-14 18:25 ` [PATCH perf,bpf 2/2] perf, bpf: show BPF program name in print_bpf_prog_info() Song Liu
  0 siblings, 2 replies; 4+ messages in thread
From: Song Liu @ 2019-03-14 18:25 UTC (permalink / raw)
  To: bpf, netdev, linux-kernel
  Cc: ast, daniel, kernel-team, peterz, acme, jolsa, namhyung, sdf, Song Liu

This set enables printing name, address, and size of bpf programs stored
in perf.data file.

This set applies on top of https://lkml.org/lkml/2019/3/12/39 and the
uintptr_t fix (https://lkml.org/lkml/2019/3/14/624).

Thanks!

Song Liu (2):
  perf, bpf: refactor perf_event__synthesize_one_bpf_prog()
  perf, bpf: show BPF program name in print_bpf_prog_info()

 tools/perf/util/bpf-event.c | 96 +++++++++++++++++++++++++++----------
 tools/perf/util/bpf-event.h | 10 +++-
 tools/perf/util/header.c    |  5 +-
 3 files changed, 82 insertions(+), 29 deletions(-)

--
2.17.1

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

end of thread, other threads:[~2019-03-14 18:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-14 18:25 [PATCH perf,bpf 0/2] show bpf program info from perf.data header Song Liu
2019-03-14 18:25 ` [PATCH perf,bpf 1/2] perf, bpf: refactor perf_event__synthesize_one_bpf_prog() Song Liu
2019-03-14 18:25 ` [PATCH perf,bpf 2/2] perf, bpf: show BPF program name in print_bpf_prog_info() Song Liu
2019-03-14 18:29   ` Song Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).