summaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c
Commit message (Expand)AuthorAgeFilesLines
* bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-04-111-4/+21
* bpf: Check attach type at prog load timeAndrey Ignatov2018-03-311-9/+18
* bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-281-0/+183
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-28/+40
|\
| * trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song2018-03-201-28/+40
* | bpf: add support to read sample address in bpf programTeng Qin2018-03-081-4/+16
|/
* bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann2018-02-141-0/+2
* bpf: change fake_ip for bpf_trace_printk helperYonghong Song2018-01-181-1/+1
* error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-121-2/+2
* tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu2018-01-121-1/+0
* tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu2018-01-121-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-181-0/+58
|\
| * bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song2017-12-131-1/+1
| * bpf: add a bpf_override_function helperJosef Bacik2017-12-121-0/+35
| * bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-121-0/+23
* | bpf: fix corruption on concurrent perf_event_output callsDaniel Borkmann2017-12-121-7/+12
|/
* bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song2017-12-011-0/+8
* bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-2/+2
* bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-1/+1
* bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello2017-11-221-5/+1
* bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZEROYonghong Song2017-11-141-2/+6
* bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-111-35/+0
* bpf: add a bpf_override_function helperJosef Bacik2017-11-111-0/+35
* bpf: avoid rcu_dereference inside bpf_event_mutex lock regionYonghong Song2017-11-011-10/+7
* bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello2017-10-271-0/+2
* bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-251-5/+77
* bpf: split verifier and program opsJakub Kicinski2017-10-181-3/+12
* bpf: add helper bpf_perf_prog_read_valueYonghong Song2017-10-071-0/+28
* bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song2017-10-071-4/+41
* bpf: perf event change needed for subsequent bpf helpersYonghong Song2017-10-071-1/+1
* 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