summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
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
2017-01-31tools perf util: Make rm_rf(path) argument constJoe Stringer
2017-01-31perf callchain: Reference count mapsKrister Johansen
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-25lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann
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
2017-01-04perf probe: Fix --funcs to show correct symbols for offline moduleMasami Hiramatsu
2017-01-03perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo
2017-01-02perf probe: Fix to get correct modname from elf headerMasami Hiramatsu
2016-12-20perf diff: Do not overwrite valid build idKan Liang
2016-12-20perf annotate: Don't throw error for zero length symbolsRavi Bangoria
2016-12-15perf annotate: Fix jump target outside of function address rangeRavi Bangoria
2016-12-15perf annotate: Support jump instruction with target as second operandRavi Bangoria
2016-12-15perf evsel: Allow to ignore missing pidJiri Olsa
2016-12-15perf thread_map: Add thread_map__remove functionJiri Olsa
2016-12-15perf evsel: Use variable instead of repeating lengthy FD macroJiri Olsa
2016-12-07perf callchain: Introduce callchain_cursor__copy()Namhyung Kim
2016-12-05perf annotate: Show raw form for jump instruction with indirect targetRavi Bangoria
2016-12-05perf clang: Compile BPF script using builtin clang supportWang Nan
2016-12-05perf clang: Support compile IR to BPF object and add testcaseWang Nan
2016-12-05perf clang: Update test case to use real BPF scriptWang Nan
2016-12-05perf clang: Allow passing CFLAGS to builtin clangWang Nan
2016-12-05perf clang: Use real file system for #includeWang Nan
2016-12-05perf clang: Add builtin clang support ant test caseWang Nan
2016-12-05perf llvm: Extract helpers in llvm-utils.cWang Nan
2016-12-05perf tools: Pass context to perf hook functionsWang Nan
2016-12-01perf annotate: AArch64 supportKim Phillips