1. aa0a324 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  2. 6fdbd82 tools: build: Fixup host c flags by Laura Abbott · 7 years ago
  3. 32aa928 perf tools: Use python-config --includes rather than --cflags by Jeremy Cline · 7 years ago
  4. db0ba84 perf script python: Fix dict reference counting by Janne Huttunen · 7 years ago
  5. c818cc0 perf stat: Fix --interval_clear option by Jiri Olsa · 7 years ago
  6. a09603f perf tools: Fix compilation errors on gcc8 by Jiri Olsa · 7 years ago
  7. db8fec5 perf test shell: Prevent temporary editor files from being considered test scripts by Kim Phillips · 7 years ago
  8. f6432b9 perf llvm-utils: Remove bashism from kernel include fetch script by Kim Phillips · 7 years ago
  9. 98c6c8a perf test shell: Make perf's inet_pton test more portable by Kim Phillips · 7 years ago
  10. 508ef3e perf test shell: Replace '|&' with '2>&1 |' to work with more shells by Kim Phillips · 7 years ago
  11. 12aa6c7 perf scripts python: Add Python 3 support to EventClass.py by Jeremy Cline · 7 years ago
  12. 8c1c1ab perf scripts python: Add Python 3 support to sched-migration.py by Jeremy Cline · 7 years ago
  13. c45b168 perf scripts python: Add Python 3 support to Util.py by Jeremy Cline · 7 years ago
  14. 2ab8926 perf scripts python: Add Python 3 support to SchedGui.py by Jeremy Cline · 7 years ago
  15. 770d2f8 perf scripts python: Add Python 3 support to Core.py by Jeremy Cline · 7 years ago
  16. 877cc63 perf tools: Generate a Python script compatible with Python 2 and 3 by Jeremy Cline · 7 years ago
  17. 7959804 Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  18. 92ead7e perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE] by Ravi Bangoria · 7 years ago
  19. a3af66f perf script: Fix crash because of missing evsel->priv by Ravi Bangoria · 7 years ago
  20. 10e9cec perf script: Add missing output fields in a hint by Ravi Bangoria · 7 years ago
  21. 9831070 perf bench: Fix numa report output code by Jiri Olsa · 7 years ago
  22. 6dde642 perf stat: Remove duplicate event counting by Thomas Richter · 7 years ago
  23. 0c24d6f perf alias: Rebuild alias expression string to make it comparable by Thomas Richter · 7 years ago
  24. ea23ac7 perf alias: Remove trailing newline when reading sysfs files by Thomas Richter · 7 years ago
  25. c6555c1 perf tools: Fix a clang 7.0 compilation error by Yonghong Song · 7 years ago
  26. b1494ec perf tools: Update x86's syscall_64.tbl, adding 'io_pgetevents' and 'rseq' by Arnaldo Carvalho de Melo · 7 years ago
  27. 621a5a3 perf intel-pt: Fix packet decoding of CYC packets by Adrian Hunter · 7 years ago
  28. 16ddcfb perf tests: Add valid callback for parse-events test by Jiri Olsa · 7 years ago
  29. 933ccf2 perf tests: Add event parsing error handling to parse events test by Jiri Olsa · 7 years ago
  30. 143c99f perf report powerpc: Fix crash if callchain is empty by Sandipan Das · 7 years ago
  31. b930e62 perf test session topology: Fix test on s390 by Thomas Richter · 7 years ago
  32. 0176622 perf record: Support s390 random socket_id assignment by Thomas Richter · 7 years ago
  33. c81b995 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  34. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  35. fad76d4 perf script: Show hw-cache events by Seeteena Thoufeek · 7 years ago
  36. 4c82052 perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entry by Jiri Olsa · 7 years ago
  37. a5cfa62 perf stat: Add event parsing error handling to add_default_attributes by Jiri Olsa · 7 years ago
  38. c1a1f5d perf stat: Allow to specify specific metric column len by Jiri Olsa · 7 years ago
  39. f515572 perf stat: Fix metric column header display alignment by Jiri Olsa · 7 years ago
  40. b37d33e perf stat: Use only color_fprintf call in print_metric_only by Jiri Olsa · 7 years ago
  41. 9660e08 perf stat: Add --interval-clear option by Jiri Olsa · 7 years ago
  42. f7fa827 perf tools: Fix error index for pmu event parser by Jiri Olsa · 7 years ago
  43. c9d3662 perf hists: Reimplement hists__has_callchains() by Arnaldo Carvalho de Melo · 7 years ago
  44. 29f9fcd perf hists browser gtk: Use hist_entry__has_callchains() by Arnaldo Carvalho de Melo · 7 years ago
  45. e565445 perf hists: Make hist_entry__has_callchains() work with 'perf c2c' by Arnaldo Carvalho de Melo · 7 years ago
  46. 41477ac perf hists: Save the callchain_size in struct hist_entry by Arnaldo Carvalho de Melo · 7 years ago
  47. ac56aa4 perf script python: Add dict fields introduction to Documentation by Jin Yao · 7 years ago
  48. 48a1f56 perf script python: Add more PMU fields to event handler dict by Jin Yao · 7 years ago
  49. 5f9e0f3 perf script python: Move dsoname code to a new function by Jin Yao · 7 years ago
  50. 2be732c perf symbols: Add BSS symbols when reading from /proc/kallsyms by Arnaldo Carvalho de Melo · 7 years ago
  51. 8d628d2 perf annnotate: Make __symbol__inc_addr_samples handle src->histograms == NULL by Arnaldo Carvalho de Melo · 7 years ago
  52. 9fb5233 perf intel-pt: Fix "Unexpected indirect branch" error by Adrian Hunter · 7 years ago
  53. dd27b87 perf intel-pt: Fix MTC timing after overflow by Adrian Hunter · 7 years ago
  54. bd2e49e perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP by Adrian Hunter · 7 years ago
  55. dbcb82b perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING by Adrian Hunter · 7 years ago
  56. ec1e6e6 perf script powerpc: Python script for hypervisor call statistics by Ravi Bangoria · 7 years ago
  57. 005cc00 perf test record+probe_libc_inet_pton: Ask 'nm' for dynamic symbols by Arnaldo Carvalho de Melo · 7 years ago
  58. 97802f3 perf map: Consider PTI entry trampolines in rip_2objdump() by Adrian Hunter · 7 years ago
  59. f6c66d7 perf test code-reading: Fix perf_env setup for PTI entry trampolines by Adrian Hunter · 7 years ago
  60. ceac7b7 perf tools: Fix pmu events parsing rule by Jiri Olsa · 7 years ago
  61. 0ce2da1 perf stat: Display user and system time by Jiri Olsa · 7 years ago
  62. f92da71 perf record: Enable arbitrary event names thru name= modifier by Alexey Budankov · 7 years ago
  63. aef4fea perf tools: Fix symbol and object code resolution for vdso32 and vdsox32 by Adrian Hunter · 7 years ago
  64. dcaeae4 perf tests kmod-path: Add tests for vdso32 and vdsox32 by Adrian Hunter · 7 years ago
  65. fabd37b perf hists: Check if a hist_entry has callchains before using them by Arnaldo Carvalho de Melo · 7 years ago
  66. 0b5d6ec perf hists: Introduce hist_entry__has_callchain() method by Arnaldo Carvalho de Melo · 7 years ago
  67. 4c50563 perf sched: Use sched->show_callchain where appropriate by Arnaldo Carvalho de Melo · 7 years ago
  68. b879833 perf script: Check if evsel has callchains before trying to use it by Arnaldo Carvalho de Melo · 7 years ago
  69. 27de9b2 perf evsel: Add has_callchain() helper to make code more compact/clear by Arnaldo Carvalho de Melo · 7 years ago
  70. 9d0199c perf report: No need to have report_callchain_help as a global by Arnaldo Carvalho de Melo · 7 years ago
  71. e9ee0dc perf test: Use header file util/debug.h by Thomas Richter · 7 years ago
  72. f178fd2 perf annotate: Move objdump_path to struct annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  73. cd0cccb perf hists browser: Pass annotation_options from tool to browser by Arnaldo Carvalho de Melo · 7 years ago
  74. a47e843 perf annotate: Move disassembler_style global to annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  75. 1eddd9e perf annotate: Adopt anotation options from symbol_conf by Arnaldo Carvalho de Melo · 7 years ago
  76. 380195e perf annotate: Pass annotation_options to symbol__annotate() by Arnaldo Carvalho de Melo · 7 years ago
  77. 6a53da0 perf srcline: Make hist_entry srcline helper consistent with map's by Arnaldo Carvalho de Melo · 7 years ago
  78. bfa6351 perf sort: Introduce addr_map_symbol__srcline() to make code more compact by Arnaldo Carvalho de Melo · 7 years ago
  79. e2d88aa perf srcline: Introduce map__srcline() to make code more compact by Arnaldo Carvalho de Melo · 7 years ago
  80. 982d410 perf annotate stdio: Use annotation_options consistently by Arnaldo Carvalho de Melo · 7 years ago
  81. 9132d3d perf annotate: Add comment about annotated_src->nr_histograms by Arnaldo Carvalho de Melo · 7 years ago
  82. 9fd5578 perf tools: Ditch the symbol_conf.nr_events global by Arnaldo Carvalho de Melo · 7 years ago
  83. 14c8dde perf annotate: Replace symbol__alloc_hists() with symbol__hists() by Arnaldo Carvalho de Melo · 7 years ago
  84. 0693f75 perf annotate: Stop using symbol_conf.nr_events global in symbol__hists() by Arnaldo Carvalho de Melo · 7 years ago
  85. c6b635e perf annotate: Introduce symbol__cycle_hists() by Arnaldo Carvalho de Melo · 7 years ago
  86. e8ea922 perf annotate: Introduce symbol__hists() by Arnaldo Carvalho de Melo · 7 years ago
  87. e1a91a8 perf annotate: __symbol__inc_addr_samples() needs just annotated_source by Arnaldo Carvalho de Melo · 7 years ago
  88. be3e26d perf annotate: Introduce annotated_source__alloc_histograms by Arnaldo Carvalho de Melo · 7 years ago
  89. ca39650 perf annotate: Introduce constructor/destructor for annotated_source by Arnaldo Carvalho de Melo · 7 years ago
  90. 116c626 perf annotate: Split allocation of annotated_source struct by Arnaldo Carvalho de Melo · 7 years ago
  91. f40dd6d perf annotate: __symbol__acount_cycles doesn't need notes by Arnaldo Carvalho de Melo · 7 years ago
  92. e345f3b perf annotate: Pass perf_evsel instead of just evsel->idx by Arnaldo Carvalho de Melo · 7 years ago
  93. 362379a perf tools: No need to check if the argument to __get() function is NULL by Arnaldo Carvalho de Melo · 7 years ago
  94. 5dbe23e perf cgroup: Make evlist__find_cgroup() more compact by Arnaldo Carvalho de Melo · 7 years ago
  95. f622df5 perf probe: Use return of map__get() to make code more compact by Arnaldo Carvalho de Melo · 7 years ago
  96. 4f5aeec perf tools: Remove dead quote.[ch] code by Arnaldo Carvalho de Melo · 7 years ago
  97. 7869e58 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 7 years ago
  98. 0b3a183 perf tools intel-pt-decoder: Update insn.h from the kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  99. 0d690fc perf trace beauty prctl: Default header_dir to cwd to work without parms by Arnaldo Carvalho de Melo · 7 years ago
  100. 18a7057 perf tools: Fix perf.data format description of NRCPUS header by Arnaldo Carvalho de Melo · 7 years ago