aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-26perf test: Add test to check we correctly parse and match syscall open parmsArnaldo Carvalho de Melo1-0/+116
2012-09-26perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo1-2/+2
2012-09-25perf test: Fix build failureNamhyung Kim1-2/+2
2012-09-24perf test: Add test for the sched tracepoint format fieldsArnaldo Carvalho de Melo1-0/+86
2012-09-14perf test: Fixup for the die() removalNamhyung Kim1-4/+4
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-3/+6
2012-09-09perf test: Remove die() callsArnaldo Carvalho de Melo1-6/+8
2012-09-06perf test: Add roundtrip test for hardware cache eventsArnaldo Carvalho de Melo1-0/+61
2012-09-06perf test: Add round trip test for sw and hw event namesArnaldo Carvalho de Melo1-0/+53
2012-08-15perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo1-1/+1
2012-08-14perf tools: Enable grouping logic for parsed eventsJiri Olsa1-4/+4
2012-08-02perf evlist: Introduce perf_evlist__parse_sampleArnaldo Carvalho de Melo1-6/+2
2012-08-01perf session: Use perf_evlist__sample_type more extensivelyArnaldo Carvalho de Melo1-8/+2
2012-08-01perf evsel: Precalculate the sample sizeArnaldo Carvalho de Melo1-5/+4
2012-07-25perf test: Add dso data caching testsJiri Olsa1-0/+4
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo1-1/+1
2012-05-22perf test: Move parse event automated tests to separated objectJiri Olsa1-551/+1
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-0/+30
2012-05-17perf target: Add uses_mmap fieldNamhyung Kim1-0/+1
2012-05-02perf evlist: Make create_maps() take struct perf_targetNamhyung Kim1-3/+4
2012-05-02perf tools: Introduce struct perf_targetNamhyung Kim1-2/+3
2012-05-02perf test: Make the rdpmc test honour 'verbose' modeArnaldo Carvalho de Melo1-4/+2
2012-04-17perf tools: Add 'G' and 'H' modifiers to event parsingGleb Natapov1-0/+30
2012-03-22perf tools: Fix modifier to be applied on correct eventsJiri Olsa1-2/+114
2012-03-16perf tools: Add support to specify pmu style eventJiri Olsa1-0/+20
2012-03-16perf tools: Add perf pmu object to access pmu format definitionJiri Olsa1-0/+10
2012-03-16perf tools: Add config options support for event parsingJiri Olsa1-0/+22
2012-03-16perf tools: Add parser generator for events parsingJiri Olsa1-3/+3
2012-02-14perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo1-1/+0
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern1-2/+0
2012-01-27Merge branch 'perf/fast' into perf/coreIngo Molnar1-2/+175
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo1-4/+4
2012-01-08perf test: Change type of '-v' option to INCRNamhyung Kim1-1/+1
2011-12-21perf tools: Add x86 RDPMC, RDTSC testPeter Zijlstra1-2/+175
2011-12-20perf test: Add more automated tests for event parsingJiri Olsa1-1/+126
2011-12-02perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" testArnaldo Carvalho de Melo1-24/+21
2011-12-02perf test: Validate PERF_RECORD_ events and perf_sample fieldsArnaldo Carvalho de Melo1-0/+337
2011-11-29perf test: Allow running just a subset of the available testsArnaldo Carvalho de Melo1-21/+60
2011-11-28perf tools: Simplify debugfs mountpoint handling codeArnaldo Carvalho de Melo1-1/+2
2011-10-26perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo1-3/+3
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern1-1/+1
2011-07-21perf tools: Make test use the preset debugfs pathJiri Olsa1-2/+2
2011-07-21perf tools: Add automated tests for events parsingJiri Olsa1-0/+245
2011-06-02perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo1-1/+1
2011-05-22Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgentIngo Molnar1-1/+8
2011-05-22perf tools: Propagate event parse error handlingFrederic Weisbecker1-2/+7
2011-05-22perf tools: Pre-check sample size before parsingFrederic Weisbecker1-1/+3
2011-05-15perf evlist: Fix per thread mmap setupArnaldo Carvalho de Melo1-1/+1
2011-04-15perf evsel: Fix use of inheritArnaldo Carvalho de Melo1-5/+5
2011-01-31perf evlist: Store pointer to the cpu and thread mapsArnaldo Carvalho de Melo1-3/+3