1. 1982ad4 perf report: Fix off-by-one for non-activation frames by Milian Wolff · 8 years ago
  2. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  3. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  4. 9343e45 perf unwind: Fix looking up dwarf unwind stack info by Matija Glavinic Pecotic · 8 years ago
  5. eac05af perf jit: Do not assume pgoff is zero by Stefano Sanfilippo · 8 years ago
  6. 6754075 perf unwind: Use addr_location::addr instead of ip for entries by Milian Wolff · 8 years ago
  7. 78ff1d6 perf unwind: Change macro names of perf register by He Kuang · 8 years ago
  8. 19473e7 perf unwind: Introduce flag to separate local/remote unwind compilation by He Kuang · 8 years ago
  9. eeb118c perf unwind: Change fixed name of libunwind__arch_reg_id to macro by He Kuang · 8 years ago
  10. f6d7253 perf tools: Extract common API out of unwind-libunwind-local.c by He Kuang · 8 years ago
  11. a597b54 perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.c by He Kuang · 8 years ago[Renamed from tools/perf/util/unwind-libunwind.c]
  12. f83c041 perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwind by He Kuang · 8 years ago
  13. e583d70 perf tools: Add dedicated unwind addr_space member into thread struct by Jiri Olsa · 9 years ago
  14. 0ddf524 perf unwind: Check for mmaps also in MAP__VARIABLE tree by Jiri Olsa · 9 years ago
  15. f22ed82 perf unwind: Use find_map function in access_dso_mem by Jiri Olsa · 9 years ago
  16. cb1dc22 perf callchain: Add order support for libunwind DWARF unwinder by Jiri Olsa · 9 years ago
  17. b26b218 perf callchain: Move initial entry call into get_entries function by Jiri Olsa · 9 years ago
  18. 7ed4915 perf unwind: Pass symbol source to libunwind by Rabin Vincent · 9 years ago
  19. 186c6cf perf callchains: Fix unw_word_t pointer casts by Rabin Vincent · 9 years ago
  20. 8eac1d5 perf callchain: Use debug_frame if eh_frame is unusable by Rabin Vincent · 9 years ago
  21. f005813 perf unwind: Fix a compile error by Hou Pengyang · 9 years ago
  22. 4bb11d0 perf tools: Add dso__data_get/put_fd() by Namhyung Kim · 10 years ago
  23. 303cb89 perf callchain: Separate eh/debug frame offset cache. by Wang Nan · 10 years ago
  24. f1f13af perf callchain: Cache eh/debug frame offset for dwarf unwind by Namhyung Kim · 10 years ago
  25. b93b096 perf test: Fix dwarf unwind using libunwind. by Wang Nan · 10 years ago
  26. dd8c17a perf callchains: Use thread->mg->machine by Arnaldo Carvalho de Melo · 10 years ago
  27. bb871a9 perf tools: A thread's machine can be found via thread->mg->machine by Arnaldo Carvalho de Melo · 10 years ago
  28. 380b514 perf callchain: Use global caching provided by libunwind by Namhyung Kim · 10 years ago
  29. 66f066d8 perf callchain: Create an address space per thread by Namhyung Kim · 10 years ago
  30. 84f5d36 perf tools: Move pr_* debug macros into debug object by Jiri Olsa · 10 years ago
  31. c658045 perf tools: Cache dso data file descriptor by Jiri Olsa · 11 years ago
  32. 53fa8eaa perf tools: Add data_fd into dso object by Jiri Olsa · 11 years ago
  33. c9b951c perf callchain: Separate perf_reg_value function in perf_regs object by Jiri Olsa · 11 years ago
  34. ea3da69 perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_id by Jiri Olsa · 11 years ago
  35. 436aa74 perf callchain: Separate libunwind code to special object by Jiri Olsa · 11 years ago[Renamed from tools/perf/util/unwind.c]
  36. 352ea45 perf callchain: Add mask into struct regs_dump by Jiri Olsa · 11 years ago
  37. 1cf0382 perf callchain: Do not report zero address in unwind by Jiri Olsa · 11 years ago
  38. b42dc32d perf tools: Fix dwarf unwind max_stack processing by Jiri Olsa · 11 years ago
  39. 99ca423 perf symbols: Export elf_section_by_name and reuse by Masami Hiramatsu · 11 years ago
  40. d11416e perf tools: Use the DWARF unwind info only if loaded by Jean Pihet · 11 years ago
  41. 37676af perf symbols: Limit max callchain using max_stack on DWARF unwinding too by Arnaldo Carvalho de Melo · 11 years ago
  42. ab255e7 perf: parse the .debug_frame section in case .eh_frame is not present by Jean Pihet · 11 years ago
  43. 326f59b perf tools: Remove filter parameter of thread__find_addr_map() by Adrian Hunter · 11 years ago
  44. 61710bd perf tools: Remove filter parameter of thread__find_addr_location() by Adrian Hunter · 11 years ago
  45. 5b7ba82 perf symbols: Load kernel maps before using by Adrian Hunter · 11 years ago
  46. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  47. 71ad0f5 perf tools: Support for DWARF CFI unwinding on post processing by Jiri Olsa · 12 years ago