summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2017-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-03-17perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann
2017-03-01x86/events: Remove last remnants of old filenamesBorislav Petkov
2017-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
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-20perf record: Honor --quiet option properlyNamhyung Kim
2017-02-20perf annotate: Add -q/--quiet optionNamhyung Kim
2017-02-20perf diff: Add -q/--quiet optionNamhyung Kim
2017-02-20perf report: Add -q/--quiet optionNamhyung Kim
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2017-02-20perf utils: Add perf_quiet_option()Namhyung Kim
2017-02-17perf record: Add -a as default targetJiri Olsa
2017-02-17perf stat: Add -a as default targetJiri Olsa
2017-02-17perf tools: Fail on using multiple bits long terms without valueJiri Olsa
2017-02-17perf tools: Move new_term arguments into struct parse_events_term templateJiri Olsa
2017-02-17perf build: Add special fixdep cleaning ruleJiri Olsa
2017-02-17perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...Jan Stancek
2017-02-17perf header: Make build_cpu_topology skip offline/absent CPUsJan Stancek
2017-02-17perf cpumap: Add cpu__max_present_cpu()Jan Stancek
2017-02-17perf session: Fix DEBUG=1 build with clangArnaldo Carvalho de Melo
2017-02-17perf python: Filter out -specs=/a/b/c from the python binding cc optionsArnaldo Carvalho de Melo
2017-02-17tools perf scripting python: clang doesn't have -spec, remove itArnaldo Carvalho de Melo
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