summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2017-02-27scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada
2017-02-27scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-15perf tools: Add missing parse_events_error() prototypeArnaldo Carvalho de Melo
2017-02-15perf pmu: Fix check for unset alias->unit arrayArnaldo Carvalho de Melo
2017-02-14perf tools: Be consistent on the type of map->symbols[] interatorArnaldo Carvalho de Melo
2017-02-14perf intel pt decoder: clang has no -Wno-override-initArnaldo Carvalho de Melo
2017-02-14perf evsel: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo
2017-02-14perf probe: Avoid accessing uninitialized 'map' variableArnaldo Carvalho de Melo
2017-02-14perf tools: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo
2017-02-14perf record: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo
2017-02-14perf tests: Synthesize struct instead of using field after variable sized typeArnaldo Carvalho de Melo
2017-02-14perf bench numa: Make sure dprintf() is not definedArnaldo Carvalho de Melo
2017-02-14Revert "perf bench futex: Sanitize numeric parameters"Arnaldo Carvalho de Melo
2017-02-14tools: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo
2017-02-13perf symbols: dso->name is an array, no need to check it against NULLArnaldo Carvalho de Melo
2017-02-13perf tests record: No need to test an array against NULLArnaldo Carvalho de Melo
2017-02-13perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo
2017-02-13perf evsel: Inform how to make a sysctl setting permanentArnaldo Carvalho de Melo
2017-02-13perf scripting perl: Fix compile error with some perl5 versionsWang YanQing
2017-02-13perf diff: Change default setting to "delta-abs"Namhyung Kim
2017-02-13perf diff: Add diff.compute config optionNamhyung Kim
2017-02-13perf diff: Add diff.order config optionNamhyung Kim
2017-02-13perf diff: Add 'delta-abs' compute methodNamhyung Kim
2017-02-13tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo
2017-02-09perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo
2017-02-09perf tests: Avoid possible truncation with dirent->d_name + snprintfArnaldo Carvalho de Melo
2017-02-09perf bench numa: Avoid possible truncation when using snprintf()Arnaldo Carvalho de Melo
2017-02-08perf header: Fix handling of PERF_EVENT_UPDATE__SCALEArnaldo Carvalho de Melo
2017-02-08perf thread_map: Correctly size buffer used with dirent->dt_nameArnaldo Carvalho de Melo
2017-02-08perf top: Use __fallthroughArnaldo Carvalho de Melo
2017-02-08tools strfilter: Use __fallthroughArnaldo Carvalho de Melo
2017-02-08tools string: Use __fallthrough in perf_atoll()Arnaldo Carvalho de Melo
2017-02-08perf vendor events intel: Add uncore events for Broadwell DEAndi Kleen
2017-02-08perf vendor events intel: Add uncore events for Xeon Phi (Knights Landing)Andi Kleen
2017-02-08perf vendor events intel: Add uncore events for Sandy Bridge ServerAndi Kleen
2017-02-08perf vendor events intel: Add uncore events for IvyBridge ServerAndi Kleen
2017-02-08perf vendor events intel: Add uncore events for Broadwell ServerAndi Kleen
2017-02-08perf vendor events intel: Add uncore events for Haswell Server processorAndi Kleen
2017-02-08perf tools: Fix include of linux/mman.hArnaldo Carvalho de Melo
2017-02-08perf tools: Use zfree() to avoid keeping dangling pointersTaeung Song
2017-02-08perf tools: Use zfree() instead of ad hoc equivalentTaeung Song
2017-02-08perf tools: Add missing check for failure in a zalloc() callTaeung Song
2017-02-08perf tools: Only increase index if perf_evsel__new_idx() succeedsTaeung Song
2017-02-08perf probe: Add option --symfsUwe Kleine-König
2017-02-08perf symbols: Take into account symfs setting when reading file build IDVictor Kamensky
2017-02-08perf list: Add debug support for outputing alias stringAndi Kleen
2017-02-08perf pmu: Support event aliases for non cpu// pmusAndi Kleen