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. 1e5f015 x86/insn: perf tools: Add some instructions to the new instructions test by Adrian Hunter · 5 years ago
  15. 7624e69 perf map: Move seldom used ->flags field to second cacheline by Arnaldo Carvalho de Melo · 5 years ago
  16. dbc984c perf map: Use bitmap for booleans by Arnaldo Carvalho de Melo · 5 years ago
  17. aceb982 perf callchain: Fix segfault in thread__resolve_callchain_sample() by Adrian Hunter · 5 years ago
  18. a7c2b57 perf map_groups: Auto sort maps by name, if needed by Arnaldo Carvalho de Melo · 5 years ago
  19. a94ab91 perf machine: No need to check if kernel module maps pre-exist by Arnaldo Carvalho de Melo · 5 years ago
  20. 6e0a9b3 perf record: No need to process the synthesized MMAP events twice by Arnaldo Carvalho de Melo · 5 years ago
  21. f068435 perf map: No need to adjust the long name of modules by Arnaldo Carvalho de Melo · 5 years ago
  22. 1ae1451 perf map_groups: Add a front end cache for map lookups by name by Arnaldo Carvalho de Melo · 5 years ago
  23. c5c584d perf maps: Do not use an rbtree to sort by map name by Arnaldo Carvalho de Melo · 5 years ago
  24. bcb8af5 perf maps: Purge the entries from maps->names in __maps__purge() by Arnaldo Carvalho de Melo · 5 years ago
  25. af83398 perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLite by Adrian Hunter · 5 years ago
  26. da3ef7f perf vendor events power9: Fix commas so PMU event files are valid JSON by James Clark · 5 years ago
  27. 835e5bd perf vendor events power8: Fix commas so PMU event files are valid JSON by James Clark · 5 years ago
  28. a44e4f3 perf vendor events arm64: Fix commas so PMU event files are valid JSON by James Clark · 5 years ago
  29. e1e9b78 perf parse: Use YYABORT to clear stack after failure, plugging leaks by Ian Rogers · 5 years ago
  30. ccd2674 perf tool: Provide an option to print perf_event_open args and return value by Ravi Bangoria · 5 years ago
  31. 7b018e2 perf map: Remove ->groups from 'struct map' by Arnaldo Carvalho de Melo · 5 years ago
  32. 3f662fc perf map: Combine maps__fixup_overlappings with its only use by Arnaldo Carvalho de Melo · 5 years ago
  33. 94e44b9 perf annotate: Stop using map->groups, use map_symbol->mg instead by Arnaldo Carvalho de Melo · 5 years ago
  34. 08f6680 perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
  35. 93fcce9 perf symbols: Use kmaps(map)->machine when we know its a kernel map by Arnaldo Carvalho de Melo · 5 years ago
  36. d46a4cd pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
  37. 5f0fef8 perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node' by Arnaldo Carvalho de Melo · 5 years ago
  38. c152973 perf unwind: Use 'struct map_symbol' in 'struct unwind_entry' by Arnaldo Carvalho de Melo · 5 years ago
  39. 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
  40. d3a022c perf tools: Add map_groups to 'struct addr_location' by Arnaldo Carvalho de Melo · 5 years ago
  41. 9d355b3 perf map_groups: Pass the object to map_groups__find_ams() by Arnaldo Carvalho de Melo · 5 years ago
  42. f2baa060 perf symbols: Stop using map->groups, we can use kmaps instead by Arnaldo Carvalho de Melo · 5 years ago
  43. de90d51 perf map: Use map->dso->kernel + map__kmaps() in map__kmaps() by Arnaldo Carvalho de Melo · 5 years ago
  44. 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
  45. 1ca7feb Merge tag 'v5.4-rc7' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  46. b584a17 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  47. 7fa46cb perf report: Sort by sampled cycles percent per block for tui by Jin Yao · 5 years ago
  48. 0b49f83 perf report: Support --percent-limit for --total-cycles by Jin Yao · 5 years ago
  49. 6f7164f perf report: Sort by sampled cycles percent per block for stdio by Jin Yao · 5 years ago
  50. b65a7d3 perf hist: Support block formats with compare/sort/display by Jin Yao · 5 years ago
  51. 7841f40 perf hist: Count the total cycles of all samples by Jin Yao · 5 years ago
  52. 6041441 perf block: Cleanup and refactor block info functions by Jin Yao · 5 years ago
  53. 0bdf181 perf diff: Don't use hack to skip column length calculation by Jin Yao · 5 years ago
  54. af8490e perf tests: Fix out of bounds memory access by Leo Yan · 5 years ago
  55. 6d57581 perf record: Add support for limit perf output file size by Jiwei Sun · 5 years ago
  56. dee36a2 perf probe: Skip overlapped location on searching variables by Masami Hiramatsu · 5 years ago
  57. 86c0bf8 perf probe: Fix to show calling lines of inlined functions by Masami Hiramatsu · 5 years ago
  58. da6cb95 perf probe: Filter out instances except for inlined subroutine and subprogram by Masami Hiramatsu · 5 years ago
  59. f4d99bd perf probe: Skip end-of-sequence and non statement lines by Masami Hiramatsu · 5 years ago
  60. c701636 perf probe: Return a better scope DIE if there is no best scope by Masami Hiramatsu · 5 years ago
  61. 5c65b1c perf annotate: Fix heap overflow by Ian Rogers · 5 years ago
  62. 93730f8 perf machine: Add kernel_dso() method by Arnaldo Carvalho de Melo · 5 years ago
  63. b0c76fc perf symbols: Remove needless checks for map->groups->machine by Arnaldo Carvalho de Melo · 5 years ago
  64. 1dc9255 perf parse: Add a deep delete for parse event terms by Ian Rogers · 5 years ago
  65. 38f2c42 perf parse: If pmu configuration fails free terms by Ian Rogers · 5 years ago
  66. cabbf26 perf parse: Before yyabort-ing free components by Ian Rogers · 5 years ago
  67. f2a8ecd perf parse: Add destructors for parse event terms by Ian Rogers · 5 years ago
  68. b6645a7 perf parse: Ensure config and str in terms are unique by Ian Rogers · 5 years ago
  69. 448d732 perf parse: Add parse events handle error by Ian Rogers · 5 years ago
  70. ef5502a1 perf inject: Make --strip keep evsels by Adrian Hunter · 5 years ago
  71. 71f6990 perf tools: Fix cross compile for ARM64 by John Garry · 5 years ago
  72. 86895b4 perf stat: Add --per-node agregation support by Jiri Olsa · 5 years ago
  73. 389799a perf env: Add perf_env__numa_node() by Jiri Olsa · 5 years ago
  74. 61ec07f perf vendor events intel: Update all the Intel JSON metrics from TMAM 3.6. by Haiyan Song · 5 years ago
  75. 7fcf1b8 perf vendor events intel: Update CascadelakeX events to v1.05 by Haiyan Song · 5 years ago
  76. 8e8714c perf tools: Splice events onto evlist even on error by Ian Rogers · 5 years ago
  77. 5048146 perf map_groups: Introduce for_each_entry() and for_each_entry_safe() iterators by Arnaldo Carvalho de Melo · 5 years ago
  78. 8efc4f0 perf maps: Add for_each_entry()/_safe() iterators by Arnaldo Carvalho de Melo · 5 years ago
  79. 20419d3a perf map: Allow map__next() to receive a NULL arg by Arnaldo Carvalho de Melo · 5 years ago
  80. ee2555b perf map: Check if the map still has some refcounts on exit by Arnaldo Carvalho de Melo · 5 years ago
  81. b86a9d9 perf dso: Add dso__data_write_cache_addr() by Adrian Hunter · 5 years ago
  82. 366df72 perf dso: Refactor dso_cache__read() by Adrian Hunter · 5 years ago
  83. fd62c10 perf auxtrace: Add auxtrace_cache__remove() by Adrian Hunter · 5 years ago
  84. af04dd2 perf probe: Fix to show ranges of variables in functions without entry_pc by Masami Hiramatsu · 5 years ago
  85. 18e21eb perf probe: Fix to show inlined function callsite without entry_pc by Masami Hiramatsu · 5 years ago
  86. 3895534 perf probe: Fix to list probe event with correct line number by Masami Hiramatsu · 5 years ago
  87. eb6933b perf probe: Fix to probe an inline function which has no entry pc by Masami Hiramatsu · 5 years ago
  88. 5d16dbc perf probe: Fix to probe a function which has no entry pc by Masami Hiramatsu · 5 years ago
  89. 07d3698 perf probe: Fix wrong address verification by Masami Hiramatsu · 5 years ago
  90. 1785fbb perf jevents: Fix resource leak in process_mapfile() and main() by Yunfeng Ye · 5 years ago
  91. 91e2f53 perf probe: Fix to show function entry line as probe-able by Masami Hiramatsu · 5 years ago
  92. acb6a70 perf probe: Walk function lines in lexical blocks by Masami Hiramatsu · 5 years ago
  93. b77afa1 perf probe: Fix to find range-only function instance by Masami Hiramatsu · 5 years ago
  94. 4bfbcf3 perf kvm: Use evlist layer api when possible by Igor Lubashev · 5 years ago
  95. b7dc21f perf tests: Fix a typo by Leo Yan · 5 years ago
  96. 826100a perf tools: Avoid a malloc() for array events by Ian Rogers · 5 years ago
  97. a26e471 perf tools: Move ALLOC_LIST into a function by Ian Rogers · 5 years ago
  98. 2ccfb8b perf evsel: Avoid close(-1) by Andi Kleen · 5 years ago
  99. 796c01a perf evsel: Always preserve errno while cleaning up perf_event_open failures by Andi Kleen · 5 years ago
  100. 9d604aa perf cs-etm: Fix definition of macro TO_CS_QUEUE_NR by Leo Yan · 5 years ago