index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf-event.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-01
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-27
perf tool: Rename perf_tool::bpf_event to bpf
Arnaldo Carvalho de Melo
1
-6
/
+5
2019-08-27
perf tools: Rename perf_event::bpf_event to perf_event::bpf
Arnaldo Carvalho de Melo
1
-10
/
+8
2019-08-27
perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-27
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
Arnaldo Carvalho de Melo
1
-6
/
+6
2019-08-26
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-30
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
1
-1
/
+1
2019-03-21
perf bpf: Show more BPF program info in print_bpf_prog_info()
Song Liu
1
-0
/
+40
2019-03-21
perf bpf: Extract logic to create program names from perf_event__synthesize_o...
Song Liu
1
-27
/
+35
2019-03-21
perf tools: Save bpf_prog_info and BTF of new BPF programs
Song Liu
1
-0
/
+100
2019-03-20
perf annotate: Enable annotation of BPF programs
Song Liu
1
-1
/
+1
2019-03-19
perf bpf: Process PERF_BPF_EVENT_PROG_LOAD for annotation
Song Liu
1
-0
/
+54
2019-03-19
perf bpf: Save BTF in a rbtree in perf_env
Song Liu
1
-0
/
+23
2019-03-19
perf bpf: Save bpf_prog_info in a rbtree in perf_env
Song Liu
1
-1
/
+29
2019-03-19
perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead o...
Song Liu
1
-3
/
+5
2019-03-19
perf bpf: Synthesize bpf events with bpf_program__get_prog_info_linear()
Song Liu
1
-78
/
+40
2019-03-19
perf record: Replace option --bpf-event with --no-bpf-event
Song Liu
1
-1
/
+1
2019-02-20
perf bpf-event: Add missing new line into pr_debug call
Jiri Olsa
1
-1
/
+1
2019-02-14
perf utils: Silence "Couldn't synthesize bpf events" warning for EPERM
Song Liu
1
-2
/
+2
2019-01-25
perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENT
Song Liu
1
-2
/
+8
2019-01-21
perf tools: Synthesize PERF_RECORD_* for loaded BPF programs
Song Liu
1
-0
/
+242
2019-01-21
perf tools: Handle PERF_RECORD_BPF_EVENT
Song Liu
1
-0
/
+15