aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers/hists.c
Commit message (Expand)AuthorAge
* perf tools: Skip elided sort entriesNamhyung Kim2014-05-21
* perf report/tui: Fix a bug when --fields/sort is givenNamhyung 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 hists/tui: Count callchain rows separatelyNamhyung Kim2014-04-24
* perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim2014-04-24
* perf ui/tui: Rename hist_browser__update_nr_entries()Namhyung Kim2014-04-24
* perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()Namhyung Kim2014-04-24
* perf ui/tui: Add 'F' hotkey to toggle percentage outputNamhyung Kim2014-04-16
* perf report: Add --percentage optionNamhyung Kim2014-04-16
* perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-14
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-13
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-27
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-27
* perf ui/tui: Implement header windowNamhyung Kim2013-12-26
* perf ui/tui: Split help message for perf top and reportNamhyung Kim2013-12-26
* perf evsel: Introduce perf_evsel__prev() methodArnaldo Carvalho de Melo2013-11-14
* perf tools: Use perf_evlist__{first,last}, perf_evsel__nextArnaldo Carvalho de Melo2013-11-14
* perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo2013-11-05
* perf tools: Use an accessor to read thread commFrederic Weisbecker2013-11-04
* perf tools: Centralize default columns init in perf_hpp__initJiri Olsa2013-07-12
* perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa2013-07-12
* perf tools: struct thread has a tid not a pidAdrian Hunter2013-07-12
* perf top: Add --percent-limit optionNamhyung Kim2013-05-28
* perf report: Add --percent-limit optionNamhyung Kim2013-05-28
* perf hists browser: Use sort__has_symArnaldo Carvalho de Melo2013-05-28
* perf sort: Introduce sort__mode variableNamhyung Kim2013-05-28
* perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo2013-04-01
* 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 hists browser: Add option for runtime switching perf data fileFeng Tang2013-02-06
* 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 hists browser: Add suppport for event group viewNamhyung Kim2013-01-31
* perf hists browser: Move coloring logic to hpp functionsNamhyung Kim2013-01-31
* perf hists browser: Convert hpp helpers to a functionNamhyung Kim2013-01-31
* perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa2012-12-09
* perf report: Postpone objdump check until annotation requestedNamhyung Kim2012-11-05
* perf tools: Introduce struct hist_browser_timerNamhyung Kim2012-11-05
* perf browser: Don't show scripts menu for 'perf top'Feng Tang2012-10-31
* perf hists browser: Integrate script browser into main hists browserFeng Tang2012-10-29
* perf hists browser: Add back callchain folding symbolArnaldo Carvalho de Melo2012-10-17
* perf hists browser: Fix off-by-two bug on the first columnNamhyung Kim2012-10-16
* perf hists: Introduce struct he_statNamhyung Kim2012-10-04
* perf diff: Removing the total_period argument from output codeJiri Olsa2012-10-04
* perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa2012-10-04
* perf hists browser: Fix first column printingNamhyung Kim2012-09-14
* perf hists browser: Fix output for 100.00%Namhyung Kim2012-09-14
* perf hists browser: Use perf_hpp__format functionsNamhyung Kim2012-09-08