aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-test.c
Commit message (Expand)AuthorAge
* 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
* | perf evlist: Fix per thread mmap setupArnaldo Carvalho de Melo2011-05-15
|/
* perf evsel: Fix use of inheritArnaldo Carvalho de Melo2011-04-15
* perf evlist: Store pointer to the cpu and thread mapsArnaldo Carvalho de Melo2011-01-31
* perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-29
* perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo2011-01-29
* perf test: Fix return values checkingHan Pingtian2011-01-28
* perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo2011-01-24
* perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo2011-01-24
* perf test: Add test for the evlist mmap routinesArnaldo Carvalho de Melo2011-01-22
* perf test: check if cpu_map__new() return NULLHan Pingtian2011-01-22
* perf test: Check counts on all cpus in test__open_syscall_event_on_all_cpusArnaldo Carvalho de Melo2011-01-22
* perf evsel: Allow specifying if the inherit bit should be setArnaldo Carvalho de Melo2011-01-22
* perf evsel: Support event groupsArnaldo Carvalho de Melo2011-01-22
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-22
* perf test: Fix build on older glibcsArnaldo Carvalho de Melo2011-01-22
* perf test: Use cpu_map->[cpu] when setting affinityHan Pingtian2011-01-21
* perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)Arnaldo Carvalho de Melo2011-01-10
* perf tools: Pass whole attr to event selectorsLin Ming2011-01-06
* perf test: Clarify some error reports in the open syscall testArnaldo Carvalho de Melo2011-01-05