aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-21perf report: Get rid of report__inc_stat()Namhyung Kim1-13/+3
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim1-2/+22
2014-12-01perf report: In branch stack mode use address history sortingAndi Kleen1-0/+1
2014-12-01perf report: Add --branch-history optionAndi Kleen1-4/+22
2014-12-01perf callchain: Support handling complete branch stacks as histogramsAndi Kleen1-2/+2
2014-10-15perf report: Set callchain_param.record_mode for future useNamhyung Kim1-0/+7
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo1-1/+4
2014-10-14perf session: Remove last reference to hists structArnaldo Carvalho de Melo1-0/+1
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo1-8/+10
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song1-1/+1
2014-09-17perf tools: Disable kernel symbol demangling by defaultAvi Kivity1-0/+2
2014-08-13perf report: Set proper sort__mode for the branch optionnaota@elisp.net1-1/+1
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-1/+1
2014-08-12perf tools: Add report.queue-size config file optionJiri Olsa1-1/+12
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa1-1/+1
2014-06-01perf tools: Add callback function to hist_entry_iterNamhyung Kim1-8/+53
2014-06-01perf report: Add report.children config optionNamhyung Kim1-0/+4
2014-06-01perf report: Add --children optionNamhyung Kim1-1/+14
2014-06-01perf hists: Accumulate hist entry stat based on the callchainNamhyung Kim1-0/+2
2014-06-01perf tools: Introduce struct hist_entry_iterNamhyung Kim1-168/+24
2014-06-01perf tools: Introduce hists__inc_nr_samples()Namhyung Kim1-3/+1
2014-05-21perf report: Add -F option to specify output fieldsNamhyung Kim1-8/+7
2014-05-21perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim1-3/+3
2014-05-21perf tools: Consolidate management of default sort ordersNamhyung Kim1-18/+0
2014-05-21perf tools: Allow hpp fields to be sort keysNamhyung Kim1-4/+2
2014-04-24perf tools: Account entry stats when it's added to the output treeNamhyung Kim1-14/+10
2014-04-24perf report: Count number of entries separatelyNamhyung Kim1-20/+22
2014-04-22perf callchain: Add generic report parse callchain callback functionDon Zickus1-78/+3
2014-04-16perf top: Add --percentage optionNamhyung Kim1-15/+1
2014-04-16perf report: Add --percentage optionNamhyung Kim1-2/+28
2014-04-16perf hists: Add support for showing relative percentageNamhyung Kim1-0/+6
2014-03-18perf report: Use ui__has_annotation()Namhyung Kim1-1/+1
2014-03-18perf report: Merge al->filtered with hist_entry->filteredNamhyung Kim1-1/+1
2014-03-11Merge branch 'perf/urgent' into perf/coreIngo Molnar1-16/+24
2014-02-24perf annotate: Check availability of annotate when processing samplesNamhyung Kim1-16/+24
2014-02-18perf report: Remove some needless container_of usageArnaldo Carvalho de Melo1-9/+6
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo1-2/+1
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo1-1/+1
2014-02-18perf report: Use al->cpumode where applicableArnaldo Carvalho de Melo1-5/+3
2014-01-15perf tools: Factor out sample__resolve_callchain()Namhyung Kim1-21/+3
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo1-4/+4
2014-01-13perf report: Move histogram entries collapsing to separate functionArnaldo Carvalho de Melo1-28/+45
2014-01-13perf report: Move hist browser selection code to separate functionArnaldo Carvalho de Melo1-33/+46
2014-01-13perf report: Move logic to warn about kptr_restrict'ed kernels to separate functionArnaldo Carvalho de Melo1-26/+30
2013-12-20perf report: Print session information only if --stdio is givenNamhyung Kim1-7/+9
2013-12-20perf report: Use pr_*() functions where applicableNamhyung Kim1-4/+4
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo1-15/+13
2013-12-19perf report: Rename 'perf_report' to 'report'Arnaldo Carvalho de Melo1-42/+31
2013-12-19perf report: Introduce helpers for processing callchainsArnaldo Carvalho de Melo1-40/+32
2013-12-19perf annotate: Add inc_samples method to addr_map_symbolArnaldo Carvalho de Melo1-8/+3