summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-diff.c
AgeCommit message (Expand)Author
2014-01-13perf diff: Color the Weighted Diff columnRamkumar Ramachandra
2014-01-13perf diff: Color the Ratio columnRamkumar Ramachandra
2014-01-13perf diff: Color the Delta columnRamkumar Ramachandra
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-09perf kvm: Make perf kvm diff support --guestmount.Dongsheng Yang
2013-11-04perf hists: Consolidate __hists__add_*entry()Namhyung Kim
2013-10-23perf tools: Show progress on histogram collapsingNamhyung Kim
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa
2013-10-04tools/perf: Add support for record transaction flagsAndi Kleen
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter
2013-07-12perf diff: Add generic order option for compute sortingJiri Olsa
2013-07-12perf diff: Making compute functions staticJiri Olsa
2013-07-12perf diff: Change diff command to work over multiple data filesJiri Olsa
2013-07-12perf diff: Move columns into struct data__fileJiri Olsa
2013-07-12perf diff: Move diff related columns into diff commandJiri Olsa
2013-07-12perf diff: Display data file info ahead of the diff outputJiri Olsa
2013-07-12perf diff: Switching the base hists to be pairs headJiri Olsa
2013-07-12perf diff: Introducing diff_data object to hold filesJiri Olsa
2013-07-08perf tools: Fix -x/--exclude-other option for report commandJiri Olsa
2013-05-28perf diff: Use internal rb tree for hists__precomputeJiri Olsa
2013-05-28perf report: Add --percent-limit optionNamhyung Kim
2013-05-28perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen
2013-02-06perf sort: Make setup_sorting returns an error codeNamhyung Kim
2013-01-24perf diff: Use internal rb tree for compute resortNamhyung Kim
2013-01-24perf hists: Link hist entries before inserting to an output treeNamhyung Kim
2013-01-24perf hists: Exchange order of comparing items when collapsing histsNamhyung Kim
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: Introduce perf_hpp__list for period related columnsJiri Olsa
2012-11-08perf diff: Use hists__link when not pairing just with baselineArnaldo Carvalho de Melo
2012-11-08perf diff: Move hists__match to the hists libArnaldo Carvalho de Melo
2012-11-08perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo
2012-10-06perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo
2012-10-05perf diff: Include samples without symbol in overall statsJiri 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
2012-10-05perf diff: Add option to sort entries based on diff computationJiri Olsa
2012-10-05perf diff: Add ratio computation way to compare hist entriesJiri Olsa
2012-10-05perf diff: Add -b option for perf diff to display paired entries onlyJiri Olsa
2012-10-04perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa
2012-10-04perf tools: Removing hists pair argument from output pathJiri Olsa
2012-10-04perf diff: Refactor diff displacement possition infoJiri Olsa
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-08perf hists: Introduce perf_hpp for hist period printingNamhyung Kim
2012-09-07perf diff: Make diff command work with evsel histsJiri Olsa