index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-20
perf stat: Always keep perf metrics topdown events in a group
Kan Liang
4
-13
/
+15
2022-05-20
perf evsel: Fixes topdown events in a weak group for the hybrid platform
Kan Liang
1
-2
/
+21
2022-05-17
perf test: Add basic stat and topdown group test
Ian Rogers
1
-0
/
+67
2022-05-17
perf evlist: Keep topdown counters in weak group
Ian Rogers
4
-2
/
+39
2022-05-17
perf scripts python: intel-pt-events.py: Print ptwrite value as a string if i...
Adrian Hunter
1
-1
/
+7
2022-05-17
perf script: Print Intel ptwrite value as a string if it is ASCII
Adrian Hunter
1
-2
/
+30
2022-05-17
perf intel-pt: Add support for emulated ptwrite
Adrian Hunter
6
-3
/
+224
2022-05-17
perf bench breakpoint: Fix build on 32-bit arches
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-05-16
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
9
-7
/
+431
2022-05-14
Merge tag 'perf-tools-fixes-for-v5.18-2022-05-14' of git://git.kernel.org/pub...
Linus Torvalds
3
-2
/
+11
2022-05-13
Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-5
/
+5
2022-05-13
perf tools: Remove unused machines__find_host()
Adrian Hunter
1
-1
/
+0
2022-05-13
perf bench: Add breakpoint benchmarks
Dmitry Vyukov
4
-0
/
+255
2022-05-11
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
32
-180
/
+492
2022-05-10
perf annotate: Add --percent-limit option
Namhyung Kim
2
-0
/
+29
2022-05-10
perf auxtrace: Record whether an auxtrace mmap is needed
Adrian Hunter
6
-0
/
+6
2022-05-10
libperf evlist: Add evsel as a parameter to ->idx()
Adrian Hunter
3
-2
/
+4
2022-05-10
libperf evlist: Move ->idx() into mmap_per_evsel()
Adrian Hunter
1
-6
/
+3
2022-05-10
libperf evlist: Remove ->idx() per_cpu parameter
Adrian Hunter
3
-4
/
+5
2022-05-10
perf auxtrace: Do not mix up mmap idx
Adrian Hunter
1
-2
/
+8
2022-05-10
perf auxtrace: Move evlist__enable_event_idx() to auxtrace.c
Adrian Hunter
3
-12
/
+10
2022-05-10
perf evlist: Use libperf functions in evlist__enable_event_idx()
Adrian Hunter
1
-42
/
+2
2022-05-10
libperf evsel: Add perf_evsel__enable_thread()
Adrian Hunter
2
-0
/
+16
2022-05-10
selftests: vm: Makefile: rename TARGETS to VMTARGETS
Joel Savitz
1
-5
/
+5
2022-05-09
perf metrics: Don't add all tool events for sharing
Ian Rogers
1
-6
/
+39
2022-05-09
perf metrics: Support all tool events
Ian Rogers
2
-39
/
+75
2022-05-09
perf evsel: Add tool event helpers
Ian Rogers
2
-10
/
+42
2022-05-09
perf evsel: Constify a few arrays
Ian Rogers
4
-15
/
+14
2022-05-09
Revert "perf stat: Support metrics with hybrid events"
Ian Rogers
2
-249
/
+22
2022-05-09
selftests net: add UDP GRO fraglist + bpf self-tests
Lina Wang
4
-0
/
+403
2022-05-09
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+9
2022-05-09
perf tests: Fix coresight `perf test` failure.
Jeremy Linton
1
-1
/
+0
2022-05-09
perf bench: Fix two numa NDEBUG warnings
Ian Rogers
1
-0
/
+2
2022-05-06
perf test: Add skip to --per-thread test
Ian Rogers
1
-5
/
+41
2022-05-06
selftests: add ping test with ping_group_range tuned
Nicolas Dichtel
1
-0
/
+12
2022-05-05
perf evlist: Clear all_cpus before propagating
Ian Rogers
1
-0
/
+4
2022-05-05
perf cpumap: Switch to using perf_cpu_map API
Ian Rogers
2
-29
/
+26
2022-05-05
Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
26
-103
/
+269
2022-05-05
selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer
Vladimir Oltean
1
-1
/
+1
2022-05-05
wireguard: selftests: set panic_on_warn=1 from cmdline
Jason A. Donenfeld
18
-23
/
+17
2022-05-05
wireguard: selftests: bump package deps
Jason A. Donenfeld
1
-9
/
+9
2022-05-05
wireguard: selftests: restore support for ccache
Jason A. Donenfeld
2
-1
/
+18
2022-05-05
wireguard: selftests: use newer toolchains to fill out architectures
Jason A. Donenfeld
9
-63
/
+169
2022-05-05
wireguard: selftests: limit parallelism to $(nproc) tests at once
Jason A. Donenfeld
1
-10
/
+10
2022-05-05
wireguard: selftests: make routing loop test non-fatal
Jason A. Donenfeld
1
-1
/
+13
2022-05-04
perf vendor events intel: Update CLX events to v1.15
Ian Rogers
5
-2023
/
+17
2022-05-04
Merge tag 'seccomp-v5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+5
2022-05-03
perf vendor events intel: Add uncore event list for Sapphirerapids
Zhengjun Xing
3
-0
/
+5661
2022-05-03
perf vendor events intel: Update core event list for Sapphirerapids
Zhengjun Xing
6
-65
/
+110
2022-05-03
perf tools: Use Python devtools for version autodetection rather than runtime
James Clark
1
-12
/
+27
[next]