index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
bpf_trace.c
Age
Commit message (
Expand
)
Author
2016-04-19
bpf: add event output helper for notifications/sampling/logging
Daniel Borkmann
2016-04-19
bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output
Daniel Borkmann
2016-04-18
bpf: avoid warning for wrong pointer cast
Arnd Bergmann
2016-04-14
bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK
Daniel Borkmann
2016-04-07
bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...
Alexei Starovoitov
2016-04-07
bpf: register BPF_PROG_TYPE_TRACEPOINT program type
Alexei Starovoitov
2016-03-08
bpf: prevent kprobe+bpf deadlocks
Alexei Starovoitov
2016-02-20
bpf: introduce BPF_MAP_TYPE_STACK_TRACE
Alexei Starovoitov
2016-01-29
perf/bpf: Convert perf_event_array to use struct file
Alexei Starovoitov
2015-12-23
bpf: Constify bpf_verifier_ops structure
Julia Lawall
2015-10-26
bpf: make tracing helpers gpl only
Alexei Starovoitov
2015-10-26
bpf: fix bpf_perf_event_read() helper
Alexei Starovoitov
2015-10-22
bpf: introduce bpf_perf_event_output() helper
Alexei Starovoitov
2015-08-28
bpf: add support for %s specifier to bpf_trace_printk()
Alexei Starovoitov
2015-08-09
bpf: Implement function bpf_perf_event_read() that get the selected hardware ...
Kaixu Xia
2015-06-15
bpf: let kprobe programs use bpf_get_smp_processor_id() helper
Alexei Starovoitov
2015-06-15
bpf: allow networking programs to use bpf_trace_printk() for debugging
Alexei Starovoitov
2015-06-15
bpf: introduce current->pid, tgid, uid, gid, comm accessors
Alexei Starovoitov
2015-05-31
ebpf: allow bpf_ktime_get_ns_proto also for networking
Daniel Borkmann
2015-05-21
bpf: allow bpf programs to tail-call other bpf programs
Alexei Starovoitov
2015-04-02
tracing: Allow BPF programs to call bpf_trace_printk()
Alexei Starovoitov
2015-04-02
tracing: Allow BPF programs to call bpf_ktime_get_ns()
Alexei Starovoitov
2015-04-02
tracing, perf: Implement BPF programs attached to kprobes
Alexei Starovoitov