1. 9881d7d perf python: Add tracepoint example by Jiri Olsa · 8 years ago
  2. bae57e3 perf python: Add support to resolve tracepoint fields by Jiri Olsa · 8 years ago
  3. 377f698 perf python: Add struct evsel into struct pyrf_event by Jiri Olsa · 8 years ago
  4. 1075fbb perf python: Add perf.tracepoint method by Jiri Olsa · 8 years ago
  5. 85e37de perf python: Put perf.event objects into dictionary by Jiri Olsa · 8 years ago
  6. e8968e6 perf python: Fix pyrf_evlist__read_on_cpu event consuming by Jiri Olsa · 8 years ago
  7. ad4e3c04 perf python: Init perf_event_attr::size in perf.evsel constructor by Jiri Olsa · 8 years ago
  8. 71fe105 perf tools: Introduce trace_event__tp_format_id() by Jiri Olsa · 8 years ago
  9. 7cb5c5a perf evlist: Make event2evsel public by Jiri Olsa · 8 years ago
  10. cae15db perf symbols: Add Rust demangling by David Tolnay · 8 years ago
  11. 1c1a3a4 perf tools: Add feature detection for gelf_getnote() by Arnaldo Carvalho de Melo · 8 years ago
  12. c8a3f7d perf intel-pt-decoder: Avoid checking code drift on busibox's diff by Arnaldo Carvalho de Melo · 8 years ago
  13. 3c7752f perf tools: Don't add kernel directories to the header search path by Arnaldo Carvalho de Melo · 8 years ago
  14. 1d4489d perf tools: Add the tools/ stringify copy to the MANIFEST by Arnaldo Carvalho de Melo · 8 years ago
  15. bb97070 tools: Copy the bitsperlong.h files from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  16. 39f5486 perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0 by Arnaldo Carvalho de Melo · 8 years ago
  17. cc31078 perf symbols: Provide a GElf_Nhdr typedef by Arnaldo Carvalho de Melo · 8 years ago
  18. 6e6fec9 perf trace beauty seccomp: Remove seccomp.h include by Arnaldo Carvalho de Melo · 8 years ago
  19. e53e6bb perf trace beauty futex_op: Add missing defines for older systems by Arnaldo Carvalho de Melo · 8 years ago
  20. 9a3dc28 perf tools: Fallback to reading sysfs to get cacheline size by Arnaldo Carvalho de Melo · 8 years ago
  21. dd7bd10 tools: Copy the header files needed by perf tools by Arnaldo Carvalho de Melo · 8 years ago
  22. f2d3adf kvm arm/arm64: Remove trailing whitespace from headers by Arnaldo Carvalho de Melo · 8 years ago
  23. e3e1d7e perf trace: Remove unused sys/ptrace.h include by Arnaldo Carvalho de Melo · 8 years ago
  24. a395b35 perf tools: Remove unneeded magic.h include from util.h by Arnaldo Carvalho de Melo · 8 years ago
  25. c7007e9 perf tools: Introduce weak alternative to sched_getcpu() by Arnaldo Carvalho de Melo · 8 years ago
  26. 4998a12 tools: Copy uapi/linux/hw_breakpoint.h from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  27. 4ffde49 perf test bpf: Use epoll_wait() instead of epoll_pwait() by Arnaldo Carvalho de Melo · 8 years ago
  28. 12f0203 tools: Copy uapi/asm/perf_regs.h from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  29. 971e827 tools lib bpf: Copy bpf.h and bpf_common.h from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  30. 7d7d1bf perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarks by Arnaldo Carvalho de Melo · 8 years ago
  31. c4b6014 tools: Add copy of perf_event.h to tools/include/linux/ by Arnaldo Carvalho de Melo · 8 years ago
  32. e083a21 perf tools: event.h needs asm/perf_regs.h by Arnaldo Carvalho de Melo · 8 years ago
  33. 86695f5 perf bench futex: Add missing compiler.h header by Arnaldo Carvalho de Melo · 8 years ago
  34. 07eebcc tools lib subcmd: Use str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  35. 61a6445 tools lib: Guard the strlcpy() header with __GLIBC__ by Arnaldo Carvalho de Melo · 8 years ago
  36. b31e3e3 tools lib api fs: Use str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  37. c3cec9e tools lib traceevent: Use str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  38. d0761e3 perf tools: Uninline scnprintf() and vscnprint() by Arnaldo Carvalho de Melo · 8 years ago
  39. 5496bc0 perf evsel: Uninline the is_function_event method by Arnaldo Carvalho de Melo · 8 years ago
  40. 175729f perf tools: Remove needless includes from cache.h by Arnaldo Carvalho de Melo · 8 years ago
  41. 16b7c9b perf tools: Add missing header to color.c by Arnaldo Carvalho de Melo · 8 years ago
  42. 10ca87f perf tests x86 rdpmc: Add missing headers by Arnaldo Carvalho de Melo · 8 years ago
  43. 16b91d5 perf test fdarray: Add missing poll.h header by Arnaldo Carvalho de Melo · 8 years ago
  44. 3ac55b1 perf tests cpumap: Add missing headers by Arnaldo Carvalho de Melo · 8 years ago
  45. 380a71a perf quote: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  46. 7ed0958 perf strbuf: Add missing headers by Arnaldo Carvalho de Melo · 8 years ago
  47. cec07f5 perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/include/asm/ by Arnaldo Carvalho de Melo · 8 years ago
  48. 9c304f6 perf bench: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  49. ab6526b perf tests openat-syscall-tp-fields: Add some conditional defines by Arnaldo Carvalho de Melo · 8 years ago
  50. 48e1f91 perf trace: Add conditional define for AT_FDCWD by Arnaldo Carvalho de Melo · 8 years ago
  51. 1fbe7df perf tests: Add missing pthread.h include for CPU_*() macros by Arnaldo Carvalho de Melo · 8 years ago
  52. 8a15858 perf bench: Add missing pthread.h include for CPU_*() macros by Arnaldo Carvalho de Melo · 8 years ago
  53. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  54. ffe3a28 perf trace beauty open_flags: Add more conditional defines by Arnaldo Carvalho de Melo · 8 years ago
  55. 4c7c224 perf trace beauty flock: Add more conditional defines by Arnaldo Carvalho de Melo · 8 years ago
  56. 256763b perf trace beauty mmap: Add more conditional defines by Arnaldo Carvalho de Melo · 8 years ago
  57. 9d4a94c perf trace beauty open_flags: Add missing headers by Arnaldo Carvalho de Melo · 8 years ago
  58. f8e0187 perf trace beauty flock: Add missing fcntl.h include by Arnaldo Carvalho de Melo · 8 years ago
  59. 0e91e6b perf trace beauty msg_flags: Remove MSG_TRYHARD by Arnaldo Carvalho de Melo · 8 years ago
  60. 175b968 perf report: Introduce --stdio-color to setup the color output mode selection by Arnaldo Carvalho de Melo · 8 years ago
  61. 53fe4ba perf annotate: Introduce --stdio-color to setup the color output mode selection by Arnaldo Carvalho de Melo · 8 years ago
  62. c09615f perf ui stdio: Add way to setup the color output mode selection by Arnaldo Carvalho de Melo · 8 years ago
  63. a505197 perf hists: Introduce hists__add_entry_ops function by Jiri Olsa · 8 years ago
  64. f542e76 perf hists: Introduce hist_entry_ops by Jiri Olsa · 8 years ago
  65. 0a269a6 perf hists: Introduce hist_entry__init function by Jiri Olsa · 8 years ago
  66. 44530d5 Revert "perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86" by Ingo Molnar · 8 years ago
  67. 46866b5 perf/x86/intel/uncore: Add support for the Intel Skylake client uncore PMU by Kan Liang · 8 years ago
  68. aefbc4d perf/x86/intel: Fix rdlbr_to() MSR reading typo by Peter Zijlstra · 8 years ago
  69. 3ebe3bd Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new changes by Ingo Molnar · 8 years ago
  70. 2c81a64 perf/core: Fix pmu::filter_match for SW-led groups by Mark Rutland · 9 years ago
  71. 175a20c x86/perf/intel/rapl: Fix module name collision with powercap intel-rapl by Ville Syrjälä · 8 years ago
  72. c50f624 Merge tag 'perf-core-for-mingo-20160704' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  73. f3d082c perf tools: Sync copy of syscall_64.tbl with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  74. 3d03761 perf tools: Update android build documentation by Chris Phlipot · 8 years ago
  75. fd01d06 tools lib subcmd: Respect WERROR=0 for build by Chris Phlipot · 8 years ago
  76. b983d54 tools lib api: Respect WERROR=0 for build by Chris Phlipot · 8 years ago
  77. 203d1ca tools lib bpf: Add license header by Wang Nan · 8 years ago
  78. 6c50258 perf unwind: Call unwind__prepare_access for forked thread by Jiri Olsa · 8 years ago
  79. a287332 perf unwind: Add initialized arg into unwind__prepare_access by Jiri Olsa · 8 years ago
  80. 347ca87 perf tests: Fix hist accumulation test by Jiri Olsa · 8 years ago
  81. c60da22a perf header: Transform nodes string info to struct by Jiri Olsa · 8 years ago
  82. 6430a94 perf buildid-cache: Scan and import user SDT events to probe cache by Masami Hiramatsu · 8 years ago
  83. 8d993d9 perf probe: Add group name support by Masami Hiramatsu · 8 years ago
  84. 060fa0c perf sdt: ELF support for SDT by Hemant Kumar · 8 years ago
  85. 2492c46 perf build: Add feature detection for libelf's elf_getshdrstrndx() by Arnaldo Carvalho de Melo · 8 years ago
  86. fc18822 perf/x86: Fix 32-bit perf user callgraph collection by Josh Poimboeuf · 8 years ago
  87. 9010ae4 perf/x86/intel: Update event constraints when HT is off by Stephane Eranian · 8 years ago
  88. 4f30292 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  89. 70bd68d Merge tag 'powerpc-4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  90. 99b0f54 Merge tag 'drm-fixes-for-v4.7-rc6' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  91. 467ce76 Merge tag 'spi-fix-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 8 years ago
  92. a2b0db5 Merge tag 'regulator-fix-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 8 years ago
  93. 4438512 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  94. 88c0871 Merge tag 'drm-intel-fixes-2016-06-30' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  95. 40793e8 Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 8 years ago
  96. 6d037de MIPS: Fix possible corruption of cache mode by mprotect. by Ralf Baechle · 8 years ago
  97. dbdc3bb Merge tag 'acpi-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  98. 81dbd6f Merge tag 'pm-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  99. 48c4565 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  100. 2728c57 Merge tag 'nfsd-4.7-3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago