aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-01perf annotate: AArch64 supportKim Phillips2-0/+67
2016-12-01perf annotate: Use arch->objdump.comment_char in dec__parse()Kim Phillips1-1/+1
2016-12-01perf report: Add option to specify time window of interestDavid Ahern2-1/+20
2016-12-01perf kmem: Add option to specify time window of interestDavid Ahern2-0/+31
2016-12-01perf sched timehist: Add option to specify time window of interestDavid Ahern2-6/+53
2016-12-01perf script: Add option to specify time window of interestDavid Ahern2-1/+21
2016-12-01perf tools: Move parse_nsec_time to time-utils.cDavid Ahern4-36/+37
2016-12-01perf tools: Add time-based utility functionsDavid Ahern3-0/+98
2016-11-29perf script: Add option to stop printing callchainDavid Ahern5-2/+25
2016-11-29perf kmem stat: Track memory freedDavid Ahern1-1/+11
2016-11-29perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo4-59/+59
2016-11-29perf tools: Introduce perf hooksWang Nan9-0/+187
2016-11-25perf trace: Update tid/pid filtering option to leverage symbol_confDavid Ahern1-40/+9
2016-11-25perf sched timehist: Handle cpu migration eventsDavid Ahern2-2/+99
2016-11-25perf annotate: Show invalid jump offset in error messageArnaldo Carvalho de Melo1-2/+4
2016-11-25perf ui helpline: Provide a printf variantArnaldo Carvalho de Melo2-0/+11
2016-11-25perf tools: Add missing struct definition in probe_event.hWang Nan1-0/+2
2016-11-25perf record: Fix segfault when running with suid and kptr_restrict is 1Wang Nan1-1/+1
2016-11-25perf tools: Fix kernel version error in ubuntuWang Nan1-2/+53
2016-11-25perf sched timehist: Enlarge max stack depth by 2Namhyung Kim1-1/+1
2016-11-25perf sched timehist: Mark schedule function in callchainsNamhyung Kim2-0/+22
2016-11-25perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim3-2/+9
2016-11-25perf annotate: Initial PowerPC supportRavi Bangoria2-0/+63
2016-11-25perf annotate: Improve support for ARMArnaldo Carvalho de Melo2-96/+60
2016-11-25perf annotate: Allow arches to have a init routine and a priv areaArnaldo Carvalho de Melo1-0/+11
2016-11-25perf annotate: Introduce alternative method of keeping instructions tableArnaldo Carvalho de Melo1-1/+62
2016-11-25perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo3-57/+51
2016-11-24Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar18-175/+1370
2016-11-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2-16/+29
2016-11-23perf sched timehist: Add -V/--cpu-visual optionDavid Ahern2-2/+47
2016-11-23perf sched timehist: Add call graph optionsDavid Ahern2-6/+89
2016-11-23perf sched timehist: Add -w/--wakeups optionDavid Ahern2-4/+58
2016-11-23perf sched timehist: Add summary optionsDavid Ahern1-6/+160
2016-11-23perf sched timehist: Introduce timehist commandDavid Ahern2-7/+637
2016-11-23perf evsel: Support printing callchains with arrowsNamhyung Kim2-0/+7
2016-11-23perf symbols: Print symbol offsets conditionallyNamhyung Kim3-8/+12
2016-11-23perf c2c: Support cascading optionsJiri Olsa1-12/+10
2016-11-23perf c2c report: Display total HITMs on defaultJiri Olsa2-7/+36
2016-11-23perf c2c report: Add struct c2c_stats::tot_hitm fieldJiri Olsa2-2/+11
2016-11-23perf c2c report: Add -f/--force optionJiri Olsa2-1/+7
2016-11-23perf c2c report: Setup browser after opening perf.dataJiri Olsa1-7/+8
2016-11-23perf tools: Show event fd in debug outputJiri Olsa1-2/+4
2016-11-17perf annotate: Add per arch instructions annotate handlersArnaldo Carvalho de Melo3-106/+198
2016-11-17perf annotate: Allow arches to specify functions to skipArnaldo Carvalho de Melo1-4/+5
2016-11-17perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo5-23/+103
2016-11-14perf report: Show branch info in callchain entry for browser modeJin Yao1-2/+18
2016-11-14perf report: Show branch info in callchain entry for stdio modeJin Yao1-4/+31
2016-11-14perf report: Calculate and return the branch flag countingJin Yao2-1/+202
2016-11-14perf report: Create a symbol_conf flag for showing branch flag countingJin Yao2-0/+4
2016-11-14perf report: Add branch flag to callchain cursor nodeJin Yao3-18/+86