aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-27perf annotate: Make perf config effectiveRavi Bangoria1-1/+1
2020-01-14perf report: Fix no libunwind compiled warning break s390 issueJin Yao1-3/+3
2020-01-14perf tools: Support --prefix/--prefix-stripAndi Kleen1-0/+7
2020-01-14perf report: Clarify in help that --children is defaultAndi Kleen1-1/+2
2019-12-20perf report: Fix incorrectly added dimensions as switch perf data fileJin Yao1-1/+4
2019-12-04perf report: Bail out --mem-mode if mem info is not availableRavi Bangoria1-0/+8
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo1-1/+1
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo1-6/+1
2019-11-19perf report: Jump to symbol source view from total cycles viewJin Yao1-3/+6
2019-11-19perf dso: Move dso_id from 'struct map' to 'struct dso'Arnaldo Carvalho de Melo1-1/+1
2019-11-19perf map: Move maj/min/ino/ino_generation to separate structArnaldo Carvalho de Melo1-1/+1
2019-11-12perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointersArnaldo Carvalho de Melo1-1/+1
2019-11-07perf report: Sort by sampled cycles percent per block for tuiJin Yao1-5/+22
2019-11-07perf report: Support --percent-limit for --total-cyclesJin Yao1-1/+1
2019-11-07perf report: Sort by sampled cycles percent per block for stdioJin Yao1-3/+41
2019-11-07perf hist: Count the total cycles of all samplesJin Yao1-1/+1
2019-11-06perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo1-4/+2
2019-10-15perf report: Add warning when libunwind not compiled inJin Yao1-0/+7
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-2/+2
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+1
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo1-0/+3
2019-08-31perf hist: Remove needless ui/progress.h from hist.hArnaldo Carvalho de Melo1-0/+1
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+2
2019-08-29libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.hJiri Olsa1-1/+1
2019-08-28perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo1-0/+1
2019-08-26perf srcline: Add missing srcline.h header to files needing its defsArnaldo Carvalho de Melo1-0/+1
2019-08-20perf report: Prefer DWARF callstacks to LBR ones when captured bothAlexey Budankov1-0/+2
2019-08-16perf report: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo1-0/+10
2019-07-29libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa1-1/+1
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-4/+4
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-11/+11
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-07-09perf evsel: perf_evsel__name(NULL) is valid, no need to check evselArnaldo Carvalho de Melo1-1/+1
2019-06-26perf report: Use skip_spaces()Arnaldo Carvalho de Melo1-2/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-10perf report: Set perf time interval in itrace_synth_opsAdrian Hunter1-1/+7
2019-05-15perf report: Implement perf.data record decompressionAlexey Budankov1-1/+4
2019-05-15perf annotate: Remove hist__account_cycles() from callbackJin Yao1-6/+5
2019-03-19perf report: Show all sort keys in help outputAndi Kleen1-3/+2
2019-03-11perf report: Implement browsing of individual samplesAndi Kleen1-0/+2
2019-03-11perf report: Parse time quantumAndi Kleen1-0/+42
2019-03-11perf report: Support output in nanosecondsAndi Kleen1-0/+1
2019-03-01perf time-utils: Refactor time range parsing codeJin Yao1-30/+8
2019-02-22perf data: Add global path holderJiri Olsa1-3/+3
2019-02-06perf report: Move symbol annotation to the resort phaseJiri Olsa1-2/+19
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-01-25perf machine: Use cached rbtreesDavidlohr Bueso1-1/+2
2019-01-21perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes1-3/+3
2018-12-17perf report: Display average IPC and IPC coverage per symbolJin Yao1-3/+23