summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
AgeCommit message (Expand)AuthorLines
2013-05-28perf top: Add --percent-limit optionNamhyung Kim-2/+14
2013-05-28perf report: Add --percent-limit optionNamhyung Kim-15/+84
2013-05-28perf hists browser: Use sort__has_symArnaldo Carvalho de Melo-7/+2
2013-05-28perf sort: Introduce sort__mode variableNamhyung Kim-2/+2
2013-04-01perf map browser: Exit just on well known key pressesArnaldo Carvalho de Melo-4/+12
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo-16/+20
2013-04-01perf map browser: Use ui_browser__input_window()Arnaldo Carvalho de Melo-38/+6
2013-03-15perf annotate browser: Support event group view on TUINamhyung Kim-18/+75
2013-03-15perf annotate/gtk: Support event group view on GTKNamhyung Kim-2/+16
2013-03-15perf annotate browser: Use disasm__calc_percent()Namhyung Kim-36/+14
2013-03-15perf annotate browser: Make browser_disasm_line->percent an arrayNamhyung Kim-7/+7
2013-03-15perf annotate: Factor out struct source_line_percentNamhyung Kim-1/+1
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim-12/+6
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim-18/+24
2013-02-14perf gtk/annotate: Fail early if it can't annotateNamhyung Kim-8/+8
2013-02-14perf gtk/annotate: Show source lines with gray colorNamhyung Kim-3/+27
2013-02-14perf gtk/annotate: Support multiple event annotationNamhyung Kim-27/+48
2013-02-14perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim-1/+186
2013-02-06perf hists browser: Add support to display whole group data for raw columnsJiri Olsa-27/+26
2013-02-06perf hists browser: Add option for runtime switching perf data fileFeng Tang-1/+112
2013-01-31perf report: Show group description when event group is enabledNamhyung Kim-3/+36
2013-01-31perf report: Bypass non-leader events when event group is enabledNamhyung Kim-6/+39
2013-01-31perf gtk/browser: Trim column header string when event group enabledNamhyung Kim-1/+1
2013-01-31perf gtk/browser: Add support for event group viewNamhyung Kim-4/+52
2013-01-31perf hists browser: Add suppport for event group viewNamhyung Kim-0/+57
2013-01-31perf hists browser: Move coloring logic to hpp functionsNamhyung Kim-30/+42
2013-01-31perf ui/hist: Add support for event group viewNamhyung Kim-1/+63
2013-01-31perf gtk/browser: Convert hpp helpers to a functionNamhyung Kim-21/+47
2013-01-31perf hists browser: Convert hpp helpers to a functionNamhyung Kim-14/+32
2013-01-31perf ui/hist: Consolidate hpp helpersNamhyung Kim-154/+84
2013-01-25perf ui browser: Free browser->helpline() on ui_browser__hide()Arnaldo Carvalho de Melo-0/+2
2013-01-24perf ui browsers: Fix usage of __ in struct namesArnaldo Carvalho de Melo-6/+6
2013-01-24perf annotate browser: Fix segfault when drawing out-of-bounds jumpsFrederik Deweerdt-12/+13
2013-01-24perf ui/gtk: Setup browser window earlyNamhyung Kim-11/+11
2013-01-24perf ui/gtk: Factor out common browser routinesNamhyung Kim-223/+239
2013-01-24perf hists: Rename hists__fprintf_nr_events to events_stats__fprintfArnaldo Carvalho de Melo-3/+3
2013-01-24perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo-11/+0
2012-12-09perf diff: Remove displacement output optionJiri Olsa-25/+0
2012-12-09perf diff: Change formula methods to work with pair directlyJiri Olsa-1/+4
2012-12-09perf diff: Change compute methods to work with pair directlyJiri Olsa-15/+25
2012-12-09perf hists: Fix period symbol_conf.field_sep displayJiri Olsa-1/+5
2012-12-09perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa-81/+83
2012-12-09perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim-45/+41
2012-12-09perf ui: Always compile error printing codeNamhyung Kim-0/+10
2012-11-14perf ui: Always compile browser setup codeNamhyung Kim-0/+28
2012-11-14perf ui: Add ui_progress__finish()Namhyung Kim-0/+17
2012-11-14perf ui gtk: Implement ui_progress functionsNamhyung Kim-0/+53
2012-11-14perf ui: Introduce generic ui_progress helperNamhyung Kim-12/+40
2012-11-14perf ui tui: Move progress.c under ui/tui directoryNamhyung Kim-4/+4
2012-11-09perf annotate: Don't try to follow jump target on PLT symbolsNamhyung Kim-0/+12