summaryrefslogtreecommitdiff
path: root/tools/perf/tests/shell
AgeCommit message (Expand)Author
2021-06-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-06-19perf test: Fix non-bash issue with stat bpf countersIan Rogers
2021-06-18perf test: Make stat bpf counters test more robustIan Rogers
2021-06-18perf test: Add verbose skip output for bpf countersIan Rogers
2021-04-29perf tests: Skip 'perf stat metrics (shadow stat) test' for hybridJin Yao
2021-03-29Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-03-26perf test: Change to use bash for daemon testLeo Yan
2021-03-24perf test: Add CSV summary testJin Yao
2021-03-23perf test: Add a shell test for 'perf stat --bpf-counters' new optionSong Liu
2021-03-17perf test: Add 30s timeout for wait for daemon start.Ian Rogers
2021-03-17perf test: Cleanup daemon if test is interrupted.Ian Rogers
2021-03-17perf test: Remove unused argumentIan Rogers
2021-03-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-03-06perf daemon: Fix running test for non root userJiri Olsa
2021-03-02perf buildid-cache: Add test for PE executableNicholas Fraser
2021-02-18perf buildid-cache: Add test for 16-byte build-idNicholas Fraser
2021-02-18perf test: Output the sub testing result in cs-etmLeo Yan
2021-02-18perf test: Suppress logs in cs-etm testingLeo Yan
2021-02-11perf tests: Add daemon 'lock' testJiri Olsa
2021-02-11perf tests: Add daemon 'ping' command testJiri Olsa
2021-02-11perf tests: Add daemon 'signal' command testJiri Olsa
2021-02-11perf tests: Add daemon 'stop' command testJiri Olsa
2021-02-11perf tests: Add daemon reconfig testJiri Olsa
2021-02-11perf tests: Add daemon 'list' command testJiri Olsa
2021-01-15perf test: Fix shadow stat test for non-bash shellsNamhyung Kim
2020-12-17perf tools: Add support to read build id from compressed elfJiri Olsa
2020-11-30perf test: Add shadow stat testNamhyung Kim
2020-11-12perf test: Update branch sample pattern for cs-etmLeo Yan
2020-11-12perf test: Fix a typo in cs-etm testingLeo Yan
2020-10-14perf test: Add build id shell testJiri Olsa
2020-09-10perf test: Introduce script for Arm CoreSight testingLeo Yan
2020-08-13perf test: Allow multiple probes in record+script_probe_vfs_getname.shMichael Petlan
2020-07-31perf tests: Fix test 68 zstd compression for s390Thomas Richter
2020-02-18perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter
2019-08-26perf tests: Fixes hang in zstd compression test by changing the source of ran...James Clark
2019-08-12perf test vfs_getname: Disable ~/.perfconfig to get default outputArnaldo Carvalho de Melo
2019-07-08Merge remote-tracking branch 'tip/perf/core' into perf/urgentArnaldo Carvalho de Melo
2019-07-06perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Seeteena Thoufeek
2019-06-17perf tests: Add missing SPDX headersArnaldo Carvalho de Melo
2019-05-15perf test zstd: Fixup verbose mode outputArnaldo Carvalho de Melo
2019-05-15perf tests: Implement Zstd comp/decomp integration testAlexey Budankov
2019-02-15perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace supportTommi Rantala
2019-01-04perf test shell: Use a fallback to get the pathname in vfs_getnameArnaldo Carvalho de Melo
2018-12-18perf tests: Use shebangs in the shell scriptsMichael Petlan
2018-09-05perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfoArnaldo Carvalho de Melo
2018-07-24perf tests: Fix record+probe_libc_inet_pton.sh when event existsSandipan Das
2018-07-24perf tests: Fix record+probe_libc_inet_pton.sh to ensure cleanupsSandipan Das
2018-07-24perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Sandipan Das
2018-07-11perf test shell: Make perf's inet_pton test more portableKim Phillips
2018-07-11perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips