summary refs log tree commit diff
path: root/tools
AgeCommit message (Expand)Author
2014-03-14perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim
2014-03-14perf ui/stdio: Fix invalid output on event group reportNamhyung Kim
2014-03-14perf tools: Fix synthesizing mmaps for threadsDon Zickus
2014-03-14perf probe: Clarify x86 register naming for perf probeAndi Kleen
2014-03-14perf mem: Clarify load-latency in documentationAndi Kleen
2014-03-14perf bench: Add futex-requeue microbenchmarkDavidlohr Bueso
2014-03-14perf bench: Add futex-wake microbenchmarkDavidlohr Bueso
2014-03-14perf bench: Add futex-hash microbenchmarkDavidlohr Bueso
2014-03-11perf tools: Disable user-space callchain/stack dumps for function trace eventsJiri Olsa
2014-03-11Merge branch 'perf/urgent' into perf/coreIngo Molnar
2014-03-11Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2014-03-10tools/testing/selftests/ipc/msgque.c: handle msgget failure return correctlyColin Ian King
2014-03-10perf machine: Use map as success in ip__resolve_amsDon Zickus
2014-03-10perf symbols: Fix crash in elf_section_by_nameJiri Olsa
2014-03-10perf trace: Decode architecture-specific signal numbersBen Hutchings
2014-03-03Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-02-28perf tools: Fix strict alias issue for find_first_bitJiri Olsa
2014-02-27perf tools: fix BFD detection on opensuseAndi Kleen
2014-02-27Merge branch 'liblockdep-fixes' of https://github.com/sashalevin/liblockdep i...Ingo Molnar
2014-02-27Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2014-02-26tools/liblockdep: Use realpath for srctree and objtreeWang Nan
2014-02-26tools/liblockdep: Add a stub for new rcu_is_watchingSasha Levin
2014-02-26tools/liblockdep: Mark runtests.sh as executableSasha Levin
2014-02-26tools/liblockdep: Add include directory to allow tests to compileIra W. Snyder
2014-02-26tools/liblockdep: Fix include of asm/hash.hIra W. Snyder
2014-02-26tools/liblockdep: Fix initialization code pathIra W. Snyder
2014-02-24perf symbols: Check compatible symtab type before loading dsoNamhyung Kim
2014-02-24perf symbols: Check return value of filename__read_debuglink()Stephane Eranian
2014-02-24perf symbols: Destroy unused symsrcsNamhyung Kim
2014-02-24perf annotate: Check availability of annotate when processing samplesNamhyung Kim
2014-02-24perf tests: Add NO_LIBDW_DWARF_UNWIND make testJiri Olsa
2014-02-24perf tools: Setup default dwarf post unwinderJiri Olsa
2014-02-24perf tools: Add libdw DWARF post unwind supportJiri Olsa
2014-02-24perf tools: Add feature check for libdw dwarf unwindJiri Olsa
2014-02-24perf tools: Warn the user about how to enable libunwind supportArnaldo Carvalho de Melo
2014-02-24perf tools: Add variable display for VF make outputJiri Olsa
2014-02-24perf tools: Factor features display codeJiri Olsa
2014-02-24perf tools: Fix bison OUTPUT directories dependencyJiri Olsa
2014-02-24perf tests: Add pmu-bison.o make testJiri Olsa
2014-02-24perf tests: Fix *.o make testsJiri Olsa
2014-02-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-02-18perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu
2014-02-18perf probe: Allow to add events on the local functionsMasami Hiramatsu
2014-02-18perf probe: Show source-level or symbol-level info for uprobesMasami Hiramatsu
2014-02-18perf probe: Show appropriate symbol for ref_reloc_sym based kprobesMasami Hiramatsu
2014-02-18perf probe: Find given address from offline dwarfMasami Hiramatsu
2014-02-18perf probe: Use ref_reloc_sym based address instead of the symbol nameMasami Hiramatsu
2014-02-18perf probe: Show in what binaries/modules probes are setMasami Hiramatsu
2014-02-18perf probe: Unify show_available_functions for uprobes/kprobesMasami Hiramatsu
2014-02-18perf probe: Replace line_list with intlistMasami Hiramatsu