summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-diff.c
AgeCommit message (Expand)Author
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim
2014-11-19perf diff: Add missing handler for PERF_RECORD_MMAP2 eventsKan Liang
2014-10-22perf diff: Add missing hists__init() call at tool startKan Liang
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa
2014-06-01perf hists: Check if accumulated when adding a hist entryNamhyung Kim
2014-05-21perf tools: Consolidate management of default sort ordersNamhyung Kim
2014-05-21perf tools: Allow hpp fields to be sort keysNamhyung Kim
2014-04-24perf tools: Account entry stats when it's added to the output treeNamhyung Kim
2014-04-24perf hists: Add a couple of hists stat helper functionsNamhyung Kim
2014-04-24perf hists: Move column length calculation out of hists__inc_stats()Namhyung Kim
2014-04-24perf hists: Rename hists__inc_stats()Namhyung Kim
2014-04-16perf tools: Add hist.percentage config optionNamhyung Kim
2014-04-16perf diff: Add --percentage optionNamhyung Kim
2014-03-14perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim
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