summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/gtk
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa2013-07-121-4/+5
* perf gtk/hists: Set rules hint for the hist browserNamhyung Kim2013-07-121-0/+2
* perf gtk/hists: Add a double-click handler for callchainsNamhyung Kim2013-07-121-0/+14
* perf gtk/hists: Make column headers resizableNamhyung Kim2013-07-121-3/+8
* perf gtk/hists: Display callchain overhead alsoNamhyung Kim2013-07-121-3/+24
* perf gtk/hists: Add support for callchainsNamhyung Kim2013-07-121-0/+65
* perf gtk/hists: Use GtkTreeStore instead of GtkListStoreNamhyung Kim2013-07-121-5/+5
* perf report: Add --percent-limit optionNamhyung Kim2013-05-281-3/+10
* perf annotate/gtk: Support event group view on GTKNamhyung Kim2013-03-151-2/+16
* perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim2013-03-151-5/+2Star
* perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim2013-03-151-4/+6
* perf gtk/annotate: Fail early if it can't annotateNamhyung Kim2013-02-141-8/+8
* perf gtk/annotate: Show source lines with gray colorNamhyung Kim2013-02-141-3/+27
* perf gtk/annotate: Support multiple event annotationNamhyung Kim2013-02-142-27/+48
* perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim2013-02-141-0/+185
* perf report: Show group description when event group is enabledNamhyung Kim2013-01-311-3/+11
* perf report: Bypass non-leader events when event group is enabledNamhyung Kim2013-01-311-0/+4
* perf gtk/browser: Trim column header string when event group enabledNamhyung Kim2013-01-311-1/+1
* perf gtk/browser: Add support for event group viewNamhyung Kim2013-01-311-4/+52
* perf gtk/browser: Convert hpp helpers to a functionNamhyung Kim2013-01-311-21/+47
* perf ui/gtk: Setup browser window earlyNamhyung Kim2013-01-241-11/+11
* perf ui/gtk: Factor out common browser routinesNamhyung Kim2013-01-243-223/+239
* perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa2012-12-091-19/+11Star
* perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim2012-12-091-11/+12
* perf ui: Add ui_progress__finish()Namhyung Kim2012-11-141-0/+9
* perf ui gtk: Implement ui_progress functionsNamhyung Kim2012-11-143-0/+53
* perf ui: Introduce generic ui_progress helperNamhyung Kim2012-11-141-11/+0Star
* perf tools: Introduce struct hist_browser_timerNamhyung Kim2012-11-051-3/+1Star
* perf hists: Introduce struct he_statNamhyung Kim2012-10-041-1/+1
* perf diff: Removing the total_period argument from output codeJiri Olsa2012-10-041-2/+2
* perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa2012-10-041-1/+1
* perf tools: Convert to NEWT_SUPPORTNamhyung Kim2012-10-021-1/+1
* perf hists browser: Fix output for 100.00%Namhyung Kim2012-09-141-1/+1
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-113-5/+6
* perf gtk/browser: Use perf_hpp__format functionsNamhyung Kim2012-09-083-16/+87
* perf ui gtk: Ensure not to call gtk_main_quit() twiceNamhyung Kim2012-08-201-0/+2
* perf ui gtk: Add perf_gtk__show_helpline() for pr_*Namhyung Kim2012-08-172-5/+26
* perf ui/gtk: Use helpline API in browserNamhyung Kim2012-08-171-1/+4
* perf ui gtk: Implement helpline_fnsNamhyung Kim2012-08-173-0/+33
* perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo2012-06-191-1/+1
* perf ui/gtk: Use struct perf_error_opsNamhyung Kim2012-06-192-0/+91
* perf ui/gtk: Add GTK info_bar widget to browser windowNamhyung Kim2012-06-192-0/+45
* perf ui/gtk: Add GTK statusbar widget to browser windowNamhyung Kim2012-06-192-1/+27
* perf ui/gtk: Introduce struct perf_gtk_contextNamhyung Kim2012-06-193-1/+47
* perf ui: Introduce struct perf_error_opsNamhyung Kim2012-06-191-0/+20
* perf ui: Change fallback policy of setup_browser()Namhyung Kim2012-05-021-2/+2
* perf ui: Add gtk2 support into setup_browser()Namhyung Kim2012-05-022-10/+12
* perf ui gtk: Rename functions for consistencyNamhyung Kim2012-05-021-12/+12
* perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser()Namhyung Kim2012-05-021-3/+2Star
* perf tools: Move GTK+ bits to tools/perf/ui/gtk directoryNamhyung Kim2012-04-112-0/+197