summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-222-0/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-166-3/+40
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-283-41/+72
| |\ \
| * | | lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann2017-01-252-0/+2
* | | | 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: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo2017-02-141-0/+4
* | | | 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
* | | | 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-131-0/+1
* | | | 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
* | | | 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
* | | | perf vendor events intel: Add uncore events for IvyBridge ServerAndi Kleen2017-02-084-0/+692
* | | | perf vendor events intel: Add uncore events for Broadwell ServerAndi Kleen2017-02-084-0/+512
* | | | perf vendor events intel: Add uncore events for Haswell Server processorAndi Kleen2017-02-084-0/+512
* | | | perf tools: Fix include of linux/mman.hArnaldo Carvalho de Melo2017-02-081-1/+1
* | | | perf tools: Use zfree() to avoid keeping dangling pointersTaeung Song2017-02-081-6/+6
* | | | perf tools: Use zfree() instead of ad hoc equivalentTaeung Song2017-02-081-4/+2
* | | | perf tools: Add missing check for failure in a zalloc() callTaeung Song2017-02-081-0/+2
* | | | perf tools: Only increase index if perf_evsel__new_idx() succeedsTaeung Song2017-02-081-1/+2
* | | | perf probe: Add option --symfsUwe Kleine-König2017-02-081-0/+2
* | | | perf symbols: Take into account symfs setting when reading file build IDVictor Kamensky2017-02-081-2/+4
* | | | perf list: Add debug support for outputing alias stringAndi Kleen2017-02-084-0/+15
* | | | perf pmu: Support event aliases for non cpu// pmusAndi Kleen2017-02-082-27/+51
* | | | perf pmu: Support per pmu json aliasesAndi Kleen2017-02-081-4/+9