summaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-091-39/+36
* bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2016-09-091-6/+6
* bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2016-09-021-0/+61
* bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov2016-08-121-0/+2
* bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon2016-08-121-0/+30
* bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon2016-07-251-0/+45
* kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton2016-07-191-1/+3
* bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2016-07-151-18/+15
* bpf, perf: split bpf_perf_event_outputDaniel Borkmann2016-07-151-13/+22
* perf, events: add non-linear data support for raw recordsDaniel Borkmann2016-07-151-2/+4
* bpf: introduce bpf_get_current_task() helperAlexei Starovoitov2016-07-091-0/+13
* bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann2016-06-301-3/+8
* bpf, trace: fetch current cpu only onceDaniel Borkmann2016-06-301-2/+3
* bpf: minor cleanups on fd maps and helpersDaniel Borkmann2016-06-301-12/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-2/+8
|\
| * bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov2016-06-151-0/+4
| * bpf: fix matching of data/data_end in verifierAlexei Starovoitov2016-06-151-2/+4
* | bpf, maps: flush own entries on perf map releaseDaniel Borkmann2016-06-151-10/+8
|/
* bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann2016-06-071-2/+2
* bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2016-04-191-0/+27
* bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann2016-04-191-1/+6
* bpf: avoid warning for wrong pointer castArnd Bergmann2016-04-181-2/+2
* bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-141-3/+7
* bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov2016-04-071-1/+41
* bpf: register BPF_PROG_TYPE_TRACEPOINT program typeAlexei Starovoitov2016-04-071-2/+43
* bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov2016-03-081-2/+0
* bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov2016-02-201-0/+2
* perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov2016-01-291-4/+10
* bpf: Constify bpf_verifier_ops structureJulia Lawall2015-12-231-1/+1
* bpf: make tracing helpers gpl onlyAlexei Starovoitov2015-10-261-2/+2
* bpf: fix bpf_perf_event_read() helperAlexei Starovoitov2015-10-261-1/+6
* bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov2015-10-221-0/+46
* bpf: add support for %s specifier to bpf_trace_printk()Alexei Starovoitov2015-08-281-2/+30
* bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia2015-08-091-0/+31
* bpf: let kprobe programs use bpf_get_smp_processor_id() helperAlexei Starovoitov2015-06-151-0/+2
* bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov2015-06-151-8/+12
* bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-151-0/+6
* ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann2015-05-311-12/+0
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-211-0/+2
* tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov2015-04-021-0/+78
* tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov2015-04-021-0/+14
* tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov2015-04-021-0/+130