summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* perf test: Reorder event name checks in stat STD output linterNamhyung Kim2023-06-242-3/+3
* perf test: Set PERF_EXEC_PATH for script executionNamhyung Kim2023-06-231-0/+6
* perf tests: Fix test_arm_callgraph_fp variable expansionJames Clark2023-06-231-3/+4
* perf test: Remove x permission from lib/stat_output.shNamhyung Kim2023-06-221-0/+0
* perf test: Rerun failed metrics with longer workloadWeilin Wang2023-06-221-46/+83
* perf test: Add skip list for metrics known would failWeilin Wang2023-06-222-4/+38
* perf test: Add metric value validation testWeilin Wang2023-06-223-0/+931
* perf test record+probe_libc_inet_pton.sh: Use "grep -F" instead of obsolescen...Tiezhu Yang2023-06-161-2/+2
* perf test: Add test case for the standard 'perf stat' outputKan Liang2023-06-161-0/+108
* perf test: Move all the check functions of stat CSV output to libKan Liang2023-06-162-173/+184
* pert tests: Update metric-value for perf stat JSON outputKan Liang2023-06-161-3/+3
* pert tests: Support metricgroup perf stat JSON outputKan Liang2023-06-141-0/+3
* perf tests task_analyzer: Skip tests if no libtraceevent supportAditya Gupta2023-06-141-0/+18
* perf tests task_analyzer: Print command that failed instead of just "perf"Aditya Gupta2023-06-141-12/+12
* perf tests task_analyzer: Fix bad substitution ${$1}Aditya Gupta2023-06-141-1/+1
* perf tests stat+shadow_stat.sh: Fix all POSIX sh warnings found using shellcheckSpoorthy S2023-06-141-2/+2
* perf tests test_brstack.sh: Fix all POSIX sh warningsGeetika2023-06-141-6/+6
* perf tests shell: Fixed shellcheck warningsSamir Mulani2023-06-143-11/+11
* perf tests lock_contention: Fix shellscript errorsAbhirup Deb2023-06-141-35/+35
* perf tests test_arm_spe: Address shellcheck warnings about signal name caseAbhirup Deb2023-06-141-1/+1
* perf tests test_task_analyzer: Fix shellcheck issuesAboorva Devarajan2023-06-141-27/+27
* perf tests stat_all_metrics: Fix shellcheck warning SC2076Barnali Guha Thakurata2023-06-141-3/+3
* perf tests test_arm_coresight: Shellcheck fixesAnushree Mathur2023-06-141-3/+3
* perf tests stat+csv_output: Fix shellcheck warningsKorrapati Likhitha2023-06-141-2/+2
* perf tests daemon: Address shellcheck warningsShirisha G2023-06-141-38/+75
* perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...Spoorthy S2023-06-141-3/+3
* perf tests stat+json_output: Address shellcheck warningsDisha Goel2023-06-141-1/+1
* perf test: Add test of libpfm4 eventsIan Rogers2023-06-121-0/+51
* perf test: Fix perf stat JSON output testNamhyung Kim2023-05-271-1/+1
* pert tests: Add tests for new "perf stat --per-cache" aggregation optionK Prateek Nayak2023-05-233-1/+30
* perf test: Add test validating JSON generated by 'perf data convert --to-json'Anup Sharma2023-05-221-0/+72
* perf test: Add cputype testing to perf statIan Rogers2023-05-151-0/+44
* perf test: Add stat test for record and scriptSandipan Das2023-05-101-0/+13
* perf test test_intel_pt.sh: Test sample mode with event with PMU nameAdrian Hunter2023-05-101-0/+7
* perf test java symbol: Remove needless debuginfod queriesThomas Richter2023-05-101-1/+1
* Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo2023-05-061-1/+1
* perf test record+probe_libc_inet_pton: Fix call chain match on x86_64Thomas Richter2023-05-031-1/+0
* perf test record+probe_libc_inet_pton: Fix call chain match on s390Thomas Richter2023-05-031-2/+0
* perf cs-etm: Add separate decode paths for timeless and per-thread modesJames Clark2023-04-241-0/+24
* perf test stat+json_output: Write JSON output to a fileIan Rogers2023-04-112-13/+38
* perf test stat+csv_output: Write CSV output to a fileIan Rogers2023-04-111-16/+42
* perf tests record_offcpu.sh: Fix redirection of stderr to stdinPatrice Duroux2023-04-041-1/+1
* perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers2023-03-141-1/+1
* perf test: Avoid counting commas in json linterIan Rogers2023-02-231-16/+13
* perf tests stat+csv_output: Switch CSV separator to @Ian Rogers2023-02-231-11/+12
* perf tests stat_all_metrics: Change true workload to sleep workload for syste...Kajol Jain2023-02-171-1/+1
* perf session: Show branch speculation info in raw dumpSandipan Das2023-02-021-9/+9
* perf test: Add more test cases for perf lock contentionNamhyung Kim2023-02-021-4/+62
* perf test: Replace legacy `...` with $(...)Diederik de Haas2023-02-021-9/+9
* perf test: Replace 'grep | wc -l' with 'grep -c'Diederik de Haas2023-02-021-3/+3