summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* perf tests: Make terms a stack variable in test_termDavid Ahern2013-07-121-9/+5Star
* perf tools: Use default include path notation for libtraceevent headersRobert Richter2013-07-121-1/+1
* perf tests: Make TEST_ASSERT_VAL globalJiri Olsa2013-07-123-16/+8Star
* perf tests: Omit end of the symbol check failure for test 1Jiri Olsa2013-07-121-4/+11
* perf tests: Fix exclude_guest|exclude_host checking for attr testsJiri Olsa2013-05-292-4/+4
* perf tests: Fix attr test for record -d optionJiri Olsa2013-05-291-1/+4
* perf tools: Add automated make test suiteJiri Olsa2013-05-281-0/+138
* perf test: Fix typoArnaldo Carvalho de Melo2013-05-281-1/+1
* perf tests: Fix compile errors in bp_signal filesSukadev Bhattiprolu2013-05-282-0/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-302-2/+2
|\
| * treewide: Fix typo in printksMasanari Iida2013-04-122-2/+2
* | perf tools: Add support for weight v7 (modified)Andi Kleen2013-04-011-2/+2
* | perf tests: Add a test case for checking sw clock event frequencyNamhyung Kim2013-03-183-0/+124
* | perf test: Add test case for checking number of EXIT eventsNamhyung Kim2013-03-153-0/+128
* | perf tests: Fixup return path of perf record test caseNamhyung Kim2013-03-151-1/+3
* | perf tests: Fixup return path of open-syscall-tp-fields test caseNamhyung Kim2013-03-151-2/+6
* | perf tests: Test breakpoint overflow signal handler countsJiri Olsa2013-03-153-0/+131
* | perf tests: Test breakpoint overflow signal handlerJiri Olsa2013-03-153-0/+191
* | perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()Namhyung Kim2013-03-151-1/+2
* | perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()Namhyung Kim2013-03-151-1/+1
* | perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()Namhyung Kim2013-03-151-1/+1
* | perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim2013-03-156-7/+9
* | perf tools: Introduce tools/lib/lk libraryBorislav Petkov2013-03-151-1/+1
* | perf tests: Add attr stat -C cpu testJiri Olsa2013-03-151-0/+9
* | perf tests: Add attr record -C cpu testJiri Olsa2013-03-151-0/+13
* | perf tests: Make attr script test event cpuJiri Olsa2013-03-153-0/+3
* | perf tests: Make attr script verbose friendlyJiri Olsa2013-03-152-4/+9
|/
* perf tests: Adding automated parsing tests for group :GH modifiersJiri Olsa2013-02-061-1/+177
* perf sort: Make setup_sorting returns an error codeNamhyung Kim2013-02-061-1/+2
* perf tests: Add group test conditionsNamhyung Kim2013-01-311-0/+28
* perf tools, powerpc: Fix compile warnings in tests/attr.cSukadev Bhattiprolu2013-01-301-0/+5
* perf evsel: Fix memory leaks on evsel->countsNamhyung Kim2013-01-301-0/+1
* perf tests: Fix leaks on PERF_RECORD_* testArnaldo Carvalho de Melo2013-01-301-5/+7
* perf tests: Call machine__exit in the vmlinux matches kallsyms testArnaldo Carvalho de Melo2013-01-251-1/+3
* perf test: Allow skipping testsArnaldo Carvalho de Melo2013-01-241-2/+15
* perf tests: Use ARRAY_SIZE() were applicableArnaldo Carvalho de Melo2013-01-241-7/+2Star
* perf tools: Fix usage of __ in event parsing struct namesArnaldo Carvalho de Melo2013-01-241-12/+12
* perf tools: Fix usage of __ in parse_events_term structArnaldo Carvalho de Melo2013-01-242-7/+7
* perf tools: Remove unused 'unset' parameter from parse_eventsJiri Olsa2013-01-243-5/+5
* perf tests: Don't fail if a matching vmlinux isn't found, skip that testArnaldo Carvalho de Melo2013-01-241-1/+2
* perf tests: Add return states enum for testsJiri Olsa2013-01-242-3/+18
* perf machine: Introduce struct machinesArnaldo Carvalho de Melo2013-01-241-10/+7Star
* perf tests: Check python path on attr and binding testNamhyung Kim2013-01-242-3/+3
* perf tests: Add event parsing test for '*:*' tracepointsJiri Olsa2013-01-241-0/+62
* perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo2013-01-241-2/+0Star
* perf test: Check for linking problems in the python bindingArnaldo Carvalho de Melo2013-01-243-0/+28
* perf tests: Adjust some message log levels to help diagnosing problems in att...Arnaldo Carvalho de Melo2013-01-241-9/+18
* perf test: Remove leftover temp file left by one of the attr testsArnaldo Carvalho de Melo2013-01-241-1/+1
* perf test: Add a test case for hists__{match,link}Namhyung Kim2013-01-243-0/+507
* perf evlist: Set the leader in the perf_evlist__config methodArnaldo Carvalho de Melo2012-12-111-1/+1