summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2017-02-20perf utils: Add perf_quiet_option()Namhyung Kim
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 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-13perf symbols: dso->name is an array, no need to check it 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-09perf intel-pt: Use __fallthroughArnaldo 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-08tools strfilter: Use __fallthroughArnaldo Carvalho de Melo
2017-02-08tools string: Use __fallthrough in perf_atoll()Arnaldo Carvalho de Melo
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 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
2017-02-08perf pmu: Support per pmu json aliasesAndi Kleen
2017-02-08perf jevents: Add support for parsing uncore json filesAndi Kleen
2017-02-08perf bpf: Add missing newline in debug messagesHe Kuang
2017-02-06Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo
2017-02-02cgroup, perf_event: make perf_event controller work on cgroup2 hierarchyTejun Heo
2017-02-02perf callchain: Reference count mapsKrister Johansen
2017-02-02perf diff: Fix -o/--order option behavior (again)Namhyung Kim
2017-01-31perf tools: Create for_each_event macro for tracepoints iterationTaeung Song