| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | perf hists browser: Use sort__has_sym | Arnaldo Carvalho de Melo | 2013-05-28 | 1 | -7/+2 |
* | perf sort: Introduce sort__mode variable | Namhyung Kim | 2013-05-28 | 1 | -2/+2 |
* | perf map browser: Exit just on well known key presses | Arnaldo Carvalho de Melo | 2013-04-01 | 1 | -4/+12 |
* | perf tools: Remove dependency on libnewt | Arnaldo Carvalho de Melo | 2013-04-01 | 7 | -16/+20 |
* | perf map browser: Use ui_browser__input_window() | Arnaldo Carvalho de Melo | 2013-04-01 | 1 | -38/+6 |
* | perf annotate browser: Support event group view on TUI | Namhyung Kim | 2013-03-15 | 1 | -18/+75 |
* | perf annotate/gtk: Support event group view on GTK | Namhyung Kim | 2013-03-15 | 1 | -2/+16 |
* | perf annotate browser: Use disasm__calc_percent() | Namhyung Kim | 2013-03-15 | 1 | -36/+14 |
* | perf annotate browser: Make browser_disasm_line->percent an array | Namhyung Kim | 2013-03-15 | 1 | -7/+7 |
* | perf annotate: Factor out struct source_line_percent | Namhyung Kim | 2013-03-15 | 1 | -1/+1 |
* | perf evsel: Introduce perf_evsel__is_group_event() helper | Namhyung Kim | 2013-03-15 | 3 | -12/+6 |
* | perf annotate: Pass evsel instead of evidx on annotation functions | Namhyung Kim | 2013-03-15 | 3 | -18/+24 |
* | perf gtk/annotate: Fail early if it can't annotate | Namhyung Kim | 2013-02-14 | 1 | -8/+8 |
* | perf gtk/annotate: Show source lines with gray color | Namhyung Kim | 2013-02-14 | 1 | -3/+27 |
* | perf gtk/annotate: Support multiple event annotation | Namhyung Kim | 2013-02-14 | 2 | -27/+48 |
* | perf ui/gtk: Implement basic GTK2 annotation browser | Namhyung Kim | 2013-02-14 | 2 | -1/+186 |
* | perf hists browser: Add support to display whole group data for raw columns | Jiri Olsa | 2013-02-06 | 1 | -27/+26 |
* | perf hists browser: Add option for runtime switching perf data file | Feng Tang | 2013-02-06 | 2 | -1/+112 |
* | perf report: Show group description when event group is enabled | Namhyung Kim | 2013-01-31 | 2 | -3/+36 |
* | perf report: Bypass non-leader events when event group is enabled | Namhyung Kim | 2013-01-31 | 2 | -6/+39 |
* | perf gtk/browser: Trim column header string when event group enabled | Namhyung Kim | 2013-01-31 | 1 | -1/+1 |
* | perf gtk/browser: Add support for event group view | Namhyung Kim | 2013-01-31 | 1 | -4/+52 |
* | perf hists browser: Add suppport for event group view | Namhyung Kim | 2013-01-31 | 1 | -0/+57 |
* | perf hists browser: Move coloring logic to hpp functions | Namhyung Kim | 2013-01-31 | 1 | -30/+42 |
* | perf ui/hist: Add support for event group view | Namhyung Kim | 2013-01-31 | 2 | -1/+63 |
* | perf gtk/browser: Convert hpp helpers to a function | Namhyung Kim | 2013-01-31 | 1 | -21/+47 |
* | perf hists browser: Convert hpp helpers to a function | Namhyung Kim | 2013-01-31 | 1 | -14/+32 |
* | perf ui/hist: Consolidate hpp helpers | Namhyung Kim | 2013-01-31 | 1 | -154/+84 |
* | perf ui browser: Free browser->helpline() on ui_browser__hide() | Arnaldo Carvalho de Melo | 2013-01-25 | 1 | -0/+2 |
* | perf ui browsers: Fix usage of __ in struct names | Arnaldo Carvalho de Melo | 2013-01-24 | 2 | -6/+6 |
* | perf annotate browser: Fix segfault when drawing out-of-bounds jumps | Frederik Deweerdt | 2013-01-24 | 1 | -12/+13 |
* | perf ui/gtk: Setup browser window early | Namhyung Kim | 2013-01-24 | 1 | -11/+11 |
* | perf ui/gtk: Factor out common browser routines | Namhyung Kim | 2013-01-24 | 3 | -223/+239 |
* | perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf | Arnaldo Carvalho de Melo | 2013-01-24 | 1 | -3/+3 |
* | perf evsel: Introduce perf_evsel__open_strerror method | Arnaldo Carvalho de Melo | 2013-01-24 | 1 | -11/+0 |
* | perf diff: Remove displacement output option | Jiri Olsa | 2012-12-09 | 1 | -25/+0 |
* | perf diff: Change formula methods to work with pair directly | Jiri Olsa | 2012-12-09 | 1 | -1/+4 |
* | perf diff: Change compute methods to work with pair directly | Jiri Olsa | 2012-12-09 | 1 | -15/+25 |
* | perf hists: Fix period symbol_conf.field_sep display | Jiri Olsa | 2012-12-09 | 1 | -1/+5 |
* | perf hists: Introduce perf_hpp__list for period related columns | Jiri Olsa | 2012-12-09 | 5 | -81/+83 |
* | perf ui/helpline: Introduce ui_helpline__vshow() | Namhyung Kim | 2012-12-09 | 4 | -45/+41 |
* | perf ui: Always compile error printing code | Namhyung Kim | 2012-12-09 | 1 | -0/+10 |
* | perf ui: Always compile browser setup code | Namhyung Kim | 2012-11-14 | 1 | -0/+28 |
* | perf ui: Add ui_progress__finish() | Namhyung Kim | 2012-11-14 | 3 | -0/+17 |
* | perf ui gtk: Implement ui_progress functions | Namhyung Kim | 2012-11-14 | 3 | -0/+53 |
* | perf ui: Introduce generic ui_progress helper | Namhyung Kim | 2012-11-14 | 5 | -12/+40 |
* | perf ui tui: Move progress.c under ui/tui directory | Namhyung Kim | 2012-11-14 | 1 | -4/+4 |
* | perf annotate: Don't try to follow jump target on PLT symbols | Namhyung Kim | 2012-11-09 | 1 | -0/+12 |