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
/
perf
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-12
perf machine: Make delete_threads part of machine__exit
Ian Rogers
4
-4
/
+0
2023-06-12
perf thread: Add reference count checking
Ian Rogers
1
-1
/
+1
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
6
-22
/
+41
2023-06-12
perf maps: Make delete static, always use put
Ian Rogers
1
-1
/
+1
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
6
-12
/
+13
2023-06-12
perf test: Add test of libpfm4 events
Ian Rogers
1
-0
/
+51
2023-06-12
perf parse: Allow config terms with breakpoints
Adrian Hunter
1
-0
/
+157
2023-06-05
perf expr: Make the evaluation of & and | logical and lazy
Ian Rogers
1
-0
/
+40
2023-06-01
perf test: Update parse-events expectations to test for multiple events
Ian Rogers
1
-518
/
+590
2023-05-28
perf test pmu: Avoid 2 static path arrays
Ian Rogers
1
-8
/
+9
2023-05-27
perf pmus: Remove perf_pmus__has_hybrid
Ian Rogers
4
-29
/
+13
2023-05-27
perf pmus: Allow just core PMU scanning
Ian Rogers
1
-4
/
+1
2023-05-27
perf pmu: Separate pmu and pmus
Ian Rogers
7
-14
/
+15
2023-05-27
perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmu
Ian Rogers
2
-12
/
+6
2023-05-27
perf cpumap: Add equal function
Ian Rogers
1
-0
/
+37
2023-05-27
perf test python: Put perf python at start of sys.path
Ian Rogers
1
-1
/
+1
2023-05-27
perf test: Fix perf stat JSON output test
Namhyung Kim
1
-1
/
+1
2023-05-27
perf tests: Organize cpu_map tests into a single suite
Ian Rogers
3
-12
/
+14
2023-05-27
perf cpumap: Add intersect function
Ian Rogers
3
-0
/
+43
2023-05-23
pert tests: Add tests for new "perf stat --per-cache" aggregation option
K Prateek Nayak
3
-1
/
+30
2023-05-22
perf test: Add test validating JSON generated by 'perf data convert --to-json'
Anup Sharma
1
-0
/
+72
2023-05-22
Merge remote-tracking branch 'acme/perf-tools' into perf-tools-next
Arnaldo Carvalho de Melo
6
-177
/
+252
2023-05-19
perf test attr: Fix python SafeConfigParser() deprecation warning
Ian Rogers
1
-3
/
+3
2023-05-19
perf test attr: Update no event/metric expectations
Ian Rogers
5
-174
/
+249
2023-05-15
perf test: Add cputype testing to perf stat
Ian Rogers
1
-0
/
+44
2023-05-15
perf parse-events: Avoid error when assigning a legacy cache term
Ian Rogers
1
-0
/
+21
2023-05-15
perf parse-events: Avoid error when assigning a term
Ian Rogers
1
-0
/
+21
2023-05-15
perf parse-events: Support hardware events as terms
Ian Rogers
1
-0
/
+126
2023-05-15
perf test: Fix parse-events tests for >1 core PMU
Ian Rogers
1
-72
/
+105
2023-05-15
perf parse-events: Add pmu filter
Ian Rogers
2
-2
/
+4
2023-05-15
perf parse-events: Support PMUs for legacy cache events
Ian Rogers
1
-0
/
+18
2023-05-15
perf test: Move x86 hybrid tests to arch/x86
Ian Rogers
1
-181
/
+0
2023-05-15
perf parse-events: Avoid scanning PMUs before parsing
Ian Rogers
2
-25
/
+8
2023-05-15
perf test: Roundtrip name, don't assume 1 event per name
Ian Rogers
1
-70
/
+49
2023-05-15
perf test: Test more with config_cache
Ian Rogers
1
-1
/
+1
2023-05-15
perf test: Mask configs with extended types then test
Ian Rogers
1
-109
/
+88
2023-05-15
perf test: Use valid for PMU tests
Ian Rogers
1
-18
/
+9
2023-05-15
perf test: Test more sysfs events
Ian Rogers
1
-58
/
+71
2023-05-10
perf test: Add stat test for record and script
Sandipan Das
1
-0
/
+13
2023-05-10
perf test test_intel_pt.sh: Test sample mode with event with PMU name
Adrian Hunter
1
-0
/
+7
2023-05-10
perf test java symbol: Remove needless debuginfod queries
Thomas Richter
1
-1
/
+1
2023-05-10
perf metric: Change divide by zero and !support events behavior
Ian Rogers
2
-1
/
+3
2023-05-07
Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-05-03
perf test record+probe_libc_inet_pton: Fix call chain match on x86_64
Thomas Richter
1
-1
/
+0
2023-05-03
perf test record+probe_libc_inet_pton: Fix call chain match on s390
Thomas Richter
1
-2
/
+0
2023-05-02
perf build: Fix unescaped # in perf build-test
James Clark
1
-1
/
+1
2023-04-24
perf cs-etm: Add separate decode paths for timeless and per-thread modes
James Clark
1
-0
/
+24
2023-04-24
perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...
Arnaldo Carvalho de Melo
4
-9
/
+9
2023-04-20
perf test: Fix maps use after put
Ian Rogers
1
-4
/
+4
2023-04-19
perf build: Test the refcnt check build
Arnaldo Carvalho de Melo
1
-0
/
+2
[next]