summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf uretprobe ppc64le: Fix probe locationRavi Bangoria2016-10-051-1/+2
* Merge tag 'perf-core-for-mingo-20161003' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-10-0432-66/+1926
|\
| * perf pmu-events: Add Skylake frontend MSR supportAndi Kleen2016-10-031-0/+1
| * perf pmu-events: Fix fixed counters on IntelAndi Kleen2016-10-031-1/+24
| * perf tools: Make alias matching case-insensitiveAndi Kleen2016-10-031-1/+1
| * perf tools: Allow period= in perf stat CPU event descriptions.Sukadev Bhattiprolu2016-10-031-0/+1
| * perf tools: Add README for info on parsing JSON/map filesSukadev Bhattiprolu2016-10-031-0/+147
| * perf list jevents: Add support for event list topicsAndi Kleen2016-10-032-10/+28
| * perf list: Support long jevents descriptionsSukadev Bhattiprolu2016-10-036-15/+34
| * perf jevents: Add support for long descriptionsSukadev Bhattiprolu2016-10-033-9/+27
| * perf pmu: Add override support for event list CPUIDAndi Kleen2016-10-031-1/+7
| * perf list: Add a --no-desc flagAndi Kleen2016-10-036-12/+22
| * perf tools: Query terminal width and use in perf listAndi Kleen2016-10-033-1/+19
| * perf pmu: Support alias descriptionsAndi Kleen2016-10-032-16/+68
| * perf jevents: Handle header line in mapfileAndi Kleen2016-10-031-2/+7
| * perf tools: Support CPU id matching for x86 v2Andi Kleen2016-10-031-3/+21
| * perf powerpc: Support CPU ID matching for PowerpcSukadev Bhattiprolu2016-10-031-0/+11
| * perf pmu: Use pmu_events table to create aliasesSukadev Bhattiprolu2016-10-032-0/+61
| * perf jevents: Program to convert JSON fileAndi Kleen2016-10-036-4/+869
| * perf tools: Add jsmn `jasmine' JSON parserAndi Kleen2016-10-034-0/+574
| * tools build: Make fixdep a hostprogJiri Olsa2016-10-033-5/+3
| * tools build: Add support for host programs formatJiri Olsa2016-10-033-4/+26
| * perf tools: Experiment with cppcheckArnaldo Carvalho de Melo2016-10-035-20/+13
| * perf probe: Check if *ptr2 is zero and not ptr2Colin Ian King2016-10-031-1/+1
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-13/+0
|\ \
| * | cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner2016-09-061-13/+0
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-032-10/+10
|\ \ \
| * \ \ Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-302-5/+13
| |\ \ \
| * \ \ \ Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-157-12/+16
| |\ \ \ \
| * | | | | selftests/x86/sigreturn: Use CX, not AX, as the scratch registerAndy Lutomirski2016-09-131-8/+8
| * | | | | selftests/x86: Fix spelling mistake "preseve" -> "preserve"Colin Ian King2016-09-081-2/+2
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-031-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-09-302-5/+13
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | objtool: Add do_task_dead() to global noreturn listJosh Poimboeuf2016-09-231-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-03155-808/+5035
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | perf tests: Add dwarf unwind test for powerpcRavi Bangoria2016-09-299-2/+193
| * | | | | perf probe: Match linkage name with mangled nameMasami Hiramatsu2016-09-292-2/+29
| * | | | | perf probe: Fix to cut off incompatible chars from group nameMasami Hiramatsu2016-09-291-3/+7
| * | | | | perf probe: Skip if the function address is 0Masami Hiramatsu2016-09-291-1/+11
| * | | | | perf probe: Ignore the error of finding inline instanceMasami Hiramatsu2016-09-291-2/+3
| * | | | | perf intel-pt: Fix decoding when there are address filtersAdrian Hunter2016-09-291-0/+82
| * | | | | perf intel-pt: Enable decoder to handle TIP.PGD with missing IPAdrian Hunter2016-09-292-0/+31
| * | | | | perf intel-pt: Read address filter from AUXTRACE_INFO eventAdrian Hunter2016-09-291-0/+51
| * | | | | perf intel-pt: Record address filter in AUXTRACE_INFO eventAdrian Hunter2016-09-292-6/+48
| * | | | | perf intel-pt: Add a helper function for processing AUXTRACE_INFOAdrian Hunter2016-09-291-4/+8
| * | | | | perf intel-pt: Fix missing error codes processing auxtrace_infoAdrian Hunter2016-09-291-0/+2
| * | | | | perf intel-pt: Add support for recording the max non-turbo ratioAdrian Hunter2016-09-293-1/+20
| * | | | | perf intel-pt: Fix snapshot overlap detection decoder errorsAdrian Hunter2016-09-291-4/+11
| * | | | | perf probe: Increase debug level of SDT debug messagesAdrian Hunter2016-09-292-3/+3
| * | | | | perf record: Add support for using symbols in address filtersAdrian Hunter2016-09-294-3/+857
OpenPOWER on IntegriCloud