summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2017-02-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+4
2017-02-28Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-7/+19
2017-02-28scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-28scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2-3/+3
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+2
2017-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-2/+29
2017-02-15perf tools: Add missing parse_events_error() prototypeArnaldo Carvalho de Melo1-0/+2
2017-02-15perf pmu: Fix check for unset alias->unit arrayArnaldo Carvalho de Melo1-2/+2
2017-02-14perf tools: Be consistent on the type of map->symbols[] interatorArnaldo Carvalho de Melo2-3/+3
2017-02-14perf intel pt decoder: clang has no -Wno-override-initArnaldo Carvalho de Melo1-1/+5
2017-02-14perf evsel: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo1-34/+28
2017-02-14perf probe: Avoid accessing uninitialized 'map' variableArnaldo Carvalho de Melo1-1/+1
2017-02-14perf tools: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo1-9/+6
2017-02-13perf symbols: dso->name is an array, no need to check it against NULLArnaldo Carvalho de Melo2-4/+4
2017-02-13perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo3-3/+2
2017-02-13perf evsel: Inform how to make a sysctl setting permanentArnaldo Carvalho de Melo1-1/+3
2017-02-13perf scripting perl: Fix compile error with some perl5 versionsWang YanQing1-1/+1
2017-02-09perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo2-0/+7
2017-02-09perf header: Fix handling of PERF_EVENT_UPDATE__SCALEArnaldo Carvalho de Melo1-0/+1
2017-02-08perf thread_map: Correctly size buffer used with dirent->dt_nameArnaldo Carvalho de Melo1-1/+1
2017-02-08tools strfilter: Use __fallthroughArnaldo Carvalho de Melo1-0/+1
2017-02-08tools string: Use __fallthrough in perf_atoll()Arnaldo Carvalho de Melo1-0/+2
2017-02-08perf tools: Fix include of linux/mman.hArnaldo Carvalho de Melo1-1/+1
2017-02-08perf tools: Use zfree() to avoid keeping dangling pointersTaeung Song1-6/+6
2017-02-08perf tools: Use zfree() instead of ad hoc equivalentTaeung Song1-4/+2
2017-02-08perf tools: Add missing check for failure in a zalloc() callTaeung Song1-0/+2
2017-02-08perf tools: Only increase index if perf_evsel__new_idx() succeedsTaeung Song1-1/+2
2017-02-08perf symbols: Take into account symfs setting when reading file build IDVictor Kamensky1-2/+4
2017-02-08perf list: Add debug support for outputing alias stringAndi Kleen3-0/+12
2017-02-08perf pmu: Support event aliases for non cpu// pmusAndi Kleen2-27/+51
2017-02-08perf pmu: Support per pmu json aliasesAndi Kleen1-4/+9
2017-02-08perf jevents: Add support for parsing uncore json filesAndi Kleen1-8/+22
2017-02-08perf bpf: Add missing newline in debug messagesHe Kuang1-2/+2
2017-02-06Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-0/+7
2017-02-02cgroup, perf_event: make perf_event controller work on cgroup2 hierarchyTejun Heo1-7/+19
2017-02-02perf callchain: Reference count mapsKrister Johansen3-2/+22
2017-02-02perf diff: Fix -o/--order option behavior (again)Namhyung Kim1-0/+7
2017-01-31perf tools: Create for_each_event macro for tracepoints iterationTaeung Song1-20/+18
2017-01-31tools perf util: Make rm_rf(path) argument constJoe Stringer2-2/+2
2017-01-31perf callchain: Reference count mapsKrister Johansen3-2/+22
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-41/+72
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo6-11/+33
2017-01-27perf config: Do not consider an error not to have any perfconfig fileArnaldo Carvalho de Melo1-6/+8
2017-01-26Merge tag 'perf-core-for-mingo-4.11-20170126' of git://git.kernel.org/pub/scm...Ingo Molnar9-40/+211
2017-01-26perf util: Add more debug message on failure pathNamhyung Kim2-18/+39
2017-01-26perf util: Save pid-cmdline mapping into tracing headerNamhyung Kim4-3/+84
2017-01-26perf scripting perl: Do not die() when not founding event for a typeArnaldo Carvalho de Melo1-2/+4
2017-01-26perf probe: Delete an unnecessary assignment in try_to_find_absolute_address()Markus Elfring1-3/+2
2017-01-26perf probe: Delete an unnecessary check in try_to_find_absolute_address()Markus Elfring1-4/+2
2017-01-25lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann2-0/+2