summaryrefslogtreecommitdiff
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* 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/+7
* 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/+0
* 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
* perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}Arnaldo Carvalho de Melo2012-12-113-5/+5
* perf evsel: No need to always ask for PERF_FORMAT_ID in read_formatArnaldo Carvalho de Melo2012-12-113-1/+5
* perf evsel: Introduce method to request IDs be usedArnaldo Carvalho de Melo2012-12-101-2/+1
* perf test: Use perf_evsel__newtp constructor in the tracepoint testsArnaldo Carvalho de Melo2012-12-105-88/+17
* perf test: Fixup error reporting in basic mmap testArnaldo Carvalho de Melo2012-12-101-1/+3
* perf evsel: Update sample_size when setting sample_type bitsArnaldo Carvalho de Melo2012-12-101-3/+3
* perf evsel: Convert to _is_group_leader methodNamhyung Kim2012-12-091-10/+10
* Merge branch 'linus' into perf/coreIngo Molnar2012-12-081-1/+1
* perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo2012-11-141-10/+10
* perf tools: Fix 'disabled' attribute config for record commandJiri Olsa2012-11-142-0/+2
* perf tools: Fix attributes for '{}' defined event groupsJiri Olsa2012-11-143-8/+4
* perf tests: Check for mkstemp return value in dso-data testJiri Olsa2012-11-141-0/+4
* perf tests: Final cleanup for builtin-test moveJiri Olsa2012-11-145-30/+16
* perf tests: Move pmu tests into separate objectJiri Olsa2012-11-143-6/+180
* perf tests: Move test__syscall_open_tp_fields into separate objectJiri Olsa2012-11-143-112/+118
* perf tests: Move perf_evsel__tp_sched_test into separate objectJiri Olsa2012-11-143-82/+86
* perf tests: Move perf_evsel__roundtrip_name_test into separate objectJiri Olsa2012-11-143-111/+116
* perf tests: Move test__rdpmc into separate objectJiri Olsa2012-11-143-168/+176
* perf tests: Move test__PERF_RECORD into separate objectJiri Olsa2012-11-143-307/+313
* perf tests: Move test__basic_mmap into separate objectJiri Olsa2012-11-143-157/+163
* perf tests: Move test__open_syscall_event_on_all_cpus into separate objectJiri Olsa2012-11-143-114/+121
* perf tests: Move test__open_syscall_event into separate objectJiri Olsa2012-11-144-84/+101
* perf tests: Move test__vmlinux_matches_kallsyms into separate objectJiri Olsa2012-11-143-221/+238
* perf test: fix a build error on builtin-testZheng Liu2012-11-091-26/+12
* perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo2012-11-092-0/+2
* perf tests: Move attr.py temp dir cleanup into finally sectionJiri Olsa2012-11-081-14/+16
* perf tests: Removing 'optional' fieldJiri Olsa2012-11-054-15/+18