summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf-event.c
Commit message (Expand)AuthorAgeFilesLines
* perf bpf: Show more BPF program info in print_bpf_prog_info()Song Liu2019-03-211-0/+40
* perf bpf: Extract logic to create program names from perf_event__synthesize_o...Song Liu2019-03-211-27/+35
* perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu2019-03-211-0/+100
* perf annotate: Enable annotation of BPF programsSong Liu2019-03-201-1/+1
* perf bpf: Process PERF_BPF_EVENT_PROG_LOAD for annotationSong Liu2019-03-191-0/+54
* perf bpf: Save BTF in a rbtree in perf_envSong Liu2019-03-191-0/+23
* perf bpf: Save bpf_prog_info in a rbtree in perf_envSong Liu2019-03-191-1/+29
* perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead o...Song Liu2019-03-191-3/+5
* perf bpf: Synthesize bpf events with bpf_program__get_prog_info_linear()Song Liu2019-03-191-78/+40Star
* perf record: Replace option --bpf-event with --no-bpf-eventSong Liu2019-03-191-1/+1
* perf bpf-event: Add missing new line into pr_debug callJiri Olsa2019-02-201-1/+1
* perf utils: Silence "Couldn't synthesize bpf events" warning for EPERMSong Liu2019-02-141-2/+2
* perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENTSong Liu2019-01-251-2/+8
* perf tools: Synthesize PERF_RECORD_* for loaded BPF programsSong Liu2019-01-211-0/+242
* perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu2019-01-211-0/+15