1. 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. 05f5ece Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  3. 4f3c8876 tools lib traceevent: Remove redundant CPU output by Steven Rostedt · 8 years ago
  4. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  5. ca70c24 tools: Move utilities.mak from perf to tools/scripts/ by Arnaldo Carvalho de Melo · 8 years ago
  6. e71c2c1 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  7. 9eb42de tools lib traceevent: Add '~' operation within arg_num_eval() by Steven Rostedt · 8 years ago
  8. c1d45c3 objtool: Support CROSS_COMPILE by Josh Poimboeuf · 8 years ago
  9. a66673a tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines by Steven Rostedt (Red Hat) · 8 years ago
  10. 9ec72ea tools lib traceevent: Set int_array fields to NULL if freeing from error by Steven Rostedt (Red Hat) · 8 years ago
  11. 21a3010 tools lib traceevent: Fix time stamp rounding issue by Chaos.Chen · 8 years ago
  12. a674533 tools lib traceevent: Split pevent_print_event() into specific functionality functions by Steven Rostedt · 8 years ago
  13. 013e379 tools/lib/lockdep: Fix link creation warning by Ingo Molnar · 8 years ago
  14. 11a1ac2 tools/lib/lockdep: Add tests for AA and ABBA locking by Alfredo Alvarez Fernandez · 8 years ago
  15. 9d5a23a tools/lib/lockdep: Add userspace version of READ_ONCE() by Alfredo Alvarez Fernandez · 8 years ago
  16. b2ed099 tools/lib/lockdep: Fix the build on recent kernels by Ingo Molnar · 8 years ago
  17. 0e47b38 tools lib traceevent: Implement '%' operation by Daniel Bristot de Oliveira · 8 years ago
  18. 51c0396 tools lib api fs: Add sysfs__read_str function by Jiri Olsa · 8 years ago
  19. 607bfbd tools lib api fs: Adopt filename__read_str from perf by Jiri Olsa · 8 years ago
  20. 975f14f tools lib api: Add debug output support by Jiri Olsa · 8 years ago
  21. 06bea3d locking/lockdep: Eliminate lockdep_init() by Andrey Ryabinin · 8 years ago
  22. 402e8db Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  23. 666810e perf bpf: Check relocation target section by Wang Nan · 8 years ago
  24. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  25. 24b1e5d tools subcmd: Add missing NORETURN define for parse-options.h by Josh Poimboeuf · 9 years ago
  26. d5ef314 perf bpf: Fix build breakage due to libbpf by Naveen N. Rao · 8 years ago
  27. 8f9e05f perf tools: Fix PowerPC native building by Wang Nan · 8 years ago
  28. 24ee9b5 tools lockdep: Add *.cmd files clean up by Jiri Olsa · 8 years ago
  29. 22992a3 tools bpf: Add *.cmd files clean up by Jiri Olsa · 8 years ago
  30. 915b088 tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/ by Arnaldo Carvalho de Melo · 8 years ago
  31. 64af4e0 tools lib: Sync tools/lib/find_bit.c with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  32. 552eb975 tools lib: Move find_next_bit.c to tools/lib/ by Arnaldo Carvalho de Melo · 8 years ago
  33. 5868360 perf build: Use FEATURE-DUMP in bpf subproject by Jiri Olsa · 9 years ago
  34. be45d40 tools lib traceevent: Factor out and export print_event_field[s]() by Namhyung Kim · 9 years ago
  35. 1843b4e tools subcmd: Rename subcmd header include guards by Josh Poimboeuf · 9 years ago
  36. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  37. ce99091 perf tools: Move strlcpy() from perf to tools/lib/string.c by Josh Poimboeuf · 9 years ago
  38. 511cbce irq_poll: make blk-iopoll available outside the block layer by Christoph Hellwig · 9 years ago
  39. 77ba9a5 tools lib bpf: Fetch map names from correct strtab by Wang Nan · 9 years ago
  40. 973170e tools lib bpf: Check return value of strdup when reading map names by Wang Nan · 9 years ago
  41. 561bbcc tools lib bpf: Extract and collect map names from BPF object file by Wang Nan · 9 years ago
  42. 9d759a9 tools lib bpf: Collect map definition in bpf_object by Wang Nan · 9 years ago
  43. 43798bf bpf tools: Add helper function for updating bpf maps elements by He Kuang · 9 years ago
  44. d8ad6a1 tools lib bpf: Don't do a feature check when cleaning by Wang Nan · 9 years ago
  45. 32abc2e tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines by Steven Rostedt · 9 years ago
  46. 8c2accc Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  47. b580563 bpf tools: Load a program with different instances using preprocessor by Wang Nan · 9 years ago
  48. 7d85c43 tools: Clone the kernel's strtobool function by Wang Nan · 9 years ago
  49. 4ddd327 tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c by Arnaldo Carvalho de Melo · 9 years ago
  50. 0ca9b67 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  51. b32e1f5 Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux into locking/urgent by Ingo Molnar · 9 years ago
  52. 2b62c2d tools/liblockdep: explicitly declare lockdep API we call from liblockdep by Sasha Levin · 9 years ago
  53. e308e94 tools/liblockdep: add userspace versions of WRITE_ONCE and RCU_INIT_POINTER by Sasha Levin · 9 years ago
  54. 1393ba5 tools/liblockdep: remove task argument from debug_check_no_locks_held by Sasha Levin · 9 years ago
  55. 45825d8 bpf tools: Add new API bpf_object__get_kversion() by Wang Nan · 9 years ago
  56. 6371ca3 bpf tools: Improve libbpf error reporting by Wang Nan · 9 years ago
  57. 0c77c04 tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpf by Yunlong Song · 9 years ago
  58. 715f8db tools lib bpf: Fix compiler warning on CentOS 6 by Namhyung Kim · 9 years ago
  59. b6bd9c7 tools lib traceevent: Support %ps/%pS by Scott Wood · 9 years ago
  60. 2f465de tools lib traceevent: update KVM plugin by Paolo Bonzini · 9 years ago
  61. ccb5597 tools lib api fs: No need to use PATH_MAX + 1 by Jiri Olsa · 9 years ago
  62. f845086 tools lib symbol: Introduce kallsyms2elf_type by Arnaldo Carvalho de Melo · 9 years ago
  63. 8e947f1 tools lib symbol: Rename kallsyms2elf_type to kallsyms2elf_binding by Arnaldo Carvalho de Melo · 9 years ago
  64. 7c422f5 tools build: Build fixdep helper from perf and basic libs by Jiri Olsa · 9 years ago
  65. ab6201d tools build: Add Makefile.include by Jiri Olsa · 9 years ago
  66. dc240c5 tools lib api fs: Store tracing mountpoint for better error message by Jiri Olsa · 9 years ago
  67. 968d712 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  68. b572727 Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new changes by Ingo Molnar · 9 years ago
  69. c2e4b24 tools lib traceevent: Fix string handling in heterogeneous arch environments by Kapileshwar Singh · 9 years ago
  70. 65f041b tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf by Arnaldo Carvalho de Melo · 9 years ago
  71. 20517cd tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage by Arnaldo Carvalho de Melo · 9 years ago
  72. 09f6acf tools lib api cpu: Introduce cpu.[ch] to obtain cpu related information by Arnaldo Carvalho de Melo · 9 years ago
  73. 2d729f6a tools lib api fs: Introduce sysfs__read_{int,ull}() by Arnaldo Carvalho de Melo · 9 years ago
  74. 60a1133 tools lib api fs: Remove debugfs, tracefs and findfs objects by Jiri Olsa · 9 years ago
  75. 4605eab tools lib api fs: Replace debugfs/tracefs objects interface with fs.c by Jiri Olsa · 9 years ago
  76. 4f234f0 tools lib api fs: Make tracing_path_strerror_open message generic by Jiri Olsa · 9 years ago
  77. 709adcb tools lib api fs: Add FSTYPE__configured() method by Jiri Olsa · 9 years ago
  78. 73ca85a tools lib api fs: Add FSTYPE__mount() method by Jiri Olsa · 9 years ago
  79. c495afb tools lib api fs: Add tracefs into fs.c object by Jiri Olsa · 9 years ago
  80. 8ccfabd tools lib api fs: Add debugfs into fs.c object by Jiri Olsa · 9 years ago
  81. 41e3a1f tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.c by Jiri Olsa · 9 years ago
  82. b86b0d3 tools lib api fs: Add STR and PATH_MAX macros to fs object by Jiri Olsa · 9 years ago
  83. 988bdb3 tools lib api fs: Move debugfs__strerror_open into tracing_path.c object by Jiri Olsa · 9 years ago
  84. 592d5a6 tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c by Jiri Olsa · 9 years ago
  85. 7605594 tools lib traceevent: Support function __get_dynamic_array_len by He Kuang · 9 years ago
  86. 5320266 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  87. 41d859a Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  88. acf860a bpf tools: New API to get name from a BPF object by Wang Nan · 9 years ago
  89. 1d94501 tools lib traceeveent: Allow for negative numbers in print format by Steven Rostedt · 9 years ago
  90. 33fef66 tools/liblockdep: Use the rbtree header provided by common tools headers by Sasha Levin · 9 years ago
  91. 62b989d tools/liblockdep: Correct macro for WARN by Sasha Levin · 9 years ago
  92. 6f56e9c tools lib traceevent: Add checks for returned EVENT_ERROR type by Dean Nelson · 9 years ago
  93. 9a208ef bpf tools: Link all bpf objects onto a list by Wang Nan · 9 years ago
  94. aa9b1ac bpf tools: Introduce accessors for struct bpf_program by Wang Nan · 9 years ago
  95. 55cffde bpf tools: Load eBPF programs in object files into kernel by Wang Nan · 9 years ago
  96. 7bf9836 bpf tools: Introduce bpf_load_program() to bpf.c by Wang Nan · 9 years ago
  97. 8a47a6c bpf tools: Relocate eBPF programs by Wang Nan · 9 years ago
  98. 52d3352 bpf tools: Create eBPF maps defined in an object file by Wang Nan · 9 years ago
  99. e3ed2fe bpf tools: Add bpf.c/h for common bpf operations by Wang Nan · 9 years ago
  100. 3409091 bpf tools: Record map accessing instructions for each program by Wang Nan · 9 years ago