aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf-event.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-14/+1
2019-08-31perf event: Remove needless include directives from event.hArnaldo Carvalho de Melo1-0/+1
2019-08-26perf tool: Rename perf_tool::bpf_event to bpfArnaldo Carvalho de Melo1-5/+5
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-2/+2
2019-03-21perf bpf: Show more BPF program info in print_bpf_prog_info()Song Liu1-1/+10
2019-03-21perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu1-0/+15
2019-03-19perf bpf: Save BTF in a rbtree in perf_envSong Liu1-0/+7
2019-03-19perf bpf: Save bpf_prog_info in a rbtree in perf_envSong Liu1-1/+6
2019-03-19perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead of perf_toolSong Liu1-2/+2
2019-01-21perf tools: Synthesize PERF_RECORD_* for loaded BPF programsSong Liu1-0/+16
2019-01-21perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu1-0/+22