1. 7841f40 perf hist: Count the total cycles of all samples by Jin Yao · 5 years ago
  2. 6041441 perf block: Cleanup and refactor block info functions by Jin Yao · 5 years ago
  3. 0bdf181 perf diff: Don't use hack to skip column length calculation by Jin Yao · 5 years ago
  4. af8490e perf tests: Fix out of bounds memory access by Leo Yan · 5 years ago
  5. 6d57581 perf record: Add support for limit perf output file size by Jiwei Sun · 5 years ago
  6. dee36a2 perf probe: Skip overlapped location on searching variables by Masami Hiramatsu · 5 years ago
  7. 86c0bf8 perf probe: Fix to show calling lines of inlined functions by Masami Hiramatsu · 5 years ago
  8. da6cb95 perf probe: Filter out instances except for inlined subroutine and subprogram by Masami Hiramatsu · 5 years ago
  9. f4d99bd perf probe: Skip end-of-sequence and non statement lines by Masami Hiramatsu · 5 years ago
  10. c701636 perf probe: Return a better scope DIE if there is no best scope by Masami Hiramatsu · 5 years ago
  11. 5c65b1c perf annotate: Fix heap overflow by Ian Rogers · 5 years ago
  12. 93730f8 perf machine: Add kernel_dso() method by Arnaldo Carvalho de Melo · 5 years ago
  13. b0c76fc perf symbols: Remove needless checks for map->groups->machine by Arnaldo Carvalho de Melo · 5 years ago
  14. 1dc9255 perf parse: Add a deep delete for parse event terms by Ian Rogers · 5 years ago
  15. 38f2c42 perf parse: If pmu configuration fails free terms by Ian Rogers · 5 years ago
  16. cabbf26 perf parse: Before yyabort-ing free components by Ian Rogers · 5 years ago
  17. f2a8ecd perf parse: Add destructors for parse event terms by Ian Rogers · 5 years ago
  18. b6645a7 perf parse: Ensure config and str in terms are unique by Ian Rogers · 5 years ago
  19. 448d732 perf parse: Add parse events handle error by Ian Rogers · 5 years ago
  20. ef5502a1 perf inject: Make --strip keep evsels by Adrian Hunter · 5 years ago
  21. 71f6990 perf tools: Fix cross compile for ARM64 by John Garry · 5 years ago
  22. 86895b4 perf stat: Add --per-node agregation support by Jiri Olsa · 5 years ago
  23. 389799a perf env: Add perf_env__numa_node() by Jiri Olsa · 5 years ago
  24. 61ec07f perf vendor events intel: Update all the Intel JSON metrics from TMAM 3.6. by Haiyan Song · 5 years ago
  25. 7fcf1b8 perf vendor events intel: Update CascadelakeX events to v1.05 by Haiyan Song · 5 years ago
  26. 8e8714c perf tools: Splice events onto evlist even on error by Ian Rogers · 5 years ago
  27. 5048146 perf map_groups: Introduce for_each_entry() and for_each_entry_safe() iterators by Arnaldo Carvalho de Melo · 5 years ago
  28. 8efc4f0 perf maps: Add for_each_entry()/_safe() iterators by Arnaldo Carvalho de Melo · 5 years ago
  29. 20419d3a perf map: Allow map__next() to receive a NULL arg by Arnaldo Carvalho de Melo · 5 years ago
  30. ee2555b perf map: Check if the map still has some refcounts on exit by Arnaldo Carvalho de Melo · 5 years ago
  31. b86a9d9 perf dso: Add dso__data_write_cache_addr() by Adrian Hunter · 5 years ago
  32. 366df72 perf dso: Refactor dso_cache__read() by Adrian Hunter · 5 years ago
  33. fd62c10 perf auxtrace: Add auxtrace_cache__remove() by Adrian Hunter · 5 years ago
  34. af04dd2 perf probe: Fix to show ranges of variables in functions without entry_pc by Masami Hiramatsu · 5 years ago
  35. 18e21eb perf probe: Fix to show inlined function callsite without entry_pc by Masami Hiramatsu · 5 years ago
  36. 3895534 perf probe: Fix to list probe event with correct line number by Masami Hiramatsu · 5 years ago
  37. eb6933b perf probe: Fix to probe an inline function which has no entry pc by Masami Hiramatsu · 5 years ago
  38. 5d16dbc perf probe: Fix to probe a function which has no entry pc by Masami Hiramatsu · 5 years ago
  39. 07d3698 perf probe: Fix wrong address verification by Masami Hiramatsu · 5 years ago
  40. 1785fbb perf jevents: Fix resource leak in process_mapfile() and main() by Yunfeng Ye · 5 years ago
  41. 91e2f53 perf probe: Fix to show function entry line as probe-able by Masami Hiramatsu · 5 years ago
  42. acb6a70 perf probe: Walk function lines in lexical blocks by Masami Hiramatsu · 5 years ago
  43. b77afa1 perf probe: Fix to find range-only function instance by Masami Hiramatsu · 5 years ago
  44. 4bfbcf3 perf kvm: Use evlist layer api when possible by Igor Lubashev · 5 years ago
  45. b7dc21f perf tests: Fix a typo by Leo Yan · 5 years ago
  46. 826100a perf tools: Avoid a malloc() for array events by Ian Rogers · 5 years ago
  47. a26e471 perf tools: Move ALLOC_LIST into a function by Ian Rogers · 5 years ago
  48. 2ccfb8b perf evsel: Avoid close(-1) by Andi Kleen · 5 years ago
  49. 796c01a perf evsel: Always preserve errno while cleaning up perf_event_open failures by Andi Kleen · 5 years ago
  50. 9d604aa perf cs-etm: Fix definition of macro TO_CS_QUEUE_NR by Leo Yan · 5 years ago
  51. a33d261 perf llvm: Make .o saving a debug message, not an info one by Arnaldo Carvalho de Melo · 5 years ago
  52. eeb399b perf record: Put a copy of kcore into the perf.data directory by Adrian Hunter · 5 years ago
  53. 46e201e perf data: Support single perf.data file directory by Adrian Hunter · 5 years ago
  54. 01e97a5 perf session: Fix indent in perf_session__new()" by Jiri Olsa · 5 years ago
  55. 9b70b9d perf data: Rename directory "header" file to "data" by Adrian Hunter · 5 years ago
  56. 3dedec4 perf data: Move perf_dir_version into data.h by Adrian Hunter · 5 years ago
  57. 490e6db perf data: Correctly identify directory data files by Adrian Hunter · 5 years ago
  58. 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
  59. aa7a7b7 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  60. 27198a8 perf trace: Use STUL_STRARRAY_FLAGS with mmap by Arnaldo Carvalho de Melo · 5 years ago
  61. e0712ba perf trace: Wire up strarray__strtoul_flags() by Arnaldo Carvalho de Melo · 5 years ago
  62. 154c978 libbeauty: Introduce strarray__strtoul_flags() by Arnaldo Carvalho de Melo · 5 years ago
  63. f77526b libbeauty: Make the mmap_flags strarray visible outside of its beautifier by Arnaldo Carvalho de Melo · 5 years ago
  64. 82c3833 perf trace: Use strtoul for the fcntl 'cmd' argument by Arnaldo Carvalho de Melo · 5 years ago
  65. 1a8a90b libbeauty: Introduce syscall_arg__strtoul_strarrays() by Arnaldo Carvalho de Melo · 5 years ago
  66. dcc6854 libperf: Add pr_err() macro by Jiri Olsa · 5 years ago
  67. c27feef libperf: Do not export perf_evsel__init()/perf_evlist__init() by Jiri Olsa · 5 years ago
  68. 301a89f libperf: Keep count of failed tests by Jiri Olsa · 5 years ago
  69. 37ac1bb libperf: Add tests_mmap_cpus test by Jiri Olsa · 5 years ago
  70. bd6b773 libperf: Add tests_mmap_thread test by Jiri Olsa · 5 years ago
  71. 395e62c libperf: Link static tests with libapi.a by Jiri Olsa · 5 years ago
  72. b6cd35e libperf: Move mask setup to perf_evlist__mmap_ops() by Jiri Olsa · 5 years ago
  73. 3805e4f libperf: Move mmap allocation to perf_evlist__mmap_ops::get by Jiri Olsa · 5 years ago
  74. 6eb65f7 libperf: Introduce perf_evlist__for_each_mmap() by Jiri Olsa · 5 years ago
  75. 6a5f3d9 perf tests: Disable bp_signal testing for arm64 by Leo Yan · 5 years ago
  76. e533ead perf tests bp_account: Add dedicated checking helper is_supported() by Leo Yan · 5 years ago
  77. 12d7956 perf tests: Remove needless headers for bp_account by Leo Yan · 5 years ago
  78. a7f6c8c perf list: Hide deprecated events by default by Jin Yao · 5 years ago
  79. 9afec87 perf trace: Pass a syscall_arg to syscall_arg_fmt->strtoul() by Arnaldo Carvalho de Melo · 5 years ago
  80. db25bf9 perf trace: Honour --max-events in processing syscalls:sys_enter_* by Arnaldo Carvalho de Melo · 5 years ago
  81. d066da9 libbeauty: Introduce syscall_arg__strtoul_strarray() by Arnaldo Carvalho de Melo · 5 years ago
  82. 9bdff5b perf tools: Remove unused trace_find_next_event() by Steven Rostedt (VMware) · 5 years ago
  83. a5e05ab perf scripting engines: Iterate on tep event arrays directly by Steven Rostedt (VMware) · 5 years ago
  84. 362222f perf trace: Initialize evsel_trace->fmt for syscalls:sys_enter_* tracepoints by Arnaldo Carvalho de Melo · 5 years ago
  85. 2b00bb6 perf trace: Introduce 'struct evsel__trace' for evsel->priv needs by Arnaldo Carvalho de Melo · 5 years ago
  86. 8b913df perf trace: Hide evsel->access further, simplify code by Arnaldo Carvalho de Melo · 5 years ago
  87. fecd990 perf trace: Introduce accessors to trace specific evsel->priv by Arnaldo Carvalho de Melo · 5 years ago
  88. 3cdc8db perf trace: Show error message when not finding a field used in a filter expression by Arnaldo Carvalho de Melo · 5 years ago
  89. 1abecfc perf kmem: Fix memory leak in compact_gfp_flags() by Yunfeng Ye · 5 years ago
  90. df604bf perf trace: Hook the 'vec' tracepoint argument with the x86 IRQ vectors scnprintf/strtoul by Arnaldo Carvalho de Melo · 5 years ago
  91. 573ed89 perf trace beauty: Add the glue for the autogenerated x86 IRQ vector array by Arnaldo Carvalho de Melo · 5 years ago
  92. 97c2a78 libbeauty: Add a strarray__scnprintf_suffix() method by Arnaldo Carvalho de Melo · 5 years ago
  93. f19a85c libbeauty: Hook up the x86 irq_vectors table generator by Arnaldo Carvalho de Melo · 5 years ago
  94. 5fa022a libbeauty: Add a generator for x86's IRQ vectors -> strings by Arnaldo Carvalho de Melo · 5 years ago
  95. d2b72b7 tools arch x86: Grab a copy of the file containing the IRQ vector defines by Arnaldo Carvalho de Melo · 5 years ago
  96. 2b78471 perf vendor events arm64: Add some missing events for Hisi hip08 HHA PMU by John Garry · 5 years ago
  97. e3ae569 perf vendor events arm64: Add some missing events for Hisi hip08 L3C PMU by John Garry · 5 years ago
  98. 1410732a perf vendor events arm64: Add some missing events for Hisi hip08 DDRC PMU by John Garry · 5 years ago
  99. 84b0975 perf vendor events arm64: Fix Hisi hip08 DDRC PMU eventname by John Garry · 5 years ago
  100. c5e006c perf trace: Support tracepoint dynamic char arrays by Arnaldo Carvalho de Melo · 5 years ago