perf tools: do not complain if root is owning perf.data
[safe/jmp/linux-2.6] / tools / perf / builtin-report.c
2009-08-28 Pierre Habouzitperf tools: do not complain if root is owning perf...
2009-08-24 Ingo MolnarMerge branch 'perfcounters/urgent' into perfcounters...
2009-08-19 Peter Zijlstraperf tools: Check perf.data owner
2009-08-18 Frederic Weisbeckerperf tools: Fix comm column adjusting
2009-08-16 Frederic Weisbeckerperf tools: Librarize trace_event() helper
2009-08-16 Frederic Weisbeckerperf tools: Librarize sample type and attr finding...
2009-08-16 Frederic Weisbeckerperf tools: Put the show mode into the event headers...
2009-08-16 Frederic Weisbeckerperf tools: Factorize the dprintf definition
2009-08-16 Ingo Molnarperf: Enable more compiler warnings
2009-08-15 Frederic Weisbeckerperf tools: Factorize the thread code in a dedicated...
2009-08-15 Ingo MolnarMerge branch 'perfcounters/urgent' into perfcounters...
2009-08-13 Arnaldo Carvalho... perf report: Don't show unresolved DSOs and symbols...
2009-08-12 Arnaldo Carvalho... perf report: Show the tid too in -D
2009-08-12 Frederic Weisbeckerperf tools: Factorize the map helpers
2009-08-12 Frederic Weisbeckerperf tools: Factorize the event structure definitions...
2009-08-12 Frederic Weisbeckerperf tools: Factorize high level dso helpers
2009-08-10 Brice Goglinperf report: Add raw displaying of per-thread counters
2009-08-09 Brice Goglinperf report: Fix and improve the displaying of per...
2009-08-09 Frederic Weisbeckerperf tools: callchain: Fix sum of percentages to be...
2009-08-09 Frederic Weisbeckerperf tools: callchain: Fix 'perf report' display to...
2009-08-09 Arnaldo Carvalho... perf report: Add debug help for the finding of symbol...
2009-08-09 Peter Zijlstraperf report: Fix per task mult-counter stat reporting
2009-08-09 Frederic Weisbeckerperf tools: Fix call-chain cumul hit based sub-total...
2009-08-05 Pekka Enbergperf report: Make --sort comm,dso,symbol the default
2009-08-04 Roel Kluinperf: Fix read buffer overflow
2009-08-02 Peter Zijlstraperf report: Update for the new FORK/EXIT events
2009-07-22 Peter Zijlstraperf_counter: PERF_SAMPLE_ID and inherited counters
2009-07-22 Peter ZijlstraMerge commit 'tip/perfcounters/core' into perf-counters...
2009-07-18 Anton Blanchardperf_counter: Make call graph option consistent
2009-07-11 Arnaldo Carvalho... perf report: Introduce -n/--show-nr-samples
2009-07-11 Arnaldo Carvalho... perf report: Make the output more compact
2009-07-11 Arnaldo Carvalho... perf report: Tidy up reporting of symbols not found
2009-07-11 Arnaldo Carvalho... perf report: Adjust column width to the values sampled
2009-07-05 Frederic Weisbeckerperf report: Add "Fractal" mode output - support callch...
2009-07-05 Frederic Weisbeckerperf report: Change default callchain parameters
2009-07-05 Frederic Weisbeckerperf report: Use a modifiable string for default callch...
2009-07-05 Frederic Weisbeckerperf report: Warn on callchain output request from...
2009-07-03 Ingo Molnarperf report: Annotate variable initialization
2009-07-02 Frederic Weisbeckerperf_counter tools: Display percents of hits in callcha...
2009-07-02 Frederic Weisbeckerperf_counter tools: Provide helper to print percents...
2009-07-02 Frederic Weisbeckerperf_counter tools: Set the minimum percent for callcha...
2009-07-02 Frederic Weisbeckerperf report: Add support for callchain graph output
2009-07-02 Mike Galbraithperf_counter tools: Enable kernel module symbol loading...
2009-07-02 Mike Galbraithperf_counter tools: Connect module support infrastructu...
2009-07-02 Mike Galbraithperf_counter tools: Make symbol loading consistently...
2009-07-01 Arnaldo Carvalho... perf_counter tools: Share list.h with the kernel
2009-07-01 Arnaldo Carvalho... perf_counter tools: Share rbtree.with the kernel
2009-07-01 Ingo Molnarperf_counter tools: Add more warnings and fix/annotate...
2009-07-01 Ingo Molnarperf report: Fix HV bit mismerge
2009-07-01 Frederic Weisbeckerperf_counter tools: Resolve symbols in callchains
2009-06-30 Anton Blanchardperf report: Add hypervisor dso
2009-06-30 Anton Blanchardperf report: Fix reporting of hypervisor
2009-06-30 Arnaldo Carvalho... perf report: Add --symbols parameter
2009-06-30 Arnaldo Carvalho... perf report: Add --comms parameter
2009-06-30 Arnaldo Carvalho... perf report: Add --dsos parameter
2009-06-26 Frederic Weisbeckerperf report: Print sorted callchains per histogram...
2009-06-26 Frederic Weisbeckerperf_counter tools: Prepare a small callchain framework
2009-06-25 Peter Zijlstraperf-report: Add bare minimum PERF_EVENT_READ parsing
2009-06-25 Peter Zijlstraperf_counter: Rework the sample ABI
2009-06-25 Peter Zijlstraperf_counter tools: Rework the file format
2009-06-23 Peter Zijlstraperf_counter tools: Handle overlapping MMAP events
2009-06-22 Peter Zijlstraperf report: Output more symbol related debug data
2009-06-20 Frederic Weisbeckerperfcounter: Handle some IO return values
2009-06-19 Paul Mackerrasperf_counter tools: Define and use our own u64, s64...
2009-06-19 Peter Zijlstraperf_counter tools: Add a data file header
2009-06-19 Peter Zijlstraperf_counter: Update userspace callchain sampling uses
2009-06-18 Ingo Molnarperf report: Filter to parent set by default
2009-06-18 Peter Zijlstraperf_counter tools: Handle lost events
2009-06-18 Peter Zijlstraperf_counter tools: Add and use isprint()
2009-06-18 Ingo Molnarperf report: Add validation of call-chain entries
2009-06-18 Ingo Molnarperf report: Tidy up the "--parent <regex>" and "-...
2009-06-17 Peter Zijlstraperf_counter tools: Replace isprint() with issane()
2009-06-17 Peter Zijlstraperf report: Add --sort <call> --call <$regex>
2009-06-15 Ingo Molnarperf report: Fix 32-bit printf format
2009-06-15 Ingo Molnarperf report: Add per system call overhead histogram
2009-06-14 Ingo Molnarperf record/report: Add call graph / call chain profiling
2009-06-14 Ingo Molnarperf report: Print out raw events in hexa
2009-06-11 Ingo Molnarperf_counter tools: Clean up u64 usage
2009-06-11 Peter Zijlstraperf_counter tools: Normalize data using per sample...
2009-06-10 Peter Zijlstraperf_counter tools: Small frequency related fixes
2009-06-08 Ingo Molnarperf_counter tools: Standardize color printing
2009-06-08 Pekka Enbergperf report: Add support for profiling JIT generated...
2009-06-07 Ingo Molnarperf report: Print more expressive message in case...
2009-06-06 Ingo Molnarperf_counter tools: Move from Documentation/perf_counte...