1. 05b5a9d perf tools: Apply correct label to user/kernel symbols in branch mode by German Gomez · 3 years ago
  2. 9d5f0c3 perf machine: Use path__join() to compose a path instead of snprintf(dir, '/', filename) by Arnaldo Carvalho de Melo · 3 years ago
  3. b9f6fbb perf arm64: Inject missing frames when using 'perf record --call-graph=fp' by Alexandre Truong · 3 years ago
  4. 32bfa5b perf machine: Add a mechanism to inject stack frames by Alexandre Truong · 3 years ago
  5. 6175047 perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID by Adrian Hunter · 3 years, 4 months ago
  6. 57f0ff0 perf machine: Initialize srcline string member in add_location struct by Michael Petlan · 3 years, 5 months ago
  7. c087e94 perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOL by Riccardo Mancini · 3 years, 7 months ago
  8. 4d39c89 perf tools: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
  9. 83ff0f9 perf machine: Assign boolean values to a bool variable by Jiapeng Chong · 3 years, 10 months ago
  10. 3035cb6 perf machine: Factor out machine__idle_thread() by Adrian Hunter · 3 years, 10 months ago
  11. fcda5ff perf machine: Factor out machines__find_guest() by Adrian Hunter · 3 years, 10 months ago
  12. cd07e536 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years ago
  13. 5501e92 perf intel-pt: Fix 'CPU too large' error by Adrian Hunter · 4 years ago
  14. 1ca6e80 perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata events by Jiri Olsa · 4 years ago
  15. a50d03e perf sort: Add sort option for data page size by Kan Liang · 4 years ago
  16. 031f112 perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_event by Jiri Olsa · 4 years, 1 month ago
  17. ab8bf5f perf tools: Fix crash with non-jited bpf progs by Tommi Rantala · 4 years, 2 months ago
  18. c57f5ea perf machine: Add machine__for_each_dso() function by Jiri Olsa · 4 years, 3 months ago
  19. 830fadf perf tools: Add bpf image check to __map__is_kmodule by Jiri Olsa · 4 years, 4 months ago
  20. 1c695c8 perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type' by Jiri Olsa · 4 years, 5 months ago
  21. 7eeb985 perf script: Show text poke address symbol by Adrian Hunter · 4 years, 8 months ago
  22. 789e241 perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOL by Adrian Hunter · 4 years, 8 months ago
  23. 246eba8 perf tools: Add support for PERF_RECORD_TEXT_POKE by Adrian Hunter · 4 years, 8 months ago
  24. e12a89e perf tools: Fix is_bpf_image function logic by Jiri Olsa · 4 years, 8 months ago
  25. 6e6d1d6 perf evsel: Rename perf_evsel__env() to evsel__env() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  26. 4f138a9 perf evsel: Rename perf_evsel__has*() to evsel__has*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  27. ff16562 perf callchain: Stitch LBR call stack by Kan Liang · 4 years, 9 months ago
  28. 7f1d393 perf callchain: Save previous cursor nodes for LBR stitching approach by Kan Liang · 4 years, 9 months ago
  29. 9c6c3f4 perf thread: Save previous sample for LBR stitching approach by Kan Liang · 4 years, 9 months ago
  30. e2b23483 perf machine: Factor out lbr_callchain_add_lbr_ip() by Kan Liang · 4 years, 9 months ago
  31. dd3e249 perf machine: Factor out lbr_callchain_add_kernel_ip() by Kan Liang · 4 years, 9 months ago
  32. e48b831 perf machine: Refine the function for LBR call stack reconstruction by Kan Liang · 4 years, 9 months ago
  33. f860326 perf machine: Remove the indent in resolve_lbr_callchain_sample by Kan Liang · 4 years, 9 months ago
  34. 3c29d44 perf annotate: Add basic support for bpf_image by Jiri Olsa · 4 years, 10 months ago
  35. 7eddf7e perf machine: Set ksymbol dso as loaded on arrival by Jiri Olsa · 4 years, 10 months ago
  36. d1277aa perf cgroup: Maintain cgroup hierarchy by Namhyung Kim · 4 years, 9 months ago
  37. ba78c1c perf tools: Basic support for CGROUP event by Namhyung Kim · 4 years, 9 months ago
  38. 42bbabe perf tools: Add hw_idx in struct branch_stack by Kan Liang · 4 years, 10 months ago
  39. 484214f perf maps: Move kmap::kmaps setup to maps__insert() by Jiri Olsa · 4 years, 11 months ago
  40. 4a4eb61 perf maps: Mark ksymbol DSOs with kernel type by Jiri Olsa · 4 years, 11 months ago
  41. 02213ce perf maps: Mark module DSOs with kernel type by Jiri Olsa · 4 years, 11 months ago
  42. 77b91c1 perf machine: Fill map_symbol->maps in append_inlines() to fix segfault by Arnaldo Carvalho de Melo · 5 years ago
  43. 9a29cee perf maps: Rename 'mg' variables to 'maps' by Arnaldo Carvalho de Melo · 5 years ago
  44. f2eaea0 perf map_symbol: Rename ms->mg to ms->maps by Arnaldo Carvalho de Melo · 5 years ago
  45. 694520d perf addr_location: Rename al->mg to al->maps by Arnaldo Carvalho de Melo · 5 years ago
  46. fe87797d perf thread: Rename thread->mg to thread->maps by Arnaldo Carvalho de Melo · 5 years ago
  47. 79b6bb7 perf maps: Merge 'struct maps' with 'struct map_groups' by Arnaldo Carvalho de Melo · 5 years ago
  48. 0e3149f perf dso: Move dso_id from 'struct map' to 'struct dso' by Arnaldo Carvalho de Melo · 5 years ago
  49. 4a7380a perf map: Pass a dso_id to map__new() by Arnaldo Carvalho de Melo · 5 years ago
  50. aceb982 perf callchain: Fix segfault in thread__resolve_callchain_sample() by Adrian Hunter · 5 years ago
  51. a94ab91 perf machine: No need to check if kernel module maps pre-exist by Arnaldo Carvalho de Melo · 5 years ago
  52. f068435 perf map: No need to adjust the long name of modules by Arnaldo Carvalho de Melo · 5 years ago
  53. 08f6680 perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
  54. d46a4cd pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
  55. 5f0fef8 perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node' by Arnaldo Carvalho de Melo · 5 years ago
  56. c152973 perf unwind: Use 'struct map_symbol' in 'struct unwind_entry' by Arnaldo Carvalho de Melo · 5 years ago
  57. 93730f8 perf machine: Add kernel_dso() method by Arnaldo Carvalho de Melo · 5 years ago
  58. 8efc4f0 perf maps: Add for_each_entry()/_safe() iterators by Arnaldo Carvalho de Melo · 5 years ago
  59. 20f2be1 libperf: Move 'page_size' global variable to libperf by Jiri Olsa · 5 years ago
  60. 055c67e perf tools: Move event synthesizing routines to separate .c file by Arnaldo Carvalho de Melo · 5 years ago
  61. ea49e01 perf tools: Move event synthesizing routines to separate header by Arnaldo Carvalho de Melo · 5 years ago
  62. d3300a3 perf symbols: Move mem_info and branch_info out of symbol.h by Arnaldo Carvalho de Melo · 5 years ago
  63. f2a39fe perf auxtrace: Uninline functions that touch perf_session by Arnaldo Carvalho de Melo · 5 years ago
  64. 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
  65. 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
  66. 8c72746 perf machine: Replace MAX_NR_CPUS with perf_env::nr_cpus_online by Kyle Meyer · 5 years ago
  67. 3f604b5 perf tool: Rename perf_tool::bpf_event to bpf by Arnaldo Carvalho de Melo · 5 years ago
  68. ebdba16 perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol by Arnaldo Carvalho de Melo · 5 years ago
  69. a2e254d libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/event.h by Jiri Olsa · 5 years ago
  70. 5290ed6 libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h by Jiri Olsa · 5 years ago
  71. 97b9d86 perf srcline: Add missing srcline.h header to files needing its defs by Arnaldo Carvalho de Melo · 5 years ago
  72. aeb00b1 perf record: Move record_opts and other record decls out of perf.h by Arnaldo Carvalho de Melo · 5 years ago
  73. 272172b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 5 years ago
  74. 12a6d29 perf record: Fix module size on s390 by Thomas Richter · 5 years ago
  75. 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  76. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  77. 9749b90 perf tools: Rename struct thread_map to struct perf_thread_map by Jiri Olsa · 5 years ago
  78. d8f9da2 perf tools: Use zfree() where applicable by Arnaldo Carvalho de Melo · 5 years ago
  79. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 5 years ago
  80. e3b22a6 Merge remote-tracking branch 'tip/perf/core' into perf/urgent by Arnaldo Carvalho de Melo · 5 years ago
  81. 4c00af0 perf thread: Allow references to thread objects after machine__exit() by Arnaldo Carvalho de Melo · 5 years ago
  82. 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
  83. 1b2fc35 perf tools: Add missing util.h to pick up 'page_size' variable by Arnaldo Carvalho de Melo · 6 years ago
  84. 34b65af perf machine: Return NULL instead of null-terminating /proc/version array by Donald Yandt · 6 years ago
  85. 8529f2e perf machine: Keep zero in pgoff BPF map by Jiri Olsa · 6 years ago
  86. ed9adb2 perf machine: Read also the end of the kernel by Jiri Olsa · 6 years ago
  87. 30ba5b0 perf machine: Null-terminate version char array upon fgets(/proc/version) error by Donald Yandt · 6 years ago
  88. 977c7a6 perf machine: Update kernel map address and re-order properly by Wei Li · 6 years ago
  89. daecf9e perf tools: Add missing include for symbols.h by Arnaldo Carvalho de Melo · 6 years ago
  90. f3acb3a perf machine: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  91. 45178a9 perf tools: Handle PERF_RECORD_BPF_EVENT by Song Liu · 6 years ago
  92. 9aa0bfa perf tools: Handle PERF_RECORD_KSYMBOL by Song Liu · 6 years ago
  93. a3366db0 perf report: Fix wrong iteration count in --branch-history by Jin Yao · 6 years ago
  94. 3fcb10e perf tools: Allow specifying proc-map-timeout in config file by Mark Drayton · 6 years ago
  95. adba163 perf tools: Fix diverse comment typos by Ingo Molnar · 6 years ago
  96. 8e80ad9 perf thread: Add fallback functions for cases where cpumode is insufficient by Adrian Hunter · 6 years ago
  97. 4f8f382 perf tools: Don't clone maps from parent when synthesizing forks by David Miller · 6 years ago
  98. e9024d5 perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc} by David S. Miller · 6 years ago
  99. 7a8a8fc perf record: Use unmapped IP for inline callchain cursors by Milian Wolff · 6 years ago
  100. ff4ce28 perf report: Don't try to map ip to invalid map by Milian Wolff · 6 years ago