1. b912885 perf trace: Do not require --no-syscalls to suppress strace like output by Arnaldo Carvalho de Melo · 6 years ago
  2. 822c262 perf bpf: Include uapi/linux/bpf.h from the 'perf trace' script's bpf.h by Arnaldo Carvalho de Melo · 6 years ago
  3. 21b8732 perf tools: Allow overriding MAX_NR_CPUS at compile time by Christophe Leroy · 7 years ago
  4. 739e2ed perf bpf: Show better message when failing to load an object by Arnaldo Carvalho de Melo · 6 years ago
  5. 95f0432 perf list: Unify metric group description format with PMU event description by Michael Petlan · 6 years ago
  6. b9b7722 perf vendor events arm64: Update ThunderX2 implementation defined pmu core events by Ganapatrao Kulkarni · 6 years ago
  7. 14a85b1 perf cs-etm: Generate branch sample for CS_ETM_TRACE_ON packet by Leo Yan · 6 years ago
  8. d603b4e perf cs-etm: Generate branch sample when receiving a CS_ETM_TRACE_ON packet by Leo Yan · 6 years ago
  9. 6035b68 perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packet by Leo Yan · 6 years ago
  10. 3eb3e07 perf cs-etm: Fix start tracing packet handling by Leo Yan · 6 years ago
  11. 83868bf perf build: Fix installation directory for eBPF by Thomas Richter · 6 years ago
  12. 7397833 perf c2c report: Fix crash for empty browser by Jiri Olsa · 6 years ago
  13. aa90f9f perf tests: Fix indexing when invoking subtests by Sandipan Das · 6 years ago
  14. 162d3ed perf trace: Beautify the AF_INET & AF_INET6 'socket' syscall 'protocol' args by Arnaldo Carvalho de Melo · 6 years ago
  15. 03aeb6c perf trace beauty: Add beautifiers for 'socket''s 'protocol' arg by Arnaldo Carvalho de Melo · 6 years ago
  16. bc972ad perf trace beauty: Do not print NULL strarray entries by Arnaldo Carvalho de Melo · 6 years ago
  17. 9849eec perf beauty: Add a generator for IPPROTO_ socket's protocol constants by Arnaldo Carvalho de Melo · 6 years ago
  18. a4b2061 tools include uapi: Grab a copy of linux/in.h by Arnaldo Carvalho de Melo · 6 years ago
  19. a6f39ce perf tests: Fix complex event name parsing by Sandipan Das · 6 years ago
  20. 95035c5 perf evlist: Fix error out while applying initial delay and LBR by Kan Liang · 6 years ago
  21. 61b229c perf trace beauty: Default header_dir to cwd to work without parms by Arnaldo Carvalho de Melo · 6 years ago
  22. c2586cfb Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 6 years ago
  23. 44fe619 perf tools: Fix the build on the alpine:edge distro by Arnaldo Carvalho de Melo · 6 years ago
  24. 1f27a05 tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' by Arnaldo Carvalho de Melo · 6 years ago
  25. 9ef0112 perf test: Fix subtest number when showing results by Thomas Richter · 6 years ago
  26. 0aa802a perf stat: Get rid of extra clock display function by Jiri Olsa · 6 years ago
  27. 2d6cae1 perf tools: Use perf_evsel__match instead of open coded equivalent by Jiri Olsa · 6 years ago
  28. 46b3722 perf tools: Fix struct comm_str removal crash by Jiri Olsa · 6 years ago
  29. b57334b perf machine: Use last_match threads cache only in single thread mode by Jiri Olsa · 6 years ago
  30. 67fda0f perf machine: Add threads__set_last_match function by Jiri Olsa · 6 years ago
  31. f8b2ebb perf machine: Add threads__get_last_match function by Jiri Olsa · 6 years ago
  32. e8fedff perf tools: Synthesize GROUP_DESC feature in pipe mode by Jiri Olsa · 6 years ago
  33. 2a9d505 perf script: Show correct offsets for DWARF-based unwinding by Sandipan Das · 6 years ago
  34. a7f660d perf trace arm64: Use generated syscall table by Kim Phillips · 6 years ago
  35. 2b58824 perf arm64: Generate system call table from asm/unistd.h by Kim Phillips · 6 years ago
  36. 34b009c tools include: Grab copies of arm64 dependent unistd.h files by Kim Phillips · 6 years ago
  37. 60089e4 perf tests: Fix record+probe_libc_inet_pton.sh when event exists by Sandipan Das · 6 years ago
  38. 83e3b6d perf tests: Fix record+probe_libc_inet_pton.sh to ensure cleanups by Sandipan Das · 6 years ago
  39. 3eae52f perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64 by Sandipan Das · 6 years ago
  40. 9068533 perf powerpc: Fix callchain ip filtering when return address is in a register by Sandipan Das · 6 years ago
  41. c715fcf perf powerpc: Fix callchain ip filtering by Sandipan Das · 6 years ago
  42. 6feb3fe perf list: Add missing documentation for --desc and --debug options by Sangwon Hong · 6 years ago
  43. 8a95c89 perf kvm: Fix subcommands on s390 by Thomas Richter · 6 years ago
  44. 742d92f perf stat: Add transaction flag (-T) support for s390 by Thomas Richter · 6 years ago
  45. 83eb383 perf json: Add s390 transaction counter definition by Thomas Richter · 6 years ago
  46. 9bacbce perf list: Add s390 support for detailed PMU event description by Thomas Richter · 6 years ago
  47. b8b5ab5 Revert "perf list: Add s390 support for detailed/verbose PMU event description" by Thomas Richter · 6 years ago
  48. 6cd4ac6 perf cs-etm: Bail out immediately for instruction sample failure by Leo Yan · 6 years ago
  49. 6abf0f4 perf cs-etm: Introduce invalid address macro by Leo Yan · 6 years ago
  50. e9de7e2 perf hists: Clarify callchain disabling when available by Arnaldo Carvalho de Melo · 6 years ago
  51. 06dc5bf perf tests: Check that complex event name is parsed correctly by Alexey Budankov · 6 years ago
  52. 1d59d16 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 6 years ago
  53. 788faab perf, tools: Use correct articles in comments by Tobias Tefke · 6 years ago
  54. aa0a324 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  55. 6fdbd82 tools: build: Fixup host c flags by Laura Abbott · 6 years ago
  56. 32aa928 perf tools: Use python-config --includes rather than --cflags by Jeremy Cline · 6 years ago
  57. db0ba84 perf script python: Fix dict reference counting by Janne Huttunen · 6 years ago
  58. c818cc0 perf stat: Fix --interval_clear option by Jiri Olsa · 6 years ago
  59. a09603f perf tools: Fix compilation errors on gcc8 by Jiri Olsa · 6 years ago
  60. db8fec5 perf test shell: Prevent temporary editor files from being considered test scripts by Kim Phillips · 6 years ago
  61. f6432b9 perf llvm-utils: Remove bashism from kernel include fetch script by Kim Phillips · 6 years ago
  62. 98c6c8a perf test shell: Make perf's inet_pton test more portable by Kim Phillips · 6 years ago
  63. 508ef3e perf test shell: Replace '|&' with '2>&1 |' to work with more shells by Kim Phillips · 6 years ago
  64. 12aa6c7 perf scripts python: Add Python 3 support to EventClass.py by Jeremy Cline · 6 years ago
  65. 8c1c1ab perf scripts python: Add Python 3 support to sched-migration.py by Jeremy Cline · 6 years ago
  66. c45b168 perf scripts python: Add Python 3 support to Util.py by Jeremy Cline · 6 years ago
  67. 2ab8926 perf scripts python: Add Python 3 support to SchedGui.py by Jeremy Cline · 6 years ago
  68. 770d2f8 perf scripts python: Add Python 3 support to Core.py by Jeremy Cline · 6 years ago
  69. 877cc63 perf tools: Generate a Python script compatible with Python 2 and 3 by Jeremy Cline · 6 years ago
  70. 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 · 6 years ago
  71. 92ead7e perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE] by Ravi Bangoria · 6 years ago
  72. a3af66f perf script: Fix crash because of missing evsel->priv by Ravi Bangoria · 6 years ago
  73. 10e9cec perf script: Add missing output fields in a hint by Ravi Bangoria · 6 years ago
  74. 9831070 perf bench: Fix numa report output code by Jiri Olsa · 6 years ago
  75. 6dde642 perf stat: Remove duplicate event counting by Thomas Richter · 6 years ago
  76. 0c24d6f perf alias: Rebuild alias expression string to make it comparable by Thomas Richter · 6 years ago
  77. ea23ac7 perf alias: Remove trailing newline when reading sysfs files by Thomas Richter · 6 years ago
  78. c6555c1 perf tools: Fix a clang 7.0 compilation error by Yonghong Song · 6 years ago
  79. b1494ec perf tools: Update x86's syscall_64.tbl, adding 'io_pgetevents' and 'rseq' by Arnaldo Carvalho de Melo · 6 years ago
  80. 621a5a3 perf intel-pt: Fix packet decoding of CYC packets by Adrian Hunter · 6 years ago
  81. 16ddcfb perf tests: Add valid callback for parse-events test by Jiri Olsa · 6 years ago
  82. 933ccf2 perf tests: Add event parsing error handling to parse events test by Jiri Olsa · 6 years ago
  83. 143c99f perf report powerpc: Fix crash if callchain is empty by Sandipan Das · 6 years ago
  84. b930e62 perf test session topology: Fix test on s390 by Thomas Richter · 6 years ago
  85. 0176622 perf record: Support s390 random socket_id assignment by Thomas Richter · 6 years ago
  86. c81b995 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  87. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 6 years ago
  88. fad76d4 perf script: Show hw-cache events by Seeteena Thoufeek · 6 years ago
  89. 4c82052 perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entry by Jiri Olsa · 6 years ago
  90. a5cfa62 perf stat: Add event parsing error handling to add_default_attributes by Jiri Olsa · 6 years ago
  91. c1a1f5d perf stat: Allow to specify specific metric column len by Jiri Olsa · 6 years ago
  92. f515572 perf stat: Fix metric column header display alignment by Jiri Olsa · 6 years ago
  93. b37d33e perf stat: Use only color_fprintf call in print_metric_only by Jiri Olsa · 6 years ago
  94. 9660e08 perf stat: Add --interval-clear option by Jiri Olsa · 6 years ago
  95. f7fa827 perf tools: Fix error index for pmu event parser by Jiri Olsa · 6 years ago
  96. c9d3662 perf hists: Reimplement hists__has_callchains() by Arnaldo Carvalho de Melo · 6 years ago
  97. 29f9fcd perf hists browser gtk: Use hist_entry__has_callchains() by Arnaldo Carvalho de Melo · 6 years ago
  98. e565445 perf hists: Make hist_entry__has_callchains() work with 'perf c2c' by Arnaldo Carvalho de Melo · 6 years ago
  99. 41477ac perf hists: Save the callchain_size in struct hist_entry by Arnaldo Carvalho de Melo · 6 years ago
  100. ac56aa4 perf script python: Add dict fields introduction to Documentation by Jin Yao · 6 years ago