summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* 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/+18Star
* | 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/+2Star
| * | perf probe: Delete an unnecessary check in try_to_find_absolute_address()Markus Elfring2017-01-261-4/+2Star
| * | perf unwind: Fix looking up dwarf unwind stack infoMatija Glavinic Pecotic2017-01-182-16/+86
* | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-01-253-41/+72
|\ \ \ | |/ / |/| / | |/
| * perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu2017-01-163-18/+37
| * perf probe: Add error checks to offline probe post-processingMasami Hiramatsu2017-01-161-17/+33
| * perf probe: Fix to show correct locations for events on modulesMasami Hiramatsu2017-01-161-7/+3Star
* | perf evlist: Fix typo in deliver_sample()Soramichi AKIYAMA2017-01-171-1/+1
* | perf tools: Move two variables usied in libperf from perf.cSoramichi AKIYAMA2017-01-172-0/+3
* | perf pmu: Factor out scale conversion codeAndi Kleen2017-01-161-28/+34
* | perf record: Add switch-output size warningJiri Olsa2017-01-112-1/+3
* | perf tools: Add unit_number__scnprintf functionJiri Olsa2017-01-113-2/+20
* | perf evlist: Fix typo in perf_evlist__start_workload()Soramichi Akiyama2017-01-111-1/+1
* | perf machine: Add a kallsyms loading constructorArnaldo Carvalho de Melo2017-01-112-0/+20
|/
* perf probe: Fix to probe on gcc generated symbols for offline kernelMasami Hiramatsu2017-01-041-1/+47
* perf probe: Fix --funcs to show correct symbols for offline moduleMasami Hiramatsu2017-01-041-19/+6Star
* perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo2017-01-031-0/+6
* perf probe: Fix to get correct modname from elf headerMasami Hiramatsu2017-01-021-16/+16
* perf diff: Do not overwrite valid build idKan Liang2016-12-201-1/+2
* perf annotate: Don't throw error for zero length symbolsRavi Bangoria2016-12-201-1/+2
* perf annotate: Fix jump target outside of function address rangeRavi Bangoria2016-12-152-7/+12
* perf annotate: Support jump instruction with target as second operandRavi Bangoria2016-12-151-1/+5
* perf evsel: Allow to ignore missing pidJiri Olsa2016-12-152-0/+45
* perf thread_map: Add thread_map__remove functionJiri Olsa2016-12-152-0/+23
* perf evsel: Use variable instead of repeating lengthy FD macroJiri Olsa2016-12-151-8/+9
* perf callchain: Introduce callchain_cursor__copy()Namhyung Kim2016-12-072-0/+30
* perf annotate: Show raw form for jump instruction with indirect targetRavi Bangoria2016-12-051-0/+3
* perf clang: Compile BPF script using builtin clang supportWang Nan2016-12-053-4/+66
* perf clang: Support compile IR to BPF object and add testcaseWang Nan2016-12-054-6/+74
* perf clang: Update test case to use real BPF scriptWang Nan2016-12-052-3/+40
* perf clang: Allow passing CFLAGS to builtin clangWang Nan2016-12-053-12/+22
* perf clang: Use real file system for #includeWang Nan2016-12-052-12/+35
* perf clang: Add builtin clang support ant test caseWang Nan2016-12-056-0/+163
* perf llvm: Extract helpers in llvm-utils.cWang Nan2016-12-053-18/+68
* perf tools: Pass context to perf hook functionsWang Nan2016-12-052-5/+11
* perf annotate: AArch64 supportKim Phillips2016-12-011-0/+5
* perf annotate: Use arch->objdump.comment_char in dec__parse()Kim Phillips2016-12-011-1/+1