summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-test.c
Commit message (Expand)AuthorAgeFilesLines
* perf test: Move parse event automated tests to separated objectJiri Olsa2012-05-221-551/+1
* Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-181-0/+30
|\
| * perf tools: Add 'G' and 'H' modifiers to event parsingGleb Natapov2012-04-171-0/+30
* | perf target: Add uses_mmap fieldNamhyung Kim2012-05-171-0/+1
* | perf evlist: Make create_maps() take struct perf_targetNamhyung Kim2012-05-021-3/+4
* | perf tools: Introduce struct perf_targetNamhyung Kim2012-05-021-2/+3
* | perf test: Make the rdpmc test honour 'verbose' modeArnaldo Carvalho de Melo2012-05-021-4/+2
|/
* perf tools: Fix modifier to be applied on correct eventsJiri Olsa2012-03-221-2/+114
* perf tools: Add support to specify pmu style eventJiri Olsa2012-03-161-0/+20
* perf tools: Add perf pmu object to access pmu format definitionJiri Olsa2012-03-161-0/+10
* perf tools: Add config options support for event parsingJiri Olsa2012-03-161-0/+22
* perf tools: Add parser generator for events parsingJiri Olsa2012-03-161-3/+3
* perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo2012-02-141-1/+0
* perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern2012-02-131-2/+0
* Merge branch 'perf/fast' into perf/coreIngo Molnar2012-01-271-2/+175
|\
| * perf tools: Add x86 RDPMC, RDTSC testPeter Zijlstra2011-12-211-2/+175
* | perf tools: Introduce per user viewArnaldo Carvalho de Melo2012-01-241-4/+4
* | perf test: Change type of '-v' option to INCRNamhyung Kim2012-01-081-1/+1
|/
* perf test: Add more automated tests for event parsingJiri Olsa2011-12-201-1/+126
* perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" testArnaldo Carvalho de Melo2011-12-021-24/+21
* perf test: Validate PERF_RECORD_ events and perf_sample fieldsArnaldo Carvalho de Melo2011-12-021-0/+337
* perf test: Allow running just a subset of the available testsArnaldo Carvalho de Melo2011-11-291-21/+60
* perf tools: Simplify debugfs mountpoint handling codeArnaldo Carvalho de Melo2011-11-281-1/+2
* perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo2011-10-261-3/+3
* perf tool: Fix endianness handling of u32 data in samplesDavid Ahern2011-09-231-1/+1
* perf tools: Make test use the preset debugfs pathJiri Olsa2011-07-211-2/+2
* perf tools: Add automated tests for events parsingJiri Olsa2011-07-211-0/+245
* perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo2011-06-021-1/+1
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2011-05-221-1/+8
|\
| * perf tools: Propagate event parse error handlingFrederic Weisbecker2011-05-221-2/+7
| * perf tools: Pre-check sample size before parsingFrederic Weisbecker2011-05-221-1/+3
* | perf evlist: Fix per thread mmap setupArnaldo Carvalho de Melo2011-05-151-1/+1
|/
* perf evsel: Fix use of inheritArnaldo Carvalho de Melo2011-04-151-5/+5
* perf evlist: Store pointer to the cpu and thread mapsArnaldo Carvalho de Melo2011-01-311-3/+3
* perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-291-3/+3
* perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo2011-01-291-1/+1
* perf test: Fix return values checkingHan Pingtian2011-01-281-3/+3
* perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo2011-01-241-10/+1
* perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo2011-01-241-1/+1
* perf test: Add test for the evlist mmap routinesArnaldo Carvalho de Melo2011-01-221-2/+169
* perf test: check if cpu_map__new() return NULLHan Pingtian2011-01-221-3/+3
* perf test: Check counts on all cpus in test__open_syscall_event_on_all_cpusArnaldo Carvalho de Melo2011-01-221-3/+5
* perf evsel: Allow specifying if the inherit bit should be setArnaldo Carvalho de Melo2011-01-221-2/+2
* perf evsel: Support event groupsArnaldo Carvalho de Melo2011-01-221-2/+2
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-221-7/+7
* perf test: Fix build on older glibcsArnaldo Carvalho de Melo2011-01-221-14/+19
* perf test: Use cpu_map->[cpu] when setting affinityHan Pingtian2011-01-211-4/+9
* perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)Arnaldo Carvalho de Melo2011-01-101-0/+110
* perf tools: Pass whole attr to event selectorsLin Ming2011-01-071-1/+5
* perf test: Clarify some error reports in the open syscall testArnaldo Carvalho de Melo2011-01-051-7/+11