| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | perf stat: Fix multi-run stats | Ingo Molnar | 2009-06-27 | 1 | -4/+11 |
| * | perf stat: Add -n/--null option to run without counters | Ingo Molnar | 2009-06-27 | 1 | -1/+4 |
| * | perf_counter tools: Remove dead code | Ingo Molnar | 2009-06-27 | 5 | -132/+3 |
| * | perf report: Print sorted callchains per histogram entries | Frederic Weisbecker | 2009-06-26 | 1 | -11/+71 |
| * | perf_counter tools: Prepare a small callchain framework | Frederic Weisbecker | 2009-06-26 | 5 | -5/+213 |
| * | perf record: Fix unhandled io return value | Frederic Weisbecker | 2009-06-25 | 1 | -1/+4 |
| * | perf_counter tools: Add alias for 'l1d' and 'l1i' | Jaswinder Singh Rajput | 2009-06-25 | 1 | -2/+2 |
| * | perf-report: Add bare minimum PERF_EVENT_READ parsing | Peter Zijlstra | 2009-06-25 | 1 | -0/+24 |
| * | perf-report: Add modes for inherited stats and no-samples | Peter Zijlstra | 2009-06-25 | 1 | -2/+17 |
| * | perf_counter: Rework the sample ABI | Peter Zijlstra | 2009-06-25 | 3 | -22/+29 |
| * | perf_counter tools: Rework the file format | Peter Zijlstra | 2009-06-25 | 9 | -54/+377 |
| * | perf_counter tools: Shorten names for events | Jaswinder Singh Rajput | 2009-06-25 | 1 | -17/+28 |
| * | perf_counter tools: Check for valid cache operations | Jaswinder Singh Rajput | 2009-06-25 | 1 | -0/+33 |
| * | perf record: Fix filemap pathname parsing in /proc/pid/maps | Johannes Weiner | 2009-06-25 | 1 | -3/+2 |
| * | perf_counter tools: Add CREDITS file for Git contributors | Ingo Molnar | 2009-06-24 | 1 | -0/+30 |
| * | perf stat: Remove dead code | Jaswinder Singh Rajput | 2009-06-24 | 1 | -31/+13 |
| * | perf_counter tools: Fix strbuf_fread() error path handling | Roel Kluin | 2009-06-24 | 1 | -1/+1 |
| * | perf stat: Fix verbose for perf stat | Jaswinder Singh Rajput | 2009-06-23 | 1 | -8/+12 |
| * | perf report: Fix help text typo | Ingo Molnar | 2009-06-23 | 1 | -1/+1 |
| * | perf_counter tools: Handle overlapping MMAP events | Peter Zijlstra | 2009-06-23 | 1 | -3/+21 |
| * | perf stat: Fix command option / manpage | Jaswinder Singh Rajput | 2009-06-23 | 1 | -3/+3 |
| * | perf_counter tools: Set alias for page-faults | Jaswinder Singh Rajput | 2009-06-22 | 1 | -18/+18 |
| * | perf report: Output more symbol related debug data | Peter Zijlstra | 2009-06-22 | 2 | -2/+7 |
| * | perf_counter tools: Introduce alias member in event_symbol | Jaswinder Singh Rajput | 2009-06-22 | 1 | -25/+38 |
| * | perf_counter tools: Define separate declarations for H/W and S/W events | Jaswinder Singh Rajput | 2009-06-22 | 1 | -22/+22 |
| * | perf_counter tools: Fix vmlinux fallback when running on a different kernel | Ingo Molnar | 2009-06-21 | 1 | -1/+1 |
* | | [S390] Enable tick based perf_counter on s390. | Martin Schwidefsky | 2009-06-22 | 1 | -0/+6 |
|/ |
|
* | perfcounter: Handle some IO return values | Frederic Weisbecker | 2009-06-20 | 2 | -3/+11 |
* | perf_counter tools: Define and use our own u64, s64 etc. definitions | Paul Mackerras | 2009-06-19 | 13 | -156/+176 |
* | perf_counter tools: Add a data file header | Peter Zijlstra | 2009-06-19 | 3 | -43/+73 |
* | perf_counter: Update userspace callchain sampling uses | Peter Zijlstra | 2009-06-19 | 1 | -47/+39 |
* | perf report: Filter to parent set by default | Ingo Molnar | 2009-06-18 | 2 | -4/+28 |
* | perf_counter tools: Handle lost events | Peter Zijlstra | 2009-06-18 | 2 | -5/+44 |
* | perf_counter: tools: Makefile tweaks for 64-bit powerpc | Paul Mackerras | 2009-06-18 | 1 | -1/+6 |
* | perf_counter tools: Add and use isprint() | Peter Zijlstra | 2009-06-18 | 3 | -18/+20 |
* | perf report: Add validation of call-chain entries | Ingo Molnar | 2009-06-18 | 1 | -28/+46 |
* | perf report: Tidy up the "--parent <regex>" and "--sort parent" call-chain fe... | Ingo Molnar | 2009-06-18 | 1 | -33/+34 |
* | perf_counter tools: Replace isprint() with issane() | Peter Zijlstra | 2009-06-17 | 2 | -1/+2 |
* | perf report: Add --sort <call> --call <$regex> | Peter Zijlstra | 2009-06-17 | 1 | -51/+158 |
* | perf report: Fix 32-bit printf format | Ingo Molnar | 2009-06-15 | 1 | -1/+1 |
* | perf report: Add per system call overhead histogram | Ingo Molnar | 2009-06-15 | 1 | -0/+12 |
* | perf record: Fix fast task-exit race | Ingo Molnar | 2009-06-15 | 1 | -4/+12 |
* | perf record/report: Add call graph / call chain profiling | Ingo Molnar | 2009-06-14 | 2 | -12/+53 |
* | perf report: Print out raw events in hexa | Ingo Molnar | 2009-06-14 | 1 | -1/+35 |
* | perf annotate: Fixes for filename:line displays | Frederic Weisbecker | 2009-06-13 | 1 | -5/+6 |
* | perf stat: Enable raw data to be printed | Ingo Molnar | 2009-06-13 | 2 | -18/+30 |
* | perf stat: Add feature to run and measure a command multiple times | Ingo Molnar | 2009-06-13 | 1 | -65/+194 |
* | perf stat: Reorganize output | Ingo Molnar | 2009-06-13 | 2 | -29/+42 |
* | perf annotate: Print a sorted summary of annotated overhead lines | Frederic Weisbecker | 2009-06-13 | 1 | -21/+90 |
* | perf annotate: Print the filename:line for annotated colored lines | Frederic Weisbecker | 2009-06-13 | 2 | -1/+98 |