aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-diff.c
AgeCommit message (Expand)Author
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2017-02-20perf diff: Add -q/--quiet optionNamhyung Kim
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2017-02-13perf diff: Change default setting to "delta-abs"Namhyung Kim
2017-02-13perf diff: Add diff.compute config optionNamhyung Kim
2017-02-13perf diff: Add diff.order config optionNamhyung Kim
2017-02-13perf diff: Add 'delta-abs' compute methodNamhyung Kim
2017-02-02perf diff: Fix -o/--order option behavior (again)Namhyung Kim
2016-08-23perf hists: Add support for header spanJiri Olsa
2016-08-23perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-22perf session: Destructors should accept NULLArnaldo Carvalho de Melo
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa
2016-06-15perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa
2016-05-20perf tools: Set buildid dir under symfs when --symfs is providedperf-core-for-mingo-20160520He Kuang
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan
2016-01-08perf diff: Use perf_hpp__register_sort_field interfaceJiri Olsa
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-03-24perf diff: Add kallsyms optionDavid Ahern
2015-03-20perf tools: Don't allow empty argument for field-separatorWang Nan
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo
2015-01-21perf diff: Fix -o/--order option behaviorNamhyung Kim
2015-01-21perf diff: Fix output ordering to honor next columnNamhyung Kim
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim
2015-01-21perf diff: Introduce fmt_to_data_file() helperNamhyung Kim
2015-01-21perf diff: Print diff result more preciselyNamhyung Kim
2015-01-21perf diff: Get rid of hists__compute_resort()Namhyung Kim
2015-01-21perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo
2015-01-02perf diff: Fix to sort by baseline field by defaultNamhyung Kim
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