1. 38f01d8 libperf: Add perf_cpu_map__get()/perf_cpu_map__put() by Jiri Olsa · 5 years ago
  2. f854839 perf cpu_map: Rename struct cpu_map to struct perf_cpu_map by Jiri Olsa · 5 years ago
  3. e56fbc9 perf tools: Use list_del_init() more thorougly by Arnaldo Carvalho de Melo · 6 years ago
  4. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
  5. 730670b1 perf pmu: Support more complex PMU event aliasing by John Garry · 6 years ago
  6. 13c230a perf tools: Ditch rtrim(), use strim() from tools/lib by Arnaldo Carvalho de Melo · 6 years ago
  7. 3285848 perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel by Arnaldo Carvalho de Melo · 6 years ago
  8. 599ee18 perf pmu: Fix uncore PMU alias list for ARM64 by John Garry · 6 years ago
  9. e94d6b7 perf pmu: Fix parser error for uncore event alias by Kan Liang · 6 years ago
  10. 90a86bd perf tools: Read and store caps/max_precise in perf_pmu by Jiri Olsa · 6 years ago
  11. ffe8881 perf pmu: Move EVENT_SOURCE_DEVICE_PATH to PMU header file by Mathieu Poirier · 6 years ago
  12. f4a0742 perf pmu: Move *_cpuid_str() weak functions to header.c by Kan Liang · 6 years ago
  13. 3b54411 perf vendor events: Add stepping in CPUID string for x86 by Kan Liang · 6 years ago
  14. 11a64a0 perf pmu: Suppress potential format-truncation warning by Ben Hutchings · 6 years ago
  15. ea1fa48 perf stat: Handle different PMU names with common prefix by Thomas Richter · 6 years ago
  16. 1b9caa1 Revert "perf tools: Fix PMU term format max value calculation" by Jiri Olsa · 6 years ago
  17. b8b5ab5 Revert "perf list: Add s390 support for detailed/verbose PMU event description" by Thomas Richter · 7 years ago
  18. 6dde642 perf stat: Remove duplicate event counting by Thomas Richter · 7 years ago
  19. 0c24d6f perf alias: Rebuild alias expression string to make it comparable by Thomas Richter · 7 years ago
  20. ea23ac7 perf alias: Remove trailing newline when reading sysfs files by Thomas Richter · 7 years ago
  21. 292c34c perf pmu: Fix core PMU alias list for X86 platform by Kan Liang · 7 years ago
  22. ce04abf perf list: Remove s390 specific strcmp_cpuid_cmp function by Thomas Richter · 7 years ago
  23. 038586c perf list: Add s390 support for detailed/verbose PMU event description by Thomas Richter · 7 years ago
  24. 77f1815 perf tools: Fix snprint warnings for gcc 8 by Jiri Olsa · 7 years ago
  25. 4cb7d3e perf cpuid: Introduce a platform specific cpuid compare function by Thomas Richter · 7 years ago
  26. fbc2844 perf vendor events: Use more flexible pattern matching for CPU identification for mapfile.csv by William Cohen · 7 years ago
  27. de3d0f1 perf pmu: Add check for valid cpuid in perf_pmu__find_map() by Ganapatrao Kulkarni · 7 years ago
  28. 14b22ae perf pmu: Add helper function is_pmu_core to detect PMU CORE devices by Ganapatrao Kulkarni · 7 years ago
  29. 54e32dc perf pmu: Pass pmu as a parameter to get_cpuid_str() by Ganapatrao Kulkarni · 7 years ago
  30. c2f1cea perf record: Fix -c/-F options for cpu event aliases by Andi Kleen · 7 years ago
  31. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  32. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  33. ca4b9c3b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  34. 66ec1191 perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU by Mark Rutland · 7 years ago
  35. c23c2a0 perf tools: Make copyfile_offset() static by Arnaldo Carvalho de Melo · 7 years ago
  36. b18f3e3 perf stat: Support JSON metrics in perf stat by Andi Kleen · 7 years ago
  37. d77ade9 perf pmu: Extract function to get JSON alias map by Andi Kleen · 7 years ago
  38. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  39. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  40. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  41. aa4beb1 perf pmu: Refactor wordwrap() with ltrim() by Taeung Song · 8 years ago
  42. bf874fc perf list: Move extra details printing to new option by Andi Kleen · 8 years ago
  43. 9628481 perf pmu: Add support for MetricName JSON attribute by Andi Kleen · 8 years ago
  44. 7f372a6 perf list: Support printing MetricExpr with --debug by Andi Kleen · 8 years ago
  45. 37932c1 perf stat: Output JSON MetricExpr metric by Andi Kleen · 8 years ago
  46. 00636c3 perf pmu: Support MetricExpr header in JSON event list by Andi Kleen · 8 years ago
  47. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  48. 99e7138 perf tools: Fail on using multiple bits long terms without value by Jiri Olsa · 8 years ago
  49. b30a7d1 perf pmu: Fix check for unset alias->unit array by Arnaldo Carvalho de Melo · 8 years ago
  50. f236102 perf list: Add debug support for outputing alias string by Andi Kleen · 8 years ago
  51. 15b22ed perf pmu: Support per pmu json aliases by Andi Kleen · 8 years ago
  52. fedb2b5 perf jevents: Add support for parsing uncore json files by Andi Kleen · 8 years ago
  53. d02fc6b perf pmu: Factor out scale conversion code by Andi Kleen · 8 years ago
  54. 67bdc35 perf list: Support matching by topic by Andi Kleen · 8 years ago
  55. 38d14f0 perf list: Make vendor event matching case insensitive by Andi Kleen · 8 years ago
  56. fb96706 perf pmu: Only print Using CPUID message once by Andi Kleen · 8 years ago
  57. dd5f103 perf list jevents: Add support for event list topics by Andi Kleen · 8 years ago
  58. c8d6828 perf list: Support long jevents descriptions by Sukadev Bhattiprolu · 8 years ago
  59. fc06e2a perf pmu: Add override support for event list CPUID by Andi Kleen · 8 years ago
  60. 1c5f01f perf list: Add a --no-desc flag by Andi Kleen · 8 years ago
  61. 61eb2eb perf tools: Query terminal width and use in perf list by Andi Kleen · 8 years ago
  62. 08e60ed perf pmu: Support alias descriptions by Andi Kleen · 8 years ago
  63. 933f82f perf pmu: Use pmu_events table to create aliases by Sukadev Bhattiprolu · 8 years ago
  64. 7e3fcffe perf pmu: Support alternative sysfs cpumask by Mark Rutland · 8 years ago
  65. 11db4e2 perf pmu: Make pmu_formats_string to check return value of strbuf by Masami Hiramatsu · 9 years ago
  66. ac0e2cd perf tools: Fix PMU term format max value calculation by Kan Liang · 9 years ago
  67. ea8f75f perf tools: Omit unnecessary cast in perf_pmu__parse_scale by Jiri Olsa · 9 years ago
  68. f9a5978 perf tools: Fix locale handling in pmu parsing by Jiri Olsa · 9 years ago
  69. 940db6d perf tools: Dont stop PMU parsing on alias parse error by Andi Kleen · 9 years ago
  70. 682dc24 perf tools: Use perf_event_terms__purge() for non-malloced terms by Arnaldo Carvalho de Melo · 9 years ago
  71. d85ce83 perf pmu: Fix misleadingly indented assignment (whitespace) by Markus Trippelsdorf · 9 years ago
  72. 8453092 perf pmu: fix alias->snapshot missing initialization bug by Stephane Eranian · 9 years ago
  73. fa52cea perf list: Honour 'event_glob' whem printing selectable PMUs by Arnaldo Carvalho de Melo · 9 years ago
  74. dfc431c perf list: Remove blank lines, headers when piping output by Arnaldo Carvalho de Melo · 9 years ago
  75. ffeb883 perf tools: Show proper error message for wrong terms of hw/sw events by He Kuang · 9 years ago
  76. d0170af perf tools: Add Intel BTS support by Adrian Hunter · 9 years ago
  77. 5efb1d5 perf tools: Take Intel PT into use by Adrian Hunter · 9 years ago
  78. d457c96 perf callchain: Per-event type selection support by Kan Liang · 9 years ago
  79. 09af2a5 perf record: Support per-event freq term by Namhyung Kim · 9 years ago
  80. 0efe6b6 perf tools: Validate config term maximum value by Adrian Hunter · 9 years ago
  81. 09ff607 perf tools: Add perf_pmu__format_bits() by Adrian Hunter · 9 years ago
  82. 3206771 perf tools: Per-event time support by Kan Liang · 9 years ago
  83. 70c646e perf pmu: Split perf_pmu__new_alias() by Sukadev Bhattiprolu · 10 years ago
  84. c5de47f perf pmu: Use __weak definition from <linux/compiler.h> by Sukadev Bhattiprolu · 10 years ago
  85. 9ecae06 perf tools: Remove newline char when reading event scale and unit by Madhavan Srinivasan · 10 years ago
  86. 9b5d1c2 perf tools: Disallow PMU events intel_pt and intel_bts until there is support by Adrian Hunter · 10 years ago
  87. e64b020 perf tools: Add term support for parse_events_error by Jiri Olsa · 10 years ago
  88. aaea361 perf tools: Extend format_alias() to include event parameters by Cody P Schafer · 10 years ago
  89. 688d4df perf tools: Support parsing parameterized events by Cody P Schafer · 10 years ago
  90. 1d9e446 perf tools: Add snapshot format file parsing by Jiri Olsa · 10 years ago
  91. 044330c perf tools: Add per-pkg format file parsing by Matt Fleming · 10 years ago
  92. 7e4772d perf pmu: Add proper error handling to print_pmu_events() by Arnaldo Carvalho de Melo · 10 years ago
  93. 42634bc perf pmu: Let pmu's with no events show up on perf list by Adrian Hunter · 10 years ago
  94. dcb4e10 perf tools: Parse the pmu event prefix and suffix by Kan Liang · 10 years ago
  95. 46441bd perf tools: Refactor unit and scale function parameters by Matt Fleming · 10 years ago
  96. 7d4bdab perf tools: Add perf_pmu__scan_file() by Adrian Hunter · 10 years ago
  97. dc0a620 perf tools: Let default config be defined for a PMU by Adrian Hunter · 10 years ago
  98. 885b593 perf tools: Annotate PMU related list_head members with type info by Cody P Schafer · 10 years ago
  99. 7c2f816 perf tools: Fix pmu object compilation error by Jiri Olsa · 11 years ago
  100. cd0cfad perf tools: Move fs.* to lib/api/fs/ by Borislav Petkov · 11 years ago