aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-test.c
Commit message (Expand)AuthorAge
* perf tests: Move test objects into 'tests' directoryJiri Olsa2012-10-31
* perf test: Align the 'Ok'/'FAILED!' test resultsArnaldo Carvalho de Melo2012-10-24
* perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo2012-10-06
* perf test: Add test to check we correctly parse and match syscall open parmsArnaldo Carvalho de Melo2012-09-26
* perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo2012-09-26
* perf test: Fix build failureNamhyung Kim2012-09-25
* perf test: Add test for the sched tracepoint format fieldsArnaldo Carvalho de Melo2012-09-24
* perf test: Fixup for the die() removalNamhyung Kim2012-09-14
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf test: Remove die() callsArnaldo Carvalho de Melo2012-09-09
* perf test: Add roundtrip test for hardware cache eventsArnaldo Carvalho de Melo2012-09-06
* perf test: Add round trip test for sw and hw event namesArnaldo Carvalho de Melo2012-09-06
* perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo2012-08-15
* perf tools: Enable grouping logic for parsed eventsJiri Olsa2012-08-14
* perf evlist: Introduce perf_evlist__parse_sampleArnaldo Carvalho de Melo2012-08-02
* perf session: Use perf_evlist__sample_type more extensivelyArnaldo Carvalho de Melo2012-08-01
* perf evsel: Precalculate the sample sizeArnaldo Carvalho de Melo2012-08-01
* perf test: Add dso data caching testsJiri Olsa2012-07-25
* perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo2012-06-19
* perf test: Move parse event automated tests to separated objectJiri Olsa2012-05-22
* Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-18
|\
| * perf tools: Add 'G' and 'H' modifiers to event parsingGleb Natapov2012-04-17
* | perf target: Add uses_mmap fieldNamhyung Kim2012-05-17
* | perf evlist: Make create_maps() take struct perf_targetNamhyung Kim2012-05-02
* | perf tools: Introduce struct perf_targetNamhyung Kim2012-05-02
* | perf test: Make the rdpmc test honour 'verbose' modeArnaldo Carvalho de Melo2012-05-02
|/
* perf tools: Fix modifier to be applied on correct eventsJiri Olsa2012-03-22
* perf tools: Add support to specify pmu style eventJiri Olsa2012-03-16
* perf tools: Add perf pmu object to access pmu format definitionJiri Olsa2012-03-16
* perf tools: Add config options support for event parsingJiri Olsa2012-03-16
* perf tools: Add parser generator for events parsingJiri Olsa2012-03-16
* perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo2012-02-14
* perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern2012-02-13
* Merge branch 'perf/fast' into perf/coreIngo Molnar2012-01-27
|\
| * perf tools: Add x86 RDPMC, RDTSC testPeter Zijlstra2011-12-21
* | perf tools: Introduce per user viewArnaldo Carvalho de Melo2012-01-24
* | perf test: Change type of '-v' option to INCRNamhyung Kim2012-01-08
|/
* perf test: Add more automated tests for event parsingJiri Olsa2011-12-20
* perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" testArnaldo Carvalho de Melo2011-12-02
* perf test: Validate PERF_RECORD_ events and perf_sample fieldsArnaldo Carvalho de Melo2011-12-02
* perf test: Allow running just a subset of the available testsArnaldo Carvalho de Melo2011-11-29
* perf tools: Simplify debugfs mountpoint handling codeArnaldo Carvalho de Melo2011-11-28
* perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo2011-10-26
* perf tool: Fix endianness handling of u32 data in samplesDavid Ahern2011-09-23
* perf tools: Make test use the preset debugfs pathJiri Olsa2011-07-21
* perf tools: Add automated tests for events parsingJiri Olsa2011-07-21
* perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo2011-06-02
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2011-05-22
|\
| * perf tools: Propagate event parse error handlingFrederic Weisbecker2011-05-21
| * perf tools: Pre-check sample size before parsingFrederic Weisbecker2011-05-21