1. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
  2. e5653eb perf tools: Move get_current_dir_name() cond prototype out of util.h by Arnaldo Carvalho de Melo · 6 years ago
  3. 245aec7 perf namespaces: Move the conditional setns() prototype to namespaces.h by Arnaldo Carvalho de Melo · 6 years ago
  4. 215a0d3 perf tools: Add missing headers, mostly stdlib.h by Arnaldo Carvalho de Melo · 6 years ago
  5. fc50e0b perf evsel: perf_evsel__name(NULL) is valid, no need to check evsel by Arnaldo Carvalho de Melo · 6 years ago
  6. f3c8d90 perf session: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
  7. 363bbae perf map: Fix potential NULL pointer dereference found by smatch tool by Leo Yan · 6 years ago
  8. 600c787 perf annotate: Fix dereferencing freed memory found by the smatch tool by Leo Yan · 6 years ago
  9. e3b22a6 Merge remote-tracking branch 'tip/perf/core' into perf/urgent by Arnaldo Carvalho de Melo · 6 years ago
  10. c18ae63 perf python: Remove -fstack-protector-strong if clang doesn't have it by Arnaldo Carvalho de Melo · 6 years ago
  11. cd13618 perf evsel: Do not rely on errno values for precise_ip fallback by Jiri Olsa · 6 years ago
  12. 4c00af0 perf thread: Allow references to thread objects after machine__exit() by Arnaldo Carvalho de Melo · 6 years ago
  13. c952b35 perf header: Assign proper ff->ph in perf_event__synthesize_features() by Song Liu · 6 years ago
  14. 488c3bf perf tools metric: Don't include duration_time in group by Andi Kleen · 6 years ago
  15. 9c344d1 perf list: Avoid extra : for --raw metrics by Andi Kleen · 6 years ago
  16. 730670b1 perf pmu: Support more complex PMU event aliasing by John Garry · 6 years ago
  17. b10c78c perf diff: Print the basic block cycles diff by Jin Yao · 6 years ago
  18. 99150a1 perf diff: Use hists to manage basic blocks per symbol by Jin Yao · 6 years ago
  19. fe96245 perf hists: Add block_info in hist_entry by Jin Yao · 6 years ago
  20. 0cec244 perf symbol: Create block_info structure by Jin Yao · 6 years ago
  21. aa23aa5 perf annotate: Add csky support by Mao Han · 6 years ago
  22. e3a9427 perf stat: Fix metrics with --no-merge by Andi Kleen · 6 years ago
  23. 2f87f33 perf stat: Fix group lookup for metric group by Andi Kleen · 6 years ago
  24. 6c5f4e5 perf stat: Don't merge events in the same PMU by Andi Kleen · 6 years ago
  25. 145c407 perf stat: Make metric event lookup more robust by Andi Kleen · 6 years ago
  26. 9c10548 tools lib: Move argv_{split,free} from tools/perf/util/ by Arnaldo Carvalho de Melo · 6 years ago
  27. af0de0c perf tools: Drop strxfrchar(), use strreplace() equivalent from kernel by Arnaldo Carvalho de Melo · 6 years ago
  28. 13c230a perf tools: Ditch rtrim(), use strim() from tools/lib by Arnaldo Carvalho de Melo · 6 years ago
  29. 3ca43b6 perf tools: Remove trim() implementation, use tools/lib's strim() by Arnaldo Carvalho de Melo · 6 years ago
  30. 3285848 perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel by Arnaldo Carvalho de Melo · 6 years ago
  31. 80e9073 perf metricgroup: Use strsep() by Arnaldo Carvalho de Melo · 6 years ago
  32. c1fc14c perf strfilter: Use skip_spaces() by Arnaldo Carvalho de Melo · 6 years ago
  33. ee44b5b perf probe: Use skip_spaces() for argv handling by Arnaldo Carvalho de Melo · 6 years ago
  34. 9bb5a27 perf time-utils: Use skip_spaces() by Arnaldo Carvalho de Melo · 6 years ago
  35. fc6a172 perf header: Use skip_spaces() in __write_cpudesc() by Arnaldo Carvalho de Melo · 6 years ago
  36. 810826a perf stat: Use recently introduced skip_spaces() by Arnaldo Carvalho de Melo · 6 years ago
  37. bd9860b perf tools: Use linux/ctype.h in more places by Arnaldo Carvalho de Melo · 6 years ago
  38. 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
  39. 1b2fc35 perf tools: Add missing util.h to pick up 'page_size' variable by Arnaldo Carvalho de Melo · 6 years ago
  40. 9f3926e perf tools: Remove old baggage that is util/include/linux/ctype.h by Arnaldo Carvalho de Melo · 6 years ago
  41. cf8b697 perf symbols: We need util.h in symbol-elf.c for zfree() by Arnaldo Carvalho de Melo · 6 years ago
  42. 155681f perf kallsyms: Adopt hex2u64 from tools/perf/util/util.h by Arnaldo Carvalho de Melo · 6 years ago
  43. 6a9fa4e perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h by Arnaldo Carvalho de Melo · 6 years ago
  44. 93d50ed perf ctype: Remove now unused 'spaces' variable by Arnaldo Carvalho de Melo · 6 years ago
  45. 828e27a perf ctype: Remove unused 'graph_line' variable by Arnaldo Carvalho de Melo · 6 years ago
  46. b9322ca perf db-export: Export synth events by Adrian Hunter · 6 years ago
  47. 5fe2cf7 perf intel-pt: Synthesize CBR events when last seen value changes by Adrian Hunter · 6 years ago
  48. 51b0918 perf intel-pt: Add CBR value to decoder state by Adrian Hunter · 6 years ago
  49. 91de868 perf intel-pt: Cater for CBR change in PSB+ by Adrian Hunter · 6 years ago
  50. abe5a1d perf intel-pt: Decoder to output CBR changes immediately by Adrian Hunter · 6 years ago
  51. 9f94c7f perf tools: Increase MAX_NR_CPUS and MAX_CACHES by Kyle Meyer · 6 years ago
  52. eb5d854 perf thread-stack: Eliminate code duplicating thread_stack__pop_ks() by Adrian Hunter · 6 years ago
  53. 97860b4 perf thread-stack: Fix thread stack return from kernel for kernel-only case by Adrian Hunter · 6 years ago
  54. b9271f0 Merge tag 'v5.2-rc6' into perf/core, to refresh branch by Ingo Molnar · 6 years ago
  55. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  56. b15f321 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 480 by Thomas Gleixner · 6 years ago
  57. 6d8a639 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 479 by Thomas Gleixner · 6 years ago
  58. fdbdd7e perf evsel: Make perf_evsel__name() accept a NULL argument by Arnaldo Carvalho de Melo · 6 years ago
  59. 599ee18 perf pmu: Fix uncore PMU alias list for ARM64 by John Garry · 6 years ago
  60. e01f0ef perf intel-pt: Add callchain to synthesized PEBS sample by Adrian Hunter · 6 years ago
  61. 975846e perf intel-pt: Add memory information to synthesized PEBS sample by Adrian Hunter · 6 years ago
  62. aa62afd perf intel-pt: Add LBR information to synthesized PEBS sample by Adrian Hunter · 6 years ago
  63. 143d34a perf intel-pt: Add XMM registers to synthesized PEBS sample by Adrian Hunter · 6 years ago
  64. 9e9a618 perf intel-pt: Add gp registers to synthesized PEBS sample by Adrian Hunter · 6 years ago
  65. 9d0bc53 perf intel-pt: Synthesize PEBS sample basic information by Adrian Hunter · 6 years ago
  66. 0dfded3 perf intel-pt: Factor out common sample preparation for re-use by Adrian Hunter · 6 years ago
  67. e62ca65 perf intel-pt: Prepare to synthesize PEBS samples by Adrian Hunter · 6 years ago
  68. 4c35595 perf intel-pt: Add decoder support for PEBS via PT by Adrian Hunter · 6 years ago
  69. edff780 perf intel-pt: Add new packets for PEBS via PT by Adrian Hunter · 6 years ago
  70. 3ce5ace Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
  71. bddb363 Merge branch 'x86/cpu' into perf/core, to pick up dependent changes by Ingo Molnar · 6 years ago
  72. 180ca71 perf report: Support s390 diag event display on x86 by Thomas Richter · 6 years ago
  73. 8a07aa4 perf report: Fix OOM error in TUI mode on s390 by Thomas Richter · 6 years ago
  74. a77a05e perf time-utils: Add support for multiple explicit time intervals by Adrian Hunter · 6 years ago
  75. 929afa0 perf time-utils: Make perf_time__parse_for_ranges() more logical by Adrian Hunter · 6 years ago
  76. 2a8afdd perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightly by Adrian Hunter · 6 years ago
  77. b16bfeb perf time-utils: Prevent percentage time range overlap by Adrian Hunter · 6 years ago
  78. c763242 perf time-utils: Factor out set_percent_time() by Adrian Hunter · 6 years ago
  79. f79a768 perf time-utils: Treat time ranges consistently by Adrian Hunter · 6 years ago
  80. 2c47db9 perf intel-pt: Add support for efficient time interval filtering by Adrian Hunter · 6 years ago
  81. da9000a perf intel-pt: Add support for lookahead by Adrian Hunter · 6 years ago
  82. e96f7df perf intel-pt: Factor out intel_pt_get_buffer() by Adrian Hunter · 6 years ago
  83. a7fa19f perf intel-pt: Add intel_pt_fast_forward() by Adrian Hunter · 6 years ago
  84. 6c1f0b1 perf intel-pt: Add reposition parameter to intel_pt_get_data() by Adrian Hunter · 6 years ago
  85. 6492e5f perf intel-pt: Factor out intel_pt_reposition() by Adrian Hunter · 6 years ago
  86. e72b52a perf intel-pt: Factor out intel_pt_8b_tsc() by Adrian Hunter · 6 years ago
  87. 4d678e9 perf intel-pt: Add lookahead callback by Adrian Hunter · 6 years ago
  88. 33526f3 perf auxtrace: Add perf time interval to itrace_synth_ops by Adrian Hunter · 6 years ago
  89. 965e176 perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h instead by Arnaldo Carvalho de Melo · 6 years ago
  90. 0ccdb84 perf tools: Apply new CPU topology sysfs attributes by Kan Liang · 6 years ago
  91. e05a899 perf header: Rename "sibling cores" to "sibling sockets" by Kan Liang · 6 years ago
  92. db5742b perf stat: Support per-die aggregation by Kan Liang · 6 years ago
  93. acae8b3 perf header: Add die information in CPU topology by Kan Liang · 6 years ago
  94. b74d868 perf cpumap: Retrieve die id information by Kan Liang · 6 years ago
  95. 21fe8dc perf cs-etm: Add support for CPU-wide trace scenarios by Mathieu Poirier · 6 years ago
  96. 675f302 perf cs-etm: Add notion of time to decoding code by Mathieu Poirier · 6 years ago
  97. 0a6be30 perf cs-etm: Linking PE contextID with perf thread mechanic by Mathieu Poirier · 6 years ago
  98. c152d4d perf cs-etm: Add support for multiple traceID queues by Mathieu Poirier · 6 years ago
  99. af21577 perf cs-etm: Use traceID aware memory callback API by Mathieu Poirier · 6 years ago
  100. 0abb868 perf cs-etm: Move tid/pid to traceid_queue by Mathieu Poirier · 6 years ago