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