1. f74a53d9 tools: libbpf: add a correctly named define for map iteration by Jakub Kicinski · 6 years ago
  2. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  3. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  4. 8f2f350 perf script python: Add Python3 support to tests/attr.py by Tony Jones · 6 years ago
  5. a8a1f7d libbpf: fix libbpf_print by Stanislav Fomichev · 6 years ago
  6. 6ab3bc2 perf trace: Support multiple "vfs_getname" probes by Arnaldo Carvalho de Melo · 6 years ago
  7. 59a1770 perf symbols: Filter out hidden symbols from labels by Jiri Olsa · 6 years ago
  8. 843cf70 perf symbols: Add fallback definitions for GELF_ST_VISIBILITY() by Arnaldo Carvalho de Melo · 6 years ago
  9. 6f1ae8b tools/bpf: simplify libbpf API function libbpf_set_print() by Yonghong Song · 6 years ago
  10. d34cecf perf clang: Do not use 'return std::move(something)' by Arnaldo Carvalho de Melo · 6 years ago
  11. f0fabf9 perf mem/c2c: Fix perf_mem_events to support powerpc by Ravi Bangoria · 6 years ago
  12. 489338a perf tests evsel-tp-sched: Fix bitwise operator by Gustavo A. R. Silva · 6 years ago
  13. 58f6d42 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  14. 8bf8c6d perf script: Fix crash when processing recorded stat data by Tony Jones · 6 years ago
  15. da06d56 perf top: Fix wrong hottest instruction highlighted by He Kuang · 6 years ago
  16. 1497e80 perf tools: Handle TOPOLOGY headers with no CPU by Stephane Eranian · 6 years ago
  17. c5b7098 Merge tag 'powerpc-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  18. 94ec1eb perf python: Remove -fstack-clash-protection when building with some clang versions by Arnaldo Carvalho de Melo · 6 years ago
  19. 9616716 perf script: Fix crash with printing mixed trace point and other events by Andi Kleen · 6 years ago
  20. 99d86c8b perf ordered_events: Fix crash in ordered_events__free by Jiri Olsa · 6 years ago
  21. 15c0309 tools headers powerpc: Remove unistd.h by Ravi Bangoria · 6 years ago
  22. 0206131 perf powerpc: Rework syscall table generation by Ravi Bangoria · 6 years ago
  23. 549aff7 perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbols by Arnaldo Carvalho de Melo · 6 years ago
  24. 1c23397 perf beauty: Switch from using uapi/linux/fs.h to uapi/linux/mount.h by Arnaldo Carvalho de Melo · 6 years ago
  25. 250bfc8 tools include uapi: Grab a copy of linux/mount.h by Arnaldo Carvalho de Melo · 6 years ago
  26. f2e14cd perf top: Lift restriction on using callchains without "sym" in --sort by Arnaldo Carvalho de Melo · 6 years ago
  27. 21327c7 perf tests: Add a test for the ARM 32-bit [vectors] page by Florian Fainelli · 6 years ago
  28. 0115323 perf tools: Make find_vdso_map() more modular by Florian Fainelli · 6 years ago
  29. ac6e022 perf trace: Fix alignment for [continued] lines by Arnaldo Carvalho de Melo · 6 years ago
  30. 172bf02 perf trace: Fix ')' placement in "interrupted" syscall lines by Arnaldo Carvalho de Melo · 6 years ago
  31. 64598e8 Merge tag 'perf-core-for-mingo-4.21-20190104' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  32. 6529870 powerpc/perf: Update perf_regs structure to include MMCRA by Madhavan Srinivasan · 6 years ago
  33. ac5eed2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  34. 03fa483 perf test shell: Use a fallback to get the pathname in vfs_getname by Arnaldo Carvalho de Melo · 6 years ago
  35. f712a86 perf python: Make sure the python binding output directory is in place by Arnaldo Carvalho de Melo · 6 years ago
  36. 099be74 perf strbuf: Remove redundant va_end() in strbuf_addv() by Mattias Jacobsson · 6 years ago
  37. 442b4eb perf annotate: Pass filename to objdump via execl by Ivan Krylov · 6 years ago
  38. a3366db0 perf report: Fix wrong iteration count in --branch-history by Jin Yao · 6 years ago
  39. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  40. 805e4c8 tools beauty: Make the prctl option table generator catch all PR_ options by Arnaldo Carvalho de Melo · 6 years ago
  41. 8a99255 perf stat: Fix endless wait for child process by Jin Yao · 6 years ago
  42. b25756d perf session: Add comment for perf_session__register_idle_thread() by Adrian Hunter · 6 years ago
  43. 256d92b perf thread-stack: Fix thread stack processing for the idle task by Adrian Hunter · 6 years ago
  44. 139f42f perf thread-stack: Allocate an array of thread stacks by Adrian Hunter · 6 years ago
  45. 2e9e868 perf thread-stack: Factor out thread_stack__init() by Adrian Hunter · 6 years ago
  46. f6060ac perf thread-stack: Allow for a thread stack array by Adrian Hunter · 6 years ago
  47. bd8e68a perf thread-stack: Avoid direct reference to the thread's stack by Adrian Hunter · 6 years ago
  48. e0b8951 perf thread-stack: Tidy thread_stack__bottom() usage by Adrian Hunter · 6 years ago
  49. 03b32cb perf thread-stack: Simplify some code in thread_stack__process() by Adrian Hunter · 6 years ago
  50. 889bb74 Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux by Linus Torvalds · 6 years ago
  51. c4a75bb perf c2c: Increase the HITM ratio limit for displayed cachelines by Jiri Olsa · 6 years ago
  52. 423701a perf c2c: Change the default coalesce setup by Jiri Olsa · 6 years ago
  53. 38fc9da perf trace beauty ioctl: Beautify USBDEVFS_ commands by Arnaldo Carvalho de Melo · 6 years ago
  54. 2d47338 perf trace beauty: Export function to get the files for a thread by Arnaldo Carvalho de Melo · 6 years ago
  55. 86cf4c6 perf trace: Wire up ioctl's USBDEBFS_ cmd table generator by Arnaldo Carvalho de Melo · 6 years ago
  56. 870c3f4 perf beauty ioctl: Add generator for USBDEVFS_ ioctl commands by Arnaldo Carvalho de Melo · 6 years ago
  57. 2bd71d1 tools headers uapi: Grab a copy of usbdevice_fs.h by Arnaldo Carvalho de Melo · 6 years ago
  58. 4bcc4cf perf trace: Store the major number for a file when storing its pathname by Arnaldo Carvalho de Melo · 6 years ago
  59. d7e1348 perf trace: Move the files table resizing to outside set_pathname() by Arnaldo Carvalho de Melo · 6 years ago
  60. f4a74fc perf trace: Rename thread_thread->paths to thread_trace->files by Arnaldo Carvalho de Melo · 6 years ago
  61. 61f6115 perf script: Fix LBR skid dump problems in brstackinsn by Andi Kleen · 6 years ago
  62. a389aec perf python: Do not force closing original perf descriptor in evlist.get_pollfd() by Jiri Olsa · 6 years ago
  63. fbe7e42 perf trace: Use correct SECCOMP prefix spelling, "SECOMP_*" -> "SECCOMP_*" by Colin Ian King · 6 years ago
  64. 8d69733 Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  65. b9b6a2e perf trace: Do not hardcode the size of the tracepoint common_ fields by Arnaldo Carvalho de Melo · 6 years ago
  66. 14541b1 perf build: Don't unconditionally link the libbfd feature test to -liberty and -lz by Stanislav Fomichev · 6 years ago
  67. 5ce29d5 perf beauty mmap: PROT_WRITE should come before PROT_EXEC by Arnaldo Carvalho de Melo · 6 years ago
  68. f76214f perf trace: Check if the raw_syscalls:sys_{enter,exit} are setup before setting tp filter by Arnaldo Carvalho de Melo · 6 years ago
  69. 333804d powerpc/perf: Update perf_regs structure to include SIER by Madhavan Srinivasan · 6 years ago
  70. bc055c5 perf symbols: Relax checks on perf-PID.map ownership by Arnaldo Carvalho de Melo · 6 years ago
  71. 42337cb perf trace: Wire up the fadvise 'advice' table generator by Arnaldo Carvalho de Melo · 6 years ago
  72. 069c1c6 perf beauty: Add generator for fadvise64's 'advice' arg constants by Arnaldo Carvalho de Melo · 6 years ago
  73. f9cdd63 tools headers uapi: Grab a copy of fadvise.h by Arnaldo Carvalho de Melo · 6 years ago
  74. a663134 perf beauty mmap: Print mmap's 'offset' arg in hexadecimal by Arnaldo Carvalho de Melo · 6 years ago
  75. 1355e09 perf beauty mmap: Print PROT_READ before PROT_EXEC to match strace output by Arnaldo Carvalho de Melo · 6 years ago
  76. fb7068e perf trace beauty: Beautify arch_prctl()'s arguments by Arnaldo Carvalho de Melo · 6 years ago
  77. 9614b8d perf trace: When showing string prefixes show prefix + ??? for unknown entries by Arnaldo Carvalho de Melo · 6 years ago
  78. 1f2d085 perf trace: Move strarrays to beauty.h for further reuse by Arnaldo Carvalho de Melo · 6 years ago
  79. 40714e8 perf beauty: Wire up the x86_arch prctl code table generator by Arnaldo Carvalho de Melo · 6 years ago
  80. ff4cb76 perf beauty: Add a string table generator for x86's 'arch_prctl' codes by Arnaldo Carvalho de Melo · 6 years ago
  81. c22e268 tools include arch: Grab a copy of x86's prctl.h by Arnaldo Carvalho de Melo · 6 years ago
  82. ce05539 perf trace: Show NULL when syscall pointer args are 0 by Arnaldo Carvalho de Melo · 6 years ago
  83. 2c83dfa perf trace: Enclose the errno strings with () by Arnaldo Carvalho de Melo · 6 years ago
  84. c48ee10 perf augmented_raw_syscalls: Copy 'access' arg as well by Arnaldo Carvalho de Melo · 6 years ago
  85. 4b8a240 perf trace: Add alignment spaces after the closing parens by Arnaldo Carvalho de Melo · 6 years ago
  86. 601d66d perf trace beauty: Print O_RDONLY when (flags & O_ACCMODE) == 0 by Arnaldo Carvalho de Melo · 6 years ago
  87. c65c83f perf trace: Allow asking for not suppressing common string prefixes by Arnaldo Carvalho de Melo · 6 years ago
  88. 2e3d7fac perf trace: Add a prefix member to the strarray class by Arnaldo Carvalho de Melo · 6 years ago
  89. 721f532 perf trace: Enclose strings with double quotes by Arnaldo Carvalho de Melo · 6 years ago
  90. 9ed45d5 perf trace: Make the alignment of the syscall args be configurable by Arnaldo Carvalho de Melo · 6 years ago
  91. 9d6dc17 perf trace: Allow suppressing the syscall argument names by Arnaldo Carvalho de Melo · 6 years ago
  92. b036146 perf trace: Allow configuring if the syscall start timestamp should be printed by Arnaldo Carvalho de Melo · 6 years ago
  93. d32de87 perf trace: Allow configuring default for perf_event_attr.inherit by Arnaldo Carvalho de Melo · 6 years ago
  94. 41e0d04 perf config: Show the configuration when no arguments are provided by Arnaldo Carvalho de Melo · 6 years ago
  95. 42e4a52 perf trace: Allow configuring if the syscall duration should be printed by Arnaldo Carvalho de Melo · 6 years ago
  96. e7c634f perf trace: Allow configuring if zeroed syscall args should be printed by Arnaldo Carvalho de Melo · 6 years ago
  97. ac96287 perf trace: Allow specifying a set of events to add in perfconfig by Arnaldo Carvalho de Melo · 6 years ago
  98. 4623ce4 perf augmented_raw_syscalls: Do not include stdio.h by Arnaldo Carvalho de Melo · 6 years ago
  99. 7100b12 perf cs-etm: Generate branch sample for exception packet by Leo Yan · 6 years ago
  100. 02e7e25 perf cs-etm: Treat EO_TRACE element as trace discontinuity by Leo Yan · 6 years ago