aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo1-3/+3
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo1-1/+1
2011-01-28perf test: Fix return values checkingHan Pingtian1-3/+3
2011-01-24perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo1-10/+1
2011-01-24perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo1-1/+1
2011-01-22perf test: Add test for the evlist mmap routinesArnaldo Carvalho de Melo1-2/+169
2011-01-22perf test: check if cpu_map__new() return NULLHan Pingtian1-3/+3
2011-01-22perf test: Check counts on all cpus in test__open_syscall_event_on_all_cpusArnaldo Carvalho de Melo1-3/+5
2011-01-22perf evsel: Allow specifying if the inherit bit should be setArnaldo Carvalho de Melo1-2/+2
2011-01-22perf evsel: Support event groupsArnaldo Carvalho de Melo1-2/+2
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo1-7/+7
2011-01-22perf test: Fix build on older glibcsArnaldo Carvalho de Melo1-14/+19
2011-01-21perf test: Use cpu_map->[cpu] when setting affinityHan Pingtian1-4/+9
2011-01-10perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)Arnaldo Carvalho de Melo1-0/+110
2011-01-07perf tools: Pass whole attr to event selectorsLin Ming1-1/+5
2011-01-05perf test: Clarify some error reports in the open syscall testArnaldo Carvalho de Melo1-7/+11
2011-01-04perf test: Add test for counting open syscallsArnaldo Carvalho de Melo1-0/+83
2010-12-22perf test: Look forward for symbol aliasesArnaldo Carvalho de Melo1-4/+19
2010-05-17perf options: Type check OPT_BOOLEAN and fix the offendersArnaldo Carvalho de Melo1-1/+1
2010-04-29perf test: Initial regression testing commandArnaldo Carvalho de Melo1-0/+281