nfs: fix compile error in rpc_pipefs.h
[safe/jmp/linux-2.6] / tools / perf / util /
2009-08-13 Frederic Weisbeckerperf tools: Add a per tracepoint counter attribute...
2009-08-12 Arnaldo Carvalho... perf tools: Fix dso__new handle() to handle deleted...
2009-08-12 Arnaldo Carvalho... perf tools: Fix fallback to cplus_demangle() when bfd_d...
2009-08-09 Frederic Weisbeckerperf tools: callchain: Fix bad rounding of minimum...
2009-08-09 Frederic Weisbeckerperf tools: callchain: Fix 'perf report' display to...
2009-08-09 Frederic Weisbeckerperf tools: callchain: Fix spurious 'perf report' warni...
2009-08-09 Pierre Habouzitperf util: Fix do_read() to fail on EOF instead of...
2009-08-09 Peter Zijlstraperf list: Fix the output to not include tracepoints...
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 Peter Zijlstraperf tools: Fix multi-counter stat bug caused by incorr...
2009-08-09 Frederic Weisbeckerperf tools: Fix call-chain cumul hit based sub-total...
2009-08-06 Arnaldo Carvalho... perf symbol: Fix symbol parsing in certain cases: use...
2009-08-05 Peter Zijlstraperf: Auto-detect libbfd
2009-08-04 Roel Kluinperf: Fix read buffer overflow
2009-08-02 Stoyan Gaydarovperf tools: Fix faulty check
2009-07-22 Mike Galbraithperf_counter tools: Fix vmlinux symbol generation breakage
2009-07-22 Jason Baronperf_counter: Detect debugfs location
2009-07-22 Jason Baronperf_counter: Add tracepoint support to perf list,...
2009-07-22 Arnaldo Carvalho... perf symbol: C++ demangling
2009-07-22 Arjan van de Venperf: avoid structure size confusion by using a fixed...
2009-07-22 Peter ZijlstraMerge commit 'tip/perfcounters/core' into perf-counters...
2009-07-13 Roel Kluinperf_counter tools: Fix index boundary check
2009-07-11 Arnaldo Carvalho... perf_counter tools: PLT info is stripped in -debuginfo...
2009-07-11 Arnaldo Carvalho... strlist: Introduce strlist__entry and strlist__nr_entri...
2009-07-11 Arnaldo Carvalho... perf report: Adjust column width to the values sampled
2009-07-10 Anton Blanchardperf_counter tools: Rename cache events to remove $
2009-07-05 Frederic Weisbeckerperf report: Add "Fractal" mode output - support callch...
2009-07-05 Frederic Weisbeckerperf_counter tools: callchains: Manage the cumul hits...
2009-07-03 Arnaldo Carvalho... perf_counter tools: Adjust symbols in ET_EXEC files too
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 Frederic Weisbeckerperf_counter tools: Add new OPT_CALLBACK_DEFAULT option
2009-07-02 Frederic Weisbeckerperf_counter tools: Create new chain_for_each_child...
2009-07-02 Mike Galbraithperf_counter tools: Connect module support infrastructu...
2009-07-02 Mike Galbraithperf_counter tools: Add infrastructure to support loadi...
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 Jaswinder Singh... perf list: Add cache events
2009-07-01 Ingo Molnarperf_counter tools: Add more warnings and fix/annotate...
2009-07-01 Paul Mackerrasperf_counter tools: Rework event string parsing/syntax
2009-07-01 Frederic Weisbeckerperf_counter tools: Various fixes for callchains
2009-07-01 Frederic Weisbeckerperf_counter tools: Resolve symbols in callchains
2009-07-01 Frederic Weisbeckerperf_counter tools: Fix storage size allocation of...
2009-06-30 Arnaldo Carvalho... perf report: Add --dsos parameter
2009-06-30 Arnaldo Carvalho... perf_counter tools: Adjust only prelinked symbol's...
2009-06-27 Ingo Molnarperf_counter tools: Remove dead code
2009-06-26 Frederic Weisbeckerperf_counter tools: Prepare a small callchain framework
2009-06-25 Jaswinder Singh... perf_counter tools: Add alias for 'l1d' and 'l1i'
2009-06-25 Peter Zijlstraperf_counter tools: Rework the file format
2009-06-25 Jaswinder Singh... perf_counter tools: Shorten names for events
2009-06-25 Jaswinder Singh... perf_counter tools: Check for valid cache operations
2009-06-24 Roel Kluinperf_counter tools: Fix strbuf_fread() error path handling
2009-06-22 Jaswinder Singh... perf_counter tools: Set alias for page-faults
2009-06-22 Peter Zijlstraperf report: Output more symbol related debug data
2009-06-22 Jaswinder Singh... perf_counter tools: Introduce alias member in event_symbol
2009-06-22 Jaswinder Singh... perf_counter tools: Define separate declarations for...
2009-06-21 Ingo Molnarperf_counter tools: Fix vmlinux fallback when running...
2009-06-19 Paul Mackerrasperf_counter tools: Define and use our own u64, s64...
2009-06-18 Peter Zijlstraperf_counter tools: Add and use isprint()
2009-06-17 Peter Zijlstraperf_counter tools: Replace isprint() with issane()
2009-06-13 Ingo Molnarperf stat: Reorganize output
2009-06-13 Frederic Weisbeckerperf annotate: Print the filename:line for annotated...
2009-06-12 Yong Wangperf_counter tools: Remove one L1-data alias
2009-06-11 Peter Zijlstraperf_counter: Standardize event names
2009-06-11 Ingo Molnarperf_counter tools: Clean up u64 usage
2009-06-08 Pekka Enbergperf report: Add support for profiling JIT generated...
2009-06-07 Ingo Molnarperf top: Fall back to cpu-clock-tick hrtimer sampling...
2009-06-06 Arjan van de Venperf_counter tools: Initialize a stack variable before use
2009-06-06 Ingo Molnarperf_counter tools: Fix error condition in parse_aliases()
2009-06-06 Arjan van de Venperf_counter tools: Warning fixes on 32-bit
2009-06-06 Ingo Molnarperf_counter tools: Move from Documentation/perf_counte...