summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-171-1/+1
|\
| * perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann2017-03-171-1/+1
* | x86/events: Remove last remnants of old filenamesBorislav Petkov2017-03-011-1/+1
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-2820-73/+150
|\
| * perf utils: Check verbose flag properlyNamhyung Kim2017-02-208-16/+16
| * perf utils: Add perf_quiet_option()Namhyung Kim2017-02-202-0/+18
| * perf tools: Fail on using multiple bits long terms without valueJiri Olsa2017-02-174-9/+22
| * perf tools: Move new_term arguments into struct parse_events_term templateJiri Olsa2017-02-171-30/+39
| * perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...Jan Stancek2017-02-172-12/+6
| * perf header: Make build_cpu_topology skip offline/absent CPUsJan Stancek2017-02-171-3/+16
| * perf cpumap: Add cpu__max_present_cpu()Jan Stancek2017-02-172-0/+23
| * perf session: Fix DEBUG=1 build with clangArnaldo Carvalho de Melo2017-02-171-1/+1
| * perf python: Filter out -specs=/a/b/c from the python binding cc optionsArnaldo Carvalho de Melo2017-02-171-1/+8
| * tools perf scripting python: clang doesn't have -spec, remove itArnaldo Carvalho de Melo2017-02-171-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-273-4/+4
|\ \
| * | scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
| * | scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-272-3/+3
* | | Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-02-271-7/+19
|\ \ \ | |/ / |/| |
| * | cgroup, perf_event: make perf_event controller work on cgroup2 hierarchyTejun Heo2017-02-021-7/+19
* | | 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-164-2/+29
| |\ \
| * \ \ 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 symbols: dso->name is an array, no need to check it against NULLArnaldo Carvalho de Melo2017-02-132-4/+4
* | | | | perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo2017-02-133-3/+2
* | | | | perf evsel: Inform how to make a sysctl setting permanentArnaldo Carvalho de Melo2017-02-131-1/+3
* | | | | perf scripting perl: Fix compile error with some perl5 versionsWang YanQing2017-02-131-1/+1
* | | | | perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo2017-02-092-0/+7
* | | | | 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
* | | | | 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 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 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-083-0/+12
* | | | | 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
* | | | | perf jevents: Add support for parsing uncore json filesAndi Kleen2017-02-081-8/+22
* | | | | perf bpf: Add missing newline in debug messagesHe Kuang2017-02-081-2/+2