summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Adopt methods from histsArnaldo Carvalho de Melo2013-12-191-3/+0Star
* perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo2013-11-051-18/+15Star
* perf hists: Consolidate __hists__add_*entry()Namhyung Kim2013-11-051-15/+3Star
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-291-0/+13
|\
| * perf hists: Add color overhead for stdio output bufferJiri Olsa2013-10-281-0/+13
* | perf tools: Show progress on histogram collapsingNamhyung Kim2013-10-231-1/+2
* | perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim2013-10-091-15/+0Star
* | tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-2/+2
* | tools/perf: Add support for record transaction flagsAndi Kleen2013-10-041-1/+3
* | tools/perf: Support sorting by in_tx or abort branch flagsAndi Kleen2013-10-041-0/+2
|/
* perf tools: Move hist_entry__period_snprintf into stdio codeJiri Olsa2013-07-121-2/+0Star
* perf diff: Making compute functions staticJiri Olsa2013-07-121-7/+0Star
* perf diff: Move diff related columns into diff commandJiri Olsa2013-07-121-6/+1Star
* perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa2013-07-121-4/+6
* perf report: Add --percent-limit optionNamhyung Kim2013-05-281-3/+7
* perf top: Get rid of *_threaded() functionsNamhyung Kim2013-05-281-4/+0Star
* perf sort: Reorder HISTC_SRCLINE indexNamhyung Kim2013-05-281-1/+1
* perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo2013-04-011-1/+1
* perf tools: Add mem access sampling core supportStephane Eranian2013-04-011-0/+13
* perf tools: Add support for weight v7 (modified)Andi Kleen2013-04-011-2/+6
* perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim2013-03-151-2/+3
* perf report: Fix build with NO_NEWT=1Michael Ellerman2013-03-131-0/+1
* perf annotate: Fix build with NO_NEWT=1Michael Ellerman2013-03-131-2/+2
* perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo2013-01-241-0/+1
* perf hists: Rename hists__fprintf_nr_events to events_stats__fprintfArnaldo Carvalho de Melo2013-01-241-1/+1
* perf diff: Use internal rb tree for compute resortNamhyung Kim2013-01-241-0/+1
* perf diff: Remove displacement output optionJiri Olsa2012-12-091-1/+0Star
* perf diff: Change formula methods to work with pair directlyJiri Olsa2012-12-091-1/+2
* perf diff: Change compute methods to work with pair directlyJiri Olsa2012-12-091-3/+4
* perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa2012-12-091-2/+9
* perf tools: Fix compile error on NO_NEWT=1 buildNamhyung Kim2012-11-141-1/+1
* perf hists: Introduce hists__linkArnaldo Carvalho de Melo2012-11-081-0/+1
* perf diff: Move hists__match to the hists libArnaldo Carvalho de Melo2012-11-081-0/+2
* perf report: Postpone objdump check until annotation requestedNamhyung Kim2012-11-051-2/+5
* perf tools: Introduce struct hist_browser_timerNamhyung Kim2012-11-051-15/+13Star
* perf scripts browser: Add a browser for perf scriptFeng Tang2012-10-291-0/+7
* perf diff: Add -F option to display formula for computationJiri Olsa2012-10-051-0/+2
* perf diff: Add -p option to display period values for hist entriesJiri Olsa2012-10-051-0/+1
* perf diff: Add weighted diff computation way to compare hist entriesJiri Olsa2012-10-051-0/+2
* perf diff: Add option to sort entries based on diff computationJiri Olsa2012-10-051-0/+2
* perf diff: Add ratio computation way to compare hist entriesJiri Olsa2012-10-051-0/+1
* perf diff: Removing the total_period argument from output codeJiri Olsa2012-10-041-1/+0Star
* perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa2012-10-041-1/+2
* perf tools: Removing hists pair argument from output pathJiri Olsa2012-10-041-2/+2
* perf hists: Separate overhead and baseline columnsJiri Olsa2012-10-041-0/+1
* perf diff: Refactor diff displacement possition infoJiri Olsa2012-10-041-3/+1Star
* perf tools: Convert to GTK2_SUPPORTNamhyung Kim2012-10-021-6/+5Star
* perf tools: Convert to NEWT_SUPPORTNamhyung Kim2012-10-021-9/+9
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-15/+17
* perf hists: Introduce perf_hpp for hist period printingNamhyung Kim2012-09-081-0/+37