summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-03-11perf tools: Disable user-space callchain/stack dumps for function trace eventsJiri Olsa2-11/+48
2014-03-11Merge branch 'perf/urgent' into perf/coreIngo Molnar17-31/+74
2014-03-11Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar3-5/+13
2014-03-10tools/testing/selftests/ipc/msgque.c: handle msgget failure return correctlyColin Ian King1-0/+1
2014-03-10perf machine: Use map as success in ip__resolve_amsDon Zickus1-1/+1
2014-03-10perf symbols: Fix crash in elf_section_by_nameJiri Olsa1-3/+3
2014-03-10perf trace: Decode architecture-specific signal numbersBen Hutchings1-1/+9
2014-03-03Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-4/+15
2014-02-28perf tools: Fix strict alias issue for find_first_bitJiri Olsa1-1/+3
2014-02-27perf tools: fix BFD detection on opensuseAndi Kleen2-2/+2
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