summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)Author
2013-01-24perf tests: Check python path on attr and binding testNamhyung Kim
2013-01-24perf tests: Add event parsing test for '*:*' tracepointsJiri Olsa
2013-01-24perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo
2013-01-24perf test: Check for linking problems in the python bindingArnaldo Carvalho de Melo
2013-01-24perf tests: Adjust some message log levels to help diagnosing problems in att...Arnaldo Carvalho de Melo
2013-01-24perf test: Remove leftover temp file left by one of the attr testsArnaldo Carvalho de Melo
2013-01-24perf test: Add a test case for hists__{match,link}Namhyung Kim
2012-12-11perf evlist: Set the leader in the perf_evlist__config methodArnaldo Carvalho de Melo
2012-12-11perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}Arnaldo Carvalho de Melo
2012-12-11perf evsel: No need to always ask for PERF_FORMAT_ID in read_formatArnaldo Carvalho de Melo
2012-12-10perf evsel: Introduce method to request IDs be usedArnaldo Carvalho de Melo
2012-12-10perf test: Use perf_evsel__newtp constructor in the tracepoint testsArnaldo Carvalho de Melo
2012-12-10perf test: Fixup error reporting in basic mmap testArnaldo Carvalho de Melo
2012-12-10perf evsel: Update sample_size when setting sample_type bitsArnaldo Carvalho de Melo
2012-12-09perf evsel: Convert to _is_group_leader methodNamhyung Kim
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar
2012-11-14perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo
2012-11-14perf tools: Fix 'disabled' attribute config for record commandJiri Olsa
2012-11-14perf tools: Fix attributes for '{}' defined event groupsJiri Olsa
2012-11-14perf tests: Check for mkstemp return value in dso-data testJiri Olsa
2012-11-14perf tests: Final cleanup for builtin-test moveJiri Olsa
2012-11-14perf tests: Move pmu tests into separate objectJiri Olsa
2012-11-14perf tests: Move test__syscall_open_tp_fields into separate objectJiri Olsa
2012-11-14perf tests: Move perf_evsel__tp_sched_test into separate objectJiri Olsa
2012-11-14perf tests: Move perf_evsel__roundtrip_name_test into separate objectJiri Olsa
2012-11-14perf tests: Move test__rdpmc into separate objectJiri Olsa
2012-11-14perf tests: Move test__PERF_RECORD into separate objectJiri Olsa
2012-11-14perf tests: Move test__basic_mmap into separate objectJiri Olsa
2012-11-14perf tests: Move test__open_syscall_event_on_all_cpus into separate objectJiri Olsa
2012-11-14perf tests: Move test__open_syscall_event into separate objectJiri Olsa
2012-11-14perf tests: Move test__vmlinux_matches_kallsyms into separate objectJiri Olsa
2012-11-09perf test: fix a build error on builtin-testZheng Liu
2012-11-09perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo
2012-11-08perf tests: Move attr.py temp dir cleanup into finally sectionJiri Olsa
2012-11-05perf tests: Removing 'optional' fieldJiri Olsa
2012-11-05perf tests: Fix attr watermark field name typoJiri Olsa
2012-11-05perf tests: Factor attr tests WRITE_ASS macroJiri Olsa
2012-11-05perf tests: Add missing attr stat basic testJiri Olsa
2012-11-05perf tests: Add documentation for attr testsJiri Olsa
2012-11-05perf tests: Add attr stat default testJiri Olsa
2012-11-05perf tests: Add attr stat default testJiri Olsa
2012-11-05perf tests: Add attr stat event syntax group testJiri Olsa
2012-11-05perf tests: Add attr stat group testJiri Olsa
2012-11-05perf tests: Add attr stat no-inherit testJiri Olsa
2012-11-05perf tests: Add attr record branch filter testsJiri Olsa
2012-11-05perf tests: Add attr record branch any testJiri Olsa
2012-11-05perf tests: Add attr record no delay testJiri Olsa
2012-11-05perf tests: Add attr record raw testJiri Olsa
2012-11-05perf tests: Add attr record data testJiri Olsa
2012-11-01perf tests: Add attr record no-inherit testJiri Olsa