aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-diff.c
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Check if accumulated when adding a hist entryNamhyung Kim2014-06-011-1/+1
* perf tools: Consolidate management of default sort ordersNamhyung Kim2014-05-211-2/+2
* perf tools: Allow hpp fields to be sort keysNamhyung Kim2014-05-211-1/+2
* perf tools: Account entry stats when it's added to the output treeNamhyung Kim2014-04-241-4/+9
* perf hists: Add a couple of hists stat helper functionsNamhyung Kim2014-04-241-4/+1
* perf hists: Move column length calculation out of hists__inc_stats()Namhyung Kim2014-04-241-0/+3
* perf hists: Rename hists__inc_stats()Namhyung Kim2014-04-241-1/+1
* perf tools: Add hist.percentage config optionNamhyung Kim2014-04-161-0/+2
* perf diff: Add --percentage optionNamhyung Kim2014-04-161-8/+22
* perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim2014-03-141-3/+4
* perf diff: Color the Weighted Diff columnRamkumar Ramachandra2014-01-131-0/+22
* perf diff: Color the Ratio columnRamkumar Ramachandra2014-01-131-0/+20
* perf diff: Color the Delta columnRamkumar Ramachandra2014-01-131-1/+48
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-131-3/+4
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-1/+1
* perf kvm: Make perf kvm diff support --guestmount.Dongsheng Yang2013-12-091-2/+1
* perf hists: Consolidate __hists__add_*entry()Namhyung Kim2013-11-041-1/+2
* perf tools: Show progress on histogram collapsingNamhyung Kim2013-10-231-1/+1
* perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo2013-10-231-3/+2
* perf tools: Add data object to handle perf data fileJiri Olsa2013-10-211-7/+12
* tools/perf: Add support for record transaction flagsAndi Kleen2013-10-041-3/+5
* perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter2013-08-121-1/+1
* perf diff: Add generic order option for compute sortingJiri Olsa2013-07-121-29/+66
* perf diff: Making compute functions staticJiri Olsa2013-07-121-15/+15
* perf diff: Change diff command to work over multiple data filesJiri Olsa2013-07-121-33/+66
* perf diff: Move columns into struct data__fileJiri Olsa2013-07-121-42/+55
* perf diff: Move diff related columns into diff commandJiri Olsa2013-07-121-16/+290
* perf diff: Display data file info ahead of the diff outputJiri Olsa2013-07-121-0/+18
* perf diff: Switching the base hists to be pairs headJiri Olsa2013-07-121-30/+30
* perf diff: Introducing diff_data object to hold filesJiri Olsa2013-07-121-48/+95
* perf tools: Fix -x/--exclude-other option for report commandJiri Olsa2013-07-081-1/+0
* perf diff: Use internal rb tree for hists__precomputeJiri Olsa2013-05-281-3/+10
* perf report: Add --percent-limit optionNamhyung Kim2013-05-281-1/+1
* perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim2013-05-281-3/+1
* perf tools: Add support for weight v7 (modified)Andi Kleen2013-04-011-3/+4
* perf sort: Make setup_sorting returns an error codeNamhyung Kim2013-02-061-1/+3
* perf diff: Use internal rb tree for compute resortNamhyung Kim2013-01-241-10/+21
* perf hists: Link hist entries before inserting to an output treeNamhyung Kim2013-01-241-48/+17
* perf hists: Exchange order of comparing items when collapsing histsNamhyung Kim2013-01-241-1/+1
* perf diff: Remove displacement output optionJiri Olsa2012-12-091-22/+7
* perf diff: Change formula methods to work with pair directlyJiri Olsa2012-12-091-22/+13
* perf diff: Change compute methods to work with pair directlyJiri Olsa2012-12-091-21/+17
* perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa2012-12-091-13/+8
* perf diff: Use hists__link when not pairing just with baselineArnaldo Carvalho de Melo2012-11-081-0/+2
* perf diff: Move hists__match to the hists libArnaldo Carvalho de Melo2012-11-081-34/+1
* perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo2012-11-081-9/+12
* perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo2012-10-061-2/+2
* perf diff: Include samples without symbol in overall statsJiri Olsa2012-10-051-1/+1
* perf diff: Add -F option to display formula for computationJiri Olsa2012-10-051-1/+66
* perf diff: Add -p option to display period values for hist entriesJiri Olsa2012-10-051-1/+9