Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / tools / perf / builtin-stat.c
2012-05-09 David Ahernperf stat: handle ENXIO error for perf_event_open
2012-05-01 Stephane Eranianperf stat: Fix case where guest/host monitoring is...
2012-03-16 Namhyung Kimperf stat: Fix event grouping on forked task
2012-02-14 David Ahernperf tools: Allow multiple threads or processes in...
2012-02-06 Namhyung Kimperf stat: Align scaled output of cpu-clock
2012-02-06 Namhyung Kimperf stat: Adjust print unit
2012-01-24 Arnaldo Carvalho... perf tools: Introduce per user view
2012-01-03 Namhyung Kimperf stat: Introduce get_ratio_color() helper
2011-12-27 Avi KivityMerge remote-tracking branch 'tip/perf/core' into kvm...
2011-12-20 Ingo MolnarMerge commit 'v3.2-rc6' into perf/core
2011-12-05 Anton Blanchardperf stat: Failure with "Operation not supported"
2011-11-29 Arnaldo Carvalho... perf evlist: Always do automatic allocation of pollfd...
2011-11-28 Arnaldo Carvalho... perf evlist: Introduce perf_evlist__add_attrs
2011-10-26 Arnaldo Carvalho... perf evlist: Fix grouping of multiple events
2011-09-29 Andi Kleenperf tools: Make stat/record print fatal signals of...
2011-09-29 Jim Cromieperf stat: Fix spelling in comment
2011-09-29 Jim Cromieperf stat: Allow tab as cvs delimiter
2011-09-29 Jim Cromieperf stat: Suppress printing std-dev when its 0
2011-09-29 Jim Cromieperf stat: Fix +- nan% in --no-aggr runs
2011-09-29 Jim Cromieperf stat: Add --log-fd <N> option to redirect stderr...
2011-08-18 Ingo MolnarMerge branch 'perf/core' of git://git./linux/kernel...
2011-08-18 Stephane Eranianperf stat: Add -o and --append options
2011-08-18 Lin Mingperf tools: Add group event scheduling option to perf...
2011-07-21 Jiri Olsaperf tools: De-opt the parse_events function
2011-07-01 Zhengyu Heperf stat: Add noise output for csv mode
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-02 David Ahernperf stat: clarify unsupported events from uncounted...
2011-05-19 Ingo Molnarperf stat: Add more cache-miss percentage printouts
2011-05-19 Ingo Molnarperf stat: Add -d -d and -d -d -d options to show more...
2011-04-29 David Ahernperf stat: Tell user about unsupported events in the...
2011-04-29 Ingo Molnarperf stat: Fail softly on unsupported events
2011-04-29 Ingo Molnarperf stat: Leave more room for percentages
2011-04-29 Ingo Molnarperf stat: Adjust stall cycles warning percentages
2011-04-29 Ingo Molnarperf stat: Analyze front-end and back-end stall counts
2011-04-29 Ingo Molnarperf tools: Add front-end and back-end stalled cycles...
2011-04-28 Ingo Molnarperf stat: Fix compatibility behavior
2011-04-28 Ingo Molnarperf stat: Add --sync/-S option
2011-04-27 Ingo Molnarperf stat: Fix printout vertical alignment
2011-04-26 Ingo Molnarperf stat: Add -d/--detailed flag to run with a lot...
2011-04-26 Ingo Molnarperf stat: Print out miss/hit ratio for L1 data-cache...
2011-04-26 Ingo Molnarperf stat: Print branch misses warning colors
2011-04-26 Ingo Molnarperf stat: Print stalled cycles warning colors
2011-04-26 Ingo Molnarperf stat: Fix -nan% output in perf stat noise printouts
2011-04-26 Ingo Molnarperf stat: Add stalled cycles to the default output
2011-04-26 Ingo Molnarperf stat: Add stalled cycles accounting, prettify...
2011-04-26 Ingo Molnarperf stat: Factor our shadow stats
2011-04-26 Ingo Molnarperf stat: Print cache misses as percentage
2011-04-26 Ingo Molnarperf stat: Print stalled cycles percentage
2011-04-15 Arnaldo Carvalho... perf evsel: Fix use of inherit
2011-03-14 Frederic Weisbeckerperf stat: Provide support for filters
2011-02-16 Stephane Eranianperf tool: Add cgroup support
2011-02-01 Arnaldo Carvalho... perf stat: Fix up resource release order
2011-01-31 Arnaldo Carvalho... perf evlist: Store pointer to the cpu and thread maps
2011-01-24 Arnaldo Carvalho... perf threads: Move thread_map to separate file
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-22 Arnaldo Carvalho... perf evsel: Introduce perf_evlist
2011-01-23 Arnaldo Carvalho... perf tools: Fix 64 bit integer format strings
2011-01-11 Arnaldo Carvalho... perf evsel: Fix order of event list deletion
2011-01-10 David Ahernperf stat: better error message for unsupported events
2011-01-07 Lin Mingperf tools: Pass whole attr to event selectors
2011-01-04 Arnaldo Carvalho... perf evsel: Use {cpu,thread}_map to shorten list of...
2011-01-04 Arnaldo Carvalho... perf tools: Refactor all_tids to hold nr and the map
2011-01-04 Arnaldo Carvalho... perf tools: Refactor cpumap to hold nr and the map
2011-01-04 Arnaldo Carvalho... perf evsel: Introduce per cpu and per thread open helpers
2011-01-04 Arnaldo Carvalho... perf evsel: Steal the counter reading routines from...
2011-01-03 Arnaldo Carvalho... perf evsel: Delete the event selectors at exit
2011-01-03 Arnaldo Carvalho... perf evsel: Adopt MATCH_EVENT macro from 'stat'
2011-01-03 Arnaldo Carvalho... perf tools: Introduce event selectors
2010-12-01 Stephane Eranianperf stat: Add csv-style output
2010-12-01 Arnaldo Carvalho... perf stat: Use --big-num format by default
2010-11-20 Corey Ashfordperf stat: Change and clean up sys_perf_event_open...
2010-11-19 Stephane Eranianperf stat: Add no-aggregation mode to -a
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-06-05 Stephane Eranianperf tools: Add the ability to specify list of cpus...
2010-05-19 Stephane Eranianperf stat: add perf stat -B to pretty print large numbers
2010-05-13 Stephane Eranianperf tools: change event inheritance logic in stat...
2010-04-14 Ian Munsieperf: Fix endianness argument compatibility with OPT_BO...
2010-03-22 Arnaldo Carvalho... perf stat: Better report failure to collect system...
2010-03-18 Zhang, Yanminperf events: Change perf parameter --pid to process...
2010-03-18 Zhang, Yanminperf stat: Enable counters when collecting process...
2010-03-11 Paul Mackerrasperf tools: Fix sparse CPU numbering related bugs
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-13 Liming Wangperf tools: Fix --pid option for stat
2009-11-15 Lucas De Marchiperf stat: Do not print ratio when task-clock event...
2009-10-19 Ingo Molnarperf stat: Count branches first
2009-10-19 Ingo Molnarperf stat: Re-align the default_attrs[] array
2009-10-19 Tim Blechmannperf stat: Add branch performance events to default...
2009-10-19 Anton Blanchardperf stat: Add branch performance metric
2009-10-04 Chris Wilsonperf: Propagate term signal to child
2009-09-24 Peter Zijlstraperf stat: Change noise calculation to use stddev
2009-09-22 Ingo Molnarperf stat: Fix zero total printouts
2009-09-21 Ingo Molnarperf: Do the big rename: Performance Counters -> Perfor...
2009-09-04 Peter Zijlstraperf stat: Clean up statistics calculations a bit more
2009-09-04 Peter Zijlstraperf stat: More advanced variance computation
2009-09-04 Peter Zijlstraperf stat: Use stddev_mean in stead of stddev
2009-09-04 Peter Zijlstraperf stat: Remove the limit on repeat
2009-09-04 Peter Zijlstraperf stat: Change noise calculation to use stddev
2009-08-16 Frederic Weisbeckerperf tools: Librarize trace_event() helper
2009-08-12 Frederic Weisbeckerperf tools: Factorize high level dso helpers
next