summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* 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/+6
* 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
* perf tools: Move parse_nsec_time to time-utils.cDavid Ahern2016-12-014-36/+37
* perf tools: Add time-based utility functionsDavid Ahern2016-12-013-0/+98
* perf script: Add option to stop printing callchainDavid Ahern2016-11-293-2/+20
* perf tools: Introduce perf hooksWang Nan2016-11-294-0/+126
* perf tools: Add missing struct definition in probe_event.hWang Nan2016-11-251-0/+2
* perf record: Fix segfault when running with suid and kptr_restrict is 1Wang Nan2016-11-251-1/+1
* perf tools: Fix kernel version error in ubuntuWang Nan2016-11-251-2/+53
* perf sched timehist: Mark schedule function in callchainsNamhyung Kim2016-11-251-0/+1
* perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim2016-11-252-1/+7
* perf annotate: Initial PowerPC supportRavi Bangoria2016-11-251-0/+5
* perf annotate: Improve support for ARMArnaldo Carvalho de Melo2016-11-251-7/+2
* perf annotate: Allow arches to have a init routine and a priv areaArnaldo Carvalho de Melo2016-11-251-0/+11
* perf annotate: Introduce alternative method of keeping instructions tableArnaldo Carvalho de Melo2016-11-251-1/+62
* perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo2016-11-252-48/+42
* Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-11-249-138/+165
|\
| * perf evsel: Support printing callchains with arrowsNamhyung Kim2016-11-232-0/+7
| * perf symbols: Print symbol offsets conditionallyNamhyung Kim2016-11-233-8/+12
| * perf c2c report: Add struct c2c_stats::tot_hitm fieldJiri Olsa2016-11-232-2/+11
| * perf tools: Show event fd in debug outputJiri Olsa2016-11-231-2/+4
| * perf annotate: Add per arch instructions annotate handlersArnaldo Carvalho de Melo2016-11-171-106/+30
| * perf annotate: Allow arches to specify functions to skipArnaldo Carvalho de Melo2016-11-171-4/+5
| * perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo2016-11-172-20/+100
* | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2016-11-241-6/+6
|\ \ | |/ |/|
| * perf hists: Fix column length on --hierarchyNamhyung Kim2016-11-091-6/+6