aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/gtk
Commit message (Expand)AuthorAge
* perf build: Add gtk objects buildingJiri Olsa2015-02-12
* perf callchain: Use a common function to resolve symbol or nameAndi Kleen2014-11-19
* perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-09
* perf tools: Add name field into perf_hpp_fmtNamhyung Kim2014-08-12
* perf report: Honor column width settingNamhyung Kim2014-08-12
* perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim2014-08-12
* perf ui/gtk: Fix callchain displayNamhyung Kim2014-06-01
* perf tools: Apply percent-limit to cumulative percentageNamhyung Kim2014-06-01
* perf ui/gtk: Add support to accumulated hist statNamhyung Kim2014-06-01
* perf tools: Skip elided sort entriesNamhyung Kim2014-05-21
* perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim2014-05-21
* perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim2014-05-21
* perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim2014-05-21
* perf report: Add --percentage optionNamhyung Kim2014-04-16
* perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim2014-03-14
* perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-14
* perf ui/hists: Pass struct hpp to print functionsNamhyung Kim2014-03-14
* perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-14
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-13
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-27
* perf ui progress: Per progress bar stateArnaldo Carvalho de Melo2013-10-23
* perf ui: Rename ui_progress to ui_progress_opsArnaldo Carvalho de Melo2013-10-23
* perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim2013-10-09
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-09
* perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loopNamhyung Kim2013-08-07
* perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa2013-07-12
* perf gtk/hists: Set rules hint for the hist browserNamhyung Kim2013-07-12
* perf gtk/hists: Add a double-click handler for callchainsNamhyung Kim2013-07-12
* perf gtk/hists: Make column headers resizableNamhyung Kim2013-07-12
* perf gtk/hists: Display callchain overhead alsoNamhyung Kim2013-07-12
* perf gtk/hists: Add support for callchainsNamhyung Kim2013-07-12
* perf gtk/hists: Use GtkTreeStore instead of GtkListStoreNamhyung Kim2013-07-12
* perf report: Add --percent-limit optionNamhyung Kim2013-05-28
* perf annotate/gtk: Support event group view on GTKNamhyung Kim2013-03-15
* perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim2013-03-15
* perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim2013-03-15
* perf gtk/annotate: Fail early if it can't annotateNamhyung Kim2013-02-14
* perf gtk/annotate: Show source lines with gray colorNamhyung Kim2013-02-14
* perf gtk/annotate: Support multiple event annotationNamhyung Kim2013-02-14
* perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim2013-02-14
* perf report: Show group description when event group is enabledNamhyung Kim2013-01-31
* perf report: Bypass non-leader events when event group is enabledNamhyung Kim2013-01-31
* perf gtk/browser: Trim column header string when event group enabledNamhyung Kim2013-01-31
* perf gtk/browser: Add support for event group viewNamhyung Kim2013-01-31
* perf gtk/browser: Convert hpp helpers to a functionNamhyung Kim2013-01-31
* perf ui/gtk: Setup browser window earlyNamhyung Kim2013-01-24
* perf ui/gtk: Factor out common browser routinesNamhyung Kim2013-01-24
* perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa2012-12-09
* perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim2012-12-09
* perf ui: Add ui_progress__finish()Namhyung Kim2012-11-14