Update to 3.4-rc5.
[linux-flexiantxendom0-3.2.10.git] / tools / perf / builtin-test.c
2012-04-17 Gleb Natapovperf tools: Add 'G' and 'H' modifiers to event parsing
2012-03-22 Jiri Olsaperf tools: Fix modifier to be applied on correct events
2012-03-16 Jiri Olsaperf tools: Add support to specify pmu style event
2012-03-16 Jiri Olsaperf tools: Add perf pmu object to access pmu format...
2012-03-16 Jiri Olsaperf tools: Add config options support for event parsing
2012-03-16 Jiri Olsaperf tools: Add parser generator for events parsing
2012-02-14 Arnaldo Carvalho... perf tools: Invert the sample_id_all logic
2012-02-14 David Ahernperf tools: Allow multiple threads or processes in...
2012-01-27 Ingo MolnarMerge branch 'perf/fast' into perf/core
2012-01-24 Arnaldo Carvalho... perf tools: Introduce per user view
2012-01-08 Namhyung Kimperf test: Change type of '-v' option to INCR
2011-12-21 Peter Zijlstraperf tools: Add x86 RDPMC, RDTSC test
2011-12-20 Jiri Olsaperf test: Add more automated tests for event parsing
2011-12-02 Arnaldo Carvalho... perf test: Soft errors shouldn't stop the "Validate...
2011-12-02 Arnaldo Carvalho... perf test: Validate PERF_RECORD_ events and perf_sample...
2011-11-29 Arnaldo Carvalho... perf test: Allow running just a subset of the available...
2011-11-28 Arnaldo Carvalho... perf tools: Simplify debugfs mountpoint handling code
2011-10-26 Arnaldo Carvalho... perf evlist: Fix grouping of multiple events
2011-09-23 David Ahernperf tool: Fix endianness handling of u32 data in samples
2011-07-21 Jiri Olsaperf tools: Make test use the preset debugfs path
2011-07-21 Jiri Olsaperf tools: Add automated tests for events parsing
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-03 Arnaldo Carvalho... perf evlist: Don't die if sample_{id_all|type} is invalid
2011-06-02 Arnaldo Carvalho... perf evlist: Don't die if sample_{id_all|type} is invalid
2011-05-22 Ingo MolnarMerge branch 'perf/core' of git://git./linux/kernel...
2011-05-22 Frederic Weisbeckerperf tools: Propagate event parse error handling
2011-05-22 Frederic Weisbeckerperf tools: Pre-check sample size before parsing
2011-05-15 Arnaldo Carvalho... perf evlist: Fix per thread mmap setup
2011-04-15 Arnaldo Carvalho... perf evsel: Fix use of inherit
2011-01-31 Arnaldo Carvalho... perf evlist: Store pointer to the cpu and thread maps
2011-01-29 Arnaldo Carvalho... perf tools: Kill event_t typedef, use 'union perf_event...
2011-01-29 Arnaldo Carvalho... perf tools: Rename 'struct sample_data' to 'struct...
2011-01-28 Han Pingtianperf test: Fix return values checking
2011-01-24 Arnaldo Carvalho... perf tools: Move event__parse_sample to evsel.c
2011-01-24 Arnaldo Carvalho... perf threads: Move thread_map to separate file
2011-01-22 Arnaldo Carvalho... perf test: Add test for the evlist mmap routines
2011-01-22 Han Pingtianperf test: check if cpu_map__new() return NULL
2011-01-22 Arnaldo Carvalho... perf test: Check counts on all cpus in test__open_sysca...
2011-01-22 Arnaldo Carvalho... perf evsel: Allow specifying if the inherit bit should...
2011-01-22 Arnaldo Carvalho... perf evsel: Support event groups
2011-01-23 Arnaldo Carvalho... perf tools: Fix 64 bit integer format strings
2011-01-23 Arnaldo Carvalho... perf test: Fix build on older glibcs
2011-01-21 Han Pingtianperf test: Use cpu_map->[cpu] when setting affinity
2011-01-11 Arnaldo Carvalho... perf evsel: Support perf_evsel__open(cpus > 1 && thread...
2011-01-07 Lin Mingperf tools: Pass whole attr to event selectors
2011-01-05 Arnaldo Carvalho... perf test: Clarify some error reports in the open sysca...
2011-01-04 Arnaldo Carvalho... perf test: Add test for counting open syscalls
2010-12-22 Arnaldo Carvalho... perf test: Look forward for symbol aliases
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-17 Arnaldo Carvalho... perf options: Type check OPT_BOOLEAN and fix the offenders
2010-04-29 Arnaldo Carvalho... perf test: Initial regression testing command