summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-20154-682/+5373
|\
| * Merge tag 'perf-core-for-mingo-4.11-20170215' of git://git.kernel.org/pub/scm...Ingo Molnar2017-02-1622-92/+91
| |\
| | * perf tools: Add missing parse_events_error() prototypeArnaldo Carvalho de Melo2017-02-151-0/+2
| | * perf pmu: Fix check for unset alias->unit arrayArnaldo Carvalho de Melo2017-02-151-2/+2
| | * perf tools: Be consistent on the type of map->symbols[] interatorArnaldo Carvalho de Melo2017-02-142-3/+3
| | * perf intel pt decoder: clang has no -Wno-override-initArnaldo Carvalho de Melo2017-02-141-1/+5
| | * perf evsel: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo2017-02-141-34/+28
| | * perf probe: Avoid accessing uninitialized 'map' variableArnaldo Carvalho de Melo2017-02-141-1/+1
| | * perf tools: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo2017-02-141-9/+6
| | * perf record: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo2017-02-141-8/+9
| | * perf tests: Synthesize struct instead of using field after variable sized typeArnaldo Carvalho de Melo2017-02-141-11/+8
| | * perf bench numa: Make sure dprintf() is not definedArnaldo Carvalho de Melo2017-02-141-0/+1
| | * Revert "perf bench futex: Sanitize numeric parameters"Arnaldo Carvalho de Melo2017-02-146-20/+0
| | * tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGERArnaldo Carvalho de Melo2017-02-141-0/+4
| | * tools: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo2017-02-143-2/+18
| | * tools: Suppress request for warning options not existent in clangArnaldo Carvalho de Melo2017-02-141-1/+4
| |/
| * Merge tag 'perf-core-for-mingo-4.11-20170213' of git://git.kernel.org/pub/scm...Ingo Molnar2017-02-1423-29/+145
| |\
| | * samples/bpf: Reset global variablesMickaël Salaün2017-02-131-0/+5
| | * samples/bpf: Ignore already processed ELF sectionsMickaël Salaün2017-02-131-0/+2
| | * samples/bpf: Add missing headerMickaël Salaün2017-02-131-0/+1
| | * perf symbols: dso->name is an array, no need to check it against NULLArnaldo Carvalho de Melo2017-02-132-4/+4
| | * perf tests record: No need to test an array against NULLArnaldo Carvalho de Melo2017-02-131-1/+1
| | * perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo2017-02-135-6/+5
| | * perf evsel: Inform how to make a sysctl setting permanentArnaldo Carvalho de Melo2017-02-134-4/+6
| | * tools lib traceevent plugin function: Initialize 'index' variableArnaldo Carvalho de Melo2017-02-131-1/+1
| | * tools lib traceevent: Initialize lenght on OLD_RING_BUFFER_TYPE_TIME_STAMPSteven Rostedt (VMware)2017-02-131-0/+1
| | * perf scripting perl: Fix compile error with some perl5 versionsWang YanQing2017-02-131-1/+1
| | * perf diff: Change default setting to "delta-abs"Namhyung Kim2017-02-132-5/+5
| | * perf diff: Add diff.compute config optionNamhyung Kim2017-02-133-3/+23
| | * perf diff: Add diff.order config optionNamhyung Kim2017-02-133-1/+26
| | * perf diff: Add 'delta-abs' compute methodNamhyung Kim2017-02-132-3/+49
| | * tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo2017-02-133-5/+20
| * | Merge tag 'v4.10-rc8' into perf/core, to pick up fixesIngo Molnar2017-02-14266-1119/+1929
| |\ \ | | |/ | |/|
| * | perf/x86/intel: Add Kaby Lake supportSrinivas Pandruvada2017-02-113-0/+8
| * | perf/core: Allow kernel filters on CPU eventsAlexander Shishkin2017-02-102-14/+30
| * | perf/core: Do error out on a kernel filter on an exclude_filter eventAlexander Shishkin2017-02-101-0/+1
| * | Merge tag 'perf-core-for-mingo-4.11-20170209' of git://git.kernel.org/pub/scm...Ingo Molnar2017-02-1047-88/+3097
| |\ \
| | * | perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo2017-02-092-0/+7
| | * | perf tests: Avoid possible truncation with dirent->d_name + snprintfArnaldo Carvalho de Melo2017-02-091-5/+3
| | * | perf bench numa: Avoid possible truncation when using snprintf()Arnaldo Carvalho de Melo2017-02-091-3/+3
| | * | perf header: Fix handling of PERF_EVENT_UPDATE__SCALEArnaldo Carvalho de Melo2017-02-081-0/+1
| | * | perf thread_map: Correctly size buffer used with dirent->dt_nameArnaldo Carvalho de Melo2017-02-081-1/+1
| | * | perf top: Use __fallthroughArnaldo Carvalho de Melo2017-02-081-1/+1
| | * | tools strfilter: Use __fallthroughArnaldo Carvalho de Melo2017-02-081-0/+1
| | * | tools string: Use __fallthrough in perf_atoll()Arnaldo Carvalho de Melo2017-02-081-0/+2
| | * | tools include: Add a __fallthrough statementArnaldo Carvalho de Melo2017-02-081-0/+9
| | * | tools lib bpf: Add missing header to the libraryMickaël Salaün2017-02-081-0/+1
| | * | perf vendor events intel: Add uncore events for Broadwell DEAndi Kleen2017-02-083-0/+484
| | * | perf vendor events intel: Add uncore events for Xeon Phi (Knights Landing)Andi Kleen2017-02-081-0/+42
| | * | perf vendor events intel: Add uncore events for Sandy Bridge ServerAndi Kleen2017-02-084-0/+582