1. e48b831 perf machine: Refine the function for LBR call stack reconstruction by Kan Liang · 4 years, 10 months ago
  2. f860326 perf machine: Remove the indent in resolve_lbr_callchain_sample by Kan Liang · 4 years, 10 months ago
  3. 3c29d44 perf annotate: Add basic support for bpf_image by Jiri Olsa · 4 years, 10 months ago
  4. 7eddf7e perf machine: Set ksymbol dso as loaded on arrival by Jiri Olsa · 4 years, 10 months ago
  5. d1277aa perf cgroup: Maintain cgroup hierarchy by Namhyung Kim · 4 years, 10 months ago
  6. ba78c1c perf tools: Basic support for CGROUP event by Namhyung Kim · 4 years, 10 months ago
  7. 42bbabe perf tools: Add hw_idx in struct branch_stack by Kan Liang · 4 years, 11 months ago
  8. 484214f perf maps: Move kmap::kmaps setup to maps__insert() by Jiri Olsa · 5 years ago
  9. 4a4eb61 perf maps: Mark ksymbol DSOs with kernel type by Jiri Olsa · 5 years ago
  10. 02213ce perf maps: Mark module DSOs with kernel type by Jiri Olsa · 5 years ago
  11. 77b91c1 perf machine: Fill map_symbol->maps in append_inlines() to fix segfault by Arnaldo Carvalho de Melo · 5 years ago
  12. 9a29cee perf maps: Rename 'mg' variables to 'maps' by Arnaldo Carvalho de Melo · 5 years ago
  13. f2eaea0 perf map_symbol: Rename ms->mg to ms->maps by Arnaldo Carvalho de Melo · 5 years ago
  14. 694520d perf addr_location: Rename al->mg to al->maps by Arnaldo Carvalho de Melo · 5 years ago
  15. fe87797d perf thread: Rename thread->mg to thread->maps by Arnaldo Carvalho de Melo · 5 years ago
  16. 79b6bb7 perf maps: Merge 'struct maps' with 'struct map_groups' by Arnaldo Carvalho de Melo · 5 years ago
  17. 0e3149f perf dso: Move dso_id from 'struct map' to 'struct dso' by Arnaldo Carvalho de Melo · 5 years ago
  18. 4a7380a perf map: Pass a dso_id to map__new() by Arnaldo Carvalho de Melo · 5 years ago
  19. aceb982 perf callchain: Fix segfault in thread__resolve_callchain_sample() by Adrian Hunter · 5 years ago
  20. a94ab91 perf machine: No need to check if kernel module maps pre-exist 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. 08f6680 perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
  23. d46a4cd pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
  24. 5f0fef8 perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node' by Arnaldo Carvalho de Melo · 5 years ago
  25. c152973 perf unwind: Use 'struct map_symbol' in 'struct unwind_entry' by Arnaldo Carvalho de Melo · 5 years ago
  26. 93730f8 perf machine: Add kernel_dso() method by Arnaldo Carvalho de Melo · 5 years ago
  27. 8efc4f0 perf maps: Add for_each_entry()/_safe() iterators by Arnaldo Carvalho de Melo · 5 years ago
  28. 20f2be1 libperf: Move 'page_size' global variable to libperf by Jiri Olsa · 5 years ago
  29. 055c67e perf tools: Move event synthesizing routines to separate .c file by Arnaldo Carvalho de Melo · 5 years ago
  30. ea49e01 perf tools: Move event synthesizing routines to separate header by Arnaldo Carvalho de Melo · 5 years ago
  31. d3300a3 perf symbols: Move mem_info and branch_info out of symbol.h by Arnaldo Carvalho de Melo · 5 years ago
  32. f2a39fe perf auxtrace: Uninline functions that touch perf_session by Arnaldo Carvalho de Melo · 5 years ago
  33. 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
  34. 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
  35. 8c72746 perf machine: Replace MAX_NR_CPUS with perf_env::nr_cpus_online by Kyle Meyer · 5 years ago
  36. 3f604b5 perf tool: Rename perf_tool::bpf_event to bpf by Arnaldo Carvalho de Melo · 5 years ago
  37. ebdba16 perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol by Arnaldo Carvalho de Melo · 5 years ago
  38. a2e254d libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/event.h by Jiri Olsa · 5 years ago
  39. 5290ed6 libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h by Jiri Olsa · 5 years ago
  40. 97b9d86 perf srcline: Add missing srcline.h header to files needing its defs by Arnaldo Carvalho de Melo · 5 years ago
  41. aeb00b1 perf record: Move record_opts and other record decls out of perf.h by Arnaldo Carvalho de Melo · 5 years ago
  42. 272172b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 5 years ago
  43. 12a6d29 perf record: Fix module size on s390 by Thomas Richter · 5 years ago
  44. 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  45. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  46. 9749b90 perf tools: Rename struct thread_map to struct perf_thread_map by Jiri Olsa · 5 years ago
  47. d8f9da2 perf tools: Use zfree() where applicable by Arnaldo Carvalho de Melo · 6 years ago
  48. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
  49. e3b22a6 Merge remote-tracking branch 'tip/perf/core' into perf/urgent by Arnaldo Carvalho de Melo · 6 years ago
  50. 4c00af0 perf thread: Allow references to thread objects after machine__exit() by Arnaldo Carvalho de Melo · 6 years ago
  51. 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
  52. 1b2fc35 perf tools: Add missing util.h to pick up 'page_size' variable by Arnaldo Carvalho de Melo · 6 years ago
  53. 34b65af perf machine: Return NULL instead of null-terminating /proc/version array by Donald Yandt · 6 years ago
  54. 8529f2e perf machine: Keep zero in pgoff BPF map by Jiri Olsa · 6 years ago
  55. ed9adb2 perf machine: Read also the end of the kernel by Jiri Olsa · 6 years ago
  56. 30ba5b0 perf machine: Null-terminate version char array upon fgets(/proc/version) error by Donald Yandt · 6 years ago
  57. 977c7a6 perf machine: Update kernel map address and re-order properly by Wei Li · 6 years ago
  58. daecf9e perf tools: Add missing include for symbols.h by Arnaldo Carvalho de Melo · 6 years ago
  59. f3acb3a perf machine: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  60. 45178a9 perf tools: Handle PERF_RECORD_BPF_EVENT by Song Liu · 6 years ago
  61. 9aa0bfa perf tools: Handle PERF_RECORD_KSYMBOL by Song Liu · 6 years ago
  62. a3366db0 perf report: Fix wrong iteration count in --branch-history by Jin Yao · 6 years ago
  63. 3fcb10e perf tools: Allow specifying proc-map-timeout in config file by Mark Drayton · 6 years ago
  64. adba163 perf tools: Fix diverse comment typos by Ingo Molnar · 6 years ago
  65. 8e80ad9 perf thread: Add fallback functions for cases where cpumode is insufficient by Adrian Hunter · 6 years ago
  66. 4f8f382 perf tools: Don't clone maps from parent when synthesizing forks by David Miller · 6 years ago
  67. e9024d5 perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc} by David S. Miller · 6 years ago
  68. 7a8a8fc perf record: Use unmapped IP for inline callchain cursors by Milian Wolff · 6 years ago
  69. ff4ce28 perf report: Don't try to map ip to invalid map by Milian Wolff · 6 years ago
  70. 2af5247 perf tools: Store compression id into struct dso by Jiri Olsa · 6 years ago
  71. b57334b perf machine: Use last_match threads cache only in single thread mode by Jiri Olsa · 6 years ago
  72. 67fda0f perf machine: Add threads__set_last_match function by Jiri Olsa · 6 years ago
  73. f8b2ebb perf machine: Add threads__get_last_match function by Jiri Olsa · 6 years ago
  74. 2a9d505 perf script: Show correct offsets for DWARF-based unwinding by Sandipan Das · 7 years ago
  75. a8ce99b perf machine: Synthesize and process mmap events for x86 PTI entry trampolines by Adrian Hunter · 7 years ago
  76. 1c5aae7 perf machine: Create maps for x86 PTI entry trampolines by Adrian Hunter · 7 years ago
  77. 5759a68 perf machine: Allow for extra kernel maps by Adrian Hunter · 7 years ago
  78. 4d99e41 perf machine: Workaround missing maps for x86 PTI entry trampolines by Adrian Hunter · 7 years ago
  79. 9cecca3 perf machine: Add nr_cpus_avail() by Adrian Hunter · 7 years ago
  80. 19422a9 perf tools: Fix kernel_start for PTI on x86 by Adrian Hunter · 7 years ago
  81. dbbd34a perf machine: Add machine__is() to identify machine arch by Adrian Hunter · 7 years ago
  82. 1961018 perf script: Show virtual addresses instead of offsets by Sandipan Das · 7 years ago
  83. 107cad9 perf machine: Ditch find_kernel_function variants by Arnaldo Carvalho de Melo · 7 years ago
  84. 3183f8c perf symbols: Unify symbol maps by Arnaldo Carvalho de Melo · 7 years ago
  85. 0f476f2 perf machine: Set PROT_EXEC for executable PERF_RECORD_MMAP records by Arnaldo Carvalho de Melo · 7 years ago
  86. 117d3c2 perf thread: Ditch __thread__find_symbol() by Arnaldo Carvalho de Melo · 7 years ago
  87. 128cde3 perf machine: Use machine__find_kernel_function() instead of open coded version by Arnaldo Carvalho de Melo · 7 years ago
  88. 26bd933 perf thread: Remove addr_type arg from thread__find_cpumode_addr_location() by Arnaldo Carvalho de Melo · 7 years ago
  89. 1d1a265 perf machine: Remove needless map_type from machine__load_vmlinux_path() by Arnaldo Carvalho de Melo · 7 years ago
  90. 329f0ad perf machine: Shorten machine__load_kallsyms() signature by Arnaldo Carvalho de Melo · 7 years ago
  91. 83cf774 perf map: Shorten map_groups__find_by_name() signature by Arnaldo Carvalho de Melo · 7 years ago
  92. 4546263 perf thread: Introduce thread__find_symbol() by Arnaldo Carvalho de Melo · 7 years ago
  93. ee05d2179 perf machine: Set main kernel end address properly by Namhyung Kim · 7 years ago
  94. c192524 perf machine: Fix mmap name setup by Jiri Olsa · 7 years ago
  95. 9f87498 perf tools: Add refcnt into struct mem_info by Jiri Olsa · 7 years ago
  96. 1d12cec perf machine: Fix paranoid check in machine__set_kernel_mmap() by Namhyung Kim · 7 years ago
  97. e8f3879 perf machine: Remove machine__load_kallsyms() by Jiri Olsa · 7 years ago
  98. 1fb87b8 perf machine: Don't search for active kernel start in __machine__create_kernel_maps by Jiri Olsa · 7 years ago
  99. 05db6ff perf machine: Generalize machine__set_kernel_mmap() by Jiri Olsa · 7 years ago
  100. 8c7f1bb perf machine: Move kernel mmap name into struct machine by Jiri Olsa · 7 years ago