1. cd35801 perf scripts python: exported-sql-viewer.py: Add top calls report by Adrian Hunter · 6 years ago
  2. fc2c77a perf scripts python: exported-sql-viewer.py: Remove no selection error by Adrian Hunter · 6 years ago
  3. 0d5f8f2 perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItem by Adrian Hunter · 6 years ago
  4. 1c3ca1b perf scripts python: exported-sql-viewer.py: Create new dialog data item classes by Adrian Hunter · 6 years ago
  5. 947cc38 perf scripts python: exported-sql-viewer.py: Move report name into ReportVars by Adrian Hunter · 6 years ago
  6. 0bf0947 perf scripts python: exported-sql-viewer.py: Factor out ReportVars by Adrian Hunter · 6 years ago
  7. 0924cd6 perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBase by Adrian Hunter · 6 years ago
  8. 8c90fef perf scripts python: exported-sql-viewer.py: Move column headers by Adrian Hunter · 6 years ago
  9. 655cb952 perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no calls table by Adrian Hunter · 6 years ago
  10. df8794f perf scripts python: exported-sql-viewer.py: Remove leftover debugging prints by Adrian Hunter · 6 years ago
  11. b3a67546 perf scripts python: exported-sql-viewer.py: Fix missing shebang by Adrian Hunter · 6 years ago
  12. 3c0cd95 perf thread-stack: Hide x86 retpolines by Adrian Hunter · 6 years ago
  13. 1f35cd6 perf thread-stack: Improve thread_stack__no_call_return() by Adrian Hunter · 6 years ago
  14. 11db1ad perf annotate: Fix getting source line failure by Wei Li · 6 years ago
  15. b4409ae perf tools: Make rm_rf() remove single file by Jiri Olsa · 6 years ago
  16. deb83da perf cpumap: Increase debug level for cpu_map__snprint verbose output by Jiri Olsa · 6 years ago
  17. b20fe10 perf bpf-event: Add missing new line into pr_debug call by Jiri Olsa · 6 years ago
  18. 6ef362f perf script: Allow +- operator for type specific fields option by Jiri Olsa · 6 years ago
  19. 6e7e8b9 perf evsel: Force sample_type for slave events by Jiri Olsa · 6 years ago
  20. 529c1a9 perf session: Don't report zero period samples for slave events by Jiri Olsa · 6 years ago
  21. ff7a4f9 perf trace: Allow dumping a BPF map after setting up BPF events by Arnaldo Carvalho de Melo · 6 years ago
  22. d19f8564 perf bpf: Add bpf_map dumper by Arnaldo Carvalho de Melo · 6 years ago
  23. 03d3097 perf test: Fix failure of 'evsel-tp-sched' test on s390 by Thomas Richter · 6 years ago
  24. 8c23a52 perf doc: Fix documentation of the Flags section in perf.data by Jonas Rabenstein · 6 years ago
  25. 7a663c0 perf doc: Fix HEADER_CMDLINE description in perf.data documentation by Jonas Rabenstein · 6 years ago
  26. 7346195 perf report: Don't shadow inlined symbol with different addr range by He Kuang · 6 years ago
  27. e19a01c perf tools: Use sysfs__mountpoint() when reading cpu topology by Jiri Olsa · 6 years ago
  28. 48e6c5a perf tools: Add numa_topology object by Jiri Olsa · 6 years ago
  29. 5135d5e perf tools: Add cpu_topology object by Jiri Olsa · 6 years ago
  30. b00ccb27 perf header: Fix wrong node write in NUMA_TOPOLOGY feature by Jiri Olsa · 6 years ago
  31. 8324477 perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace support by Tommi Rantala · 6 years ago
  32. 43f4e62 Merge tag 'perf-core-for-mingo-5.1-20190214' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
  33. 44ec839 tools build feature sched_getcpu: Undef _GNU_SOURCE at the end by Arnaldo Carvalho de Melo · 6 years ago
  34. aa4df30 perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo' by Jiri Olsa · 6 years ago
  35. a9aeb87 perf header: Get rid of write_it label by Jiri Olsa · 6 years ago
  36. 33bbc57 perf list: Display metric expressions for --details option by Jiri Olsa · 6 years ago
  37. 714a92d perf tools: Fix legacy events symbol separator parsing by Jiri Olsa · 6 years ago
  38. 5ff3288 perf tools: Rename build libperf to perf by Jiri Olsa · 6 years ago
  39. 6368942 perf tools: Rename LIB_FILE to LIBPERF_A by Jiri Olsa · 6 years ago
  40. d0bfbed perf tools: Compile perf with libperf-in.o instead of libperf.a by Jiri Olsa · 6 years ago
  41. 8224531 perf cs-etm: Modularize auxtrace_buffer fetch function by Mathieu Poirier · 6 years ago
  42. 3fa0e83 perf cs-etm: Modularize main packet processing loop by Mathieu Poirier · 6 years ago
  43. f74f349 perf cs-etm: Modularize main decoder function by Mathieu Poirier · 6 years ago
  44. 23cfcd6 perf cs-etm: Make cs_etm__run_decoder() queue independent by Mathieu Poirier · 6 years ago
  45. 4b6df11 perf cs-etm: Rethink kernel address initialisation by Mathieu Poirier · 6 years ago
  46. 4f5b371 perf cs-etm: Cleaning up function cs_etm__alloc_queue() by Mathieu Poirier · 6 years ago
  47. e4aa592 perf cs-etm: Fix erroneous comment by Mathieu Poirier · 6 years ago
  48. 2507a3d9 perf cs-etm: Introducing function cs_etm__init_trace_params() by Mathieu Poirier · 6 years ago
  49. ae4d9f5 perf cs-etm: Fix memory leak in error path by Mathieu Poirier · 6 years ago
  50. 65963e5 perf cs-etm: Introducing function cs_etm_decoder__init_dparams() by Mathieu Poirier · 6 years ago
  51. d3267ad perf cs-etm: Fix wrong return values in error path by Mathieu Poirier · 6 years ago
  52. fc7ac41 perf cs-etm: Remove unused structure field "time" and "timestamp" by Mathieu Poirier · 6 years ago
  53. b611f63 perf cs-etm: Remove unused structure field "state" by Mathieu Poirier · 6 years ago
  54. 271402a perf build: Add missing FEATURE_CHECK_LDFLAGS-libcrypto by Arnaldo Carvalho de Melo · 6 years ago
  55. a96c03e tools build: Add test-reallocarray.c to test-all.c to fix the build by Arnaldo Carvalho de Melo · 6 years ago
  56. 5c4d7c8 perf unwind: Do not put libunwind-{x86,aarch64} in FEATURE_TESTS_BASIC by Arnaldo Carvalho de Melo · 6 years ago
  57. 1c3b28f perf coresight: Do not test for libopencsd by default by Arnaldo Carvalho de Melo · 6 years ago
  58. ca2da70 perf trace: Filter out gnome-terminal* parent by Arnaldo Carvalho de Melo · 6 years ago
  59. aa8f9c5 tools build: Add -lrt to FEATURE_CHECK_LDFLAGS-libaio by Arnaldo Carvalho de Melo · 6 years ago
  60. 1da7e00 perf beauty waitid options: Fix up prefix showing logic by Arnaldo Carvalho de Melo · 6 years ago
  61. 0510748 perf trace: Check if the 'fd' is negative when mapping it to pathname by Arnaldo Carvalho de Melo · 6 years ago
  62. e1be4a5 perf beauty ioctl cmd: The 'fd' arg is signed by Arnaldo Carvalho de Melo · 6 years ago
  63. 0ec572f tools feature: Undef _GNU_SOURCE at the end of feature tests by Arnaldo Carvalho de Melo · 6 years ago
  64. 39f4a91 perf utils: Silence "Couldn't synthesize bpf events" warning for EPERM by Song Liu · 6 years ago
  65. 33937e5 perf vendor events power9: General metrics by Paul Clarke · 6 years ago
  66. a4d8327 perf vendor events power9: Branch_prediction, instruction_stats, latency, lsu_rejects, memory, prefetch & translation metrics by Paul Clarke · 6 years ago
  67. 0133491 perf vendor events power9: Dl1_reloads, instruction_misses, l[23]_stats & pteg_reloads metrics by Paul Clarke · 6 years ago
  68. 7f3cf5a perf vendor events power9: Cpi_breakdown & estimated_dcache_miss_cpi metrics by Paul Clarke · 6 years ago
  69. 72ab502 perf vendor events power8: Translaton & general metrics by Paul Clarke · 6 years ago
  70. 69ba708 perf vendor events power8: Branch_prediction, latency, bus_stats, instruction_mix & instruction_stats metrics by Paul Clarke · 6 years ago
  71. ffe1850 perf vendor events power8: Dl1_reload, instruction_misses, l2_stats, lsu_rejects, memory & pteg_reloads metrics by Paul Clarke · 6 years ago
  72. dd81eaf perf vendor events power8: Cpi_breakdown & estimated_dcache_miss_cpi metrics by Paul Clarke · 6 years ago
  73. 2187d87 perf report: Add s390 diagnosic sampling descriptor size by Thomas Richter · 6 years ago
  74. 859dcf6 perf cs-etm: Add proper header file for symbols by Mathieu Poirier · 6 years ago
  75. 02106f8 kprobes: Prohibit probing on bsearch() by Andrea Righi · 6 years ago
  76. 2f43c60 kprobes: Prohibit probing on lockdep functions by Masami Hiramatsu · 6 years ago
  77. a39f15b kprobes: Prohibit probing on RCU debug routine by Masami Hiramatsu · 6 years ago
  78. 984640c kprobes: Prohibit probing on preemption checking debug functions by Masami Hiramatsu · 6 years ago
  79. eeeb080 kprobes: Prohibit probing on hardirq tracers by Masami Hiramatsu · 6 years ago
  80. 6143c6f kprobes: Search non-suffixed symbol in blacklist by Masami Hiramatsu · 6 years ago
  81. 0eae81d x86/kprobes: Prohibit probing on IRQ handlers directly by Masami Hiramatsu · 6 years ago
  82. c13324a x86/kprobes: Prohibit probing on functions before kprobe_int3_handler() by Masami Hiramatsu · 6 years ago
  83. 877b145 x86/kprobes: Move trampoline code into RODATA by Masami Hiramatsu · 6 years ago
  84. 0192e65 x86/kprobes: Prohibit probing on optprobe template code by Masami Hiramatsu · 6 years ago
  85. f4fe11b perf record: Implement --affinity=node|cpu option by Alexey Budankov · 6 years ago
  86. af63147 perf/x86/intel: Add counter freezing quirk for Goldmont by Kan Liang · 6 years ago
  87. bef9f27 perf/x86/intel: Clean up counter freezing quirk by Kan Liang · 6 years ago
  88. a96fff8 perf/x86/intel: Clean up SNB PEBS quirk by Kan Liang · 6 years ago
  89. 9b545c0 perf/x86/kvm: Avoid unnecessary work in guest filtering by Andi Kleen · 6 years ago
  90. f26d9db Merge branch 'x86/cpu' into perf/core, to pick up dependent commit by Ingo Molnar · 6 years ago
  91. 0f42b79 x86/cpufeature: Add facility to check for min microcode revisions by Kan Liang · 6 years ago
  92. 6854daa Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
  93. 9821517 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  94. 3bb2600 Merge tag 'perf-urgent-for-mingo-5.0-20190205' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  95. 16bd432 perf auxtrace: Add timestamp to auxtrace errors by Adrian Hunter · 6 years ago
  96. 26ee2bc perf intel-pt: Packet splitting can happen only on 32-bit by Adrian Hunter · 6 years ago
  97. 0399761 perf intel-pt: Fix CYC timestamp calculation after OVF by Adrian Hunter · 6 years ago
  98. 5a99d99 perf intel-pt: Fix overlap calculation for padding by Adrian Hunter · 6 years ago
  99. c3fcadf0 perf auxtrace: Define auxtrace record alignment by Adrian Hunter · 6 years ago
  100. f08046c perf thread-stack: Represent jmps to the start of a different symbol by Adrian Hunter · 6 years ago