summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* perf report: Honor column width settingNamhyung Kim2014-08-121-5/+5
* perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim2014-08-121-3/+5
* perf ui/gtk: Fix callchain displayNamhyung Kim2014-06-011-1/+9
* perf tools: Apply percent-limit to cumulative percentageNamhyung Kim2014-06-011-4/+2Star
* perf ui/gtk: Add support to accumulated hist statNamhyung Kim2014-06-011-0/+17
* perf tools: Skip elided sort entriesNamhyung Kim2014-05-211-0/+6
* perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim2014-05-211-2/+0Star
* perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim2014-05-211-1/+1
* perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim2014-05-211-31/+0Star
* perf report: Add --percentage optionNamhyung Kim2014-04-161-6/+5Star
* perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim2014-03-141-2/+1Star
* perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-141-1/+1
* perf ui/hists: Pass struct hpp to print functionsNamhyung Kim2014-03-141-1/+3
* perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-141-63/+10Star
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-131-1/+1
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-271-2/+1Star
* perf ui progress: Per progress bar stateArnaldo Carvalho de Melo2013-10-231-4/+4
* perf ui: Rename ui_progress to ui_progress_opsArnaldo Carvalho de Melo2013-10-233-9/+9
* perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim2013-10-092-3/+26
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-093-5/+5
* perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loopNamhyung Kim2013-08-071-2/+0Star
* 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