summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * perf c2c report: Call calc_width() only for displayed entriesJiri Olsa2018-03-161-2/+1
| * perf c2c report: Make calc_width work with struct c2c_hist_entryJiri Olsa2018-03-161-5/+9
| * perf c2c record: Record physical addresses in samplesJiri Olsa2018-03-162-2/+3
| * perf tests: Add mem2node object testJiri Olsa2018-03-164-0/+81
| * perf tools: Add mem2node objectJiri Olsa2018-03-163-0/+154
| * perf env: Free memory nodes dataJiri Olsa2018-03-161-0/+4
* | Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar2018-03-1910-40/+136
|\ \ | |/ |/|
| * Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-181-4/+28
| |\
| | * selftests/x86/entry_from_vm86: Add test cases for POPFAndy Lutomirski2018-03-141-3/+27
| | * selftests/x86/entry_from_vm86: Exit with 1 if we failAndy Lutomirski2018-03-141-1/+1
| * | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-112-25/+13
| |\ \ | | |/
| | * x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski2018-03-081-5/+6
| | * objtool: Fix 32-bit buildJosh Poimboeuf2018-03-071-20/+7
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-1111-15/+61
| |\ \
| * | | selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpusLi Zhijian2018-03-091-8/+17
| * | | Merge tag 'powerpc-4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-03-093-1/+17
| |\ \ \
| | * | | selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailableMichael Ellerman2018-03-021-0/+14
| | * | | selftests/powerpc: Fix missing clean of pmu/lib.oMichael Ellerman2018-02-281-1/+1
| | * | | selftests/powerpc: Skip tm-trap if transactional memory is not enabledMichael Ellerman2018-02-261-0/+2
| * | | | Merge tag 'linux-kselftest-4.16-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-051-1/+2
| |\ \ \ \
| | * | | | selftests: memory-hotplug: fix emit_tests regressionShuah Khan2018-03-021-1/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-052-1/+59
| |\ \ \ \ \
| | * | | | | tc-testing: skbmod: fix match value of ethertypeDavide Caratti2018-03-041-1/+1
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-011-0/+58
| | |\ \ \ \ \
| | | * | | | | bpf: allow xadd only on aligned memoryDaniel Borkmann2018-02-231-0/+58
* | | | | | | | perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTESMilind Chabbi2018-03-131-11/+12
* | | | | | | | perf tests: Add breakpoint accounting/modify testJiri Olsa2018-03-134-0/+201
* | | | | | | | perf tools: Update quipper informationStephane Eranian2018-03-081-6/+1
* | | | | | | | perf annotate: Handle s390 PC relative load and store instruction.Thomas Richter2018-03-081-0/+63
* | | | | | | | perf annotate: Support to display the IPC/Cycle in TUI modeJin Yao2018-03-081-6/+82
* | | | | | | | perf report: Provide libtraceevent with a kernel symbol resolverWang YanQing2018-03-081-0/+9
* | | | | | | | perf build: Force llvm/clang test compile output to .make.outputJiri Olsa2018-03-081-3/+6
* | | | | | | | perf build: Add llvm/clang make targets to FILESJiri Olsa2018-03-081-1/+4
* | | | | | | | perf build: Add llvm/clang/cxx make tests into FEATURE_TESTS_EXTRAJiri Olsa2018-03-081-1/+5
* | | | | | | | perf tools: Update tags with .cpp filesJiri Olsa2018-03-081-3/+3
* | | | | | | | perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa2018-03-084-1/+316
* | | | | | | | perf c2c: Use mem_info refcnt logicJiri Olsa2018-03-081-13/+11
* | | | | | | | perf tools: Add refcnt into struct mem_infoJiri Olsa2018-03-084-6/+41
* | | | | | | | perf record: Remove progname from struct recordJiri Olsa2018-03-081-3/+0
* | | | | | | | perf record: Move machine variable down the functionJiri Olsa2018-03-081-3/+1
* | | | | | | | perf report: Display perf.data header infoJiri Olsa2018-03-081-1/+6
* | | | | | | | perf report: Fix the output for stdio events listJiri Olsa2018-03-084-9/+34
* | | | | | | | perf annotate: Fix s390 target function disassemblyThomas Richter2018-03-082-2/+53
* | | | | | | | perf intel-pt: Adjust overlap-checking to support sampling modeAdrian Hunter2018-03-081-3/+4
* | | | | | | | perf intel-pt: Remove a check for sampling modeAdrian Hunter2018-03-081-3/+0
* | | | | | | | perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()Adrian Hunter2018-03-081-13/+11
* | | | | | | | perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()Adrian Hunter2018-03-081-36/+3
* | | | | | | | perf intel-pt/bts: In auxtrace_record__init_intel() evlist is never NULLAdrian Hunter2018-03-081-9/+5
* | | | | | | | perf intel-pt: Fix timestamp following overflowAdrian Hunter2018-03-081-0/+1
* | | | | | | | perf intel-pt: Fix error recovery from missing TIP packetAdrian Hunter2018-03-081-0/+1
OpenPOWER on IntegriCloud