summaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann2017-08-151-4/+30
* bpf: extend bpf_trace_printk to support %iJohn Fastabend2017-07-031-3/+4
* bpf: simplify narrower ctx accessDaniel Borkmann2017-07-031-19/+12
* bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-231-6/+11
* bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-6/+15
* bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann2017-06-101-4/+6
* perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov2017-06-041-14/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-27/+3
|\
| * bpf: remove struct bpf_prog_type_listJohannes Berg2017-04-111-27/+3
* | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
|/
* bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-171-3/+3
* bpf: add bpf_probe_read_str helperGianluca Borello2017-01-201-0/+32
* bpf, trace: make ctx access checks more robustDaniel Borkmann2017-01-161-0/+9
* bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann2017-01-121-7/+8
* bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov2017-01-091-10/+10
* bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-221-0/+2
* 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
OpenPOWER on IntegriCloud