| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tools: Don't display ignored entries on stdio ui | Frederic Weisbecker | 2011-06-30 | 1 | -0/+3 |
* | perf tools: Add inverted call graph report support. | Sam Liao | 2011-06-30 | 1 | -1/+2 |
* | perf tools: Improve support for sessions with multiple events | Arnaldo Carvalho de Melo | 2011-03-06 | 1 | -1/+5 |
* | perf hists: Remove needless global col lenght calcs | Arnaldo Carvalho de Melo | 2011-03-05 | 1 | -0/+9 |
* | perf hists: Print number of samples, not the period sum | Arnaldo Carvalho de Melo | 2011-02-17 | 1 | -2/+5 |
* | perf annotate: Move locking to struct annotation | Arnaldo Carvalho de Melo | 2011-02-08 | 1 | -3/+2 |
* | perf annotate: Support multiple histograms in annotation | Arnaldo Carvalho de Melo | 2011-02-05 | 1 | -2/+2 |
* | perf annotate: Move annotate functions to util/ | Arnaldo Carvalho de Melo | 2011-02-05 | 1 | -214/+5 |
* | perf tools: Kill event_t typedef, use 'union perf_event' instead | Arnaldo Carvalho de Melo | 2011-01-29 | 1 | -1/+1 |
* | perf callchain: Rename cumul_hits into callchain_cumul_hits | Frederic Weisbecker | 2011-01-22 | 1 | -1/+1 |
* | perf callchain: Feed callchains into a cursor | Frederic Weisbecker | 2011-01-22 | 1 | -4/+9 |
* | perf tools: Fix 64 bit integer format strings | Arnaldo Carvalho de Melo | 2011-01-22 | 1 | -8/+9 |
* | Merge commit 'v2.6.37' into perf/core | Ingo Molnar | 2011-01-05 | 1 | -1/+1 |
|\ |
|
| * | perf: Fix callchain hit bad cast on ascii display | Frederic Weisbecker | 2011-01-03 | 1 | -1/+1 |
* | | perf symbols: Add symfs option for off-box analysis using specified tree | David Ahern | 2010-12-21 | 1 | -3/+11 |
* | | perf event: Prevent unbound event__name array access | Thomas Gleixner | 2010-12-09 | 1 | -3/+6 |
|/ |
|
* | perf: Support for callchains merge | Frederic Weisbecker | 2010-08-22 | 1 | -0/+2 |
* | perf: Keep track of the max depth of a callchain | Frederic Weisbecker | 2010-08-22 | 1 | -1/+1 |
* | perf annotate: Sort by hottest lines in the TUI | Arnaldo Carvalho de Melo | 2010-08-10 | 1 | -6/+7 |
* | perf hists: Handle verbose in hists__sort_list_width | Arnaldo Carvalho de Melo | 2010-08-05 | 1 | -0/+3 |
* | perf tools: Don't keep unreferenced maps when unmaps are detected | Arnaldo Carvalho de Melo | 2010-08-02 | 1 | -0/+2 |
* | Merge commit 'v2.6.35' into perf/core | Ingo Molnar | 2010-08-02 | 1 | -2/+6 |
|\ |
|
| * | perf annotate: Fix handling of goto labels that are valid hex numbers | Arnaldo Carvalho de Melo | 2010-07-22 | 1 | -2/+6 |
| * | perf: Fix various display bugs with parent filtering | Frederic Weisbecker | 2010-07-16 | 1 | -5/+16 |
* | | perf ui: New hists tree widget | Arnaldo Carvalho de Melo | 2010-07-27 | 1 | -0/+3 |
* | | perf hist: Introduce routine to measure lenght of formatted entry | Arnaldo Carvalho de Melo | 2010-07-27 | 1 | -0/+27 |
* | | perf sort: Make column width code per hists instance | Arnaldo Carvalho de Melo | 2010-07-23 | 1 | -36/+79 |
* | | perf hists: Mark entries filtered by parent | Arnaldo Carvalho de Melo | 2010-07-23 | 1 | -5/+16 |
* | | perf hists: Factor out duplicated code | Arnaldo Carvalho de Melo | 2010-07-17 | 1 | -18/+18 |
* | | perf report: Implement --sort cpu | Arun Sharma | 2010-06-05 | 1 | -0/+1 |
* | | perf annotate: Ask objdump to demangle symbols | Stephane Eranian | 2010-06-05 | 1 | -1/+1 |
|/ |
|
* | perf hist: fix objdump output parsing | Konstantin Stepanyuk | 2010-06-01 | 1 | -1/+1 |
* | perf annotate: Fix up usage of the build id cache | Arnaldo Carvalho de Melo | 2010-05-23 | 1 | -2/+11 |
* | perf annotate: Add TUI interface | Arnaldo Carvalho de Melo | 2010-05-22 | 1 | -8/+5 |
* | perf: Fix getline undeclared | Frederic Weisbecker | 2010-05-21 | 1 | -1/+1 |
* | perf annotate: Use build-ids to find the right DSO | Arnaldo Carvalho de Melo | 2010-05-20 | 1 | -8/+26 |
* | perf options: Type check all the remaining OPT_ variants | Arnaldo Carvalho de Melo | 2010-05-17 | 1 | -1/+1 |
* | perf report: Report number of events, not samples | Arnaldo Carvalho de Melo | 2010-05-14 | 1 | -41/+47 |
* | perf hist: Clarify events_stats fields usage | Arnaldo Carvalho de Melo | 2010-05-14 | 1 | -10/+10 |
* | perf hist: Make event__totals per hists | Arnaldo Carvalho de Melo | 2010-05-14 | 1 | -0/+21 |
* | perf hist: Fix missing getline declaration | Frederic Weisbecker | 2010-05-13 | 1 | -0/+1 |
* | perf report: Librarize the annotation code and use it in the newt browser | Arnaldo Carvalho de Melo | 2010-05-11 | 1 | -0/+184 |
* | perf hist: Adopt filter by dso and by thread methods from the newt browser | Arnaldo Carvalho de Melo | 2010-05-11 | 1 | -0/+59 |
* | perf hist: Calculate max_sym name len and nr_entries | Arnaldo Carvalho de Melo | 2010-05-10 | 1 | -7/+20 |
* | perf hist: Introduce hists class and move lots of methods to it | Arnaldo Carvalho de Melo | 2010-05-10 | 1 | -51/+41 |
* | perf report: Allow limiting the number of entries to print in callchains | Arnaldo Carvalho de Melo | 2010-05-09 | 1 | -0/+10 |
* | perf hist: Simplify the insertion of new hist_entry instances | Arnaldo Carvalho de Melo | 2010-05-09 | 1 | -13/+23 |
* | perf: 'perf kvm' tool for monitoring guest performance from host | Zhang, Yanmin | 2010-04-19 | 1 | -1/+71 |
* | perf tools: Fix accidentally preprocessed snprintf callback | Frederic Weisbecker | 2010-04-14 | 1 | -14/+14 |
* | perf hist: Only allocate callchain_node if processing callchains | Arnaldo Carvalho de Melo | 2010-04-02 | 1 | -2/+3 |