summaryrefslogtreecommitdiff
path: root/tools/perf/util/bpf-event.c
AgeCommit message (Expand)Author
2019-03-21perf bpf: Show more BPF program info in print_bpf_prog_info()Song Liu
2019-03-21perf bpf: Extract logic to create program names from perf_event__synthesize_o...Song Liu
2019-03-21perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu
2019-03-20perf annotate: Enable annotation of BPF programsSong Liu
2019-03-19perf bpf: Process PERF_BPF_EVENT_PROG_LOAD for annotationSong Liu
2019-03-19perf bpf: Save BTF in a rbtree in perf_envSong Liu
2019-03-19perf bpf: Save bpf_prog_info in a rbtree in perf_envSong Liu
2019-03-19perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead o...Song Liu
2019-03-19perf bpf: Synthesize bpf events with bpf_program__get_prog_info_linear()Song Liu
2019-03-19perf record: Replace option --bpf-event with --no-bpf-eventSong Liu
2019-02-20perf bpf-event: Add missing new line into pr_debug callJiri Olsa
2019-02-14perf utils: Silence "Couldn't synthesize bpf events" warning for EPERMSong Liu
2019-01-25perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENTSong Liu
2019-01-21perf tools: Synthesize PERF_RECORD_* for loaded BPF programsSong Liu
2019-01-21perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu