summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)Author
2015-05-01perf report: Fix -T/--threads option to work againNamhyung Kim
2015-04-08perf report: Don't call map__kmap if map is NULL.Wang Nan
2015-03-24perf tools: Add pid/tid filtering to report and script commandsDavid Ahern
2015-03-24perf tools: Remove (null) value of "Sort order" for perf mem reportYunlong Song
2015-03-19perf report: Don't allow empty argument for '-t'.Wang Nan
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo
2015-02-27perf report: Fix branch stack mode cannot be setHe Kuang
2015-02-18perf tools: Enable LBR call stack supportKan Liang
2015-01-21perf report: Get rid of report__inc_stat()Namhyung Kim
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim
2014-12-01perf report: In branch stack mode use address history sortingAndi Kleen
2014-12-01perf report: Add --branch-history optionAndi Kleen
2014-12-01perf callchain: Support handling complete branch stacks as histogramsAndi Kleen
2014-10-15perf report: Set callchain_param.record_mode for future useNamhyung Kim
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo
2014-10-14perf session: Remove last reference to hists structArnaldo Carvalho de Melo
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-09-17perf tools: Disable kernel symbol demangling by defaultAvi Kivity
2014-08-13perf report: Set proper sort__mode for the branch optionnaota@elisp.net
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim
2014-08-12perf tools: Add report.queue-size config file optionJiri Olsa
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa
2014-06-01perf tools: Add callback function to hist_entry_iterNamhyung Kim
2014-06-01perf report: Add report.children config optionNamhyung Kim
2014-06-01perf report: Add --children optionNamhyung Kim
2014-06-01perf hists: Accumulate hist entry stat based on the callchainNamhyung Kim
2014-06-01perf tools: Introduce struct hist_entry_iterNamhyung Kim
2014-06-01perf tools: Introduce hists__inc_nr_samples()Namhyung Kim
2014-05-21perf report: Add -F option to specify output fieldsNamhyung Kim
2014-05-21perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung 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 report: Count number of entries separatelyNamhyung Kim
2014-04-22perf callchain: Add generic report parse callchain callback functionDon Zickus
2014-04-16perf top: Add --percentage optionNamhyung Kim
2014-04-16perf report: Add --percentage optionNamhyung Kim
2014-04-16perf hists: Add support for showing relative percentageNamhyung Kim
2014-03-18perf report: Use ui__has_annotation()Namhyung Kim
2014-03-18perf report: Merge al->filtered with hist_entry->filteredNamhyung Kim
2014-03-11Merge branch 'perf/urgent' into perf/coreIngo Molnar
2014-02-24perf annotate: Check availability of annotate when processing samplesNamhyung Kim
2014-02-18perf report: Remove some needless container_of usageArnaldo Carvalho de Melo
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo
2014-02-18perf report: Use al->cpumode where applicableArnaldo Carvalho de Melo
2014-01-15perf tools: Factor out sample__resolve_callchain()Namhyung Kim
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo
2014-01-13perf report: Move histogram entries collapsing to separate functionArnaldo Carvalho de Melo