aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf-event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo1-3/+1
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+1
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-26perf tool: Rename perf_tool::bpf_event to bpfArnaldo Carvalho de Melo1-6/+5
2019-08-26perf tools: Rename perf_event::bpf_event to perf_event::bpfArnaldo Carvalho de Melo1-10/+8
2019-08-26perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbolArnaldo Carvalho de Melo1-1/+1
2019-08-26libperf: Rename the PERF_RECORD_ structs to have a "perf" suffixArnaldo Carvalho de Melo1-6/+6
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo1-0/+1
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-1/+1
2019-03-21perf bpf: Show more BPF program info in print_bpf_prog_info()Song Liu1-0/+40
2019-03-21perf bpf: Extract logic to create program names from perf_event__synthesize_one_bpf_prog()Song Liu1-27/+35
2019-03-21perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu1-0/+100
2019-03-20perf annotate: Enable annotation of BPF programsSong Liu1-1/+1
2019-03-19perf bpf: Process PERF_BPF_EVENT_PROG_LOAD for annotationSong Liu1-0/+54
2019-03-19perf bpf: Save BTF in a rbtree in perf_envSong Liu1-0/+23
2019-03-19perf bpf: Save bpf_prog_info in a rbtree in perf_envSong Liu1-1/+29
2019-03-19perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead of perf_toolSong Liu1-3/+5
2019-03-19perf bpf: Synthesize bpf events with bpf_program__get_prog_info_linear()Song Liu1-78/+40
2019-03-19perf record: Replace option --bpf-event with --no-bpf-eventSong Liu1-1/+1
2019-02-20perf bpf-event: Add missing new line into pr_debug callJiri Olsa1-1/+1
2019-02-14perf utils: Silence "Couldn't synthesize bpf events" warning for EPERMSong Liu1-2/+2
2019-01-25perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENTSong Liu1-2/+8
2019-01-21perf tools: Synthesize PERF_RECORD_* for loaded BPF programsSong Liu1-0/+242
2019-01-21perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu1-0/+15