index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-19
perf trace: Wire up strarray__strtoul_flags()
Arnaldo Carvalho de Melo
2
-0
/
+9
2019-10-19
libbeauty: Introduce strarray__strtoul_flags()
Arnaldo Carvalho de Melo
2
-1
/
+45
2019-10-19
libbeauty: Make the mmap_flags strarray visible outside of its beautifier
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-10-19
perf trace: Use strtoul for the fcntl 'cmd' argument
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-10-19
libbeauty: Introduce syscall_arg__strtoul_strarrays()
Arnaldo Carvalho de Melo
2
-0
/
+8
2019-10-19
libperf: Add pr_err() macro
Jiri Olsa
2
-0
/
+4
2019-10-19
libperf: Do not export perf_evsel__init()/perf_evlist__init()
Jiri Olsa
5
-5
/
+2
2019-10-19
libperf: Keep count of failed tests
Jiri Olsa
5
-7
/
+21
2019-10-19
libperf: Add tests_mmap_cpus test
Jiri Olsa
1
-0
/
+98
2019-10-19
libperf: Add tests_mmap_thread test
Jiri Olsa
1
-0
/
+119
2019-10-19
libperf: Link static tests with libapi.a
Jiri Olsa
2
-3
/
+4
2019-10-19
libperf: Move mask setup to perf_evlist__mmap_ops()
Jiri Olsa
2
-2
/
+2
2019-10-19
libperf: Move mmap allocation to perf_evlist__mmap_ops::get
Jiri Olsa
2
-32
/
+34
2019-10-19
libperf: Introduce perf_evlist__for_each_mmap()
Jiri Olsa
7
-6
/
+47
2019-10-19
perf tests: Disable bp_signal testing for arm64
Leo Yan
1
-9
/
+6
2019-10-19
perf tests bp_account: Add dedicated checking helper is_supported()
Leo Yan
3
-1
/
+18
2019-10-19
perf tests: Remove needless headers for bp_account
Leo Yan
1
-4
/
+0
2019-10-19
perf list: Hide deprecated events by default
Jin Yao
9
-19
/
+55
2019-10-19
perf trace: Pass a syscall_arg to syscall_arg_fmt->strtoul()
Arnaldo Carvalho de Melo
1
-1
/
+5
2019-10-19
mm/gup_benchmark: add a missing "w" to getopt string
John Hubbard
1
-1
/
+1
2019-10-18
selftests/bpf: More compatible nc options in test_tc_edt
Jiri Benc
1
-1
/
+1
2019-10-18
bpf, libbpf: Add kernel version section parsing back
John Fastabend
1
-1
/
+20
2019-10-18
selftests: mlxsw: Add Spectrum-2 target scale for tc flower scale test
Danielle Ratson
2
-1
/
+21
2019-10-18
selftests: mlxsw: Add a resource scale test for Spectrum-2
Danielle Ratson
1
-0
/
+46
2019-10-18
selftests: mlxsw: Add Spectrum-2 mirror-to-gretap target scale test
Danielle Ratson
1
-0
/
+16
2019-10-18
selftests: mlxsw: Generalize the parameters of mirror_gre test
Danielle Ratson
1
-2
/
+5
2019-10-18
perf trace: Honour --max-events in processing syscalls:sys_enter_*
Arnaldo Carvalho de Melo
1
-6
/
+7
2019-10-18
libbeauty: Introduce syscall_arg__strtoul_strarray()
Arnaldo Carvalho de Melo
2
-0
/
+9
2019-10-18
perf tools: Remove unused trace_find_next_event()
Steven Rostedt (VMware)
2
-33
/
+0
2019-10-18
perf scripting engines: Iterate on tep event arrays directly
Steven Rostedt (VMware)
2
-4
/
+13
2019-10-18
perf trace: Initialize evsel_trace->fmt for syscalls:sys_enter_* tracepoints
Arnaldo Carvalho de Melo
1
-0
/
+23
2019-10-18
tools lib api: Renaming pr_warning to pr_warn
Kefeng Wang
3
-6
/
+6
2019-10-17
perf trace: Introduce 'struct evsel__trace' for evsel->priv needs
Arnaldo Carvalho de Melo
1
-6
/
+48
2019-10-17
perf trace: Hide evsel->access further, simplify code
Arnaldo Carvalho de Melo
1
-26
/
+31
2019-10-17
perf trace: Introduce accessors to trace specific evsel->priv
Arnaldo Carvalho de Melo
1
-11
/
+32
2019-10-17
perf trace: Show error message when not finding a field used in a filter expr...
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-10-17
x86: xen: insn: Decode Xen and KVM emulate-prefix signature
Masami Hiramatsu
5
-2
/
+58
2019-10-17
selftest/bpf: Remove test_libbpf.sh and test_libbpf_open
Andrii Nakryiko
4
-190
/
+1
2019-10-17
selftests/bpf: Move test_queue_stack_map.h into progs/ where it belongs
Andrii Nakryiko
2
-3
/
+0
2019-10-17
selftests/bpf: Replace test_progs and test_maps w/ general rule
Andrii Nakryiko
2
-138
/
+180
2019-10-17
selftests/bpf: Add simple per-test targets to Makefile
Andrii Nakryiko
1
-0
/
+10
2019-10-17
selftests/bpf: Switch test_maps to test_progs' test.h format
Andrii Nakryiko
2
-11
/
+5
2019-10-17
selftests/bpf: Make CO-RE reloc test impartial to test_progs flavor
Andrii Nakryiko
3
-4
/
+5
2019-10-17
selftests/bpf: Teach test_progs to cd into subdir
Andrii Nakryiko
1
-1
/
+32
2019-10-17
selftests/bpf: Restore the netns after flow dissector reattach test
Jakub Sitnicki
1
-4
/
+17
2019-10-17
selftests/bpf: Add kfree_skb raw_tp test
Alexei Starovoitov
2
-0
/
+192
2019-10-17
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
1
-1
/
+26
2019-10-17
libbpf: Auto-detect btf_id of BTF-based raw_tracepoints
Alexei Starovoitov
2
-6
/
+35
2019-10-17
bpf: Add attach_btf_id attribute to program load
Alexei Starovoitov
1
-0
/
+1
2019-10-17
test: verify fdinfo for pidfd of reaped process
Christian Brauner
1
-14
/
+45
[prev]
[next]