summaryrefslogtreecommitdiff
path: root/tools/perf/tests/shell
AgeCommit message (Expand)AuthorFilesLines
2023-06-16pert tests: Update metric-value for perf stat JSON outputKan Liang1-3/+3
2023-06-14pert tests: Support metricgroup perf stat JSON outputKan Liang1-0/+3
2023-06-14perf tests task_analyzer: Skip tests if no libtraceevent supportAditya Gupta1-0/+18
2023-06-14perf tests task_analyzer: Print command that failed instead of just "perf"Aditya Gupta1-12/+12
2023-06-14perf tests task_analyzer: Fix bad substitution ${$1}Aditya Gupta1-1/+1
2023-06-14perf tests stat+shadow_stat.sh: Fix all POSIX sh warnings found using shellcheckSpoorthy S1-2/+2
2023-06-14perf tests test_brstack.sh: Fix all POSIX sh warningsGeetika1-6/+6
2023-06-14perf tests shell: Fixed shellcheck warningsSamir Mulani3-11/+11
2023-06-14perf tests lock_contention: Fix shellscript errorsAbhirup Deb1-35/+35
2023-06-14perf tests test_arm_spe: Address shellcheck warnings about signal name caseAbhirup Deb1-1/+1
2023-06-14perf tests test_task_analyzer: Fix shellcheck issuesAboorva Devarajan1-27/+27
2023-06-14perf tests stat_all_metrics: Fix shellcheck warning SC2076Barnali Guha Thakurata1-3/+3
2023-06-14perf tests test_arm_coresight: Shellcheck fixesAnushree Mathur1-3/+3
2023-06-14perf tests stat+csv_output: Fix shellcheck warningsKorrapati Likhitha1-2/+2
2023-06-14perf tests daemon: Address shellcheck warningsShirisha G1-38/+75
2023-06-14perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...Spoorthy S1-3/+3
2023-06-14perf tests stat+json_output: Address shellcheck warningsDisha Goel1-1/+1
2023-06-12perf test: Add test of libpfm4 eventsIan Rogers1-0/+51
2023-05-27perf test: Fix perf stat JSON output testNamhyung Kim1-1/+1
2023-05-23pert tests: Add tests for new "perf stat --per-cache" aggregation optionK Prateek Nayak3-1/+30
2023-05-22perf test: Add test validating JSON generated by 'perf data convert --to-json'Anup Sharma1-0/+72
2023-05-15perf test: Add cputype testing to perf statIan Rogers1-0/+44
2023-05-10perf test: Add stat test for record and scriptSandipan Das1-0/+13
2023-05-10perf test test_intel_pt.sh: Test sample mode with event with PMU nameAdrian Hunter1-0/+7
2023-05-10perf test java symbol: Remove needless debuginfod queriesThomas Richter1-1/+1
2023-05-07Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo1-1/+1
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on x86_64Thomas Richter1-1/+0
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on s390Thomas Richter1-2/+0
2023-04-24perf cs-etm: Add separate decode paths for timeless and per-thread modesJames Clark1-0/+24
2023-04-11perf test stat+json_output: Write JSON output to a fileIan Rogers2-13/+38
2023-04-11perf test stat+csv_output: Write CSV output to a fileIan Rogers1-16/+42
2023-04-04perf tests record_offcpu.sh: Fix redirection of stderr to stdinPatrice Duroux1-1/+1
2023-03-14perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers1-1/+1
2023-02-23perf test: Avoid counting commas in json linterIan Rogers1-16/+13
2023-02-23perf tests stat+csv_output: Switch CSV separator to @Ian Rogers1-11/+12
2023-02-17perf tests stat_all_metrics: Change true workload to sleep workload for syste...Kajol Jain1-1/+1
2023-02-02perf session: Show branch speculation info in raw dumpSandipan Das1-9/+9
2023-02-02perf test: Add more test cases for perf lock contentionNamhyung Kim1-4/+62
2023-02-02perf test: Replace legacy `...` with $(...)Diederik de Haas1-9/+9
2023-02-02perf test: Replace 'grep | wc -l' with 'grep -c'Diederik de Haas1-3/+3
2023-02-02perf tests shell: Fix check for libtracevent supportAthira Rajeev3-0/+17
2023-02-02perf tests shell: Add check for perf data file in record+probe_libc_inet_pton...Athira Rajeev1-0/+5
2023-02-02perf test: Add pipe mode test to the Intel PT test suiteNamhyung Kim1-0/+17
2023-01-23perf test buildid: Fix shell string substitutionsAthira Rajeev1-7/+11
2023-01-18perf test build-id: Fix test check for PE fileAthira Rajeev1-1/+14
2023-01-04perf test record_probe_libc_inet_pton: Fix test on s/390 where 'text_to_binar...Thomas Richter1-0/+1
2023-01-03perf test record_probe_libc_inet_pton: Fix failure due to extra inet_pton() b...Arnaldo Carvalho de Melo1-1/+1
2022-12-21perf test: Fix "all PMU test" to skip parametrized eventsMichael Petlan1-11/+2
2022-12-21perf test: Update 'perf lock contention' testNamhyung Kim1-1/+57
2022-12-14perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang12-32/+32