summaryrefslogtreecommitdiff
path: root/kernel/trace/bpf_trace.c
AgeCommit message (Expand)Author
2020-05-10bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov
2018-12-17bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis
2015-10-26bpf: make tracing helpers gpl onlyAlexei Starovoitov
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov
2015-08-28bpf: add support for %s specifier to bpf_trace_printk()Alexei Starovoitov
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia
2015-06-15bpf: let kprobe programs use bpf_get_smp_processor_id() helperAlexei Starovoitov
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov
2015-04-02tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov
2015-04-02tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov