aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28perf test: Fix test 21 for s390xThomas Richter1-0/+4
2017-11-28perf test shell: Fix test case probe libc's inet_pton on s390xThomas Richter1-2/+5
2017-11-28perf test shell: Fix check open filename arg using 'perf trace' on s390xThomas Richter1-2/+4
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar53-0/+53
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman53-0/+53
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-5/+9
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-5/+5
2017-10-23perf tests attr: Make hw events optionalJiri Olsa7-0/+41
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-3/+6
2017-10-18perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/UbuntuLi Zhijian1-3/+6
2017-10-03perf tests attr: Fix group stat testsJiri Olsa2-0/+4
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang1-1/+1
2017-10-02perf test attr: Fix ignored test case resultThomas Richter1-1/+1
2017-10-02perf test attr: Fix python error on empty resultThomas Richter1-1/+5
2017-10-02perf tests attr: Fix task term valuesJiri Olsa4-2/+4
2017-09-13perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo1-0/+1
2017-09-12perf tests: Fix compile when libunwind's unwind.h is availableMilian Wolff1-1/+1
2017-09-01perf test: Add test case for PERF_SAMPLE_PHYS_ADDRKan Liang1-1/+5
2017-09-01perf test powerpc: Fix 'Object code reading' testRavi Bangoria1-0/+5
2017-08-22perf test: Add test cases for new data source encodingAndi Kleen4-0/+62
2017-08-22perf tools: Expression parser enhancements for metricsAndi Kleen1-0/+5
2017-08-22perf evsel: Fix buffer overflow while freeing eventsAndi Kleen2-2/+2
2017-08-17perf events parse: Rename parse_events_parse argumentsArnaldo Carvalho de Melo1-8/+8
2017-08-17perf events parse: Rename parsing state struct to clearer nameArnaldo Carvalho de Melo1-1/+1
2017-08-16perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips3-4/+4
2017-08-16perf bpf: Fix endianness problem when loading parameters in prologueWang Nan1-1/+3
2017-08-15perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1Arnaldo Carvalho de Melo1-3/+3
2017-08-15perf test shell: Check if 'perf probe' is available, skip tests if notArnaldo Carvalho de Melo6-1/+22
2017-08-15perf tests shell: Remove duplicate skip_if_no_debuginfo() functionArnaldo Carvalho de Melo1-5/+0
2017-08-11perf test shell: Add uprobes + backtrace ping testArnaldo Carvalho de Melo1-0/+40
2017-08-11perf test shell: Add test using vfs_getname + 'perf trace'Arnaldo Carvalho de Melo1-0/+31
2017-08-11perf test shell: Add test using probe:vfs_getname and verifying resultsArnaldo Carvalho de Melo1-0/+37
2017-08-11perf test shell: Move vfs_getname probe function to libArnaldo Carvalho de Melo2-21/+29
2017-08-11perf test shell: Add 'probe_vfs_getname' shell testArnaldo Carvalho de Melo1-0/+30
2017-08-11perf test: Make 'list' use same filtering code as main 'perf test'Arnaldo Carvalho de Melo1-8/+10
2017-08-11perf test: Add infrastructure to run shell based testsArnaldo Carvalho de Melo2-1/+170
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo49-116/+116
2017-08-11perf test: Make 'list' subcommand match main 'perf test' numbering/matchingArnaldo Carvalho de Melo1-1/+3
2017-07-18perf tests attr: Add optional termJiri Olsa5-3/+23
2017-07-18perf tests attr: Fix stat sample_type setupJiri Olsa1-1/+1
2017-07-18perf tests attr: Fix precise_ip setupJiri Olsa1-1/+1
2017-07-18perf tests attr: Fix sample_period setupJiri Olsa12-13/+1
2017-07-18perf tests attr: Fix cpu test disabled term setupJiri Olsa1-2/+2
2017-07-18perf tests attr: Add proper return valuesJiri Olsa24-0/+24
2017-07-18perf tests attr: Fix no-delay testJiri Olsa1-1/+1
2017-07-18perf tests attr: Fix record dwarf testJiri Olsa1-1/+2
2017-07-18perf tests attr: Add 1s for exclude_kernel and task base bitsJiri Olsa2-2/+2
2017-07-18perf tests attr: Rename compare_data to data_equalJiri Olsa1-4/+4
2017-07-18perf tests attr: Make compare_data globalJiri Olsa1-18/+18
2017-07-18perf tests attr: Add test_attr__ready functionJiri Olsa1-0/+10