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