1. 323fd74 perf intel-pt: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
  2. 1d48145 perf intel-bts: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
  3. 9d49169 perf script: Assume native_arch for pipe mode by Song Liu · 6 years ago
  4. 1334bb9 perf scripts python: export-to-sqlite.py: Fix DROP VIEW power_events_view by Adrian Hunter · 6 years ago
  5. d8d051d perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_view by Adrian Hunter · 6 years ago
  6. ceb7547 perf hists browser: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
  7. 0702f23 perf cs-etm: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
  8. 72de3fd perf parse-events: Remove unused variable: error by Luke Mujica · 6 years ago
  9. 34c9af5 perf parse-events: Remove unused variable 'i' by Luke Mujica · 6 years ago
  10. acc7bfb perf metricgroup: Add missing list_del_init() when flushing egroups list by Arnaldo Carvalho de Melo · 6 years ago
  11. e56fbc9 perf tools: Use list_del_init() more thorougly by Arnaldo Carvalho de Melo · 6 years ago
  12. d8f9da2 perf tools: Use zfree() where applicable by Arnaldo Carvalho de Melo · 6 years ago
  13. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
  14. e5653eb perf tools: Move get_current_dir_name() cond prototype out of util.h by Arnaldo Carvalho de Melo · 6 years ago
  15. 245aec7 perf namespaces: Move the conditional setns() prototype to namespaces.h by Arnaldo Carvalho de Melo · 6 years ago
  16. 215a0d3 perf tools: Add missing headers, mostly stdlib.h by Arnaldo Carvalho de Melo · 6 years ago
  17. fc50e0b perf evsel: perf_evsel__name(NULL) is valid, no need to check evsel by Arnaldo Carvalho de Melo · 6 years ago
  18. f3c8d90 perf session: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
  19. 40978e9 perf inject: The tool->read() call may pass a NULL evsel, handle it by Arnaldo Carvalho de Melo · 6 years ago
  20. 363bbae perf map: Fix potential NULL pointer dereference found by smatch tool by Leo Yan · 6 years ago
  21. 7a6d49d perf trace: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
  22. 600c787 perf annotate: Fix dereferencing freed memory found by the smatch tool by Leo Yan · 6 years ago
  23. 111442c perf top: Fix potential NULL pointer dereference detected by the smatch tool by Leo Yan · 6 years ago
  24. c74b050 perf stat: Fix use-after-freed pointer detected by the smatch tool by Leo Yan · 6 years ago
  25. 4e4cf62 perf test mmap-thread-lookup: Initialize variable to suppress memory sanitizer warning by Numfor Mbiziwo-Tiapo · 6 years ago
  26. e3b22a6 Merge remote-tracking branch 'tip/perf/core' into perf/urgent by Arnaldo Carvalho de Melo · 6 years ago
  27. 552a031 Merge tag 'v5.2' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  28. 05c7846 tools build: Check if gettid() is available before providing helper by Arnaldo Carvalho de Melo · 6 years ago
  29. dab0f4e perf jvmti: Address gcc string overflow warning for strncpy() by Jiri Olsa · 6 years ago
  30. c18ae63 perf python: Remove -fstack-protector-strong if clang doesn't have it by Arnaldo Carvalho de Melo · 6 years ago
  31. d5b2179 perf annotate TUI browser: Do not use member from variable within its own initialization by Arnaldo Carvalho de Melo · 6 years ago
  32. bff5a55 perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64 by Seeteena Thoufeek · 6 years ago
  33. cd13618 perf evsel: Do not rely on errno values for precise_ip fallback by Jiri Olsa · 6 years ago
  34. 4c00af0 perf thread: Allow references to thread objects after machine__exit() by Arnaldo Carvalho de Melo · 6 years ago
  35. c952b35 perf header: Assign proper ff->ph in perf_event__synthesize_features() by Song Liu · 6 years ago
  36. 15a108a perf script: Allow specifying the files to process guest samples by Arnaldo Carvalho de Melo · 6 years ago
  37. 488c3bf perf tools metric: Don't include duration_time in group by Andi Kleen · 6 years ago
  38. 9c344d1 perf list: Avoid extra : for --raw metrics by Andi Kleen · 6 years ago
  39. 4df79ba perf vendor events intel: Metric fixes for SKX/CLX by Andi Kleen · 6 years ago
  40. 734ac47 perf tools: Fix typos / broken sentences by Andi Kleen · 6 years ago
  41. edd93a4 perf jevents: Add support for Hisi hip08 L3C PMU aliasing by John Garry · 6 years ago
  42. 8f5b703 perf jevents: Add support for Hisi hip08 HHA PMU aliasing by John Garry · 6 years ago
  43. 57cc732 perf jevents: Add support for Hisi hip08 DDRC PMU aliasing by John Garry · 6 years ago
  44. 730670b1 perf pmu: Support more complex PMU event aliasing by John Garry · 6 years ago
  45. c8f7bc1 perf diff: Documentation -c cycles option by Jin Yao · 6 years ago
  46. b10c78c perf diff: Print the basic block cycles diff by Jin Yao · 6 years ago
  47. f3810817 perf diff: Link same basic blocks among different data by Jin Yao · 6 years ago
  48. 99150a1 perf diff: Use hists to manage basic blocks per symbol by Jin Yao · 6 years ago
  49. 30d8155 perf diff: Check if all data files with branch stacks by Jin Yao · 6 years ago
  50. fe96245 perf hists: Add block_info in hist_entry by Jin Yao · 6 years ago
  51. 0cec244 perf symbol: Create block_info structure by Jin Yao · 6 years ago
  52. 06c642c perf jevents: Use nonlocal include statements in pmu-events.c by Luke Mujica · 6 years ago
  53. aa23aa5 perf annotate: Add csky support by Mao Han · 6 years ago
  54. e3a9427 perf stat: Fix metrics with --no-merge by Andi Kleen · 6 years ago
  55. 2f87f33 perf stat: Fix group lookup for metric group by Andi Kleen · 6 years ago
  56. 6c5f4e5 perf stat: Don't merge events in the same PMU by Andi Kleen · 6 years ago
  57. 145c407 perf stat: Make metric event lookup more robust by Andi Kleen · 6 years ago
  58. 9c10548 tools lib: Move argv_{split,free} from tools/perf/util/ by Arnaldo Carvalho de Melo · 6 years ago
  59. af0de0c perf tools: Drop strxfrchar(), use strreplace() equivalent from kernel by Arnaldo Carvalho de Melo · 6 years ago
  60. 13c230a perf tools: Ditch rtrim(), use strim() from tools/lib by Arnaldo Carvalho de Melo · 6 years ago
  61. 57103eb Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  62. 3ca43b6 perf tools: Remove trim() implementation, use tools/lib's strim() by Arnaldo Carvalho de Melo · 6 years ago
  63. 3285848 perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel by Arnaldo Carvalho de Melo · 6 years ago
  64. 526bbbd perf report: Use skip_spaces() by Arnaldo Carvalho de Melo · 6 years ago
  65. 80e9073 perf metricgroup: Use strsep() by Arnaldo Carvalho de Melo · 6 years ago
  66. c1fc14c perf strfilter: Use skip_spaces() by Arnaldo Carvalho de Melo · 6 years ago
  67. ee44b5b perf probe: Use skip_spaces() for argv handling by Arnaldo Carvalho de Melo · 6 years ago
  68. 9bb5a27 perf time-utils: Use skip_spaces() by Arnaldo Carvalho de Melo · 6 years ago
  69. fc6a172 perf header: Use skip_spaces() in __write_cpudesc() by Arnaldo Carvalho de Melo · 6 years ago
  70. 810826a perf stat: Use recently introduced skip_spaces() by Arnaldo Carvalho de Melo · 6 years ago
  71. bd9860b perf tools: Use linux/ctype.h in more places by Arnaldo Carvalho de Melo · 6 years ago
  72. 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
  73. 1b2fc35 perf tools: Add missing util.h to pick up 'page_size' variable by Arnaldo Carvalho de Melo · 6 years ago
  74. 9f3926e perf tools: Remove old baggage that is util/include/linux/ctype.h by Arnaldo Carvalho de Melo · 6 years ago
  75. cf8b697 perf symbols: We need util.h in symbol-elf.c for zfree() by Arnaldo Carvalho de Melo · 6 years ago
  76. 155681f perf kallsyms: Adopt hex2u64 from tools/perf/util/util.h by Arnaldo Carvalho de Melo · 6 years ago
  77. af41949 tools x86 machine: Add missing util.h to pick up 'page_size' by Arnaldo Carvalho de Melo · 6 years ago
  78. 6a9fa4e perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h by Arnaldo Carvalho de Melo · 6 years ago
  79. 93d50ed perf ctype: Remove now unused 'spaces' variable by Arnaldo Carvalho de Melo · 6 years ago
  80. b598c34 perf ui stdio: No need to use 'spaces' to left align by Arnaldo Carvalho de Melo · 6 years ago
  81. 828e27a perf ctype: Remove unused 'graph_line' variable by Arnaldo Carvalho de Melo · 6 years ago
  82. aba4428 perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwrite events by Adrian Hunter · 6 years ago
  83. 5130c6e perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite events by Adrian Hunter · 6 years ago
  84. b9322ca perf db-export: Export synth events by Adrian Hunter · 6 years ago
  85. 5fe2cf7 perf intel-pt: Synthesize CBR events when last seen value changes by Adrian Hunter · 6 years ago
  86. 51b0918 perf intel-pt: Add CBR value to decoder state by Adrian Hunter · 6 years ago
  87. 91de868 perf intel-pt: Cater for CBR change in PSB+ by Adrian Hunter · 6 years ago
  88. abe5a1d perf intel-pt: Decoder to output CBR changes immediately by Adrian Hunter · 6 years ago
  89. 9f94c7f perf tools: Increase MAX_NR_CPUS and MAX_CACHES by Kyle Meyer · 6 years ago
  90. eb5d854 perf thread-stack: Eliminate code duplicating thread_stack__pop_ks() by Adrian Hunter · 6 years ago
  91. 97860b4 perf thread-stack: Fix thread stack return from kernel for kernel-only case by Adrian Hunter · 6 years ago
  92. 2d7102a perf tools: Fix cache.h include directive by Numfor Mbiziwo-Tiapo · 6 years ago
  93. b9271f0 Merge tag 'v5.2-rc6' into perf/core, to refresh branch by Ingo Molnar · 6 years ago
  94. 8b12b81 perf/x86/regs: Use PERF_REG_EXTENDED_MASK by Kan Liang · 6 years ago
  95. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  96. b15f321 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 480 by Thomas Gleixner · 6 years ago
  97. 6d8a639 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 479 by Thomas Gleixner · 6 years ago
  98. 78d6ccc perf build: Handle slang being in /usr/include and in /usr/include/slang/ by Arnaldo Carvalho de Melo · 6 years ago
  99. 1955c8c perf tools: Don't hardcode host include path for libslang by Florian Fainelli · 6 years ago
  100. fdbdd7e perf evsel: Make perf_evsel__name() accept a NULL argument by Arnaldo Carvalho de Melo · 6 years ago