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