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.13.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-04-12
perf map: Add map__refcnt() accessor to use in the maps test
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-12
perf tests api-io: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+2
2023-04-11
perf test stat+json_output: Write JSON output to a file
Ian Rogers
2
-13
/
+38
2023-04-11
perf test stat+csv_output: Write CSV output to a file
Ian Rogers
1
-16
/
+42
2023-04-07
perf map: Changes to reference counting
Ian Rogers
6
-1
/
+49
2023-04-07
perf test: Add extra diagnostics to maps test
Ian Rogers
1
-15
/
+36
2023-04-07
perf map: Add accessors for ->pgoff and ->reloc
Ian Rogers
1
-2
/
+2
2023-04-07
perf map: Add accessors for ->prot, ->priv and ->flags
Ian Rogers
1
-2
/
+2
2023-04-07
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
1
-5
/
+5
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
4
-14
/
+14
2023-04-04
perf map: Add accessor for dso
Ian Rogers
8
-28
/
+39
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
1
-1
/
+1
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
2
-10
/
+15
2023-04-04
tools api: Add io__getline
Ian Rogers
1
-0
/
+36
2023-04-04
perf pmu: Use relative path for sysfs scan
Namhyung Kim
1
-1
/
+8
2023-04-04
perf tests record_offcpu.sh: Fix redirection of stderr to stdin
Patrice Duroux
1
-1
/
+1
2023-04-04
perf test: Fix wrong size expectation for 'Setup struct perf_event_attr'
Thomas Richter
3
-3
/
+3
2023-03-21
perf tools: Add support for perf_event_attr::config3
Rob Herring
1
-1
/
+12
2023-03-20
perf test: Fix memory leak in symbols
Ian Rogers
1
-0
/
+1
2023-03-20
perf tests: Add common error route for code-reading
Ian Rogers
1
-16
/
+23
2023-03-15
perf hist: Add 'kvm_info' field in histograms entry
Leo Yan
1
-2
/
+2
2023-03-14
perf build: Error if no libelf and NO_LIBELF isn't set
Ian Rogers
1
-1
/
+1
2023-03-14
perf build: Remove redundant NO_NEWT build option
Ian Rogers
1
-4
/
+2
2023-03-14
perf build: If libtraceevent isn't present error the build
Ian Rogers
1
-1
/
+1
2023-03-14
perf build: Switch libpfm4 to opt-out rather than opt-in
Ian Rogers
1
-2
/
+2
2023-03-14
perf build: Make binutil libraries opt in
Ian Rogers
1
-0
/
+2
2023-03-14
perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL
Ian Rogers
1
-1
/
+1
2023-03-14
perf build: Support python/perf.so testing
Ian Rogers
1
-2
/
+3
2023-03-14
tools build: Pass libbpf feature only if libbpf 1.0+
Ian Rogers
1
-1
/
+6
2023-03-13
perf parse-events: Warn when events are regrouped
Ian Rogers
2
-2
/
+2
2023-03-13
perf evlist: Remove nr_groups
Ian Rogers
3
-18
/
+17
2023-03-11
Merge remote-tracking branch 'acme/perf-tools' into perf-tools-next
Arnaldo Carvalho de Melo
2
-27
/
+25
2023-02-23
perf test: Avoid counting commas in json linter
Ian Rogers
1
-16
/
+13
2023-02-23
perf tests stat+csv_output: Switch CSV separator to @
Ian Rogers
1
-11
/
+12
2023-02-19
perf stat: Remove saved_value/runtime_stat
Ian Rogers
2
-2
/
+0
2023-02-19
perf metric: Directly use counts rather than saved_value
Ian Rogers
2
-4
/
+4
2023-02-19
perf stat: Hide runtime_stat
Ian Rogers
2
-16
/
+11
2023-02-19
perf metric: Add --metric-no-threshold option
Ian Rogers
3
-6
/
+2
2023-02-19
perf pmu-events: Test parsing metric thresholds with the fake PMU
Ian Rogers
1
-0
/
+22
2023-02-19
perf expr: Make the online topology accessible globally
Ian Rogers
1
-5
/
+2
2023-02-19
perf pmu-events: Change perpkg to be a bool
Ian Rogers
1
-2
/
+2
2023-02-19
perf pmu-events: Change deprecated to be a bool
Ian Rogers
1
-2
/
+2
2023-02-19
perf pmu-events: Remove aggr_mode from pmu_event
Ian Rogers
1
-6
/
+0
2023-02-17
perf tests stat_all_metrics: Change true workload to sleep workload for syste...
Kajol Jain
1
-1
/
+1
2023-02-06
perf test bpf: Skip test if kernel-debuginfo is not present
Athira Rajeev
1
-1
/
+5
2023-02-06
perf test bpf: Check for libtraceevent support
Athira Rajeev
1
-11
/
+11
2023-02-03
perf pmu-events: Fix testing with JEVENTS_ARCH=all
Ian Rogers
1
-0
/
+1
2023-02-03
perf jevents: Generate metrics and events as separate tables
Ian Rogers
1
-1
/
+2
2023-02-03
perf pmu-events: Introduce pmu_metrics_table
Ian Rogers
3
-4
/
+5
2023-02-03
perf pmu-events: Remove now unused event and metric variables
Ian Rogers
1
-27
/
+0
[prev]
[next]