summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions
td>Daniel Borkmann 2016-09-27bpf: clean up put_cpu_var usageShaohua Li 2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann 2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann 2016-06-30bpf: minor cleanups on fd maps and helpersDaniel Borkmann 2016-05-20bpf: rather use get_random_int for randomizationsDaniel Borkmann 2016-05-16bpf: add generic constant blinding for use in jitsDaniel Borkmann 2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann 2016-05-16bpf: add bpf_patch_insn_single helperDaniel Borkmann 2016-05-16bpf: minor cleanups in ebpf codeDaniel Borkmann 2016-05-06bpf: direct packet accessAlexei Starovoitov 2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann 2016-02-29bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf 2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann 2015-11-02bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann 2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann 2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann 2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan 2015-07-20test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov 2015-07-13ebpf: remove self-assignment in interpreter's tail callDaniel Borkmann 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: misc core cleanupDaniel Borkmann 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-27bpf: fix 64-bit divideAlexei Starovoitov 2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann 2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann 2015-03-06ebpf: bpf_map_*: fix linker error on avr32 and openrisc archDaniel Borkmann 2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell 2014-10-27bpf: split eBPF out of NETAlexei Starovoitov 2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov 2014-09-10net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann 2014-09-09net: bpf: consolidate JIT binary allocatorDaniel Borkmann 2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov 2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann 2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov 2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov 2014-08-02net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov 2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov 2014-07-23net: filter: split filter.c into two filesAlexei Starovoitov