summaryrefslogtreecommitdiff
path: root/tools/perf/ui/gtk/hists.c
AgeCommit message (Expand)Author
2014-06-01perf ui/gtk: Add support to accumulated hist statNamhyung Kim
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim
2014-05-21perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim
2014-05-21perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim
2014-05-21perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim
2014-04-16perf report: Add --percentage optionNamhyung Kim
2014-03-14perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim
2014-03-14perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim
2014-03-14perf ui/hists: Pass struct hpp to print functionsNamhyung Kim
2014-03-14perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo
2013-08-07perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loopNamhyung Kim
2013-07-12perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa
2013-07-12perf gtk/hists: Set rules hint for the hist browserNamhyung Kim
2013-07-12perf gtk/hists: Add a double-click handler for callchainsNamhyung Kim
2013-07-12perf gtk/hists: Make column headers resizableNamhyung Kim
2013-07-12perf gtk/hists: Display callchain overhead alsoNamhyung Kim
2013-07-12perf gtk/hists: Add support for callchainsNamhyung Kim
2013-07-12perf gtk/hists: Use GtkTreeStore instead of GtkListStoreNamhyung Kim
2013-05-28perf report: Add --percent-limit optionNamhyung Kim
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim
2013-01-31perf report: Show group description when event group is enabledNamhyung Kim
2013-01-31perf report: Bypass non-leader events when event group is enabledNamhyung Kim
2013-01-31perf gtk/browser: Trim column header string when event group enabledNamhyung Kim
2013-01-31perf gtk/browser: Add support for event group viewNamhyung Kim
2013-01-31perf gtk/browser: Convert hpp helpers to a functionNamhyung Kim
2013-01-24perf ui/gtk: Setup browser window earlyNamhyung Kim
2013-01-24perf ui/gtk: Factor out common browser routinesNamhyung Kim