aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-21perf diff: Fix -o/--order option behaviorNamhyung Kim1-2/+99
2015-01-21perf diff: Fix output ordering to honor next columnNamhyung Kim1-30/+35
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim1-5/+10
2015-01-21perf diff: Introduce fmt_to_data_file() helperNamhyung Kim1-2/+10
2015-01-21perf diff: Print diff result more preciselyNamhyung Kim1-7/+11
2015-01-21perf diff: Get rid of hists__compute_resort()Namhyung Kim1-56/+3
2015-01-21perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo1-1/+1
2015-01-02perf diff: Fix to sort by baseline field by defaultNamhyung Kim1-0/+44
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim1-1/+1
2014-11-19perf diff: Add missing handler for PERF_RECORD_MMAP2 eventsKan Liang1-0/+1
2014-10-22perf diff: Add missing hists__init() call at tool startKan Liang1-0/+5
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo1-9/+12
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song1-1/+1
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-1/+1
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa1-1/+1
2014-06-01perf hists: Check if accumulated when adding a hist entryNamhyung Kim1-1/+1
2014-05-21perf tools: Consolidate management of default sort ordersNamhyung Kim1-2/+2
2014-05-21perf tools: Allow hpp fields to be sort keysNamhyung Kim1-1/+2
2014-04-24perf tools: Account entry stats when it's added to the output treeNamhyung Kim1-4/+9
2014-04-24perf hists: Add a couple of hists stat helper functionsNamhyung Kim1-4/+1
2014-04-24perf hists: Move column length calculation out of hists__inc_stats()Namhyung Kim1-0/+3
2014-04-24perf hists: Rename hists__inc_stats()Namhyung Kim1-1/+1
2014-04-16perf tools: Add hist.percentage config optionNamhyung Kim1-0/+2
2014-04-16perf diff: Add --percentage optionNamhyung Kim1-8/+22
2014-03-14perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim1-3/+4
2014-01-13perf diff: Color the Weighted Diff columnRamkumar Ramachandra1-0/+22
2014-01-13perf diff: Color the Ratio columnRamkumar Ramachandra1-0/+20
2014-01-13perf diff: Color the Delta columnRamkumar Ramachandra1-1/+48
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo1-3/+4
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-1/+1
2013-12-09perf kvm: Make perf kvm diff support --guestmount.Dongsheng Yang1-2/+1
2013-11-04perf hists: Consolidate __hists__add_*entry()Namhyung Kim1-1/+2
2013-10-23perf tools: Show progress on histogram collapsingNamhyung Kim1-1/+1
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo1-3/+2
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa1-7/+12
2013-10-04tools/perf: Add support for record transaction flagsAndi Kleen1-3/+5
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter1-1/+1
2013-07-12perf diff: Add generic order option for compute sortingJiri Olsa1-29/+66
2013-07-12perf diff: Making compute functions staticJiri Olsa1-15/+15
2013-07-12perf diff: Change diff command to work over multiple data filesJiri Olsa1-33/+66
2013-07-12perf diff: Move columns into struct data__fileJiri Olsa1-42/+55
2013-07-12perf diff: Move diff related columns into diff commandJiri Olsa1-16/+290
2013-07-12perf diff: Display data file info ahead of the diff outputJiri Olsa1-0/+18
2013-07-12perf diff: Switching the base hists to be pairs headJiri Olsa1-30/+30
2013-07-12perf diff: Introducing diff_data object to hold filesJiri Olsa1-48/+95
2013-07-08perf tools: Fix -x/--exclude-other option for report commandJiri Olsa1-1/+0
2013-05-28perf diff: Use internal rb tree for hists__precomputeJiri Olsa1-3/+10
2013-05-28perf report: Add --percent-limit optionNamhyung Kim1-1/+1
2013-05-28perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim1-3/+1
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen1-3/+4