aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)Author
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
2014-01-13perf report: Move hist browser selection code to separate functionArnaldo Carvalho de Melo
2014-01-13perf report: Move logic to warn about kptr_restrict'ed kernels to separate fu...Arnaldo Carvalho de Melo
2013-12-20perf report: Print session information only if --stdio is givenNamhyung Kim
2013-12-20perf report: Use pr_*() functions where applicableNamhyung Kim
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo
2013-12-19perf report: Rename 'perf_report' to 'report'Arnaldo Carvalho de Melo
2013-12-19perf report: Introduce helpers for processing callchainsArnaldo Carvalho de Melo
2013-12-19perf annotate: Add inc_samples method to addr_map_symbolArnaldo Carvalho de Melo
2013-12-19perf hists: Leave symbol addr hist bucket auto alloc to symbol layerArnaldo Carvalho de Melo
2013-12-19perf annotate: Auto allocate symbol per addr hist bucketsArnaldo Carvalho de Melo
2013-12-10perf report: Add --header/--header-only optionsJiri Olsa
2013-11-04perf hists: Consolidate __hists__add_*entry()Namhyung Kim
2013-11-04perf report: Use parse_options_usage() for -s option failureNamhyung Kim
2013-11-04perf report: Postpone setting up browser after parsing optionsNamhyung Kim
2013-10-23perf tools: Show progress on histogram collapsingNamhyung Kim
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo
2013-10-21perf report: Add --max-stack option to limit callchain stack scanWaiman Long
2013-10-21perf session: Separating data file properties from sessionJiri Olsa
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa
2013-10-09perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim
2013-10-04tools/perf: Add support for record transaction flagsAndi Kleen
2013-10-04tools/perf: Support sorting by in_tx or abort branch flagsAndi Kleen
2013-09-19perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian
2013-08-29perf tools: Add support for PERF_SAMPLE_IDENTIFIERAdrian Hunter
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter
2013-08-12perf report: Set the machines symbol filterAdrian Hunter
2013-07-22perf tools: Support callchain sorting based on addressesAndi Kleen
2013-07-15perf tools: Remove event types framework completelyJiri Olsa