1. 5c24b67 perf tools: Replace map->referenced & maps->removed_maps with map->refcnt by Arnaldo Carvalho de Melo · 10 years ago
  2. 35a23ff9 perf probe: Cut off the gcc optimization postfixes from function name by Masami Hiramatsu · 10 years ago
  3. 6ba29c2 perf tools: Fix build failure on 32-bit arch by He Kuang · 10 years ago
  4. 7310aed perf evsel: Display 0x for hex values when printing the attribute by Adrian Hunter · 10 years ago
  5. d7c7260 perf tools: Avoid possible race condition in copyfile() by Milos Vyletel · 10 years ago
  6. d3a7c48 perf tools: Reference count struct dso by Arnaldo Carvalho de Melo · 10 years ago
  7. e880784 perf tools: Protect accesses the dso rbtrees/lists with a rw lock by Arnaldo Carvalho de Melo · 10 years ago
  8. 9f2de31 perf machine: Fix up some more method names by Arnaldo Carvalho de Melo · 10 years ago
  9. f87027b perf stat: Move shadow stat counters into separate object by Jiri Olsa · 10 years ago
  10. 4c358d5 perf stat: Replace transaction event possition check with id check by Jiri Olsa · 10 years ago
  11. e2f56da perf stat: Add id into perf_stat struct by Jiri Olsa · 10 years ago
  12. c4937a9 perf tools: handle PERF_RECORD_LOST_SAMPLES by Kan Liang · 10 years ago
  13. 5b68164 perf record: Add support for sampling indirect jumps by Stephane Eranian · 10 years ago
  14. 1f121b0 perf tools: Deal with kernel module names in '[]' correctly by Wang Nan · 10 years ago
  15. 4fc62a8 tools: Move tools/perf/util/include/linux/{list.h,poison.h} to tools/include by Wang Nan · 10 years ago
  16. 37fbe0a perf tools: Move linux/kernel.h to tools/include by Wang Nan · 10 years ago
  17. 0443f36 perf machine: Fix the search for the kernel DSO on the unified list by Arnaldo Carvalho de Melo · 10 years ago
  18. 9ecae06 perf tools: Remove newline char when reading event scale and unit by Madhavan Srinivasan · 10 years ago
  19. 6bb536c perf probe: Fix segfault when glob matching function without debuginfo by Wang Nan · 10 years ago
  20. 9a4388c perf machine: Fix up vdso methods names by Arnaldo Carvalho de Melo · 10 years ago
  21. aa7cc2a perf machine: Introduce machine__findnew_dso() method by Arnaldo Carvalho de Melo · 10 years ago
  22. 3d39ac5 perf machine: No need to have two DSOs lists by Arnaldo Carvalho de Melo · 10 years ago
  23. 459ce51 perf machine: Adopt findnew_kernel method by Arnaldo Carvalho de Melo · 10 years ago
  24. 427cde3 perf db-export: Fix thread ref-counting by Adrian Hunter · 10 years ago
  25. 60fb774 perf probe: Fix 'function unused' warning by Wang Nan · 10 years ago
  26. f00898f perf tools: Move branch option parsing to own file by Andi Kleen · 10 years ago
  27. 83be34a perf annotation: Add symbol__get_annotation by Andi Kleen · 10 years ago
  28. 18ffdfe perf tools: Add hint for 'Too many events are opened.' error message by Jiri Olsa · 10 years ago
  29. 84c2caf perf tools: Reference count struct map by Arnaldo Carvalho de Melo · 10 years ago
  30. facf3f0 perf tools: Check if a map is still in use when deleting it by Arnaldo Carvalho de Melo · 10 years ago
  31. 6a2ffcd perf tools: Protect accesses the map rbtrees with a rw lock by Arnaldo Carvalho de Melo · 10 years ago
  32. 1eee78a perf tools: Introduce struct maps by Arnaldo Carvalho de Melo · 10 years ago
  33. dddc7ee perf probe: Fix an error when deleting probes successfully by Masami Hiramatsu · 10 years ago
  34. 419e873 perf probe: Show the error reason comes from invalid DSO by Masami Hiramatsu · 10 years ago
  35. 9b5d1c2 perf tools: Disallow PMU events intel_pt and intel_bts until there is support by Adrian Hunter · 10 years ago
  36. 5bcaaca perf tools: Assign default value for some pointers by Martin Liška · 10 years ago
  37. 4bb7123d perf tools: Use maps__first()/map__next() by Arnaldo Carvalho de Melo · 10 years ago
  38. 614c6b5 perf tools: Leave DSO destruction to the map destruction by Arnaldo Carvalho de Melo · 10 years ago
  39. 0170b14 perf machine: Mark removed threads as such by Arnaldo Carvalho de Melo · 10 years ago
  40. 9402e23 perf tools: Import rb_erase_init from block/ in the kernel sources by Arnaldo Carvalho de Melo · 10 years ago
  41. f7e365e perf tools: Nuke unused map_groups__flush() by Arnaldo Carvalho de Melo · 10 years ago
  42. fdce6a4 perf tools: Remove redundant initialization of thread linkage members by Arnaldo Carvalho de Melo · 10 years ago
  43. 4d4dee9 perf tools: Rename maps__next by Arnaldo Carvalho de Melo · 10 years ago
  44. 4bb11d0 perf tools: Add dso__data_get/put_fd() by Namhyung Kim · 10 years ago
  45. e840238 perf tools: Get rid of dso__data_fd() from dso__data_size() by Namhyung Kim · 10 years ago
  46. 71ff824 perf tools: Fix dso__data_read_offset() file opening by Namhyung Kim · 10 years ago
  47. 8e160b2 perf machine: Do not call map_groups__delete(), drop refcnt instead by Arnaldo Carvalho de Melo · 10 years ago
  48. 86c1952 perf comm: Use atomic.h for refcounting by Arnaldo Carvalho de Melo · 10 years ago
  49. e7e0efc perf hists: Rename add_hist_entry to hists__findnew_entry by Arnaldo Carvalho de Melo · 10 years ago
  50. 063bd93 perf hists: Reducing arguments of hist_entry_iter__add() by Namhyung Kim · 10 years ago
  51. 554e92e perf session: Fix perf_session__peek_event() by Adrian Hunter · 10 years ago
  52. a6ced2b perf tools: Fix parse_events_error dereferences by Adrian Hunter · 10 years ago
  53. bb78ce7 perf tools: Fix function declarations needed by parse-events.y by Adrian Hunter · 10 years ago
  54. c4f0354 perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exit by Wang Nan · 10 years ago
  55. 33bdedc perf tools: Protect dso cache fd with a mutex by Namhyung Kim · 10 years ago
  56. 8e67b72 perf symbols: Protect dso cache tree using dso->lock by Namhyung Kim · 10 years ago
  57. 4a936ed perf symbols: Protect dso symbol loading using a mutex by Namhyung Kim · 10 years ago
  58. 9c9f5a2 perf tools: Introduce copyfile_offset() function by Namhyung Kim · 10 years ago
  59. 0b1de0be perf tools: Add rm_rf() utility function by Namhyung Kim · 10 years ago
  60. 8606606 perf tools: Elliminate alignment holes by Arnaldo Carvalho de Melo · 10 years ago
  61. 75e4a2a perf probe: Load map before glob matching by Wang Nan · 10 years ago
  62. 2f15bd8 perf tools: Fix "Command" sort_entry's cmp and collapse function by Jiri Olsa · 10 years ago
  63. c1b9034 perf tools: Fix dwarf-aux.c compilation on i386 by Jiri Olsa · 10 years ago
  64. f812d30 perf cgroup: Use atomic.h for refcounting by Arnaldo Carvalho de Melo · 10 years ago
  65. 7143849 perf evlist: Use atomic.h for the perf_mmap refcount by Arnaldo Carvalho de Melo · 10 years ago
  66. 59a51c1 perf machine: Stop accessing atomic_t::counter directly by Arnaldo Carvalho de Melo · 10 years ago
  67. 848cbd2 perf tools: Use atomic.h for the map_groups refcount by Arnaldo Carvalho de Melo · 10 years ago
  68. 70923bd perf tools: Make flex/bison calls honour V=1 by Jiri Olsa · 10 years ago
  69. 4fd113b perf report: Fix some option handling on --stdio by Namhyung Kim · 10 years ago
  70. d4c537e perf probe: Ignore tail calls to probed functions by Naveen N. Rao · 10 years ago
  71. 0ceb8f6 perf machine: No need to keep a refcnt for last_match by Arnaldo Carvalho de Melo · 10 years ago
  72. 7d5eaba perf probe: Show better error message when failed to find variable by He Kuang · 10 years ago
  73. 349e8d2 perf probe: Add --range option to show a variable's location range by He Kuang · 10 years ago
  74. fb9596d perf probe: Remove length limitation for showing available variables by He Kuang · 10 years ago
  75. f7dc7fd Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 10 years ago
  76. 4c85935 perf probe: Support glob wildcards for function name by Masami Hiramatsu · 10 years ago
  77. 6cfd1f6 perf probe: Add --no-inlines option to avoid searching inline functions by Masami Hiramatsu · 10 years ago
  78. ddb2f58 perf probe: Introduce probe_conf global configs by Masami Hiramatsu · 10 years ago
  79. 4422552 perf probe: Use perf_probe_event.target instead of passing as an argument by Masami Hiramatsu · 10 years ago
  80. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
  81. e1ed3a5 perf tools: Use atomic_t to implement thread__{get,put} refcnt by Arnaldo Carvalho de Melo · 10 years ago
  82. f8bffbf perf probe: Support $params special probe argument by Masami Hiramatsu · 10 years ago
  83. 5a51fcd perf probe: Skip kernel symbols which is out of .text by Masami Hiramatsu · 10 years ago
  84. 573709f perf probe: Make --line checks validate C-style function name by Masami Hiramatsu · 10 years ago
  85. b8dc398 perf probe: Fix a typo for the flags of open by Masami Hiramatsu · 10 years ago
  86. ae2cb1a perf probe: Fix to close probe_events file in error by Masami Hiramatsu · 10 years ago
  87. d8fce2d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  88. 1836ac8 Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 10 years ago
  89. 3698dab perf tools: Move TUI-specific fields out of map_symbol by Namhyung Kim · 10 years ago
  90. c8539e3 perf tools: Introduce pstack_peek() by Namhyung Kim · 10 years ago
  91. d8a0f80 perf tools: Move init_have_children field to the unnamed union by Namhyung Kim · 10 years ago
  92. 2975082 perf tools: Move TUI-specific fields into unnamed union by Namhyung Kim · 10 years ago
  93. 307a464 perf probe: Allow to use filter on --del command by Masami Hiramatsu · 10 years ago
  94. 2dd6d8a perf record: Add AUX area tracing Snapshot Mode support by Adrian Hunter · 10 years ago
  95. d20031b perf tools: Add AUX area tracing Snapshot Mode by Adrian Hunter · 10 years ago
  96. 0ad21f6 perf tools: Add support for PERF_RECORD_ITRACE_START by Adrian Hunter · 10 years ago
  97. 4a96f7a perf tools: Add support for PERF_RECORD_AUX by Adrian Hunter · 10 years ago
  98. 53c76b0 perf auxtrace: Add option to synthesize events for transactions by Adrian Hunter · 10 years ago
  99. e31f0d0 perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing by Adrian Hunter · 10 years ago
  100. e59d29e perf probe: Fix segfault if passed with ''. by Wang Nan · 10 years ago