1. eb7a52d perf record: Add aux-sample-size config term by Adrian Hunter · 5 years ago
  2. c0a6de0 perf record: Add support for AUX area sampling by Adrian Hunter · 5 years ago
  3. f0bb7ee perf auxtrace: Add support for AUX area sample recording by Adrian Hunter · 5 years ago
  4. f306de2 perf auxtrace: Move perf_evsel__find_pmu() by Adrian Hunter · 5 years ago
  5. 9bca1a4 perf record: Add a function to test for kernel support for AUX area sampling by Adrian Hunter · 5 years ago
  6. 98dcf14 perf tools: Add kernel AUX area sampling definitions by Adrian Hunter · 5 years ago
  7. 848a5e5 perf report: Jump to symbol source view from total cycles view by Jin Yao · 5 years ago
  8. 5cb456a perf util: Move block TUI function to ui browsers by Jin Yao · 5 years ago
  9. bb1835a perf session: Fix decompression of PERF_RECORD_COMPRESSED records by Alexey Budankov · 5 years ago
  10. 0e3149f perf dso: Move dso_id from 'struct map' to 'struct dso' by Arnaldo Carvalho de Melo · 5 years ago
  11. 1f74b10 perf dsos: Remove unused dsos__find() method by Arnaldo Carvalho de Melo · 5 years ago
  12. 7b59a82 perf map: Move comparision of map's dso_id to a separate function by Arnaldo Carvalho de Melo · 5 years ago
  13. 4a7380a perf map: Pass a dso_id to map__new() by Arnaldo Carvalho de Melo · 5 years ago
  14. 99459a8 perf map: Move maj/min/ino/ino_generation to separate struct by Arnaldo Carvalho de Melo · 5 years ago
  15. a910e46 perf parse: Report initial event parsing error by Ian Rogers · 5 years ago
  16. cb40273 perf probe: Trace a magic number if variable is not found by Masami Hiramatsu · 5 years ago
  17. 66f69b2 perf probe: Support DW_AT_const_value constant value by Masami Hiramatsu · 5 years ago
  18. 7236354 perf probe: Support multiprobe event by Masami Hiramatsu · 5 years ago
  19. 15354d5 perf probe: Generate event name with line number by Masami Hiramatsu · 5 years ago
  20. 499144c perf probe: Do not show non representive lines by perf-probe -L by Masami Hiramatsu · 5 years ago
  21. 1ae5d88 perf probe: Verify given line is a representive line by Masami Hiramatsu · 5 years ago
  22. 57f95bf perf probe: Show correct statement line number by perf probe -l by Masami Hiramatsu · 5 years ago
  23. b980be1 x86/insn: Add some Intel instructions to the opcode map by Adrian Hunter · 5 years ago
  24. 1e5f015 x86/insn: perf tools: Add some instructions to the new instructions test by Adrian Hunter · 5 years ago
  25. 7624e69 perf map: Move seldom used ->flags field to second cacheline by Arnaldo Carvalho de Melo · 5 years ago
  26. dbc984c perf map: Use bitmap for booleans by Arnaldo Carvalho de Melo · 5 years ago
  27. 10f6458 libtraceevent: Fix parsing of event %o and %X argument types by Konstantin Khlebnikov · 5 years ago
  28. aceb982 perf callchain: Fix segfault in thread__resolve_callchain_sample() by Adrian Hunter · 5 years ago
  29. a7c2b57 perf map_groups: Auto sort maps by name, if needed by Arnaldo Carvalho de Melo · 5 years ago
  30. a94ab91 perf machine: No need to check if kernel module maps pre-exist by Arnaldo Carvalho de Melo · 5 years ago
  31. 6e0a9b3 perf record: No need to process the synthesized MMAP events twice by Arnaldo Carvalho de Melo · 5 years ago
  32. f068435 perf map: No need to adjust the long name of modules by Arnaldo Carvalho de Melo · 5 years ago
  33. 1ae1451 perf map_groups: Add a front end cache for map lookups by name by Arnaldo Carvalho de Melo · 5 years ago
  34. c5c584d perf maps: Do not use an rbtree to sort by map name by Arnaldo Carvalho de Melo · 5 years ago
  35. bcb8af5 perf maps: Purge the entries from maps->names in __maps__purge() by Arnaldo Carvalho de Melo · 5 years ago
  36. af83398 perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLite by Adrian Hunter · 5 years ago
  37. da3ef7f perf vendor events power9: Fix commas so PMU event files are valid JSON by James Clark · 5 years ago
  38. 835e5bd perf vendor events power8: Fix commas so PMU event files are valid JSON by James Clark · 5 years ago
  39. a44e4f3 perf vendor events arm64: Fix commas so PMU event files are valid JSON by James Clark · 5 years ago
  40. e1e9b78 perf parse: Use YYABORT to clear stack after failure, plugging leaks by Ian Rogers · 5 years ago
  41. ccd2674 perf tool: Provide an option to print perf_event_open args and return value by Ravi Bangoria · 5 years ago
  42. 7b018e2 perf map: Remove ->groups from 'struct map' by Arnaldo Carvalho de Melo · 5 years ago
  43. 3f662fc perf map: Combine maps__fixup_overlappings with its only use by Arnaldo Carvalho de Melo · 5 years ago
  44. 94e44b9 perf annotate: Stop using map->groups, use map_symbol->mg instead by Arnaldo Carvalho de Melo · 5 years ago
  45. 08f6680 perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
  46. 93fcce9 perf symbols: Use kmaps(map)->machine when we know its a kernel map by Arnaldo Carvalho de Melo · 5 years ago
  47. d46a4cd pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
  48. 5f0fef8 perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node' by Arnaldo Carvalho de Melo · 5 years ago
  49. c152973 perf unwind: Use 'struct map_symbol' in 'struct unwind_entry' by Arnaldo Carvalho de Melo · 5 years ago
  50. 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
  51. d3a022c perf tools: Add map_groups to 'struct addr_location' by Arnaldo Carvalho de Melo · 5 years ago
  52. 9d355b3 perf map_groups: Pass the object to map_groups__find_ams() by Arnaldo Carvalho de Melo · 5 years ago
  53. f2baa060 perf symbols: Stop using map->groups, we can use kmaps instead by Arnaldo Carvalho de Melo · 5 years ago
  54. de90d51 perf map: Use map->dso->kernel + map__kmaps() in map__kmaps() by Arnaldo Carvalho de Melo · 5 years ago
  55. 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
  56. 1ca7feb Merge tag 'v5.4-rc7' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  57. 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
  58. 0058b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  59. 7fa46cb perf report: Sort by sampled cycles percent per block for tui by Jin Yao · 5 years ago
  60. 0b49f83 perf report: Support --percent-limit for --total-cycles by Jin Yao · 5 years ago
  61. 6f7164f perf report: Sort by sampled cycles percent per block for stdio by Jin Yao · 5 years ago
  62. b65a7d3 perf hist: Support block formats with compare/sort/display by Jin Yao · 5 years ago
  63. 7841f40 perf hist: Count the total cycles of all samples by Jin Yao · 5 years ago
  64. 6041441 perf block: Cleanup and refactor block info functions by Jin Yao · 5 years ago
  65. 0bdf181 perf diff: Don't use hack to skip column length calculation by Jin Yao · 5 years ago
  66. af8490e perf tests: Fix out of bounds memory access by Leo Yan · 5 years ago
  67. 6d57581 perf record: Add support for limit perf output file size by Jiwei Sun · 5 years ago
  68. dee36a2 perf probe: Skip overlapped location on searching variables by Masami Hiramatsu · 5 years ago
  69. 86c0bf8 perf probe: Fix to show calling lines of inlined functions by Masami Hiramatsu · 5 years ago
  70. da6cb95 perf probe: Filter out instances except for inlined subroutine and subprogram by Masami Hiramatsu · 5 years ago
  71. f4d99bd perf probe: Skip end-of-sequence and non statement lines by Masami Hiramatsu · 5 years ago
  72. c701636 perf probe: Return a better scope DIE if there is no best scope by Masami Hiramatsu · 5 years ago
  73. 5c65b1c perf annotate: Fix heap overflow by Ian Rogers · 5 years ago
  74. 93730f8 perf machine: Add kernel_dso() method by Arnaldo Carvalho de Melo · 5 years ago
  75. b0c76fc perf symbols: Remove needless checks for map->groups->machine by Arnaldo Carvalho de Melo · 5 years ago
  76. 1dc9255 perf parse: Add a deep delete for parse event terms by Ian Rogers · 5 years ago
  77. 38f2c42 perf parse: If pmu configuration fails free terms by Ian Rogers · 5 years ago
  78. cabbf26 perf parse: Before yyabort-ing free components by Ian Rogers · 5 years ago
  79. f2a8ecd perf parse: Add destructors for parse event terms by Ian Rogers · 5 years ago
  80. 41098af selftests/tls: add test for concurrent recv and send by Jakub Kicinski · 5 years ago
  81. 4dd5815 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  82. b6645a7 perf parse: Ensure config and str in terms are unique by Ian Rogers · 5 years ago
  83. 448d732 perf parse: Add parse events handle error by Ian Rogers · 5 years ago
  84. ef5502a1 perf inject: Make --strip keep evsels by Adrian Hunter · 5 years ago
  85. 71f6990 perf tools: Fix cross compile for ARM64 by John Garry · 5 years ago
  86. 86895b4 perf stat: Add --per-node agregation support by Jiri Olsa · 5 years ago
  87. 389799a perf env: Add perf_env__numa_node() by Jiri Olsa · 5 years ago
  88. 61ec07f perf vendor events intel: Update all the Intel JSON metrics from TMAM 3.6. by Haiyan Song · 5 years ago
  89. 7fcf1b8 perf vendor events intel: Update CascadelakeX events to v1.05 by Haiyan Song · 5 years ago
  90. 8e8714c perf tools: Splice events onto evlist even on error by Ian Rogers · 5 years ago
  91. 22bd8f1b libsubcmd: Use -O0 with DEBUG=1 by James Clark · 5 years ago
  92. d894967 libsubcmd: Move EXTRA_FLAGS to the end to allow overriding existing flags by James Clark · 5 years ago
  93. 5048146 perf map_groups: Introduce for_each_entry() and for_each_entry_safe() iterators by Arnaldo Carvalho de Melo · 5 years ago
  94. 8efc4f0 perf maps: Add for_each_entry()/_safe() iterators by Arnaldo Carvalho de Melo · 5 years ago
  95. 20419d3a perf map: Allow map__next() to receive a NULL arg by Arnaldo Carvalho de Melo · 5 years ago
  96. ee2555b perf map: Check if the map still has some refcounts on exit by Arnaldo Carvalho de Melo · 5 years ago
  97. b86a9d9 perf dso: Add dso__data_write_cache_addr() by Adrian Hunter · 5 years ago
  98. 366df72 perf dso: Refactor dso_cache__read() by Adrian Hunter · 5 years ago
  99. fd62c10 perf auxtrace: Add auxtrace_cache__remove() by Adrian Hunter · 5 years ago
  100. af04dd2 perf probe: Fix to show ranges of variables in functions without entry_pc by Masami Hiramatsu · 5 years ago