index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
shell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perf test: Reorder event name checks in stat STD output linter
Namhyung Kim
2023-06-24
2
-3
/
+3
*
perf test: Set PERF_EXEC_PATH for script execution
Namhyung Kim
2023-06-23
1
-0
/
+6
*
perf tests: Fix test_arm_callgraph_fp variable expansion
James Clark
2023-06-23
1
-3
/
+4
*
perf test: Remove x permission from lib/stat_output.sh
Namhyung Kim
2023-06-22
1
-0
/
+0
*
perf test: Rerun failed metrics with longer workload
Weilin Wang
2023-06-22
1
-46
/
+83
*
perf test: Add skip list for metrics known would fail
Weilin Wang
2023-06-22
2
-4
/
+38
*
perf test: Add metric value validation test
Weilin Wang
2023-06-22
3
-0
/
+931
*
perf test record+probe_libc_inet_pton.sh: Use "grep -F" instead of obsolescen...
Tiezhu Yang
2023-06-16
1
-2
/
+2
*
perf test: Add test case for the standard 'perf stat' output
Kan Liang
2023-06-16
1
-0
/
+108
*
perf test: Move all the check functions of stat CSV output to lib
Kan Liang
2023-06-16
2
-173
/
+184
*
pert tests: Update metric-value for perf stat JSON output
Kan Liang
2023-06-16
1
-3
/
+3
*
pert tests: Support metricgroup perf stat JSON output
Kan Liang
2023-06-14
1
-0
/
+3
*
perf tests task_analyzer: Skip tests if no libtraceevent support
Aditya Gupta
2023-06-14
1
-0
/
+18
*
perf tests task_analyzer: Print command that failed instead of just "perf"
Aditya Gupta
2023-06-14
1
-12
/
+12
*
perf tests task_analyzer: Fix bad substitution ${$1}
Aditya Gupta
2023-06-14
1
-1
/
+1
*
perf tests stat+shadow_stat.sh: Fix all POSIX sh warnings found using shellcheck
Spoorthy S
2023-06-14
1
-2
/
+2
*
perf tests test_brstack.sh: Fix all POSIX sh warnings
Geetika
2023-06-14
1
-6
/
+6
*
perf tests shell: Fixed shellcheck warnings
Samir Mulani
2023-06-14
3
-11
/
+11
*
perf tests lock_contention: Fix shellscript errors
Abhirup Deb
2023-06-14
1
-35
/
+35
*
perf tests test_arm_spe: Address shellcheck warnings about signal name case
Abhirup Deb
2023-06-14
1
-1
/
+1
*
perf tests test_task_analyzer: Fix shellcheck issues
Aboorva Devarajan
2023-06-14
1
-27
/
+27
*
perf tests stat_all_metrics: Fix shellcheck warning SC2076
Barnali Guha Thakurata
2023-06-14
1
-3
/
+3
*
perf tests test_arm_coresight: Shellcheck fixes
Anushree Mathur
2023-06-14
1
-3
/
+3
*
perf tests stat+csv_output: Fix shellcheck warnings
Korrapati Likhitha
2023-06-14
1
-2
/
+2
*
perf tests daemon: Address shellcheck warnings
Shirisha G
2023-06-14
1
-38
/
+75
*
perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...
Spoorthy S
2023-06-14
1
-3
/
+3
*
perf tests stat+json_output: Address shellcheck warnings
Disha Goel
2023-06-14
1
-1
/
+1
*
perf test: Add test of libpfm4 events
Ian Rogers
2023-06-12
1
-0
/
+51
*
perf test: Fix perf stat JSON output test
Namhyung Kim
2023-05-27
1
-1
/
+1
*
pert tests: Add tests for new "perf stat --per-cache" aggregation option
K Prateek Nayak
2023-05-23
3
-1
/
+30
*
perf test: Add test validating JSON generated by 'perf data convert --to-json'
Anup Sharma
2023-05-22
1
-0
/
+72
*
perf test: Add cputype testing to perf stat
Ian Rogers
2023-05-15
1
-0
/
+44
*
perf test: Add stat test for record and script
Sandipan Das
2023-05-10
1
-0
/
+13
*
perf test test_intel_pt.sh: Test sample mode with event with PMU name
Adrian Hunter
2023-05-10
1
-0
/
+7
*
perf test java symbol: Remove needless debuginfod queries
Thomas Richter
2023-05-10
1
-1
/
+1
*
Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"
Arnaldo Carvalho de Melo
2023-05-06
1
-1
/
+1
*
perf test record+probe_libc_inet_pton: Fix call chain match on x86_64
Thomas Richter
2023-05-03
1
-1
/
+0
*
perf test record+probe_libc_inet_pton: Fix call chain match on s390
Thomas Richter
2023-05-03
1
-2
/
+0
*
perf cs-etm: Add separate decode paths for timeless and per-thread modes
James Clark
2023-04-24
1
-0
/
+24
*
perf test stat+json_output: Write JSON output to a file
Ian Rogers
2023-04-11
2
-13
/
+38
*
perf test stat+csv_output: Write CSV output to a file
Ian Rogers
2023-04-11
1
-16
/
+42
*
perf tests record_offcpu.sh: Fix redirection of stderr to stdin
Patrice Duroux
2023-04-04
1
-1
/
+1
*
perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL
Ian Rogers
2023-03-14
1
-1
/
+1
*
perf test: Avoid counting commas in json linter
Ian Rogers
2023-02-23
1
-16
/
+13
*
perf tests stat+csv_output: Switch CSV separator to @
Ian Rogers
2023-02-23
1
-11
/
+12
*
perf tests stat_all_metrics: Change true workload to sleep workload for syste...
Kajol Jain
2023-02-17
1
-1
/
+1
*
perf session: Show branch speculation info in raw dump
Sandipan Das
2023-02-02
1
-9
/
+9
*
perf test: Add more test cases for perf lock contention
Namhyung Kim
2023-02-02
1
-4
/
+62
*
perf test: Replace legacy `...` with $(...)
Diederik de Haas
2023-02-02
1
-9
/
+9
*
perf test: Replace 'grep | wc -l' with 'grep -c'
Diederik de Haas
2023-02-02
1
-3
/
+3
[prev]
[next]