summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorLines
2013-05-29perf tests: Fix exclude_guest|exclude_host checking for attr testsJiri Olsa-4/+4
2013-05-29perf tests: Fix attr test for record -d optionJiri Olsa-1/+4
2013-05-28perf tools: Add automated make test suiteJiri Olsa-0/+138
2013-05-28perf test: Fix typoArnaldo Carvalho de Melo-1/+1
2013-05-28perf tests: Fix compile errors in bp_signal filesSukadev Bhattiprolu-0/+12
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2013-04-12treewide: Fix typo in printksMasanari Iida-2/+2
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen-2/+2
2013-03-18perf tests: Add a test case for checking sw clock event frequencyNamhyung Kim-0/+124
2013-03-15perf test: Add test case for checking number of EXIT eventsNamhyung Kim-0/+128
2013-03-15perf tests: Fixup return path of perf record test caseNamhyung Kim-1/+3
2013-03-15perf tests: Fixup return path of open-syscall-tp-fields test caseNamhyung Kim-2/+6
2013-03-15perf tests: Test breakpoint overflow signal handler countsJiri Olsa-0/+131
2013-03-15perf tests: Test breakpoint overflow signal handlerJiri Olsa-0/+191
2013-03-15perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()Namhyung Kim-1/+2
2013-03-15perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()Namhyung Kim-1/+1
2013-03-15perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()Namhyung Kim-1/+1
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim-7/+9
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov-1/+1
2013-03-15perf tests: Add attr stat -C cpu testJiri Olsa-0/+9
2013-03-15perf tests: Add attr record -C cpu testJiri Olsa-0/+13
2013-03-15perf tests: Make attr script test event cpuJiri Olsa-0/+3
2013-03-15perf tests: Make attr script verbose friendlyJiri Olsa-4/+9
2013-02-06perf tests: Adding automated parsing tests for group :GH modifiersJiri Olsa-1/+177
2013-02-06perf sort: Make setup_sorting returns an error codeNamhyung Kim-1/+2
2013-01-31perf tests: Add group test conditionsNamhyung Kim-0/+28
2013-01-30perf tools, powerpc: Fix compile warnings in tests/attr.cSukadev Bhattiprolu-0/+5
2013-01-30perf evsel: Fix memory leaks on evsel->countsNamhyung Kim-0/+1
2013-01-30perf tests: Fix leaks on PERF_RECORD_* testArnaldo Carvalho de Melo-5/+7
2013-01-25perf tests: Call machine__exit in the vmlinux matches kallsyms testArnaldo Carvalho de Melo-1/+3
2013-01-24perf test: Allow skipping testsArnaldo Carvalho de Melo-2/+15
2013-01-24perf tests: Use ARRAY_SIZE() were applicableArnaldo Carvalho de Melo-7/+2
2013-01-24perf tools: Fix usage of __ in event parsing struct namesArnaldo Carvalho de Melo-12/+12
2013-01-24perf tools: Fix usage of __ in parse_events_term structArnaldo Carvalho de Melo-7/+7
2013-01-24perf tools: Remove unused 'unset' parameter from parse_eventsJiri Olsa-5/+5
2013-01-24perf tests: Don't fail if a matching vmlinux isn't found, skip that testArnaldo Carvalho de Melo-1/+2
2013-01-24perf tests: Add return states enum for testsJiri Olsa-3/+18
2013-01-24perf machine: Introduce struct machinesArnaldo Carvalho de Melo-10/+7
2013-01-24perf tests: Check python path on attr and binding testNamhyung Kim-3/+3
2013-01-24perf tests: Add event parsing test for '*:*' tracepointsJiri Olsa-0/+62
2013-01-24perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo-2/+0
2013-01-24perf test: Check for linking problems in the python bindingArnaldo Carvalho de Melo-0/+28
2013-01-24perf tests: Adjust some message log levels to help diagnosing problems in att...Arnaldo Carvalho de Melo-9/+18
2013-01-24perf test: Remove leftover temp file left by one of the attr testsArnaldo Carvalho de Melo-1/+1
2013-01-24perf test: Add a test case for hists__{match,link}Namhyung Kim-0/+507
2012-12-11perf evlist: Set the leader in the perf_evlist__config methodArnaldo Carvalho de Melo-1/+1
2012-12-11perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}Arnaldo Carvalho de Melo-5/+5
2012-12-11perf evsel: No need to always ask for PERF_FORMAT_ID in read_formatArnaldo Carvalho de Melo-1/+5
2012-12-10perf evsel: Introduce method to request IDs be usedArnaldo Carvalho de Melo-2/+1
2012-12-10perf test: Use perf_evsel__newtp constructor in the tracepoint testsArnaldo Carvalho de Melo-88/+17