summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Merge branch 'liblockdep-fixes' of https://github.com/sashalevin/liblockdep i...Ingo Molnar5-4/+15
2014-02-27Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar5-19/+40
2014-02-26tools/liblockdep: Use realpath for srctree and objtreeWang Nan1-2/+2
2014-02-26tools/liblockdep: Add a stub for new rcu_is_watchingSasha Levin1-0/+5
2014-02-26tools/liblockdep: Mark runtests.sh as executableSasha Levin1-0/+0
2014-02-26tools/liblockdep: Add include directory to allow tests to compileIra W. Snyder1-1/+1
2014-02-26tools/liblockdep: Fix include of asm/hash.hIra W. Snyder1-0/+6
2014-02-26tools/liblockdep: Fix initialization code pathIra W. Snyder1-1/+1
2014-02-24perf symbols: Check compatible symtab type before loading dsoNamhyung Kim1-9/+52
2014-02-24perf symbols: Check return value of filename__read_debuglink()Stephane Eranian2-2/+4
2014-02-24perf symbols: Destroy unused symsrcsNamhyung Kim1-0/+2
2014-02-24perf annotate: Check availability of annotate when processing samplesNamhyung Kim4-19/+38
2014-02-24perf tests: Add NO_LIBDW_DWARF_UNWIND make testJiri Olsa1-0/+3
2014-02-24perf tools: Setup default dwarf post unwinderJiri Olsa3-23/+66
2014-02-24perf tools: Add libdw DWARF post unwind supportJiri Olsa6-0/+297
2014-02-24perf tools: Add feature check for libdw dwarf unwindJiri Olsa4-8/+35
2014-02-24perf tools: Warn the user about how to enable libunwind supportArnaldo Carvalho de Melo1-1/+1
2014-02-24perf tools: Add variable display for VF make outputJiri Olsa1-4/+19
2014-02-24perf tools: Factor features display codeJiri Olsa2-42/+85
2014-02-24perf tools: Fix bison OUTPUT directories dependencyJiri Olsa1-2/+8
2014-02-24perf tests: Add pmu-bison.o make testJiri Olsa1-4/+8
2014-02-24perf tests: Fix *.o make testsJiri Olsa1-7/+3
2014-02-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-3/+44
2014-02-18perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu3-8/+43
2014-02-18perf probe: Allow to add events on the local functionsMasami Hiramatsu4-205/+204
2014-02-18perf probe: Show source-level or symbol-level info for uprobesMasami Hiramatsu1-83/+144
2014-02-18perf probe: Show appropriate symbol for ref_reloc_sym based kprobesMasami Hiramatsu1-28/+55
2014-02-18perf probe: Find given address from offline dwarfMasami Hiramatsu3-101/+26
2014-02-18perf probe: Use ref_reloc_sym based address instead of the symbol nameMasami Hiramatsu1-9/+49
2014-02-18perf probe: Show in what binaries/modules probes are setMasami Hiramatsu1-3/+7
2014-02-18perf probe: Unify show_available_functions for uprobes/kprobesMasami Hiramatsu1-46/+26
2014-02-18perf probe: Replace line_list with intlistMasami Hiramatsu5-95/+35
2014-02-18perf probe: Remove incorrect symbol check for --listMasami Hiramatsu1-8/+0
2014-02-18perf probe: Fix to do exit call for symbol mapsMasami Hiramatsu1-48/+56
2014-02-18perf symbols: No need to export dso__first_symbolArnaldo Carvalho de Melo2-2/+1
2014-02-18perf tools: Drop prefetch.hBorislav Petkov3-8/+0
2014-02-18perf tools: Move hash.h headerBorislav Petkov4-6/+7
2014-02-18perf tools: Move fs.* to lib/api/fs/Borislav Petkov11-26/+21
2014-02-18perf callchain: Separate perf_reg_value function in perf_regs objectJiri Olsa4-26/+45
2014-02-18perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macroJiri Olsa5-10/+13
2014-02-18perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_idJiri Olsa4-5/+5
2014-02-18perf callchain: Separate libunwind code to special objectJiri Olsa6-3/+3
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa10-37/+32
2014-02-18perf callchain: Do not report zero address in unwindJiri Olsa1-1/+1
2014-02-18perf tools: Fix dwarf unwind max_stack processingJiri Olsa1-1/+1
2014-02-18perf tests x86: Add dwarf unwind testJiri Olsa7-0/+232
2014-02-18perf tests x86: Introduce perf_regs_load functionJiri Olsa3-0/+95
2014-02-18perf tools: Fix memory leak in event_format__print functionJiri Olsa1-0/+1
2014-02-18perf record: Add readable output for callchain debugJiri Olsa2-2/+5
2014-02-18perf tools: Add call-graph option support into .perfconfigJiri Olsa4-1/+30