summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAge
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-25
|\
| * perf record: Read from backward ring bufferWang Nan2016-05-23
| * perf record: Rename variable to make code clearWang Nan2016-05-23
| * perf record: Prevent reading invalid data in record__mmap_readWang Nan2016-05-23
| * perf evlist: Add API to pause/resumeWang Nan2016-05-23
| * perf trace: Use the ptr->name beautifier as default for "filename" argsArnaldo Carvalho de Melo2016-05-23
| * perf trace: Use the fd->name beautifier as default for "fd" argsArnaldo Carvalho de Melo2016-05-23
| * perf report: Add srcline_from/to branch sort keysAndi Kleen2016-05-23
| * perf evsel: Record fd into perf_mmapWang Nan2016-05-20
| * perf evsel: Add overwrite attribute and check write_backwardWang Nan2016-05-20
| * Merge tag 'perf-core-for-mingo-20160520' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-20
| |\
| | * perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang2016-05-20
| | * perf trace: Only auto set call-graph to "dwarf" when syscalls are being tracedArnaldo Carvalho de Melo2016-05-20
| | * perf annotate: Sort list of recognised instructionsChris Ryder2016-05-20
| | * perf annotate: Fix identification of ARM blt and bls instructionsChris Ryder2016-05-20
| | * perf tools: Fix usage of max_stack sysctlArnaldo Carvalho de Melo2016-05-20
| | * perf callchain: Stop validating callchains by the max_stack sysctlArnaldo Carvalho de Melo2016-05-20
| | * perf trace: Fix exit_group() formattingArnaldo Carvalho de Melo2016-05-20
| | * perf top: Use machine->kptr_restrict_warnedArnaldo Carvalho de Melo2016-05-20
| | * perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1Arnaldo Carvalho de Melo2016-05-20
| | * perf machine: Do not bail out if not managing to read ref reloc symbolArnaldo Carvalho de Melo2016-05-20
| * | Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-20
| |\|
| | * perf tools: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo2016-05-16
| | * perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCOREMasami Hiramatsu2016-05-16
| | * perf stat: Use cpu-clock event for cpu targetsNamhyung Kim2016-05-16
| | * perf stat: Update runtime using cpu-clock eventNamhyung Kim2016-05-16
| | * perf stat: Fix indentation of stalled backend cycleNamhyung Kim2016-05-16
| | * perf symbols: Store vdso buildid unconditionallyHe Kuang2016-05-16
| | * perf stat: Avoid fractional digits for integer scalesAndi Kleen2016-05-16
* | | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-20
|\ \ \
| * | | perf tools: Fix perf regs mask generationNaveen N. Rao2016-05-11
| * | | perf/powerpc: Add support for unwinding perf-stackdumpChandan Kumar2016-05-11
| * | | tool/perf: Add sample_reg_mask to include all perf_regsMadhavan Srinivasan2016-04-21
| * | | tools/perf: Map the ID values with register namesAnju T2016-04-21
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-17
|\ \ \ \ | |_|/ / |/| | |
| * | | tools/perf: Fix misspellings in comments.Adam Buchbinder2016-04-18
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-05-16
|\ \ \ | | |/ | |/|
| * | perf buildid-cache: Use lsdir() for looking up buildid cachesMasami Hiramatsu2016-05-11
| * | perf symbols: Use lsdir() for the search in kcore cache directoryMasami Hiramatsu2016-05-11
| * | perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu2016-05-11
| * | perf tools: Fix lsdir to set errno correctlyMasami Hiramatsu2016-05-11
| * | perf trace: Move seccomp args beautifiers to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2016-05-11
| * | perf trace: Move flock op beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2016-05-11
| * | perf script: Fix export of callchains with recursion in db-exportChris Phlipot2016-05-11
| * | perf script: Fix callchain addresses in db-exportChris Phlipot2016-05-11
| * | perf script: Fix symbol insertion behavior in db-exportChris Phlipot2016-05-11
| * | perf symbols: Add dso__insert_symbol functionChris Phlipot2016-05-11
| * | perf scripting python: Use Py_FatalError instead of die()Arnaldo Carvalho de Melo2016-05-11
| * | Merge tag 'perf-core-for-mingo-20160510' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-11
| |\ \
| | * | perf tools: Remove xrealloc and ALLOC_GROWMasami Hiramatsu2016-05-10