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