1. 9d5f0c3 perf machine: Use path__join() to compose a path instead of snprintf(dir, '/', filename) by Arnaldo Carvalho de Melo · 3 years ago
  2. 0d3d237 perf evlist: No need to setup affinities when disabling events for pid targets by Arnaldo Carvalho de Melo · 3 years ago
  3. f350ee9 perf evlist: No need to setup affinities when enabling events for pid targets by Arnaldo Carvalho de Melo · 3 years ago
  4. 1855b79 perf affinity: Allow passing a NULL arg to affinity__cleanup() by Arnaldo Carvalho de Melo · 3 years ago
  5. 4624f19 perf probe: Fix ppc64 'perf probe add events failed' case by Zechuan Chen · 3 years ago
  6. 57d1737 Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years ago
  7. 4d66020 Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years ago
  8. 9bce13e perf record: Disable debuginfod by default by Jiri Olsa · 3 years, 1 month ago
  9. 2eea0b5 perf evlist: No need to do any affinity setup when profiling pids by Arnaldo Carvalho de Melo · 3 years ago
  10. 37be585 perf cpumap: Add is_dummy() method by Arnaldo Carvalho de Melo · 3 years ago
  11. d3e2bb4 perf metric: Fix metric_leader by Ian Rogers · 3 years ago
  12. a6e6274 perf cputopo: Fix CPU topology reading on s/390 by Thomas Richter · 3 years, 1 month ago
  13. e000ea0 perf metricgroup: Fix use after free in metric__new() by José Expósito · 3 years, 1 month ago
  14. 46f57d2 perf arm: Fix off-by-one directory path by Ian Rogers · 3 years ago
  15. 1aa77e7 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years ago
  16. c0dd945 perf pmu-events: Don't lower case MetricExpr by Ian Rogers · 3 years, 1 month ago
  17. f56ef30 perf expr: Add debug logging for literals by Ian Rogers · 3 years, 1 month ago
  18. 6dd8646 perf tools: Probe non-deprecated sysfs path 1st by Ian Rogers · 3 years, 1 month ago
  19. 0ce0578 perf tools: Fix SMT fallback with large core counts by Ian Rogers · 3 years, 1 month ago
  20. 6d18804 perf cpumap: Give CPUs their own type by Ian Rogers · 3 years ago
  21. ce37ab3 perf stat: Correct first_shadow_cpu to return index by Ian Rogers · 3 years ago
  22. 7263f34 perf bpf: Rename 'cpu' to 'cpu_map_idx' by Ian Rogers · 3 years ago
  23. 5b1af93 perf stat: Swap variable name cpu to index by Ian Rogers · 3 years ago
  24. 379c224 perf stat: Correct check_per_pkg() cpu by Ian Rogers · 3 years ago
  25. 6f844b1 perf evsel: Rename variable cpu to index by Ian Rogers · 3 years ago
  26. 1fa497d perf evsel: Reduce scope of evsel__ignore_missing_thread by Ian Rogers · 3 years ago
  27. 2daa08c perf evsel: Rename CPU around get_group_fd by Ian Rogers · 3 years ago
  28. da8c94c perf stat: Correct variable name for read counter by Ian Rogers · 3 years ago
  29. 472832d perf evlist: Refactor evlist__for_each_cpu() by Ian Rogers · 3 years ago
  30. 7ea82fb perf stat: Use perf_cpu_map__for_each_cpu() by Ian Rogers · 3 years ago
  31. ab90caa7 perf stat: Rename aggr_data cpu to imply it's an index by Ian Rogers · 3 years ago
  32. 7316268 perf counts: Switch name cpu to cpu_map_idx by Ian Rogers · 3 years ago
  33. 2ca0a37 perf evsel: Derive CPUs and threads in alloc_counts by Ian Rogers · 3 years ago
  34. 7365f10 perf stat-display: Avoid use of core for CPU by Ian Rogers · 3 years ago
  35. 3479491 perf cpumap: Add CPU to aggr_cpu_id by Ian Rogers · 3 years ago
  36. f9e891e perf stat: Fix memory leak in check_per_pkg() by Ian Rogers · 3 years ago
  37. bd26bdd perf cpumap: Trim the cpu_aggr_map by Ian Rogers · 3 years ago
  38. 92aad5c perf cpumap: Add some comments to cpu_aggr_map by Ian Rogers · 3 years ago
  39. dfc66be perf cpumap: Move 'has' function to libperf by Ian Rogers · 3 years ago
  40. 973aeb3 perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions by Ian Rogers · 3 years ago
  41. 5f50e15 perf cpumap: Refactor cpu_map__build_map() by Ian Rogers · 3 years ago
  42. adff2c6 perf cpumap: Remove cpu_map__cpu(), use libperf function by Ian Rogers · 3 years ago
  43. 4e90e5c perf cpumap: Remove map from function names that don't use a map by Ian Rogers · 3 years ago
  44. 194a3a2 perf cpumap: Document cpu__get_node() and remove redundant function by Ian Rogers · 3 years ago
  45. 51b826f perf cpumap: Rename empty functions by Ian Rogers · 3 years ago
  46. 3ac23d1 perf cpumap: Simplify equal function name by Ian Rogers · 3 years ago
  47. 63e0fa8 perf cpumap: Remove unused cpu_map__socket() by Ian Rogers · 3 years ago
  48. 49679da perf cpumap: Add comments to aggr_cpu_id() by Ian Rogers · 3 years ago
  49. 86d9404 perf cpumap: Remove map+index get_node() by Ian Rogers · 3 years ago
  50. 3f6233d perf cpumap: Remove map+index get_core() by Ian Rogers · 3 years ago
  51. 1cdae3d perf cpumap: Remove map+index get_die() by Ian Rogers · 3 years ago
  52. 448a69d perf cpumap: Remove map+index get_socket() by Ian Rogers · 3 years ago
  53. eff54c2 perf cpumap: Switch cpu_map__build_map() to cpu function by Ian Rogers · 3 years ago
  54. 88031a0 perf stat: Switch to cpu version of cpu_map__get() by Ian Rogers · 3 years ago
  55. a023283 perf stat: Switch aggregation to use for_each loop by Ian Rogers · 3 years ago
  56. 01843ca perf stat: Correct aggregation CPU map by Ian Rogers · 3 years ago
  57. ca2c9b7 perf stat: Add aggr creators that are passed a cpu by Ian Rogers · 3 years ago
  58. dcffc5e perf evsel: Improve error message for uncore events by Ian Rogers · 3 years ago
  59. 62942e9 perf script: Fix hex dump character output by Adrian Hunter · 3 years ago
  60. 8efd0d9 Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years ago
  61. e3304c2 perf sort: Include global and local variants for p_stage_cyc sort key by Athira Rajeev · 3 years, 1 month ago
  62. debe70e Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years ago
  63. dc9f2dd Revert "libtraceevent: Increase libtraceevent logging when verbose" by Arnaldo Carvalho de Melo · 3 years ago
  64. b9adba3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  65. 65f8d08 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years ago
  66. e0257a0 perf pmu: Fix alias events list by John Garry · 3 years ago
  67. aec53e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  68. a78abde perf intel-pt: Fix parsing of VM time correlation arguments by Adrian Hunter · 3 years ago
  69. 9f3c16a perf expr: Fix return value of ids__new() by Miaoqian Lin · 3 years, 1 month ago
  70. 7fbddf4 tools headers UAPI: Add new macros for mem_hops field to perf_event.h by Kajol Jain · 3 years, 1 month ago
  71. bb51693 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years ago
  72. b9f6fbb perf arm64: Inject missing frames when using 'perf record --call-graph=fp' by Alexandre Truong · 3 years ago
  73. ffc6035 perf tools: Refactor SMPL_REG macro in perf_regs.h by German Gomez · 3 years ago
  74. aa8db3e perf callchain: Enable dwarf_callchain_users on arm64 by Alexandre Truong · 3 years ago
  75. 32bfa5b perf machine: Add a mechanism to inject stack frames by Alexandre Truong · 3 years ago
  76. 7248e30 perf tools: Record ARM64 LR register automatically by Alexandre Truong · 3 years ago
  77. 0a515a0 perf expr: Fix missing check for return value of hashmap__new() by Miaoqian Lin · 3 years, 1 month ago
  78. ff8752d perf arm-spe: Synthesize SPE instruction events by German Gomez · 3 years ago
  79. 7cd2802 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  80. 9c5c605 perf ftrace: Implement cpu and task filters in BPF by Namhyung Kim · 3 years ago
  81. 177f4ea perf ftrace: Add -b/--use-bpf option for latency subcommand by Namhyung Kim · 3 years ago
  82. 8386901 perf arch: Support register names from all archs by German Gomez · 3 years, 1 month ago
  83. d3b58af perf arm64: Rename perf_event_arm_regs for ARM64 registers by German Gomez · 3 years, 1 month ago
  84. 5d28a17 perf namespaces: Add helper nsinfo__is_in_root_namespace() by Leo Yan · 3 years, 1 month ago
  85. 8acf379 perf bpf-loader: Use IS_ERR_OR_NULL() to clean code and fix check by Miaoqian Lin · 3 years, 1 month ago
  86. b0fde9c perf arm-spe: Add SPE total latency as PERF_SAMPLE_WEIGHT by Namhyung Kim · 3 years, 1 month ago
  87. 39f054a Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years ago
  88. 9937e8d perf python: Fix NULL vs IS_ERR_OR_NULL() checking by Miaoqian Lin · 3 years, 1 month ago
  89. 6665b8e perf intel-pt: Fix error timestamp setting on the decoder error path by Adrian Hunter · 3 years, 1 month ago
  90. a882cc9 perf intel-pt: Fix missing 'instruction' events with 'q' option by Adrian Hunter · 3 years, 1 month ago
  91. a32e6c5 perf intel-pt: Fix next 'err' value, walking trace by Adrian Hunter · 3 years, 1 month ago
  92. c79ee2b perf intel-pt: Fix state setting when receiving overflow (OVF) packet by Adrian Hunter · 3 years, 1 month ago
  93. 4c761d8 perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type by Adrian Hunter · 3 years, 1 month ago
  94. ad106a2 perf intel-pt: Fix sync state when a PSB (synchronization) packet is found by Adrian Hunter · 3 years, 1 month ago
  95. 057ae59 perf intel-pt: Fix some PGE (packet generation enable/control flow packets) usage by Adrian Hunter · 3 years, 1 month ago
  96. c897899 perf tools: Prevent out-of-bounds access to registers by German Gomez · 3 years, 1 month ago
  97. be31582 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
  98. 8d0f9e7 perf/bpf_counter: Use bpf_map_create instead of bpf_create_map by Song Liu · 3 years, 1 month ago
  99. e69dc84 perf stat: Support --cputype option for hybrid events by Jin Yao · 3 years, 4 months ago
  100. 94dbfd6 perf parse-events: Architecture specific leader override by Ian Rogers · 3 years, 1 month ago