aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/ui
AgeCommit message (Expand)Author
2013-02-14perf gtk/annotate: Fail early if it can't annotateNamhyung Kim
2013-02-14perf gtk/annotate: Show source lines with gray colorNamhyung Kim
2013-02-14perf gtk/annotate: Support multiple event annotationNamhyung Kim
2013-02-14perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim
2013-02-06perf hists browser: Add support to display whole group data for raw columnsJiri Olsa
2013-02-06perf hists browser: Add option for runtime switching perf data fileFeng Tang
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 hists browser: Add suppport for event group viewNamhyung Kim
2013-01-31perf hists browser: Move coloring logic to hpp functionsNamhyung Kim
2013-01-31perf ui/hist: Add support for event group viewNamhyung Kim
2013-01-31perf gtk/browser: Convert hpp helpers to a functionNamhyung Kim
2013-01-31perf hists browser: Convert hpp helpers to a functionNamhyung Kim
2013-01-31perf ui/hist: Consolidate hpp helpersNamhyung Kim
2013-01-25perf ui browser: Free browser->helpline() on ui_browser__hide()Arnaldo Carvalho de Melo
2013-01-24perf ui browsers: Fix usage of __ in struct namesArnaldo Carvalho de Melo
2013-01-24perf annotate browser: Fix segfault when drawing out-of-bounds jumpsFrederik Deweerdt
2013-01-24perf ui/gtk: Setup browser window earlyNamhyung Kim
2013-01-24perf ui/gtk: Factor out common browser routinesNamhyung Kim
2013-01-24perf hists: Rename hists__fprintf_nr_events to events_stats__fprintfArnaldo Carvalho de Melo
2013-01-24perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo
2012-12-09perf diff: Remove displacement output optionJiri Olsa
2012-12-09perf diff: Change formula methods to work with pair directlyJiri Olsa
2012-12-09perf diff: Change compute methods to work with pair directlyJiri Olsa
2012-12-09perf hists: Fix period symbol_conf.field_sep displayJiri Olsa
2012-12-09perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa
2012-12-09perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim
2012-12-09perf ui: Always compile error printing codeNamhyung Kim
2012-11-14perf ui: Always compile browser setup codeNamhyung Kim
2012-11-14perf ui: Add ui_progress__finish()Namhyung Kim
2012-11-14perf ui gtk: Implement ui_progress functionsNamhyung Kim
2012-11-14perf ui: Introduce generic ui_progress helperNamhyung Kim
2012-11-14perf ui tui: Move progress.c under ui/tui directoryNamhyung Kim
2012-11-09perf annotate: Don't try to follow jump target on PLT symbolsNamhyung Kim
2012-11-08perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo
2012-11-05perf report: Postpone objdump check until annotation requestedNamhyung Kim
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim
2012-10-31perf browser: Don't show scripts menu for 'perf top'Feng Tang
2012-10-29perf hists browser: Integrate script browser into main hists browserFeng Tang
2012-10-29perf annotate browser: Integrate script browser into annotation browserFeng Tang
2012-10-29perf scripts browser: Add a browser for perf scriptFeng Tang
2012-10-24Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-10-17perf hists browser: Add back callchain folding symbolArnaldo Carvalho de Melo
2012-10-16perf hists browser: Fix off-by-two bug on the first columnNamhyung Kim
2012-10-05perf diff: Display empty space for non paired samplesJiri Olsa
2012-10-05perf diff: Add -F option to display formula for computationJiri Olsa
2012-10-05perf diff: Add -p option to display period values for hist entriesJiri Olsa
2012-10-05perf diff: Add weighted diff computation way to compare hist entriesJiri Olsa