summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-06-103-10/+49
|\
| * perf ctf: Convert invalid chars in a string before set valueWang Nan2016-05-271-2/+39
| * perf record: Fix crash when kptr is restrictedWang Nan2016-05-271-0/+2
| * perf symbols: Check kptr_restrict for rootWang Nan2016-05-271-8/+8
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-2521-47/+240
|\ \ | |/
| * perf record: Read from backward ring bufferWang Nan2016-05-232-0/+2
| * perf evlist: Add API to pause/resumeWang Nan2016-05-232-0/+29
| * perf report: Add srcline_from/to branch sort keysAndi Kleen2016-05-235-0/+99
| * perf evsel: Record fd into perf_mmapWang Nan2016-05-202-0/+7
| * perf evsel: Add overwrite attribute and check write_backwardWang Nan2016-05-202-0/+14
| * Merge tag 'perf-core-for-mingo-20160520' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-209-38/+64
| |\
| | * perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang2016-05-203-3/+26
| | * perf annotate: Sort list of recognised instructionsChris Ryder2016-05-201-5/+23
| | * perf annotate: Fix identification of ARM blt and bls instructionsChris Ryder2016-05-201-1/+1
| | * perf tools: Fix usage of max_stack sysctlArnaldo Carvalho de Melo2016-05-202-4/+2
| | * perf callchain: Stop validating callchains by the max_stack sysctlArnaldo Carvalho de Melo2016-05-201-20/+5
| | * perf top: Use machine->kptr_restrict_warnedArnaldo Carvalho de Melo2016-05-201-1/+0
| | * perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1Arnaldo Carvalho de Melo2016-05-202-0/+2
| | * perf machine: Do not bail out if not managing to read ref reloc symbolArnaldo Carvalho de Melo2016-05-201-4/+5
| * | Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-209-23/+39
| |\ \ | | |/
| | * perf tools: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo2016-05-163-11/+21
| | * perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCOREMasami Hiramatsu2016-05-164-7/+10
| | * perf stat: Update runtime using cpu-clock eventNamhyung Kim2016-05-161-2/+4
| | * perf stat: Fix indentation of stalled backend cycleNamhyung Kim2016-05-161-1/+1
| | * perf symbols: Store vdso buildid unconditionallyHe Kuang2016-05-162-2/+3
* | | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-4/+4
|\ \ \
| * | | perf tools: Fix perf regs mask generationNaveen N. Rao2016-05-111-4/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-174-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | tools/perf: Fix misspellings in comments.Adam Buchbinder2016-04-184-4/+4
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-05-1681-1073/+2679
|\ \ \ | | |/ | |/|
| * | perf buildid-cache: Use lsdir() for looking up buildid cachesMasami Hiramatsu2016-05-111-26/+4
| * | perf symbols: Use lsdir() for the search in kcore cache directoryMasami Hiramatsu2016-05-111-12/+14
| * | perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu2016-05-116-7/+7
| * | perf tools: Fix lsdir to set errno correctlyMasami Hiramatsu2016-05-111-1/+1
| * | perf script: Fix export of callchains with recursion in db-exportChris Phlipot2016-05-111-0/+4
| * | perf script: Fix callchain addresses in db-exportChris Phlipot2016-05-111-4/+1
| * | perf script: Fix symbol insertion behavior in db-exportChris Phlipot2016-05-111-2/+1
| * | perf symbols: Add dso__insert_symbol functionChris Phlipot2016-05-112-0/+15
| * | perf scripting python: Use Py_FatalError instead of die()Arnaldo Carvalho de Melo2016-05-111-2/+5
| * | Merge tag 'perf-core-for-mingo-20160510' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-1121-234/+338
| |\ \
| | * | perf tools: Remove xrealloc and ALLOC_GROWMasami Hiramatsu2016-05-104-55/+0
| | * | perf help: Do not use ALLOC_GROW in add_cmd_listMasami Hiramatsu2016-05-101-8/+22
| | * | perf pmu: Make pmu_formats_string to check return value of strbufMasami Hiramatsu2016-05-101-5/+5
| | * | perf header: Make topology checkers to check return value of strbufMasami Hiramatsu2016-05-101-11/+20
| | * | perf tools: Make alias handler to check return value of strbufMasami Hiramatsu2016-05-102-17/+21
| | * | perf probe: Check the return value of strbuf APIsMasami Hiramatsu2016-05-103-97/+128
| | * | perf tools: Rewrite strbuf not to die()Masami Hiramatsu2016-05-102-36/+82
| | * | perf symbols: Fix handling of zero-length symbols.Chris Phlipot2016-05-091-1/+1
| | * | perf evsel: Print state of perf_event_attr.write_backwardArnaldo Carvalho de Melo2016-05-091-0/+1
| | * | perf tools: Support reading from backward ring bufferWang Nan2016-05-092-0/+54
OpenPOWER on IntegriCloud