1. 5ab8c68 perf tools: Move event prototypes from util.h to event.h by Arnaldo Carvalho de Melo · 8 years ago
  2. 6db8164 perf buildid: Move prototypes from util.h to build-id.h by Arnaldo Carvalho de Melo · 8 years ago
  3. fd76479 Merge tag 'perf-core-for-mingo-4.12-20170424' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  4. 9d43f5e perf tools: Fix the code to strip command name by Jiri Olsa · 8 years ago
  5. fb7b756 tools arch x86: Sync cpufeatures.h by Arnaldo Carvalho de Melo · 8 years ago
  6. e883d09 tools arch: Sync arch/x86/lib/memcpy_64.S with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  7. 04ec75e tools: Update asm-generic/mman-common.h copy from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  8. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  9. e8b3ae4 perf tools: Add the right header to obtain PERF_ALIGN() by Arnaldo Carvalho de Melo · 8 years ago
  10. 4208735 perf tools: Remove poll.h and wait.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  11. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  12. a3b70b3 perf tools: Remove stale prototypes from builtin.h by Arnaldo Carvalho de Melo · 8 years ago
  13. 72f7c4d perf tools: Remove string.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  14. 86a5e0c perf tools: Remove sys/ioctl.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  15. bf67334 perf tools: Remove a few more needless includes from util.h by Arnaldo Carvalho de Melo · 8 years ago
  16. 391e420 perf tools: Include sys/param.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  17. 56e2e05 perf callchain: Move callchain specific routines from util.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  18. 611f0af perf tools: Add compress.h for the *_decompress_to_file() headers by Arnaldo Carvalho de Melo · 8 years ago
  19. 166ebdd perf mem: Fix display of data source snoop indication by Andi Kleen · 8 years ago
  20. 8c2b7ca perf debug: Move dump_stack() and sighandler_dump_stack() to debug.h by Arnaldo Carvalho de Melo · 8 years ago
  21. bb8c16d perf kvm: Make function only used by 'perf kvm' static by Arnaldo Carvalho de Melo · 8 years ago
  22. c5e4027 perf tools: Move timestamp routines from util.h to time-utils.h by Arnaldo Carvalho de Melo · 8 years ago
  23. 58db1d6 perf tools: Move units conversion/formatting routines to separate object by Arnaldo Carvalho de Melo · 8 years ago
  24. 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
  25. 3dfed91 perf unwind: Provide only forward declarations for pointer types by Arnaldo Carvalho de Melo · 8 years ago
  26. 07590a7 Merge tag 'perf-core-for-mingo-4.12-20170419' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  27. afa7a17 Merge branch 'WIP.x86/process' into perf/core by Ingo Molnar · 8 years ago
  28. 1b5ad16 perf tools: Ditch unused strchrnul() reimplementation by Arnaldo Carvalho de Melo · 8 years ago
  29. 1eae20c perf tools: Remove regex.h and fnmatch.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  30. 76b31a2 perf tools: Remove include dirent.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  31. 767fe71 perf tools: Remove misplaced __maybe_unused in some functions by Arnaldo Carvalho de Melo · 8 years ago
  32. 20a9ed2 perf tools: Use api/fs/tracing_path.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  33. 6dcca6d perf tools: No need to include bitops.h in util.h by Arnaldo Carvalho de Melo · 8 years ago
  34. 9a3993d perf tools: Move path related functions to util/path.h by Arnaldo Carvalho de Melo · 8 years ago
  35. b0742e9 perf tools: Don't include terminal handling headers in util.h by Arnaldo Carvalho de Melo · 8 years ago
  36. 8ec20b1 perf str{filter,list}: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  37. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  38. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  39. 632a5ca perf tools: Move srcline definitions to separate header by Arnaldo Carvalho de Melo · 8 years ago
  40. fea0139 perf tools: Move print_binary definitions to separate files by Arnaldo Carvalho de Melo · 8 years ago
  41. a12a4e0 tools include: Include missing headers for fls() and types in linux/log2.h by Arnaldo Carvalho de Melo · 8 years ago
  42. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  43. 28a9bb9 perf tools: Ditch unused PATH_SEP, STRIP_EXTENSION by Arnaldo Carvalho de Melo · 8 years ago
  44. aa8cc2f perf tools: Replace STR() calls with __stringify() by Arnaldo Carvalho de Melo · 8 years ago
  45. c3dca1a perf tools: Remove PRI[xu] macros from perf.h by Arnaldo Carvalho de Melo · 8 years ago
  46. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  47. b640985 perf tools: Remove unused macros from util.h by Arnaldo Carvalho de Melo · 8 years ago
  48. 68289cb tools include: Drop ARRAY_SIZE() definition from linux/hashtable.h by Arnaldo Carvalho de Melo · 8 years ago
  49. 0061459 objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it now by Arnaldo Carvalho de Melo · 8 years ago
  50. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  51. 8607c1e tools include: Move ARRAY_SIZE() to linux/kernel.h by Arnaldo Carvalho de Melo · 8 years ago
  52. f6441af tools include: Adopt __same_type() and __must_be_array() from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  53. 379d61b tools include: Introduce linux/bug.h, from the kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  54. 7909675 perf tools: Remove FLEX_ARRAY definition by Arnaldo Carvalho de Melo · 8 years ago
  55. 4c38c8f perf unwind arm64: Add missing errno.h header by Arnaldo Carvalho de Melo · 8 years ago
  56. e720c19 Merge tag 'perf-core-for-mingo-4.12-20170413' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  57. fd583ad perf/x86: Fix spurious NMI with PEBS Load Latency event by Kan Liang · 8 years ago
  58. 18c5c7c Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  59. f2200ac perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32() by Peter Zijlstra · 8 years ago
  60. 16eb813 Revert "perf tools: Fix include of linux/mman.h" by David Carrillo-Cisneros · 8 years ago
  61. 570eda0 perf util: Hint missing file when tool tips fail to load by David Carrillo-Cisneros · 8 years ago
  62. 9961aa6 tools build: Fix feature detection redefinion of build flags by David Carrillo-Cisneros · 8 years ago
  63. e5e992a perf tools: Disable JVMTI if no ELF support available by David Carrillo-Cisneros · 8 years ago
  64. 739cf30 perf trace: Add usage of --no-syscalls in man page by Ravi Bangoria · 8 years ago
  65. db49a71 perf stat: Fix bug in handling events in error state by Stephane Eranian · 8 years ago
  66. 7be6b31 perf tools: Pass PYTHON config to feature detection by David Carrillo-Cisneros · 8 years ago
  67. a8d11cd kprobes/x86: Consolidate insn decoder users for copying code by Masami Hiramatsu · 8 years ago
  68. ea1e34f kprobes/x86: Use probe_kernel_read() instead of memcpy() by Masami Hiramatsu · 8 years ago
  69. d0381c8 kprobes/x86: Set kprobes pages read-only by Masami Hiramatsu · 8 years ago
  70. 490154b kprobes/x86: Make boostable flag boolean by Masami Hiramatsu · 8 years ago
  71. 804dec5 kprobes/x86: Do not modify singlestep buffer while resuming by Masami Hiramatsu · 8 years ago
  72. 17880e4 kprobes/x86: Use instruction decoder for booster by Masami Hiramatsu · 8 years ago
  73. 129d17e kprobes/x86: Fix the description of __copy_instruction() by Masami Hiramatsu · 8 years ago
  74. bd0b906 kprobes/x86: Fix kprobe-booster not to boost far call instructions by Masami Hiramatsu · 8 years ago
  75. ef0eb2e Merge tag 'perf-core-for-mingo-4.12-20170411' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  76. 1c4f8ad Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  77. 0718b33 Merge tag 'perf-urgent-for-mingo-4.11-20170411' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  78. 986a5bc perf annotate: Use stripped line instead of raw disassemble line by Taeung Song · 8 years ago
  79. 4597cf0 perf annotate: Refactor the code to parse disassemble lines with {l,r}trim() by Taeung Song · 8 years ago
  80. c9d1c93 perf tools: Do not print missing features in pipe-mode by David Carrillo-Cisneros · 8 years ago
  81. 0973ad9 perf session: Don't rely on evlist in pipe mode by David Carrillo-Cisneros · 8 years ago
  82. 6ab11f3 perf annotate: Process attr and build_id records by David Carrillo-Cisneros · 8 years ago
  83. 6d13491 perf tools: Describe pipe mode in perf.data-file-fomat.txt by David Carrillo-Cisneros · 8 years ago
  84. 1e0d4f0 perf inject: Copy events when reordering events in pipe mode by David Carrillo-Cisneros · 8 years ago
  85. bb8d521 perf inject: Don't proceed if perf_session__process_event() fails by David Carrillo-Cisneros · 8 years ago
  86. d9f8dfa perf annotate s390: Implement jump types for perf annotate by Christian Borntraeger · 8 years ago
  87. e77852b perf annotate s390: Fix perf annotate error -95 (4.10 regression) by Christian Borntraeger · 8 years ago
  88. ecbe5e1 perf string: Simplify ltrim() implementation by Arnaldo Carvalho de Melo · 8 years ago
  89. bdd97ca perf tools: Refactor the code to strip command name with {l,r}trim() by Taeung Song · 8 years ago
  90. aa4beb1 perf pmu: Refactor wordwrap() with ltrim() by Taeung Song · 8 years ago
  91. e21600f perf ui browser: Refactor the code to parse color configs with ltrim() by Taeung Song · 8 years ago
  92. b07c40d perf stat: Refactor the code to strip csv output with ltrim() by Taeung Song · 8 years ago
  93. 32ccb13 perf evsel: Return exact sub event which failed with EPERM for wildcards by Jin Yao · 8 years ago
  94. 49346e8 perf script: Use strtok_r() when parsing output field list by Arnaldo Carvalho de Melo · 8 years ago
  95. dadafc3 perf callchains: Switch from strtok() to strtok_r() when parsing options by Arnaldo Carvalho de Melo · 8 years ago
  96. 9df9078 perf/amd/uncore: Fix pr_fmt() prefix by Borislav Petkov · 8 years ago
  97. 68e8038 perf/amd/uncore: Clean up per-family setup by Borislav Petkov · 8 years ago
  98. c2628f9 perf/amd/uncore: Do feature check first, before assignments by Borislav Petkov · 8 years ago
  99. 84b1e36 Merge tag 'v4.11-rc6' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  100. c08e611 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago