summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
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-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
2017-01-31tools perf util: Make rm_rf(path) argument constJoe Stringer
2017-01-31perf callchain: Reference count mapsKrister Johansen
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo
2017-01-27perf config: Do not consider an error not to have any perfconfig fileArnaldo Carvalho de Melo
2017-01-26Merge tag 'perf-core-for-mingo-4.11-20170126' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-01-26perf util: Add more debug message on failure pathNamhyung Kim
2017-01-26perf util: Save pid-cmdline mapping into tracing headerNamhyung Kim
2017-01-26perf scripting perl: Do not die() when not founding event for a typeArnaldo Carvalho de Melo
2017-01-26perf probe: Delete an unnecessary assignment in try_to_find_absolute_address()Markus Elfring
2017-01-26perf probe: Delete an unnecessary check in try_to_find_absolute_address()Markus Elfring
2017-01-25Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-01-18perf unwind: Fix looking up dwarf unwind stack infoMatija Glavinic Pecotic
2017-01-17perf evlist: Fix typo in deliver_sample()Soramichi AKIYAMA
2017-01-17perf tools: Move two variables usied in libperf from perf.cSoramichi AKIYAMA
2017-01-16perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu
2017-01-16perf probe: Add error checks to offline probe post-processingMasami Hiramatsu
2017-01-16perf probe: Fix to show correct locations for events on modulesMasami Hiramatsu
2017-01-16perf pmu: Factor out scale conversion codeAndi Kleen
2017-01-11perf record: Add switch-output size warningJiri Olsa
2017-01-11perf tools: Add unit_number__scnprintf functionJiri Olsa
2017-01-11perf evlist: Fix typo in perf_evlist__start_workload()Soramichi Akiyama
2017-01-11perf machine: Add a kallsyms loading constructorArnaldo Carvalho de Melo
2017-01-04perf probe: Fix to probe on gcc generated symbols for offline kernelMasami Hiramatsu