1. 3f938ee perf machine: Fix segfault for kernel.kptr_restrict=2 by Jiri Olsa · 7 years ago
  2. 6b335e8 perf symbols: Set module info when build-id event found by Namhyung Kim · 7 years ago
  3. b843f62 perf symbols: Accept symbols starting at address 0 by Arnaldo Carvalho de Melo · 8 years ago
  4. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  5. 1eae20c perf tools: Remove regex.h and fnmatch.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  6. 76b31a2 perf tools: Remove include dirent.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  7. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  8. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  9. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  10. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  11. e34f5b1 perf thread: convert thread.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  12. a0b2f5a perf tools: Be consistent on the type of map->symbols[] interator by Arnaldo Carvalho de Melo · 8 years ago
  13. a7c3899 perf symbols: No need to check if sym->name is NULL by Arnaldo Carvalho de Melo · 8 years ago
  14. 7d132ca perf machine: Add a kallsyms loading constructor by Arnaldo Carvalho de Melo · 8 years ago
  15. 410024d perf report: Add branch flag to callchain cursor node by Jin Yao · 8 years ago
  16. 18ef15c perf tools: Experiment with cppcheck by Arnaldo Carvalho de Melo · 8 years ago
  17. be39db9 perf symbols: Remove symbol_filter_t machinery by Arnaldo Carvalho de Melo · 8 years ago
  18. 0890e97 perf machine: Remove machine->symbol_filter and friends by Arnaldo Carvalho de Melo · 8 years ago
  19. 203d8a4 perf s390: Fix 'start' address of module's map by Song Shan Gong · 8 years ago
  20. 32ca678 perf machine: Destructors should accept NULL by Arnaldo Carvalho de Melo · 8 years ago
  21. b8ab922 Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  22. 8132a2a perf unwind: Move unwind__prepare_access from thread_new into thread__insert_map by He Kuang · 8 years ago
  23. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  24. bf8bddb perf callchain: Stop validating callchains by the max_stack sysctl by Arnaldo Carvalho de Melo · 9 years ago
  25. caf8a0d perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1 by Arnaldo Carvalho de Melo · 9 years ago
  26. 45e9005 perf machine: Do not bail out if not managing to read ref reloc symbol by Arnaldo Carvalho de Melo · 9 years ago
  27. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  28. a29d5c9 perf tools: Separate accounting of contexts and real addresses in a stack trace by Arnaldo Carvalho de Melo · 9 years ago
  29. 0a77582 perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE by Masami Hiramatsu · 9 years ago
  30. 9919a65 perf callchain: Fix incorrect ordering of entries by Chris Phlipot · 9 years ago
  31. de7e6a7 perf hists: Move sort__has_parent into struct perf_hpp_list by Jiri Olsa · 9 years ago
  32. d2c1103 perf machine: Introduce number of threads member by Arnaldo Carvalho de Melo · 9 years ago
  33. 4cb9344 perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stack by Arnaldo Carvalho de Melo · 9 years ago
  34. e02092b perf symbols: Allow loading kallsyms without considering kcore files by Arnaldo Carvalho de Melo · 9 years ago
  35. acf2abb perf evsel: Add missign class prefix to has_branch_stack method by Arnaldo Carvalho de Melo · 9 years ago
  36. bd1a0be tools/perf: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  37. 91d7b2d perf callchain: Start moving away from global per thread cursors by Arnaldo Carvalho de Melo · 9 years ago
  38. 473398a perf tools: Add cpumode to struct perf_sample by Arnaldo Carvalho de Melo · 9 years ago
  39. abd8286 perf thread: Fix reference count initial state by Arnaldo Carvalho de Melo · 9 years ago
  40. 93b0ba3 perf tools: Clear struct machine during machine__init() by Wang Nan · 9 years ago
  41. cc1121a perf machine: Fix machine.vmlinux_maps to make sure to clear the old one by Masami Hiramatsu · 9 years ago
  42. 5dcf16d perf machine: Pass correct string to dso__adjust_kmod_long_name by Wang Nan · 9 years ago
  43. c03d518 perf machine: Adjust dso->long_name for offline module by Wang Nan · 9 years ago
  44. b49a8fe perf callchain: Honor hide_unresolved by Namhyung Kim · 9 years ago
  45. 566c69c perf machine: Fix machine__findnew_module_map to put dso by Masami Hiramatsu · 9 years ago
  46. 1154c95 perf tools: Fix machine__create_kernel_maps to put kernel dso refcount by Masami Hiramatsu · 9 years ago
  47. ebe9729 perf machine: Fix to destroy kernel maps when machine exits by Masami Hiramatsu · 9 years ago
  48. e96e407 perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps references by Masami Hiramatsu · 9 years ago
  49. 9afcb420 perf machine: Fix machine__findnew_module_map to put registered map by Masami Hiramatsu · 9 years ago
  50. e266a75 perf symbols: Fix dso lookup by long name and missing buildids by Adrian Hunter · 9 years ago
  51. 0edd453 perf callchain: Allow for max_stack greater than PERF_MAX_STACK_DEPTH by Adrian Hunter · 9 years ago
  52. a5e813c perf machine: Add method for common kernel_map(FUNCTION) operation by Arnaldo Carvalho de Melo · 9 years ago
  53. 77e6597 perf machine: Use machine__kernel_map() thoroughly by Arnaldo Carvalho de Melo · 9 years ago
  54. 4cde998 perf machine: Add pointer to sample's environment by Arnaldo Carvalho de Melo · 9 years ago
  55. 40a2ea1 Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changes by Ingo Molnar · 9 years ago
  56. 5cb7334 perf tools: Make fork event processing more resilient by Adrian Hunter · 9 years ago
  57. 0286039 perf tools: Add new PERF_RECORD_SWITCH event by Adrian Hunter · 9 years ago
  58. c3168b0 perf symbols: Provide libtraceevent callback to resolve kernel symbols by Arnaldo Carvalho de Melo · 9 years ago
  59. 4a77e21 perf strlist: Make dupstr be the default and part of an extensible config parm by Arnaldo Carvalho de Melo · 9 years ago
  60. ceb9291 perf tools: Add missing break for PERF_RECORD_ITRACE_START by Jiri Olsa · 9 years ago
  61. 9d9cad7 perf tools: Configurable per thread proc map processing time out by Kan Liang · 9 years ago
  62. a5499b3 perf tools: Ensure thread-stack is flushed by Adrian Hunter · 9 years ago
  63. d3a7c48 perf tools: Reference count struct dso by Arnaldo Carvalho de Melo · 9 years ago
  64. e880784 perf tools: Protect accesses the dso rbtrees/lists with a rw lock by Arnaldo Carvalho de Melo · 9 years ago
  65. 9f2de31 perf machine: Fix up some more method names by Arnaldo Carvalho de Melo · 9 years ago
  66. c4937a9 perf tools: handle PERF_RECORD_LOST_SAMPLES by Kan Liang · 10 years ago
  67. 1f121b0 perf tools: Deal with kernel module names in '[]' correctly by Wang Nan · 9 years ago
  68. 0443f36 perf machine: Fix the search for the kernel DSO on the unified list by Arnaldo Carvalho de Melo · 9 years ago
  69. 9a4388c perf machine: Fix up vdso methods names by Arnaldo Carvalho de Melo · 9 years ago
  70. aa7cc2a perf machine: Introduce machine__findnew_dso() method by Arnaldo Carvalho de Melo · 9 years ago
  71. 3d39ac5 perf machine: No need to have two DSOs lists by Arnaldo Carvalho de Melo · 9 years ago
  72. 459ce51 perf machine: Adopt findnew_kernel method by Arnaldo Carvalho de Melo · 9 years ago
  73. 84c2caf perf tools: Reference count struct map by Arnaldo Carvalho de Melo · 10 years ago
  74. 0170b14 perf machine: Mark removed threads as such by Arnaldo Carvalho de Melo · 10 years ago
  75. 8e160b2 perf machine: Do not call map_groups__delete(), drop refcnt instead by Arnaldo Carvalho de Melo · 10 years ago
  76. 59a51c1 perf machine: Stop accessing atomic_t::counter directly by Arnaldo Carvalho de Melo · 10 years ago
  77. 0ceb8f6 perf machine: No need to keep a refcnt for last_match by Arnaldo Carvalho de Melo · 10 years ago
  78. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
  79. 0ad21f6 perf tools: Add support for PERF_RECORD_ITRACE_START by Adrian Hunter · 10 years ago
  80. 4a96f7a perf tools: Add support for PERF_RECORD_AUX by Adrian Hunter · 10 years ago
  81. 5e78c69 perf buildid-list: Fix segfault when show DSOs with hits by He Kuang · 10 years ago
  82. ba92732 perf kmaps: Check kmaps to make code more robust by Wang Nan · 10 years ago
  83. 73dbcd6 perf callchain: Fix kernel symbol resolution by remembering the cpumode by David Hildenbrand · 10 years ago
  84. bc84f46 perf tools: Try to lookup kernel module map before creating one by Jiri Olsa · 10 years ago
  85. e746b3e perf tools: Remove compressed argument from is_kernel_module by Jiri Olsa · 10 years ago
  86. bb58a8a perf tools: Use kmod_path__parse in map_groups__set_modules_path_dir by Jiri Olsa · 10 years ago
  87. ca33380 perf tools: Use kmod_path__parse for machine__new_dso by Jiri Olsa · 10 years ago
  88. da17ea3 perf tools: Add machine__module_dso function by Jiri Olsa · 10 years ago
  89. f3b623b perf tools: Reference count struct thread by Arnaldo Carvalho de Melo · 10 years ago
  90. 384b605 perf tools: Construct LBR call chain by Kan Liang · 10 years ago
  91. 260d819 perf machine: Fix __machine__findnew_thread() error path by Namhyung Kim · 10 years ago
  92. 2e77784 perf callchain: Move cpumode resolve code to add_callchain_ip by Kan Liang · 10 years ago
  93. 8b7bad5 perf callchain: Support handling complete branch stacks as histograms by Andi Kleen · 10 years ago
  94. 330dfa2 perf tools: Fix segfault due to invalid kernel dso access by Namhyung Kim · 10 years ago
  95. 5550171 perf callchain: Use al.addr to set up call chain by Andi Kleen · 10 years ago
  96. 37592b8 perf callchain: Factor out adding new call chain entries by Andi Kleen · 10 years ago
  97. 96d7805 perf tools: Make vmlinux short name more like kallsyms short name by Namhyung Kim · 10 years ago
  98. b837a8b perf tools: Fix build-id matching on vmlinux by Namhyung Kim · 10 years ago
  99. c00c48f perf symbols: Preparation for compressed kernel module support by Namhyung Kim · 10 years ago
  100. dd8c17a perf callchains: Use thread->mg->machine by Arnaldo Carvalho de Melo · 10 years ago