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-07
perf trace: Enclose all events argument lists with ()
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-10-07
perf trace: Add array of chars scnprintf beautifier
Arnaldo Carvalho de Melo
1
-1
/
+15
2019-10-07
perf trace: Add the syscall_arg_fmt pointer to syscall_arg
Arnaldo Carvalho de Melo
2
-22
/
+26
2019-10-07
perf trace: Move some scnprintf methods from syscall to syscall_arg_fmt
Arnaldo Carvalho de Melo
1
-12
/
+13
2019-10-07
perf trace: Allocate an array of beautifiers for tracepoint args
Arnaldo Carvalho de Melo
1
-1
/
+16
2019-10-07
perf trace: Factor out the initialization of syscal_arg_fmt->scnprintf
Arnaldo Carvalho de Melo
1
-10
/
+18
2019-10-07
perf script: Allow --time with --reltime
Andi Kleen
1
-5
/
+0
2019-10-07
perf tools: Make usage of test_attr__* optional for perf-sys.h
Björn Töpel
1
-2
/
+4
2019-10-07
perf scripts python: exported-sql-viewer.py: Add Time chart by CPU
Adrian Hunter
1
-2
/
+1331
2019-10-07
perf scripts python: exported-sql-viewer.py: Add ability for Call tree to ope...
Adrian Hunter
1
-1
/
+43
2019-10-07
perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_time
Adrian Hunter
1
-7
/
+8
2019-10-07
perf scripts python: exported-sql-viewer.py: Add global time range calculations
Adrian Hunter
1
-4
/
+109
2019-10-07
perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayout
Adrian Hunter
1
-10
/
+31
2019-10-07
perf scripts python: exported-sql-viewer.py: Add LookupModel()
Adrian Hunter
1
-0
/
+9
2019-10-07
perf trace augmented_syscalls: Do not show syscalls when none was asked for
Arnaldo Carvalho de Melo
1
-10
/
+95
2019-10-07
perf trace: Postpone parsing .perfconfig trace.add_events to after --verbose ...
Arnaldo Carvalho de Melo
1
-9
/
+22
2019-10-07
perf trace: Generalize the syscall_fmt find routines
Arnaldo Carvalho de Melo
1
-5
/
+16
2019-10-07
perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variable
Arnaldo Carvalho de Melo
1
-2
/
+4
2019-10-07
perf trace: Make evlist__set_evsel_handler() affect just entries without a ha...
Arnaldo Carvalho de Melo
1
-4
/
+6
2019-10-07
perf evlist: Adopt __set_tracepoint_handlers method from perf_session
Arnaldo Carvalho de Melo
4
-34
/
+32
2019-10-07
perf top: Initialize perf_env->cpuid, needed by the per arch annotation init ...
Arnaldo Carvalho de Melo
1
-0
/
+11
2019-10-07
perf env: Add routine to read the env->cpuid from the running machine
Arnaldo Carvalho de Melo
2
-0
/
+17
2019-10-07
Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...
Ingo Molnar
38
-99
/
+315
2019-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-12
/
+5
2019-10-04
selftests/net: add nettest to .gitignore
Jakub Kicinski
1
-0
/
+1
2019-10-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-5
/
+379
2019-10-03
udp: only do GSO if # of segs > 1
Josh Hunt
1
-12
/
+4
2019-10-03
selftests: kvm: Fix libkvm build error
Shuah Khan
1
-1
/
+1
2019-10-02
selftests: watchdog: Add command line option to show watchdog_info
George G. Davis
1
-1
/
+15
2019-10-02
selftests: watchdog: Validate optional file argument
George G. Davis
1
-0
/
+11
2019-10-01
selftests/kselftest/runner.sh: Add 45 second timeout per test
Kees Cook
2
-3
/
+34
2019-10-01
kselftest: exclude failed TARGETS from runlist
Cristian Marussi
1
-0
/
+4
2019-10-01
kselftest: add capability to skip chosen TARGETS
Cristian Marussi
1
-0
/
+7
2019-10-01
selftests: Add kselftest-all and kselftest-install targets
Shuah Khan
2
-4
/
+8
2019-09-30
selftests: pidfd: Fix undefined reference to pthread_create()
Shuah Khan
1
-1
/
+1
2019-09-30
perf annotate: Don't return -1 for error when doing BPF disassembly
Arnaldo Carvalho de Melo
2
-4
/
+17
2019-09-30
perf annotate: Return appropriate error code for allocation failures
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-09-30
perf annotate: Fix arch specific ->init() failure errors
Arnaldo Carvalho de Melo
6
-8
/
+20
2019-09-30
perf annotate: Propagate the symbol__annotate() error return
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-09-30
perf annotate: Fix the signedness of failure returns
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-09-30
perf annotate: Propagate perf_env__arch() error
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-09-30
perf evsel: Fall back to global 'perf_env' in perf_evsel__env()
Arnaldo Carvalho de Melo
2
-1
/
+8
2019-09-30
perf tools: Propagate get_cpuid() error
Arnaldo Carvalho de Melo
4
-9
/
+13
2019-09-30
perf jevents: Fix period for Intel fixed counters
Andi Kleen
1
-6
/
+6
2019-09-30
perf script brstackinsn: Fix recovery from LBR/binary mismatch
Andi Kleen
1
-1
/
+5
2019-09-30
perf docs: Correct and clarify jitdump spec
Steve MacLean
1
-2
/
+2
2019-09-30
perf inject jit: Fix JIT_CODE_MOVE filename
Steve MacLean
1
-3
/
+3
2019-09-30
perf map: Fix overlapped map handling
Steve MacLean
1
-0
/
+3
2019-09-30
perf vendor events s390: Use s390 machine name instead of type 8561
Thomas Richter
6
-1
/
+1
2019-09-30
perf vendor events s390: Add JSON transaction for machine type 8561
Thomas Richter
1
-0
/
+7
[prev]
[next]