summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-17perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo15-73/+84
2016-05-17perf core: Generalize max_stack sysctl handlerArnaldo Carvalho de Melo2-3/+4
2016-05-17perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCOREMasami Hiramatsu5-11/+14
2016-05-17perf stat: Use cpu-clock event for cpu targetsNamhyung Kim1-0/+3
2016-05-17perf stat: Update runtime using cpu-clock eventNamhyung Kim1-2/+4
2016-05-17perf stat: Fix indentation of stalled backend cycleNamhyung Kim1-1/+1
2016-05-17perf symbols: Store vdso buildid unconditionallyHe Kuang2-2/+3
2016-05-17perf stat: Avoid fractional digits for integer scalesAndi Kleen1-9/+10
2016-05-12perf/core: Disable the event on a truncated AUX recordAlexander Shishkin1-1/+9
2016-05-12perf/x86/intel/pt: Generate PMI in the STOP region as wellAlexander Shishkin1-0/+2
2016-05-12Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-2/+9
2016-05-12perf/x86: Fix undefined shift on 32-bit kernelsAndrey Ryabinin1-1/+1
2016-05-12perf/x86/msr: Fix SMI overflowPeter Zijlstra1-1/+1
2016-05-12perf/x86/intel/uncore: Fix CHA registers configuration procedure for Knights ...hchrzani1-0/+7
2016-05-12Merge tag 'perf-core-for-mingo-20160511' of git://git.kernel.org/pub/scm/linu...Ingo Molnar21-138/+306
2016-05-11perf buildid-cache: Use lsdir() for looking up buildid cachesMasami Hiramatsu1-26/+4
2016-05-11perf symbols: Use lsdir() for the search in kcore cache directoryMasami Hiramatsu1-12/+14
2016-05-11perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu6-7/+7
2016-05-11perf tools: Fix lsdir to set errno correctlyMasami Hiramatsu1-1/+1
2016-05-11perf trace: Move seccomp args beautifiers to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2-52/+53
2016-05-11perf trace: Move flock op beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2-31/+32
2016-05-11perf build: Add build-test for debug-frame on arm/arm64He Kuang4-1/+42
2016-05-11perf build: Add build-test for libunwind cross-platforms supportHe Kuang6-0/+127
2016-05-11perf script: Fix export of callchains with recursion in db-exportChris Phlipot1-0/+4
2016-05-11perf script: Fix callchain addresses in db-exportChris Phlipot1-4/+1
2016-05-11perf script: Fix symbol insertion behavior in db-exportChris Phlipot1-2/+1
2016-05-11perf symbols: Add dso__insert_symbol functionChris Phlipot2-0/+15
2016-05-11perf scripting python: Use Py_FatalError instead of die()Arnaldo Carvalho de Melo1-2/+5
2016-05-11Merge tag 'perf-core-for-mingo-20160510' of git://git.kernel.org/pub/scm/linu...Ingo Molnar27-245/+510
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar252-1043/+2131
2016-05-11perf diff: Fix duplicated output columnNamhyung Kim1-0/+3
2016-05-10Merge tag 'pci-v4.6-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+4
2016-05-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+20
2016-05-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-1/+10
2016-05-10perf tools: Remove xrealloc and ALLOC_GROWMasami Hiramatsu4-55/+0
2016-05-10perf help: Do not use ALLOC_GROW in add_cmd_listMasami Hiramatsu1-8/+22
2016-05-10perf pmu: Make pmu_formats_string to check return value of strbufMasami Hiramatsu1-5/+5
2016-05-10perf header: Make topology checkers to check return value of strbufMasami Hiramatsu1-11/+20
2016-05-10perf tools: Make alias handler to check return value of strbufMasami Hiramatsu3-20/+26
2016-05-10perf help: Make check_emacsclient_version to check strbuf APIsMasami Hiramatsu1-8/+10
2016-05-10perf probe: Check the return value of strbuf APIsMasami Hiramatsu3-97/+128
2016-05-10perf tools: Rewrite strbuf not to die()Masami Hiramatsu2-36/+82
2016-05-10sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang2-0/+2
2016-05-10x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=nThomas Gleixner1-1/+1
2016-05-10Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2016-05-10perf/core: Change the default paranoia level to 2Andy Lutomirski2-2/+2
2016-05-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+6
2016-05-10zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky1-2/+5
2016-05-10Revert "proc/base: make prompt shell start from new line after executing "cat...Robin Humble1-1/+1
2016-05-10perf symbols: Fix handling of zero-length symbols.Chris Phlipot1-1/+1