summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2017-02-061-0/+7
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | perf callchain: Reference count mapsKrister Johansen2017-02-023-2/+22
| * | | | perf diff: Fix -o/--order option behavior (again)Namhyung Kim2017-02-021-0/+7
| | |/ / | |/| |
* | | | perf tools: Create for_each_event macro for tracepoints iterationTaeung Song2017-01-311-20/+18
* | | | tools perf util: Make rm_rf(path) argument constJoe Stringer2017-01-312-2/+2
* | | | perf callchain: Reference count mapsKrister Johansen2017-01-313-2/+22
* | | | perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-276-11/+33
* | | | perf config: Do not consider an error not to have any perfconfig fileArnaldo Carvalho de Melo2017-01-271-6/+8
* | | | Merge tag 'perf-core-for-mingo-4.11-20170126' of git://git.kernel.org/pub/scm...Ingo Molnar2017-01-269-40/+211
|\ \ \ \
| * | | | perf util: Add more debug message on failure pathNamhyung Kim2017-01-262-18/+39
| * | | | perf util: Save pid-cmdline mapping into tracing headerNamhyung Kim2017-01-264-3/+84
| * | | | perf scripting perl: Do not die() when not founding event for a typeArnaldo Carvalho de Melo2017-01-261-2/+4
| * | | | perf probe: Delete an unnecessary assignment in try_to_find_absolute_address()Markus Elfring2017-01-261-3/+2
| * | | | perf probe: Delete an unnecessary check in try_to_find_absolute_address()Markus Elfring2017-01-261-4/+2