summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)Author
2016-03-23perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo
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-02-24perf report: Add --hierarchy optionNamhyung Kim
2016-02-19perf report: Check error during report__collapse_hists()Namhyung Kim
2016-02-03perf report: Move UI initialization ahead of sort setupJiri Olsa
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa
2016-02-01perf report: Apply --percent-limit to callchains alsoNamhyung Kim
2016-01-12perf tools: Fallback to srcdir/Documentation/tips.txtNamhyung Kim
2016-01-08perf report: Show random usage tip on the help lineNamhyung Kim
2016-01-06perf report/top: Add --raw-trace optionNamhyung Kim
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-12-10perf report: Check argument before calling setup_browser()Namhyung Kim
2015-11-27perf report: Show error message when processing sample failsNamhyung Kim
2015-11-26perf callchain: Honor hide_unresolvedNamhyung Kim
2015-11-19perf report: Add callchain value optionNamhyung Kim
2015-11-12perf symbols: Allow forcing reading of non-root owned files by rootArnaldo Carvalho de Melo
2015-10-26perf report: Rename to --show-cpu-utilizationNamhyung Kim
2015-10-22perf tools: Improve call graph documents and help messagesNamhyung Kim
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim
2015-10-22perf tools: Move callchain help messages to callchain.hNamhyung Kim
2015-10-05perf callchain: Switch default to 'graph,0.5,caller'Arnaldo Carvalho de Melo
2015-09-30perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo
2015-09-30perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo
2015-09-28perf report: Make max_stack value allow for synthesized callchainsAdrian Hunter
2015-09-28perf report: Skip events with null branch stacksAdrian Hunter
2015-09-28perf report: Also do default setup for synthesized branch stacksAdrian Hunter
2015-09-28perf report: Adjust sample type validation for synthesized branch stacksAdrian Hunter
2015-09-28perf report: Fix sample type validation for synthesized callchainsAdrian Hunter
2015-09-14perf hists browser: Zoom in/out for processor socketKan Liang
2015-09-14perf report: Introduce --socket-filter optionKan Liang
2015-08-12perf report: Show call graph from reference eventsKan Liang
2015-08-10perf tools: Support full source file paths for srclineAndi Kleen
2015-08-06perf report: Add processing for cycle histogramsAndi Kleen
2015-08-06perf report: Add flag for non ANY branch modeAndi Kleen
2015-07-01perf report: Fill in the missing session freeing after an error occursTaeung Song
2015-06-26perf symbols: Check access permission when reading symbol filesLi Zhang
2015-06-11perf tools: Fix build failure on 32-bit archHe Kuang
2015-06-07perf tools: handle PERF_RECORD_LOST_SAMPLESKan Liang
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim
2015-05-12perf report: Do not restrict -T option by other optionsNamhyung Kim
2015-05-12perf report: Force tty output if -T/--thread option is givenNamhyung Kim
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-05-04perf report: Add Instruction Tracing supportAdrian Hunter
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