summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add a place to put kernel config fragments for test runsJames Clark2023-07-283-0/+19
* perf parse-events: Populate error column for BPF/tracepoint eventsIan Rogers2023-07-281-1/+1
* perf test: Avoid weak symbol for arch_testsIan Rogers2023-07-241-1/+10
* perf stat: Avoid uninitialized use of perf_stat_configIan Rogers2023-07-241-1/+1
* perf test task_exit: No need for a cycles event to check if we get an PERF_RE...Arnaldo Carvalho de Melo2023-07-171-2/+2
* perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller2023-07-111-0/+77
* perf test: Fix event parsing test when PERF_PMU_CAP_EXTENDED_HW_TYPE isn't su...James Clark2023-07-051-36/+50
* perf test: Fix event parsing test on ArmJames Clark2023-07-051-1/+13
* perf test: Test perf lock contention CSV outputNamhyung Kim2023-07-011-0/+36
* perf expr: Add has_event functionIan Rogers2023-06-291-0/+4
* perf test: Fix a compile error on pe-file-parsing.cNamhyung Kim2023-06-271-1/+2
* perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers2023-06-231-1/+0
* perf test: Add build tests for BUILD_BPF_SKELIan Rogers2023-06-231-0/+4
* perf test: Skip metrics w/o event name in stat STD output linterNamhyung Kim2023-06-231-8/+8
* perf test: Reorder event name checks in stat STD output linterNamhyung Kim2023-06-232-3/+3
* perf test: Set PERF_EXEC_PATH for script executionNamhyung Kim2023-06-221-0/+6
* perf tests: Fix test_arm_callgraph_fp variable expansionJames Clark2023-06-221-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-211-46/+83
* perf test: Add skip list for metrics known would failWeilin Wang2023-06-212-4/+38
* perf test: Add metric value validation testWeilin Wang2023-06-213-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-151-3/+3
* pert tests: Support metricgroup perf stat JSON outputKan Liang2023-06-131-0/+3
* perf tests task_analyzer: Skip tests if no libtraceevent supportAditya Gupta2023-06-131-0/+18
* perf tests task_analyzer: Print command that failed instead of just "perf"Aditya Gupta2023-06-131-12/+12
* perf tests task_analyzer: Fix bad substitution ${$1}Aditya Gupta2023-06-131-1/+1
* perf tests stat+shadow_stat.sh: Fix all POSIX sh warnings found using shellcheckSpoorthy S2023-06-131-2/+2
* perf tests test_brstack.sh: Fix all POSIX sh warningsGeetika2023-06-131-6/+6
* perf tests shell: Fixed shellcheck warningsSamir Mulani2023-06-133-11/+11
* perf tests lock_contention: Fix shellscript errorsAbhirup Deb2023-06-131-35/+35
* perf tests test_arm_spe: Address shellcheck warnings about signal name caseAbhirup Deb2023-06-131-1/+1
* perf tests test_task_analyzer: Fix shellcheck issuesAboorva Devarajan2023-06-131-27/+27
* perf tests stat_all_metrics: Fix shellcheck warning SC2076Barnali Guha Thakurata2023-06-131-3/+3
* perf tests test_arm_coresight: Shellcheck fixesAnushree Mathur2023-06-131-3/+3
* perf tests stat+csv_output: Fix shellcheck warningsKorrapati Likhitha2023-06-131-2/+2
* perf tests daemon: Address shellcheck warningsShirisha G2023-06-131-38/+75
* perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...Spoorthy S2023-06-131-3/+3
* perf tests stat+json_output: Address shellcheck warningsDisha Goel2023-06-131-1/+1
* perf tests: Make x86 new instructions test optional at build timeAdrian Hunter2023-06-131-0/+1
* perf machine: Make delete_threads part of machine__exitIan Rogers2023-06-124-4/+0
* perf thread: Add reference count checkingIan Rogers2023-06-121-1/+1
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-126-22/+41
* perf maps: Make delete static, always use putIan Rogers2023-06-121-1/+1
* perf thread: Add accessor functions for threadIan Rogers2023-06-126-12/+13
* perf test: Add test of libpfm4 eventsIan Rogers2023-06-121-0/+51
* perf parse: Allow config terms with breakpointsAdrian Hunter2023-06-121-0/+157
* perf expr: Make the evaluation of & and | logical and lazyIan Rogers2023-06-051-0/+40