summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools lib api: Fix make DEBUG=1 buildJiri Olsa2017-09-121-1/+7
* perf tests: Fix compile when libunwind's unwind.h is availableMilian Wolff2017-09-121-1/+1
* tools include linux: Guard against redefinition of some macrosArnaldo Carvalho de Melo2017-09-121-3/+6
* Merge tag 'perf-core-for-mingo-4.14-20170901' of git://git.kernel.org/pub/scm...Ingo Molnar2017-09-0537-268/+368
|\
| * perf annotate browser: Help for cycling thru hottest instructions with TAB/sh...Arnaldo Carvalho de Melo2017-09-011-1/+2
| * perf stat: Only auto-merge events that are PMU aliasesArnaldo Carvalho de Melo2017-09-013-9/+18
| * perf test: Add test case for PERF_SAMPLE_PHYS_ADDRKan Liang2017-09-011-1/+5
| * perf script: Support physical addressKan Liang2017-09-012-3/+14
| * perf mem: Support physical addressKan Liang2017-09-012-26/+75
| * perf sort: Add sort option for physical addressKan Liang2017-09-018-2/+59
| * perf tools: Support new sample type for physical addressKan Liang2017-09-016-3/+29
| * perf vendor events powerpc: Remove duplicate eventsSukadev Bhattiprolu2017-09-014-138/+3
| * perf intel-pt: Fix syntax in documentation of config optionJack Henschel2017-09-011-1/+1
| * perf test powerpc: Fix 'Object code reading' testRavi Bangoria2017-09-011-0/+5
| * perf trace: Support syscall name globbingArnaldo Carvalho de Melo2017-09-012-5/+36
| * perf syscalltbl: Support glob matching on syscall namesArnaldo Carvalho de Melo2017-09-012-0/+36
| * perf report: Calculate the average cycles of iterationsJin Yao2017-08-305-79/+85
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-042-15/+96
|\ \
| * \ Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-08-202-15/+96
| |\ \
| | * | kselftests: timers: set-timer-lat: Add one-shot timer test casesGreg Hackmann2017-08-171-13/+73
| | * | kselftests: timers: set-timer-lat: Tweak reporting when timer fires earlyGreg Hackmann2017-08-171-8/+25
| | * | kselftests: timers: freq-step: Fix build warningJohn Stultz2017-08-171-2/+2
| | * | kselftests: timers: freq-step: Define ADJ_SETOFFSET if device has older kerne...John Stultz2017-08-171-0/+4
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-0425-3868/+1377
|\ \ \ \
| * | | | objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf2017-08-304-90/+88
| * | | | x86/lguest: Remove lguest supportJuergen Gross2017-08-246-3625/+5
| * | | | objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf2017-08-211-7/+7
| * | | | objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf2017-08-112-25/+31
| * | | | objtool: Fix validate_branch() return codesJosh Poimboeuf2017-08-111-3/+3
| * | | | selftests/x86/fsgsbase: Test selectors 1, 2, and 3Andy Lutomirski2017-08-101-6/+35
| * | | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2017-08-1011-31/+562
| |\| | |
| * | | | objtool: Disable GCC '-Wpacked' warningsJosh Poimboeuf2017-07-281-1/+2
| * | | | objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf2017-07-281-1/+25
| * | | | objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf2017-07-281-1/+6
| * | | | objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf2017-07-283-9/+70
| * | | | objtool: Fix gcov check for older versions of GCCJosh Poimboeuf2017-07-254-35/+14
| * | | | objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf2017-07-184-13/+207
| * | | | objtool: Add ORC unwind table generationJosh Poimboeuf2017-07-1814-60/+916
| | |/ / | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-04282-1810/+22132
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'perf-core-for-mingo-4.14-20170829' of git://git.kernel.org/pub/scm...Ingo Molnar2017-08-2922-43/+185
| |\ \ \
| | * | | perf symbols: Fix plt entry calculation for ARM and AARCH64Li Bin2017-08-291-5/+22
| | * | | perf probe: Fix kprobe blacklist checking conditionLi Bin2017-08-291-1/+1
| | * | | perf trace beauty: Beautify pkey_{alloc,free,mprotect} argumentsArnaldo Carvalho de Melo2017-08-286-1/+83
| | * | | tools headers: Sync cpu features kernel ABI headers with tooling headersArnaldo Carvalho de Melo2017-08-282-6/+3
| | * | | perf tools: Pass full path of FEATURES_DUMPDavid Carrillo-Cisneros2017-08-281-1/+1
| | * | | perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros2017-08-285-6/+8
| | * | | tools lib: Allow external definition of CC, AR and LDDavid Carrillo-Cisneros2017-08-281-3/+3
| | * | | perf tools: Allow external definition of flex and bison binary namesDavid Carrillo-Cisneros2017-08-281-2/+2
| | * | | tools build tests: Don't hardcode gcc nameDavid Carrillo-Cisneros2017-08-281-1/+1
| | * | | perf report: Group stat values on global event idJiri Olsa2017-08-282-2/+2