Changes v1 -> v2: 1. Rebase on top of https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/commit/?h=perf/core&id=23265467966555a7c379263369362d576d513643 This set enables printing name, address, and size of bpf programs stored in perf.data file. Thanks! Song Liu (2): perf, bpf: refactor perf_event__synthesize_one_bpf_prog() perf, bpf: show more BPF program info in print_bpf_prog_info() tools/perf/util/bpf-event.c | 102 ++++++++++++++++++++++++++---------- tools/perf/util/bpf-event.h | 10 +++- tools/perf/util/header.c | 5 +- 3 files changed, 87 insertions(+), 30 deletions(-) -- 2.17.1