mbox series

[perf,bpf,0/2] show bpf program info from perf.data header

Message ID 20190314182538.1294526-1-songliubraving@fb.com
Headers show
Series show bpf program info from perf.data header | expand

Message

Song Liu March 14, 2019, 6:25 p.m. UTC
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