summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "perf test 6: Fix missing kvm module load for s390"Sasha Levin2019-08-291-27/+0
* perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo2019-07-311-1/+1
* perf test 6: Fix missing kvm module load for s390Thomas Richter2019-07-311-0/+27
* perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()Changbin Du2019-04-201-0/+1
* perf tests: Fix memory leak by expr__find_other() in test__expr()Changbin Du2019-04-201-1/+4
* perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_o...Changbin Du2019-04-201-1/+3
* perf test: Fix failure of 'evsel-tp-sched' test on s390Thomas Richter2019-04-051-3/+3
* perf test shell: Use a fallback to get the pathname in vfs_getnameArnaldo Carvalho de Melo2019-02-201-1/+2
* perf tests attr: Make hw events optionalJiri Olsa2019-02-157-0/+41
* perf tests attr: Fix group stat testsJiri Olsa2019-02-152-0/+4
* perf tests attr: Fix task term valuesJiri Olsa2019-02-154-2/+4
* perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva2019-02-121-1/+1
* perf test: Fix perf_event_attr test failureAdrian Hunter2019-02-121-1/+1
* perf test code-reading: Fix perf_env setup for PTI entry trampolinesAdrian Hunter2018-11-271-0/+1
* perf tests: Fix indexing when invoking subtestsSandipan Das2018-11-041-2/+2
* perf tools: Fix snprint warnings for gcc 8Jiri Olsa2018-10-183-4/+4
* perf test: Fix subtest number when showing resultsThomas Richter2018-09-261-1/+1
* perf test session topology: Fix test on s390Thomas Richter2018-08-241-0/+1
* perf test: "Session topology" dumps core on s390Thomas Richter2018-07-081-6/+24
* perf tests: Fix dwarf unwind for stripped binariesJiri Olsa2018-05-301-16/+30
* perf tests: Use arch__compare_symbol_names to compare symbolsJiri Olsa2018-05-301-1/+1
* perf test: Fix test case inet_pton to accept inlines.Thomas Richter2018-05-301-3/+3
* perf test: Fix test trace+probe_libc_inet_pton.sh for s390xThomas Richter2018-04-261-4/+17
* perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo2018-04-261-0/+1
* perf test: Fix test 21 for s390xThomas Richter2018-02-251-0/+4
* perf test shell: Fix check open filename arg using 'perf trace' on s390xThomas Richter2018-02-251-2/+4
* perf test attr: Fix python error on empty resultThomas Richter2017-12-101-1/+5
* perf test attr: Fix ignored test case resultThomas Richter2017-12-101-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0253-0/+53
* perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/UbuntuLi Zhijian2017-10-181-3/+6
* perf tests: Fix compile when libunwind's unwind.h is availableMilian Wolff2017-09-121-1/+1
* perf test: Add test case for PERF_SAMPLE_PHYS_ADDRKan Liang2017-09-011-1/+5
* perf test powerpc: Fix 'Object code reading' testRavi Bangoria2017-09-011-0/+5
* perf test: Add test cases for new data source encodingAndi Kleen2017-08-224-0/+62
* perf tools: Expression parser enhancements for metricsAndi Kleen2017-08-221-0/+5
* perf evsel: Fix buffer overflow while freeing eventsAndi Kleen2017-08-222-2/+2
* perf events parse: Rename parse_events_parse argumentsArnaldo Carvalho de Melo2017-08-171-8/+8
* perf events parse: Rename parsing state struct to clearer nameArnaldo Carvalho de Melo2017-08-171-1/+1
* perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips2017-08-163-4/+4
* perf bpf: Fix endianness problem when loading parameters in prologueWang Nan2017-08-161-1/+3
* perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1Arnaldo Carvalho de Melo2017-08-151-3/+3
* perf test shell: Check if 'perf probe' is available, skip tests if notArnaldo Carvalho de Melo2017-08-156-1/+22
* perf tests shell: Remove duplicate skip_if_no_debuginfo() functionArnaldo Carvalho de Melo2017-08-151-5/+0
* perf test shell: Add uprobes + backtrace ping testArnaldo Carvalho de Melo2017-08-111-0/+40
* perf test shell: Add test using vfs_getname + 'perf trace'Arnaldo Carvalho de Melo2017-08-111-0/+31
* perf test shell: Add test using probe:vfs_getname and verifying resultsArnaldo Carvalho de Melo2017-08-111-0/+37
* perf test shell: Move vfs_getname probe function to libArnaldo Carvalho de Melo2017-08-112-21/+29
* perf test shell: Add 'probe_vfs_getname' shell testArnaldo Carvalho de Melo2017-08-111-0/+30
* perf test: Make 'list' use same filtering code as main 'perf test'Arnaldo Carvalho de Melo2017-08-111-8/+10
* perf test: Add infrastructure to run shell based testsArnaldo Carvalho de Melo2017-08-112-1/+170