1. 029c75e perf tools: No need to unconditionally read the max_stack sysctls by Arnaldo Carvalho de Melo · 7 years ago
  2. 9ac94e3 perf tools: Read the cache line size lazily by Arnaldo Carvalho de Melo · 7 years ago
  3. 7014e0e tools lib api fs tracing_path: Introduce opendir() method by Arnaldo Carvalho de Melo · 7 years ago
  4. 25a7d91 perf parse-events: Use get/put_events_file() by Arnaldo Carvalho de Melo · 7 years ago
  5. c02cab2 perf tools: Reuse the path to the tracepoint /events/ directory by Arnaldo Carvalho de Melo · 7 years ago
  6. 40c3c0c tools lib api fs tracing_path: Introduce get/put_events_file() helpers by Arnaldo Carvalho de Melo · 7 years ago
  7. 17c257e tools lib api: Unexport 'tracing_path' variable by Arnaldo Carvalho de Melo · 7 years ago
  8. d01bd1a perf config: Call perf_config__init() lazily by Arnaldo Carvalho de Melo · 7 years ago
  9. 7a36a28 perf bpf: Fix NULL return handling in bpf__prepare_load() by YueHaibing · 7 years ago
  10. 3cdc5c2 perf parse-events: Handle uncore event aliases in small groups properly by Kan Liang · 7 years ago
  11. 56549978 perf tools: Use the "_stest" symbol to identify the kernel map when loading kcore by Adrian Hunter · 7 years ago
  12. 1b16fff perf llvm-utils: Add bpf include path to clang command line by Arnaldo Carvalho de Melo · 7 years ago
  13. 291c161 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 7 years ago
  14. c23080a perf tools: Add missing newline when parsing empty BPF proggie by Arnaldo Carvalho de Melo · 7 years ago
  15. 3a08879 perf cs-etm: Remove redundant space by Leo Yan · 7 years ago
  16. 46d5362 perf cs-etm: Support unknown_thread in cs_etm_auxtrace by Leo Yan · 7 years ago
  17. 04d2600 perf annotate: Display all available events on --stdio by Jin Yao · 7 years ago
  18. 4a35a90 Revert "perf pmu: Fix pmu events parsing rule" by Arnaldo Carvalho de Melo · 7 years ago
  19. 107cad9 perf machine: Ditch find_kernel_function variants by Arnaldo Carvalho de Melo · 7 years ago
  20. 2469076 perf tools: Fix spelling mistake: "builid" -> "buildid" by Colin Ian King · 7 years ago
  21. 15e0e2d perf symbols: Move split_kallsyms to struct map_groups by Arnaldo Carvalho de Melo · 7 years ago
  22. 019c682 perf symbols: kallsyms__delta() needs the kmap, not the map by Arnaldo Carvalho de Melo · 7 years ago
  23. 333cc76 perf symbols: Remove unused dso__load_all_kallsyms() 'map' parameter by Arnaldo Carvalho de Melo · 7 years ago
  24. 4e0d1e8 perf symbols: Split kernel symbol processing from dso__load_sym() by Arnaldo Carvalho de Melo · 7 years ago
  25. 857140e perf symbols: Remove needless goto by Arnaldo Carvalho de Melo · 7 years ago
  26. 3183f8c perf symbols: Unify symbol maps by Arnaldo Carvalho de Melo · 7 years ago
  27. e9814df perf symbols: Use map->prot in place of type==MAP__FUNCTION by Arnaldo Carvalho de Melo · 7 years ago
  28. d183b26 perf map: Use map->prot in place of type==MAP__FUNCTION by Arnaldo Carvalho de Melo · 7 years ago
  29. 18231d7 perf symbols: Use symbol type instead of map->type by Arnaldo Carvalho de Melo · 7 years ago
  30. d1fd8d9 perf symbols: No need to special case MAP__FUNCTION in fixup by Arnaldo Carvalho de Melo · 7 years ago
  31. 6769e98d perf sort: Use mmap->prot on "dcacheline" formatting by Arnaldo Carvalho de Melo · 7 years ago
  32. 0f476f2 perf machine: Set PROT_EXEC for executable PERF_RECORD_MMAP records by Arnaldo Carvalho de Melo · 7 years ago
  33. af30bff perf symbols: Store the ELF symbol type in the symbol struct by Arnaldo Carvalho de Melo · 7 years ago
  34. e1f2a0d perf map: Remove map_type arg from map_groups__find() by Arnaldo Carvalho de Melo · 7 years ago
  35. 404eb5a perf thread: Make thread__find_map() search all maps by Arnaldo Carvalho de Melo · 7 years ago
  36. 117d3c2 perf thread: Ditch __thread__find_symbol() by Arnaldo Carvalho de Melo · 7 years ago
  37. 128cde3 perf machine: Use machine__find_kernel_function() instead of open coded version by Arnaldo Carvalho de Melo · 7 years ago
  38. 26bd933 perf thread: Remove addr_type arg from thread__find_cpumode_addr_location() by Arnaldo Carvalho de Melo · 7 years ago
  39. af07eeb perf symbols: Remove map_type arg from dso__find_symbol() by Arnaldo Carvalho de Melo · 7 years ago
  40. dce0478 perf map: Remove enum_type arg to map_groups__first() by Arnaldo Carvalho de Melo · 7 years ago
  41. a2f1c16 perf symbols: Unexport symbol_type__is_a() by Arnaldo Carvalho de Melo · 7 years ago
  42. e85e0e0 perf tools: Use kallsyms__is_function() by Arnaldo Carvalho de Melo · 7 years ago
  43. 5cf88a6 perf symbols: Shorten dso__(first|last)_symbol() by Arnaldo Carvalho de Melo · 7 years ago
  44. abe5449 perf map: Shorten map_groups__find() signature by Arnaldo Carvalho de Melo · 7 years ago
  45. 1d1a265 perf machine: Remove needless map_type from machine__load_vmlinux_path() by Arnaldo Carvalho de Melo · 7 years ago
  46. 329f0ad perf machine: Shorten machine__load_kallsyms() signature by Arnaldo Carvalho de Melo · 7 years ago
  47. 68a7418 perf machine: Introduce machine__kernel_maps() by Arnaldo Carvalho de Melo · 7 years ago
  48. 83cf774 perf map: Shorten map_groups__find_by_name() signature by Arnaldo Carvalho de Melo · 7 years ago
  49. d9a5f27 perf thread: Make thread__find_symbol() return the symbol searched by Arnaldo Carvalho de Melo · 7 years ago
  50. 71a84b5 perf thread: Make thread__find_map() return the map by Arnaldo Carvalho de Melo · 7 years ago
  51. 4546263 perf thread: Introduce thread__find_symbol() by Arnaldo Carvalho de Melo · 7 years ago
  52. f07a2d3 perf thread: Introduce thread__find_map() by Arnaldo Carvalho de Melo · 7 years ago
  53. e94b861 perf map: Introduce map__has_symbols() by Arnaldo Carvalho de Melo · 7 years ago
  54. d88205d perf dso: Add dso__has_symbols() method by Arnaldo Carvalho de Melo · 7 years ago
  55. efdd5c6 perf symbols: Use __map__is_kernel() instead of ad-hoc equivalent code by Arnaldo Carvalho de Melo · 7 years ago
  56. e55c14a perf stat: Add --table option to display time of each run by Jiri Olsa · 7 years ago
  57. 80ee8c5 perf stat: Fix duplicate PMU name for interval print by Kan Liang · 7 years ago
  58. 121f325 perf evsel: Only fall back group read for leader by Kan Liang · 7 years ago
  59. 292c34c perf pmu: Fix core PMU alias list for X86 platform by Kan Liang · 7 years ago
  60. e9add8b perf evsel: Disable write_backward for leader sampling group events by Jiri Olsa · 7 years ago
  61. 9a4a931 perf pmu: Fix pmu events parsing rule by Jiri Olsa · 7 years ago
  62. 129193b perf stat: Keep the / modifier separator in fallback by Jiri Olsa · 7 years ago
  63. ce04abf perf list: Remove s390 specific strcmp_cpuid_cmp function by Thomas Richter · 7 years ago
  64. ee05d2179 perf machine: Set main kernel end address properly by Namhyung Kim · 7 years ago
  65. 8a9fd83 coresight: Move to SPDX identifier by Mathieu Poirier · 7 years ago
  66. ccbb6af perf record: Remove suggestion to enable APIC by Andi Kleen · 7 years ago
  67. ec39484 perf record: Remove misleading error suggestion by Andi Kleen · 7 years ago
  68. 038586c perf list: Add s390 support for detailed/verbose PMU event description by Thomas Richter · 7 years ago
  69. b3f35b5 perf report: Extend raw dump (-D) out with switch out event type by Alexey Budankov · 7 years ago
  70. 43c4023 perf annotate: Allow setting the offset level in .perfconfig by Arnaldo Carvalho de Melo · 7 years ago
  71. 7b36614 perf report: Fix switching to another perf.data file by Arnaldo Carvalho de Melo · 7 years ago
  72. 4f75f1c perf record: Change warning for missing sysfs entry to debug by Thomas Richter · 7 years ago
  73. 22e9af4 perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORT by Jin Yao · 7 years ago
  74. 90ce61b perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXX by Jin Yao · 7 years ago
  75. 592c10e perf annotate: Allow showing offsets in more than just jump targets by Arnaldo Carvalho de Melo · 7 years ago
  76. fcbd8fa perf tests clang: Fix function name for clang IR test by Sandipan Das · 7 years ago
  77. 7854e49 perf clang: Add support for recent clang versions by Sandipan Das · 7 years ago
  78. ad0902e perf tools: No need to include namespaces.h in util.h by Arnaldo Carvalho de Melo · 7 years ago
  79. b238db6 perf auxtrace: Make auxtrace_queues__add_buffer() do CPU filtering by Adrian Hunter · 7 years ago
  80. 41a43da perf report: Remove duplicated 'samples' in lost samples warning by Arnaldo Carvalho de Melo · 7 years ago
  81. c0459a0 perf annotate: Show group details on the title line by Arnaldo Carvalho de Melo · 7 years ago
  82. 0d75f12 perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct buffer by Adrian Hunter · 7 years ago
  83. 520d3f0 perf annotate stdio2: Print more descriptive event information header by Arnaldo Carvalho de Melo · 7 years ago
  84. b213eac perf annotate: Introduce annotation__scnprintf_samples_period() method by Arnaldo Carvalho de Melo · 7 years ago
  85. 25c312d perf hists: Move hists__scnprintf_title() away from the TUI code by Arnaldo Carvalho de Melo · 7 years ago
  86. 967a464 perf hists: Introduce hists__scnprint_title() by Arnaldo Carvalho de Melo · 7 years ago
  87. a36ebe4 perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORT by Jin Yao · 7 years ago
  88. b74d12d perf tools: Add a "dso_size" sort order by Kim Phillips · 7 years ago
  89. 895e3b0 perf mmap: Be consistent when checking for an unmaped ring buffer by Arnaldo Carvalho de Melo · 7 years ago
  90. f58385f perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done() by Kan Liang · 7 years ago
  91. 980b68e perf annotate: Use absolute addresses to calculate jump target offsets by Arnaldo Carvalho de Melo · 7 years ago
  92. c448234 perf annotate: Defer searching for comma in raw line till it is needed by Arnaldo Carvalho de Melo · 7 years ago
  93. e4cc91b perf annotate: Support jumping from one function to another by Arnaldo Carvalho de Melo · 7 years ago
  94. 2eff061 perf annotate: Add "_local" to jump/offset validation routines by Arnaldo Carvalho de Melo · 7 years ago
  95. 83428f2 perf python: Reference Py_None before returning it by Petr Machata · 7 years ago
  96. 751b178 perf annotate: Mark jumps to outher functions with the call arrow by Arnaldo Carvalho de Melo · 7 years ago
  97. 85a84e4 perf annotate: Pass function descriptor to its instruction parsing routines by Arnaldo Carvalho de Melo · 7 years ago
  98. 425859f perf annotate: No need to calculate notes->start twice by Arnaldo Carvalho de Melo · 7 years ago
  99. d9bd766 perf annotate browser: Add 'P' hotkey to dump annotation to file by Arnaldo Carvalho de Melo · 7 years ago
  100. 864298f2 perf annotate: Add function header to --stdio2 by Arnaldo Carvalho de Melo · 7 years ago