1. 0e3149f perf dso: Move dso_id from 'struct map' to 'struct dso' by Arnaldo Carvalho de Melo · 5 years ago
  2. 1f74b10 perf dsos: Remove unused dsos__find() method by Arnaldo Carvalho de Melo · 5 years ago
  3. 7b59a82 perf map: Move comparision of map's dso_id to a separate function by Arnaldo Carvalho de Melo · 5 years ago
  4. 4a7380a perf map: Pass a dso_id to map__new() by Arnaldo Carvalho de Melo · 5 years ago
  5. 99459a8 perf map: Move maj/min/ino/ino_generation to separate struct by Arnaldo Carvalho de Melo · 5 years ago
  6. a910e46 perf parse: Report initial event parsing error by Ian Rogers · 5 years ago
  7. cb40273 perf probe: Trace a magic number if variable is not found by Masami Hiramatsu · 5 years ago
  8. 66f69b2 perf probe: Support DW_AT_const_value constant value by Masami Hiramatsu · 5 years ago
  9. 7236354 perf probe: Support multiprobe event by Masami Hiramatsu · 5 years ago
  10. 15354d5 perf probe: Generate event name with line number by Masami Hiramatsu · 5 years ago
  11. 499144c perf probe: Do not show non representive lines by perf-probe -L by Masami Hiramatsu · 5 years ago
  12. 1ae5d88 perf probe: Verify given line is a representive line by Masami Hiramatsu · 5 years ago
  13. 57f95bf perf probe: Show correct statement line number by perf probe -l by Masami Hiramatsu · 5 years ago
  14. 7624e69 perf map: Move seldom used ->flags field to second cacheline by Arnaldo Carvalho de Melo · 5 years ago
  15. dbc984c perf map: Use bitmap for booleans by Arnaldo Carvalho de Melo · 5 years ago
  16. aceb982 perf callchain: Fix segfault in thread__resolve_callchain_sample() by Adrian Hunter · 5 years ago
  17. a7c2b57 perf map_groups: Auto sort maps by name, if needed by Arnaldo Carvalho de Melo · 5 years ago
  18. a94ab91 perf machine: No need to check if kernel module maps pre-exist by Arnaldo Carvalho de Melo · 5 years ago
  19. f068435 perf map: No need to adjust the long name of modules by Arnaldo Carvalho de Melo · 5 years ago
  20. 1ae1451 perf map_groups: Add a front end cache for map lookups by name by Arnaldo Carvalho de Melo · 5 years ago
  21. c5c584d perf maps: Do not use an rbtree to sort by map name by Arnaldo Carvalho de Melo · 5 years ago
  22. bcb8af5 perf maps: Purge the entries from maps->names in __maps__purge() by Arnaldo Carvalho de Melo · 5 years ago
  23. e1e9b78 perf parse: Use YYABORT to clear stack after failure, plugging leaks by Ian Rogers · 5 years ago
  24. ccd2674 perf tool: Provide an option to print perf_event_open args and return value by Ravi Bangoria · 5 years ago
  25. 7b018e2 perf map: Remove ->groups from 'struct map' by Arnaldo Carvalho de Melo · 5 years ago
  26. 3f662fc perf map: Combine maps__fixup_overlappings with its only use by Arnaldo Carvalho de Melo · 5 years ago
  27. 94e44b9 perf annotate: Stop using map->groups, use map_symbol->mg instead by Arnaldo Carvalho de Melo · 5 years ago
  28. 08f6680 perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
  29. 93fcce9 perf symbols: Use kmaps(map)->machine when we know its a kernel map by Arnaldo Carvalho de Melo · 5 years ago
  30. d46a4cd pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
  31. 5f0fef8 perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node' by Arnaldo Carvalho de Melo · 5 years ago
  32. c152973 perf unwind: Use 'struct map_symbol' in 'struct unwind_entry' by Arnaldo Carvalho de Melo · 5 years ago
  33. 2975489 perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointers by Arnaldo Carvalho de Melo · 5 years ago
  34. d3a022c perf tools: Add map_groups to 'struct addr_location' by Arnaldo Carvalho de Melo · 5 years ago
  35. 9d355b3 perf map_groups: Pass the object to map_groups__find_ams() by Arnaldo Carvalho de Melo · 5 years ago
  36. f2baa060 perf symbols: Stop using map->groups, we can use kmaps instead by Arnaldo Carvalho de Melo · 5 years ago
  37. de90d51 perf map: Use map->dso->kernel + map__kmaps() in map__kmaps() by Arnaldo Carvalho de Melo · 5 years ago
  38. 56b2147 Merge tag 'perf-core-for-mingo-5.5-20191107' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 5 years ago
  39. 1ca7feb Merge tag 'v5.4-rc7' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  40. 7fa46cb perf report: Sort by sampled cycles percent per block for tui by Jin Yao · 5 years ago
  41. 0b49f83 perf report: Support --percent-limit for --total-cycles by Jin Yao · 5 years ago
  42. 6f7164f perf report: Sort by sampled cycles percent per block for stdio by Jin Yao · 5 years ago
  43. b65a7d3 perf hist: Support block formats with compare/sort/display by Jin Yao · 5 years ago
  44. 7841f40 perf hist: Count the total cycles of all samples by Jin Yao · 5 years ago
  45. 6041441 perf block: Cleanup and refactor block info functions by Jin Yao · 5 years ago
  46. 0bdf181 perf diff: Don't use hack to skip column length calculation by Jin Yao · 5 years ago
  47. dee36a2 perf probe: Skip overlapped location on searching variables by Masami Hiramatsu · 5 years ago
  48. 86c0bf8 perf probe: Fix to show calling lines of inlined functions by Masami Hiramatsu · 5 years ago
  49. da6cb95 perf probe: Filter out instances except for inlined subroutine and subprogram by Masami Hiramatsu · 5 years ago
  50. f4d99bd perf probe: Skip end-of-sequence and non statement lines by Masami Hiramatsu · 5 years ago
  51. c701636 perf probe: Return a better scope DIE if there is no best scope by Masami Hiramatsu · 5 years ago
  52. 5c65b1c perf annotate: Fix heap overflow by Ian Rogers · 5 years ago
  53. 93730f8 perf machine: Add kernel_dso() method by Arnaldo Carvalho de Melo · 5 years ago
  54. b0c76fc perf symbols: Remove needless checks for map->groups->machine by Arnaldo Carvalho de Melo · 5 years ago
  55. 1dc9255 perf parse: Add a deep delete for parse event terms by Ian Rogers · 5 years ago
  56. 38f2c42 perf parse: If pmu configuration fails free terms by Ian Rogers · 5 years ago
  57. cabbf26 perf parse: Before yyabort-ing free components by Ian Rogers · 5 years ago
  58. f2a8ecd perf parse: Add destructors for parse event terms by Ian Rogers · 5 years ago
  59. b6645a7 perf parse: Ensure config and str in terms are unique by Ian Rogers · 5 years ago
  60. 448d732 perf parse: Add parse events handle error by Ian Rogers · 5 years ago
  61. 86895b4 perf stat: Add --per-node agregation support by Jiri Olsa · 5 years ago
  62. 389799a perf env: Add perf_env__numa_node() by Jiri Olsa · 5 years ago
  63. 8e8714c perf tools: Splice events onto evlist even on error by Ian Rogers · 5 years ago
  64. 5048146 perf map_groups: Introduce for_each_entry() and for_each_entry_safe() iterators by Arnaldo Carvalho de Melo · 5 years ago
  65. 8efc4f0 perf maps: Add for_each_entry()/_safe() iterators by Arnaldo Carvalho de Melo · 5 years ago
  66. 20419d3a perf map: Allow map__next() to receive a NULL arg by Arnaldo Carvalho de Melo · 5 years ago
  67. ee2555b perf map: Check if the map still has some refcounts on exit by Arnaldo Carvalho de Melo · 5 years ago
  68. b86a9d9 perf dso: Add dso__data_write_cache_addr() by Adrian Hunter · 5 years ago
  69. 366df72 perf dso: Refactor dso_cache__read() by Adrian Hunter · 5 years ago
  70. fd62c10 perf auxtrace: Add auxtrace_cache__remove() by Adrian Hunter · 5 years ago
  71. af04dd2 perf probe: Fix to show ranges of variables in functions without entry_pc by Masami Hiramatsu · 5 years ago
  72. 18e21eb perf probe: Fix to show inlined function callsite without entry_pc by Masami Hiramatsu · 5 years ago
  73. 3895534 perf probe: Fix to list probe event with correct line number by Masami Hiramatsu · 5 years ago
  74. eb6933b perf probe: Fix to probe an inline function which has no entry pc by Masami Hiramatsu · 5 years ago
  75. 5d16dbc perf probe: Fix to probe a function which has no entry pc by Masami Hiramatsu · 5 years ago
  76. 07d3698 perf probe: Fix wrong address verification by Masami Hiramatsu · 5 years ago
  77. 91e2f53 perf probe: Fix to show function entry line as probe-able by Masami Hiramatsu · 5 years ago
  78. acb6a70 perf probe: Walk function lines in lexical blocks by Masami Hiramatsu · 5 years ago
  79. b77afa1 perf probe: Fix to find range-only function instance by Masami Hiramatsu · 5 years ago
  80. 826100a perf tools: Avoid a malloc() for array events by Ian Rogers · 5 years ago
  81. a26e471 perf tools: Move ALLOC_LIST into a function by Ian Rogers · 5 years ago
  82. 2ccfb8b perf evsel: Avoid close(-1) by Andi Kleen · 5 years ago
  83. 796c01a perf evsel: Always preserve errno while cleaning up perf_event_open failures by Andi Kleen · 5 years ago
  84. 9d604aa perf cs-etm: Fix definition of macro TO_CS_QUEUE_NR by Leo Yan · 5 years ago
  85. a33d261 perf llvm: Make .o saving a debug message, not an info one by Arnaldo Carvalho de Melo · 5 years ago
  86. eeb399b perf record: Put a copy of kcore into the perf.data directory by Adrian Hunter · 5 years ago
  87. 46e201e perf data: Support single perf.data file directory by Adrian Hunter · 5 years ago
  88. 01e97a5 perf session: Fix indent in perf_session__new()" by Jiri Olsa · 5 years ago
  89. 9b70b9d perf data: Rename directory "header" file to "data" by Adrian Hunter · 5 years ago
  90. 3dedec4 perf data: Move perf_dir_version into data.h by Adrian Hunter · 5 years ago
  91. 490e6db perf data: Correctly identify directory data files by Adrian Hunter · 5 years ago
  92. 722ddfd perf tools: Fix time sorting by Jiri Olsa · 5 years ago
  93. 6047e1a perf tools: Remove unused trace_find_next_event() by Steven Rostedt (VMware) · 5 years ago
  94. 443b063 perf scripting engines: Iterate on tep event arrays directly by Steven Rostedt (VMware) · 5 years ago
  95. 27a0a90 Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 5 years ago
  96. aa7a7b7 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  97. b6cd35e libperf: Move mask setup to perf_evlist__mmap_ops() by Jiri Olsa · 5 years ago
  98. 3805e4f libperf: Move mmap allocation to perf_evlist__mmap_ops::get by Jiri Olsa · 5 years ago
  99. 6eb65f7 libperf: Introduce perf_evlist__for_each_mmap() by Jiri Olsa · 5 years ago
  100. a7f6c8c perf list: Hide deprecated events by default by Jin Yao · 5 years ago