aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/builtin-test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-19perf tools: Add the bash completion for listing subsubcommands of perf testYunlong Song1-2/+3
2014-11-19perf test: fix typo in python testWANG Chao1-1/+1
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo1-0/+5
2014-09-25tools lib api: Adopt fdarray class from perf's evlistArnaldo Carvalho de Melo1-4/+4
2014-09-25perf tests: Add pollfd growing testArnaldo Carvalho de Melo1-0/+4
2014-09-25perf tests: Add test for perf_evlist__filter_pollfd()Arnaldo Carvalho de Melo1-0/+4
2014-08-22perf tests: Add a test for tracking with sched_switchAdrian Hunter1-0/+4
2014-08-15perf test: Use strerror_r instead of strerrorMasami Hiramatsu1-1/+3
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-1/+1
2014-06-12perf tests: Add test for closing dso objects on EMFILE errorJiri Olsa1-0/+4
2014-06-12perf tests: Add test for caching dso file descriptorsJiri Olsa1-1/+5
2014-06-12perf tests: Spawn child for each testJiri Olsa1-1/+31
2014-06-01perf tests: Add a test case for cumulating callchainsNamhyung Kim1-0/+4
2014-05-21perf tests: Add a testcase for histogram output sortingNamhyung Kim1-0/+4
2014-05-16perf tests: Add dwarf unwind test on ARMJean Pihet1-1/+1
2014-04-28perf tests: Add map groups sharing with thread object testJiri Olsa1-0/+4
2014-04-28perf tests: Add thread maps lookup automated testsJiri Olsa1-0/+4
2014-04-28perf tests: Add a test case for hists filteringNamhyung Kim1-0/+4
2014-02-18perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macroJiri Olsa1-1/+1
2014-02-18perf tests x86: Add dwarf unwind testJiri Olsa1-0/+8
2013-09-05perf tools: Add test for parsing with no sample_id_all bitAdrian Hunter1-0/+4
2013-09-02perf tests: Add 'keep tracking' testAdrian Hunter1-0/+4
2013-08-29perf tests: Add a sample parsing testAdrian Hunter1-0/+4
2013-08-07perf tests: Add test for reading object codeAdrian Hunter1-0/+4
2013-07-23perf tools: Add test for converting perf time to/from TSCAdrian Hunter1-0/+6
2013-05-28perf test: Fix typoArnaldo Carvalho de Melo1-1/+1
2013-03-18perf tests: Add a test case for checking sw clock event frequencyNamhyung Kim1-0/+4
2013-03-15perf test: Add test case for checking number of EXIT eventsNamhyung Kim1-0/+4
2013-03-15perf tests: Test breakpoint overflow signal handler countsJiri Olsa1-0/+4
2013-03-15perf tests: Test breakpoint overflow signal handlerJiri Olsa1-0/+4
2013-01-24perf test: Allow skipping testsArnaldo Carvalho de Melo1-2/+15
2013-01-24perf tests: Add return states enum for testsJiri Olsa1-3/+12
2013-01-24perf test: Check for linking problems in the python bindingArnaldo Carvalho de Melo1-0/+4
2013-01-24perf test: Add a test case for hists__{match,link}Namhyung Kim1-0/+4
2012-11-14perf tests: Final cleanup for builtin-test moveJiri Olsa1-27/+7
2012-11-14perf tests: Move pmu tests into separate objectJiri Olsa1-6/+1
2012-11-14perf tests: Move test__syscall_open_tp_fields into separate objectJiri Olsa1-112/+0
2012-11-14perf tests: Move perf_evsel__tp_sched_test into separate objectJiri Olsa1-82/+1
2012-11-14perf tests: Move perf_evsel__roundtrip_name_test into separate objectJiri Olsa1-111/+1
2012-11-14perf tests: Move test__rdpmc into separate objectJiri Olsa1-168/+0
2012-11-14perf tests: Move test__PERF_RECORD into separate objectJiri Olsa1-307/+0
2012-11-14perf tests: Move test__basic_mmap into separate objectJiri Olsa1-157/+0
2012-11-14perf tests: Move test__open_syscall_event_on_all_cpus into separate objectJiri Olsa1-114/+0
2012-11-14perf tests: Move test__open_syscall_event into separate objectJiri Olsa1-84/+0
2012-11-14perf tests: Move test__vmlinux_matches_kallsyms into separate objectJiri Olsa1-221/+2
2012-11-09perf test: fix a build error on builtin-testZheng Liu1-26/+12
2012-11-09perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo1-0/+1
2012-11-01perf tests: Add attr tests under builtin test commandJiri Olsa1-0/+4
2012-10-31perf tests: Move test objects into 'tests' directoryJiri Olsa1-0/+1559