aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/ui/gtk (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-14perf ui/hists: Pass struct hpp to print functionsNamhyung Kim1-1/+3
2014-03-14perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim1-63/+10
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo1-1/+1
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-2/+1
2013-10-23perf ui progress: Per progress bar stateArnaldo Carvalho de Melo1-4/+4
2013-10-23perf ui: Rename ui_progress to ui_progress_opsArnaldo Carvalho de Melo3-9/+9
2013-10-09perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim2-3/+26
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar3-5/+5
2013-08-07perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loopNamhyung Kim1-2/+0
2013-07-12perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa1-4/+5
2013-07-12perf gtk/hists: Set rules hint for the hist browserNamhyung Kim1-0/+2
2013-07-12perf gtk/hists: Add a double-click handler for callchainsNamhyung Kim1-0/+14
2013-07-12perf gtk/hists: Make column headers resizableNamhyung Kim1-3/+8
2013-07-12perf gtk/hists: Display callchain overhead alsoNamhyung Kim1-3/+24
2013-07-12perf gtk/hists: Add support for callchainsNamhyung Kim1-0/+65
2013-07-12perf gtk/hists: Use GtkTreeStore instead of GtkListStoreNamhyung Kim1-5/+5
2013-05-28perf report: Add --percent-limit optionNamhyung Kim1-3/+10
2013-03-15perf annotate/gtk: Support event group view on GTKNamhyung Kim1-2/+16
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim1-5/+2
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim1-4/+6
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 Kim1-0/+185
2013-01-31perf report: Show group description when event group is enabledNamhyung Kim1-3/+11
2013-01-31perf report: Bypass non-leader events when event group is enabledNamhyung Kim1-0/+4
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 gtk/browser: Convert hpp helpers to a functionNamhyung Kim1-21/+47
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
2012-12-09perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa1-19/+11
2012-12-09perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim1-11/+12
2012-11-14perf ui: Add ui_progress__finish()Namhyung Kim1-0/+9
2012-11-14perf ui gtk: Implement ui_progress functionsNamhyung Kim3-0/+53
2012-11-14perf ui: Introduce generic ui_progress helperNamhyung Kim1-11/+0
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim1-3/+1
2012-10-04perf hists: Introduce struct he_statNamhyung Kim1-1/+1
2012-10-04perf diff: Removing the total_period argument from output codeJiri Olsa1-2/+2
2012-10-04perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa1-1/+1
2012-10-02perf tools: Convert to NEWT_SUPPORTNamhyung Kim1-1/+1
2012-09-14perf hists browser: Fix output for 100.00%Namhyung Kim1-1/+1
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea3-5/+6
2012-09-08perf gtk/browser: Use perf_hpp__format functionsNamhyung Kim3-16/+87
2012-08-20perf ui gtk: Ensure not to call gtk_main_quit() twiceNamhyung Kim1-0/+2
2012-08-17perf ui gtk: Add perf_gtk__show_helpline() for pr_*Namhyung Kim2-5/+26
2012-08-17perf ui/gtk: Use helpline API in browserNamhyung Kim1-1/+4
2012-08-17perf ui gtk: Implement helpline_fnsNamhyung Kim3-0/+33
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo1-1/+1
2012-06-19perf ui/gtk: Use struct perf_error_opsNamhyung Kim2-0/+91