| Commit message (Expand) | Author | Age | Files | Lines |
* | perf ui hists: Pass evsel to hpp->header/width functions explicitly | Namhyung Kim | 2014-03-14 | 3 | -19/+13 |
* | perf ui/tui: Reuse generic __hpp__fmt() code | Namhyung Kim | 2014-03-14 | 3 | -90/+60 |
* | perf ui/hists: Pass struct hpp to print functions | Namhyung Kim | 2014-03-14 | 3 | -28/+69 |
* | perf ui/gtk: Reuse generic __hpp__fmt() code | Namhyung Kim | 2014-03-14 | 2 | -69/+13 |
* | perf ui/stdio: Fix invalid output on event group report | Namhyung Kim | 2014-03-14 | 1 | -4/+16 |
* | perf evlist: Introduce evlist__for_each() & friends | Arnaldo Carvalho de Melo | 2014-01-13 | 2 | -3/+4 |
* | perf tools: Use zfree to help detect use after free bugs | Arnaldo Carvalho de Melo | 2013-12-27 | 2 | -2/+2 |
* | perf tools: Introduce zfree | Arnaldo Carvalho de Melo | 2013-12-27 | 3 | -10/+5 |
* | perf tools: No need to test against NULL before calling free() | Arnaldo Carvalho de Melo | 2013-12-26 | 1 | -2/+1 |
* | perf ui/tui: Implement header window | Namhyung Kim | 2013-12-26 | 3 | -0/+135 |
* | perf ui/tui: Split help message for perf top and report | Namhyung Kim | 2013-12-26 | 1 | -19/+30 |
* | perf ui/tui: Protect windows by ui__lock | Namhyung Kim | 2013-12-26 | 1 | -3/+16 |
* | perf ui browser: Remove misplaced __maybe_unused | Arnaldo Carvalho de Melo | 2013-12-19 | 1 | -1/+1 |
* | perf ui browser: Fix segfault caused by off by one handling END key | Arnaldo Carvalho de Melo | 2013-11-14 | 1 | -1/+1 |
* | perf evsel: Introduce perf_evsel__prev() method | Arnaldo Carvalho de Melo | 2013-11-14 | 1 | -1/+1 |
* | perf tools: Use perf_evlist__{first,last}, perf_evsel__next | Arnaldo Carvalho de Melo | 2013-11-14 | 1 | -5/+4 |
* | perf tools: Remove trivial extra semincolon | Davidlohr Bueso | 2013-11-14 | 1 | -1/+1 |
* | perf ui tui progress: Don't force a refresh during progress update | Patrick Palka | 2013-11-11 | 1 | -1/+2 |
* | perf tools: Finish the removal of 'self' arguments | Arnaldo Carvalho de Melo | 2013-11-05 | 6 | -50/+48 |
* | perf tools: Use an accessor to read thread comm | Frederic Weisbecker | 2013-11-04 | 1 | -5/+5 |
* | Merge branch 'perf/urgent' into perf/core to fix conflicts | Ingo Molnar | 2013-11-04 | 1 | -1/+1 |
|\ |
|
| * | perf tools: Remove cast of non-variadic function to variadic | Michael Hudson-Doyle | 2013-11-01 | 1 | -1/+1 |
* | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2013-10-29 | 1 | -5/+4 |
|\ \
| |/ |
|
| * | perf hists: Add color overhead for stdio output buffer | Jiri Olsa | 2013-10-28 | 1 | -5/+4 |
* | | perf ui progress: Per progress bar state | Arnaldo Carvalho de Melo | 2013-10-23 | 4 | -17/+36 |
* | | perf ui: Rename ui_progress to ui_progress_ops | Arnaldo Carvalho de Melo | 2013-10-23 | 8 | -26/+32 |
* | | perf annotate: Another fix for annotate_browser__callq() | Adrian Hunter | 2013-10-14 | 1 | -2/+5 |
* | | perf annotate: Fix annotate_browser__callq() | Adrian Hunter | 2013-10-14 | 1 | -11/+10 |
* | | perf tools: Separate out GTK codes to libperf-gtk.so | Namhyung Kim | 2013-10-09 | 4 | -16/+86 |
* | | tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT | Ingo Molnar | 2013-10-09 | 4 | -7/+7 |
|/ |
|
* | perf hists: Fix formatting of long symbol names | Arnaldo Carvalho de Melo | 2013-09-05 | 1 | -6/+17 |
* | perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop | Namhyung Kim | 2013-08-07 | 1 | -2/+0 |
* | perf annotate browser: Fix typo | Ingo Molnar | 2013-08-07 | 1 | -1/+1 |
* | perf annotate browser: Improve description of '?' hotkey | Arnaldo Carvalho de Melo | 2013-08-07 | 1 | -1/+1 |
* | perf annotate: Put dso name in symbol annotation title | Adrian Hunter | 2013-08-07 | 1 | -2/+14 |
* | perf tools: Move hist_entry__period_snprintf into stdio code | Jiri Olsa | 2013-07-12 | 2 | -40/+41 |
* | perf diff: Move diff related columns into diff command | Jiri Olsa | 2013-07-12 | 1 | -208/+1 |
* | perf hists: Marking dummy hists entries | Jiri Olsa | 2013-07-12 | 1 | -7/+14 |
* | perf diff: Switching the base hists to be pairs head | Jiri Olsa | 2013-07-12 | 1 | -20/+5 |
* | perf tools: Centralize default columns init in perf_hpp__init | Jiri Olsa | 2013-07-12 | 3 | -3/+2 |
* | perf tools: Add struct perf_hpp_fmt into hpp callbacks | Jiri Olsa | 2013-07-12 | 4 | -37/+65 |
* | perf tools: struct thread has a tid not a pid | Adrian Hunter | 2013-07-12 | 1 | -3/+3 |
* | perf gtk/hists: Set rules hint for the hist browser | Namhyung Kim | 2013-07-12 | 1 | -0/+2 |
* | perf gtk/hists: Add a double-click handler for callchains | Namhyung Kim | 2013-07-12 | 1 | -0/+14 |
* | perf gtk/hists: Make column headers resizable | Namhyung Kim | 2013-07-12 | 1 | -3/+8 |
* | perf gtk/hists: Display callchain overhead also | Namhyung Kim | 2013-07-12 | 1 | -3/+24 |
* | perf gtk/hists: Add support for callchains | Namhyung Kim | 2013-07-12 | 1 | -0/+65 |
* | perf gtk/hists: Use GtkTreeStore instead of GtkListStore | Namhyung Kim | 2013-07-12 | 1 | -5/+5 |
* | perf top: Add --percent-limit option | Namhyung Kim | 2013-05-28 | 1 | -2/+14 |
* | perf report: Add --percent-limit option | Namhyung Kim | 2013-05-28 | 3 | -15/+84 |