index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-25
KVM: selftests: check returned evmcs version range
Vitaly Kuznetsov
1
-0
/
+6
2019-01-25
kvm: selftests: Fix region overlap check in kvm_util
Ben Gardon
1
-7
/
+2
2019-01-25
perf augmented_syscalls: Convert to bpf_map()
Arnaldo Carvalho de Melo
1
-6
/
+2
2019-01-25
perf bpf examples: Convert etcsnoop to use bpf_map()
Arnaldo Carvalho de Melo
1
-6
/
+2
2019-01-25
perf trace: Fixup etcsnoop example
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-01-25
perf augmented_raw_syscalls: Use bpf_map()
Arnaldo Carvalho de Melo
1
-12
/
+2
2019-01-25
perf bpf: Convert pid_map() to bpf_map()
Arnaldo Carvalho de Melo
1
-7
/
+1
2019-01-25
perf bpf: Add bpf_map() helper
Arnaldo Carvalho de Melo
1
-0
/
+8
2019-01-25
perf script python: Add Python3 support to tests/attr.py
Tony Jones
1
-13
/
+19
2019-01-25
perf script python: Remove explicit shebang from Python scripts
Tony Jones
4
-6
/
+2
2019-01-25
perf script python: Remove explicit shebang from tests/attr.c
Tony Jones
1
-1
/
+0
2019-01-25
perf script python: Remove explicit shebang from setup.py
Tony Jones
1
-2
/
+0
2019-01-25
perf script python: Use PyBytes for attr in trace-event-python
Tony Jones
1
-2
/
+1
2019-01-25
perf script python: Add trace_context extension module to sys.modules
Tony Jones
1
-3
/
+9
2019-01-25
perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENT
Song Liu
1
-2
/
+8
2019-01-25
perf sched: Use cached rbtrees
Davidlohr Bueso
1
-20
/
+25
2019-01-25
perf hist: Use cached rbtrees
Davidlohr Bueso
14
-147
/
+173
2019-01-25
perf symbols: Use cached rbtrees
Davidlohr Bueso
8
-58
/
+67
2019-01-25
perf util: Use cached rbtree for rblists
Davidlohr Bueso
7
-16
/
+24
2019-01-25
perf callchain: Use cached rbtrees
Davidlohr Bueso
4
-28
/
+36
2019-01-25
perf machine: Use cached rbtrees
Davidlohr Bueso
5
-36
/
+50
2019-01-25
tools: Update rbtree implementation
Davidlohr Bueso
3
-61
/
+229
2019-01-25
perf callchain: No need to include perf.h
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-01-25
perf comm: Remove needless headers from comm.h
Arnaldo Carvalho de Melo
2
-2
/
+3
2019-01-25
perf namespaces: Remove namespaces.h from .h headers
Arnaldo Carvalho de Melo
10
-4
/
+13
2019-01-25
perf symbols: Remove some unnecessary includes from symbol.h
Arnaldo Carvalho de Melo
5
-6
/
+8
2019-01-25
perf symbols: Remove include map.h from dso.h
Arnaldo Carvalho de Melo
3
-1
/
+5
2019-01-25
perf block-range: Add missing headers
Arnaldo Carvalho de Melo
2
-1
/
+7
2019-01-25
perf tools: Move branch structs to branch.h
Arnaldo Carvalho de Melo
3
-23
/
+26
2019-01-25
perf annotate: Remove lots of headers from annotate.h
Arnaldo Carvalho de Melo
3
-3
/
+13
2019-01-25
perf symbols: Move symbol_conf to separate file
Arnaldo Carvalho de Melo
2
-63
/
+74
2019-01-25
perf color: Add missing stdarg.g to color.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-25
selftests/bpf: suppress readelf stderr when probing for BTF support
Stanislav Fomichev
1
-1
/
+2
2019-01-24
bpf: allow BPF programs access skb_shared_info->gso_segs field
Eric Dumazet
2
-0
/
+37
2019-01-24
bpftool: feature probing, change default action
Prashant Bhole
1
-1
/
+1
2019-01-23
selftests: bpf: add tests for dead code removal
Jakub Kicinski
2
-7
/
+549
2019-01-23
selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_user
Stanislav Fomichev
1
-3
/
+3
2019-01-23
libbpf: Show supported ELF section names when failing to guess prog/attach type
Taeung Song
3
-12
/
+48
2019-01-23
bpftool: fix percpu maps updating
Paolo Abeni
1
-0
/
+16
2019-01-23
bpftool: Fix prog dump by tag
Jiri Olsa
1
-2
/
+3
2019-01-22
tools: bpftool: add bash completion for bpftool probes
Quentin Monnet
1
-0
/
+19
2019-01-22
tools: bpftool: add probes for a network device
Quentin Monnet
2
-14
/
+73
2019-01-22
tools: bpftool: add C-style "#define" output for probes
Quentin Monnet
2
-29
/
+132
2019-01-22
tools: bpftool: add probes for eBPF helper functions
Quentin Monnet
5
-0
/
+121
2019-01-22
tools: bpftool: add probes for eBPF map types
Quentin Monnet
6
-1
/
+118
2019-01-22
tools: bpftool: add probes for eBPF program types
Quentin Monnet
5
-2
/
+159
2019-01-22
tools: bpftool: add probes for kernel configuration options
Quentin Monnet
1
-0
/
+182
2019-01-22
tools: bpftool: add probes for /proc/ eBPF parameters
Quentin Monnet
1
-0
/
+187
2019-01-22
tools: bpftool: add basic probe capability, probe syscall availability
Quentin Monnet
10
-1
/
+200
2019-01-22
selftests: forwarding: Add a test case for ARP suppression
Ido Schimmel
1
-0
/
+74
[prev]
[next]