index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
bpf_trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-16
bpf, trace: check event type in bpf_perf_event_read
Alexei Starovoitov
1
-0
/
+4
2016-06-16
bpf: fix matching of data/data_end in verifier
Alexei Starovoitov
1
-2
/
+4
2016-06-08
bpf, trace: use READ_ONCE for retrieving file ptr
Daniel Borkmann
1
-2
/
+2
2016-04-20
bpf: add event output helper for notifications/sampling/logging
Daniel Borkmann
1
-0
/
+27
2016-04-20
bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output
Daniel Borkmann
1
-1
/
+6
2016-04-19
bpf: avoid warning for wrong pointer cast
Arnd Bergmann
1
-2
/
+2
2016-04-15
bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK
Daniel Borkmann
1
-3
/
+7
2016-04-08
bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...
Alexei Starovoitov
1
-1
/
+41
2016-04-08
bpf: register BPF_PROG_TYPE_TRACEPOINT program type
Alexei Starovoitov
1
-2
/
+43
2016-03-08
bpf: prevent kprobe+bpf deadlocks
Alexei Starovoitov
1
-2
/
+0
2016-02-20
bpf: introduce BPF_MAP_TYPE_STACK_TRACE
Alexei Starovoitov
1
-0
/
+2
2016-01-29
perf/bpf: Convert perf_event_array to use struct file
Alexei Starovoitov
1
-4
/
+10
2015-12-23
bpf: Constify bpf_verifier_ops structure
Julia Lawall
1
-1
/
+1
2015-10-27
bpf: make tracing helpers gpl only
Alexei Starovoitov
1
-2
/
+2
2015-10-27
bpf: fix bpf_perf_event_read() helper
Alexei Starovoitov
1
-1
/
+6
2015-10-22
bpf: introduce bpf_perf_event_output() helper
Alexei Starovoitov
1
-0
/
+46
2015-08-29
bpf: add support for %s specifier to bpf_trace_printk()
Alexei Starovoitov
1
-2
/
+30
2015-08-10
bpf: Implement function bpf_perf_event_read() that get the selected hardware ...
Kaixu Xia
1
-0
/
+31
2015-06-16
bpf: let kprobe programs use bpf_get_smp_processor_id() helper
Alexei Starovoitov
1
-0
/
+2
2015-06-16
bpf: allow networking programs to use bpf_trace_printk() for debugging
Alexei Starovoitov
1
-8
/
+12
2015-06-16
bpf: introduce current->pid, tgid, uid, gid, comm accessors
Alexei Starovoitov
1
-0
/
+6
2015-06-01
ebpf: allow bpf_ktime_get_ns_proto also for networking
Daniel Borkmann
1
-12
/
+0
2015-05-22
bpf: allow bpf programs to tail-call other bpf programs
Alexei Starovoitov
1
-0
/
+2
2015-04-02
tracing: Allow BPF programs to call bpf_trace_printk()
Alexei Starovoitov
1
-0
/
+78
2015-04-02
tracing: Allow BPF programs to call bpf_ktime_get_ns()
Alexei Starovoitov
1
-0
/
+14
2015-04-02
tracing, perf: Implement BPF programs attached to kprobes
Alexei Starovoitov
1
-0
/
+130