aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-test.c
AgeCommit message (Expand)Author
2012-09-25perf test: Fix build failureNamhyung Kim
2012-09-24perf test: Add test for the sched tracepoint format fieldsArnaldo Carvalho de Melo
2012-09-14perf test: Fixup for the die() removalNamhyung Kim
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-09perf test: Remove die() callsArnaldo Carvalho de Melo
2012-09-06perf test: Add roundtrip test for hardware cache eventsArnaldo Carvalho de Melo
2012-09-06perf test: Add round trip test for sw and hw event namesArnaldo Carvalho de Melo
2012-08-15perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo
2012-08-14perf tools: Enable grouping logic for parsed eventsJiri Olsa
2012-08-02perf evlist: Introduce perf_evlist__parse_sampleArnaldo Carvalho de Melo
2012-08-01perf session: Use perf_evlist__sample_type more extensivelyArnaldo Carvalho de Melo
2012-08-01perf evsel: Precalculate the sample sizeArnaldo Carvalho de Melo
2012-07-25perf test: Add dso data caching testsJiri Olsa
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo
2012-05-22perf test: Move parse event automated tests to separated objectJiri Olsa
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo
2012-05-17perf target: Add uses_mmap fieldNamhyung Kim
2012-05-02perf evlist: Make create_maps() take struct perf_targetNamhyung Kim
2012-05-02perf tools: Introduce struct perf_targetNamhyung Kim
2012-05-02perf test: Make the rdpmc test honour 'verbose' modeArnaldo Carvalho de Melo
2012-04-17perf tools: Add 'G' and 'H' modifiers to event parsingGleb Natapov
2012-03-22perf tools: Fix modifier to be applied on correct eventsJiri Olsa
2012-03-16perf tools: Add support to specify pmu style eventJiri Olsa
2012-03-16perf tools: Add perf pmu object to access pmu format definitionJiri Olsa
2012-03-16perf tools: Add config options support for event parsingJiri Olsa
2012-03-16perf tools: Add parser generator for events parsingJiri Olsa
2012-02-14perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern
2012-01-27Merge branch 'perf/fast' into perf/coreIngo Molnar
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo
2012-01-08perf test: Change type of '-v' option to INCRNamhyung Kim
2011-12-21perf tools: Add x86 RDPMC, RDTSC testPeter Zijlstra
2011-12-20perf test: Add more automated tests for event parsingJiri Olsa
2011-12-02perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" testArnaldo Carvalho de Melo
2011-12-02perf test: Validate PERF_RECORD_ events and perf_sample fieldsArnaldo Carvalho de Melo
2011-11-29perf test: Allow running just a subset of the available testsArnaldo Carvalho de Melo
2011-11-28perf tools: Simplify debugfs mountpoint handling codeArnaldo Carvalho de Melo
2011-10-26perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern
2011-07-21perf tools: Make test use the preset debugfs pathJiri Olsa
2011-07-21perf tools: Add automated tests for events parsingJiri Olsa
2011-06-02perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo
2011-05-22Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2011-05-22perf tools: Propagate event parse error handlingFrederic Weisbecker
2011-05-22perf tools: Pre-check sample size before parsingFrederic Weisbecker
2011-05-15perf evlist: Fix per thread mmap setupArnaldo Carvalho de Melo
2011-04-15perf evsel: Fix use of inheritArnaldo Carvalho de Melo
2011-01-31perf evlist: Store pointer to the cpu and thread mapsArnaldo Carvalho de Melo
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo