aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/ui/gtk/browser.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-31perf tools: Remove needless evlist.h include directivesGravatar Arnaldo Carvalho de Melo 1-1/+0
2019-08-31perf tools: Remove needless evlist.h include directivesGravatar Arnaldo Carvalho de Melo 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTGravatar Ingo Molnar 1-1/+1
2013-01-24perf ui/gtk: Factor out common browser routinesGravatar Namhyung Kim 1-222/+5
2012-12-09perf hists: Introduce perf_hpp__list for period related columnsGravatar Jiri Olsa 1-19/+11
2012-11-05perf tools: Introduce struct hist_browser_timerGravatar Namhyung Kim 1-3/+1
2012-10-04perf hists: Introduce struct he_statGravatar Namhyung Kim 1-1/+1
2012-10-04perf diff: Removing the total_period argument from output codeGravatar Jiri Olsa 1-2/+2
2012-10-04perf tool: Add hpp interface to enable/disable hpp columnGravatar Jiri Olsa 1-1/+1
2012-09-14perf hists browser: Fix output for 100.00%Gravatar Namhyung Kim 1-1/+1
2012-09-11perf tools: Use __maybe_used for unused variablesGravatar Irina Tirdea 1-2/+3
2012-09-08perf gtk/browser: Use perf_hpp__format functionsGravatar Namhyung Kim 1-16/+85
2012-08-17perf ui/gtk: Use helpline API in browserGravatar Namhyung Kim 1-1/+4
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameGravatar Arnaldo Carvalho de Melo 1-1/+1
2012-06-19perf ui/gtk: Add GTK info_bar widget to browser windowGravatar Namhyung Kim 1-0/+33
2012-06-19perf ui/gtk: Add GTK statusbar widget to browser windowGravatar Namhyung Kim 1-1/+25
2012-06-19perf ui/gtk: Introduce struct perf_gtk_contextGravatar Namhyung Kim 1-1/+7
2012-05-02perf ui: Add gtk2 support into setup_browser()Gravatar Namhyung Kim 1-10/+0
2012-05-02perf ui gtk: Rename functions for consistencyGravatar Namhyung Kim 1-12/+12
2012-05-02perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser()Gravatar Namhyung Kim 1-3/+2
2012-04-11perf tools: Move GTK+ bits to tools/perf/ui/gtk directoryGravatar Namhyung Kim 1-0/+189