1. 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
  2. 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
  3. acf860a bpf tools: New API to get name from a BPF object by Wang Nan · 9 years ago
  4. 1d94501 tools lib traceeveent: Allow for negative numbers in print format by Steven Rostedt · 9 years ago
  5. 33fef66 tools/liblockdep: Use the rbtree header provided by common tools headers by Sasha Levin · 9 years ago
  6. 62b989d tools/liblockdep: Correct macro for WARN by Sasha Levin · 9 years ago
  7. 6f56e9c tools lib traceevent: Add checks for returned EVENT_ERROR type by Dean Nelson · 9 years ago
  8. 9a208ef bpf tools: Link all bpf objects onto a list by Wang Nan · 9 years ago
  9. aa9b1ac bpf tools: Introduce accessors for struct bpf_program by Wang Nan · 9 years ago
  10. 55cffde bpf tools: Load eBPF programs in object files into kernel by Wang Nan · 9 years ago
  11. 7bf9836 bpf tools: Introduce bpf_load_program() to bpf.c by Wang Nan · 9 years ago
  12. 8a47a6c bpf tools: Relocate eBPF programs by Wang Nan · 9 years ago
  13. 52d3352 bpf tools: Create eBPF maps defined in an object file by Wang Nan · 9 years ago
  14. e3ed2fe bpf tools: Add bpf.c/h for common bpf operations by Wang Nan · 9 years ago
  15. 3409091 bpf tools: Record map accessing instructions for each program by Wang Nan · 9 years ago
  16. b62f06e bpf tools: Collect relocation sections from SHT_REL sections by Wang Nan · 9 years ago
  17. a5b8bd4 bpf tools: Collect eBPF programs from their own sections by Wang Nan · 9 years ago
  18. bec7d68 bpf tools: Collect symbol table from SHT_SYMTAB section by Wang Nan · 9 years ago
  19. 0b3d1ef bpf tools: Collect map definitions from 'maps' section by Wang Nan · 9 years ago
  20. cb1e5e9 bpf tools: Collect version and license from ELF sections by Wang Nan · 9 years ago
  21. 2960366 bpf tools: Iterate over ELF sections to collect information by Wang Nan · 9 years ago
  22. cc4228d bpf tools: Check endianness and make libbpf fail early by Wang Nan · 9 years ago
  23. 6c95639 bpf tools: Read eBPF object from buffer by Wang Nan · 9 years ago
  24. 1a5e3fb bpf tools: Open eBPF object file and do basic validation by Wang Nan · 9 years ago
  25. b3f59d6 bpf tools: Allow caller to set printing function by Wang Nan · 9 years ago
  26. 1b76c13 bpf tools: Introduce 'bpf' library and add bpf feature check by Wang Nan · 9 years ago
  27. 33a2471 tools lib traceevent: Allow setting an alternative symbol resolver by Arnaldo Carvalho de Melo · 9 years ago
  28. f6a74a5 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 9 years ago
  29. 0aefc35 tools: Copy lib/hweight.c from the kernel sources by Arnaldo Carvalho de Melo · 9 years ago
  30. c867b15 tools lib: Improve clean target by Riku Voipio · 9 years ago
  31. ab85785 tools lib api debugfs: Check for tracefs when reporting errors by Arnaldo Carvalho de Melo · 9 years ago
  32. 3f73537 tools: Copy lib/rbtree.c to tools/lib/ by Arnaldo Carvalho de Melo · 9 years ago
  33. 38e0962 tools lib traceevent: Ignore libtrace-dynamic-list file by He Kuang · 9 years ago
  34. e3d09ec tools lib traceevent: Export dynamic symbols used by traceevent plugins by He Kuang · 9 years ago
  35. 8d12ded Merge branch 'perf/urgent' into perf/core, before applying dependent patches by Ingo Molnar · 9 years ago
  36. bb53e17 tools lib traceevent: Install libtraceevent.a into libdir by Wang Nan · 9 years ago
  37. 60d5dde Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux into perf/urgent by Ingo Molnar · 9 years ago
  38. b390d85 tools lib traceevent: Provide le16toh define for older systems by Arnaldo Carvalho de Melo · 9 years ago
  39. 2480257 tools/liblockdep: Fix compilation error by Eunbong Song · 9 years ago
  40. d1e40e5 tools/liblockdep: Fix linker error in case of cross compile by Eunbong Song · 9 years ago
  41. f7dc7fd Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 9 years ago
  42. d8fce2d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  43. 1836ac8 Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  44. d354243 tools lib traceevent: Add alias field to struct format_field by Jiri Olsa · 9 years ago
  45. 410ceb8 tools lib traceevent: Fix build failure on 32-bit arch by Namhyung Kim · 9 years ago
  46. de28c15 tools lib api: Undefine _FORTIFY_SOURCE before setting it by Bobby Powers · 9 years ago
  47. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  48. 3201f0d tools lib traceevent: Honor operator priority by Namhyung Kim · 9 years ago
  49. 7c27f78 tools lib traceevent: Zero should not be considered "not found" in eval_flag() by Steven Rostedt · 9 years ago
  50. bbedb17 tracing: %pF is only for function pointers by Scott Wood · 9 years ago
  51. b839e1e tools lib traceevent: Add support for __print_array() by Javi Merino · 9 years ago
  52. e1644aa tools lib traceevent: Free filter tokens in process_filter() by Steven Rostedt (Red Hat) · 9 years ago
  53. 82ac952 tools lib traceevent: Add way to find sub buffer boundary by Steven Rostedt (Red Hat) · 9 years ago
  54. c5e6919 tools lib traceevent kbuffer: Remove extra update to data pointer in PADDING by Steven Rostedt (Red Hat) · 9 years ago
  55. 5dbcfd9 tools lib traceevent: Make plugin options either string or boolean by Steven Rostedt · 9 years ago
  56. 2771984 tools lib traceevent: Add pevent_data_pid_from_comm() by Steven Rostedt (Red Hat) · 9 years ago
  57. 5542629 tools lib traceevent: Handle %z in bprint format by Steven Rostedt (Red Hat) · 9 years ago
  58. 99ad141 tools lib traceevent: Copy trace_clock and free it by Steven Rostedt (Red Hat) · 9 years ago
  59. deab6f5 tools lib traceevent: Handle NULL comm name by Josef Bacik · 9 years ago
  60. 929a6bb tools lib traceevent: Factor out allocating and processing args by Javi Merino · 9 years ago
  61. 00ae112 tools lib traceevent: Add destructor for format_field by David Ahern · 9 years ago
  62. e9e4e44 Merge tag 'v4.0-rc1' into perf/core, to refresh the tree by Ingo Molnar · 9 years ago
  63. 9244e2c tools lib lockdep: Use tools build framework by Jiri Olsa · 10 years ago
  64. 2d58ab9 tools lib traceevent: Use tools build framework by Jiri Olsa · 10 years ago
  65. 285a8f2 tools lib api: Rename libapikfs.a to libapi.a by Jiri Olsa · 10 years ago
  66. b4f9166 tools lib api: Use tools build framework by Jiri Olsa · 10 years ago
  67. a4cbbf5 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  68. dd6dda2 tools lib api fs: Add {tracefs,debugfs}_configured() functions by Steven Rostedt (Red Hat) · 9 years ago
  69. a9edf60 tools lib api debugfs: Add DEBUGFS_DEFAULT_PATH macro by Steven Rostedt (Red Hat) · 9 years ago
  70. 4ef92c2 tools lib api fs: Add tracefs mount helper functions by Steven Rostedt (Red Hat) · 9 years ago
  71. cde164a tools lib fs: Add helper to find mounted file systems by Steven Rostedt (Red Hat) · 9 years ago
  72. 5693c92 perf tools: Do not check debugfs MAGIC for tracing files by Steven Rostedt (Red Hat) · 9 years ago
  73. 402bb4e tools lib traceevent: Introduce trace_seq_do_fprintf function by Arnaldo Carvalho de Melo · 9 years ago
  74. 8baeccd tools/liblockdep: don't include host headers by Baruch Siach · 9 years ago
  75. 7728b35 tools/liblockdep: ignore generated .so file by Baruch Siach · 9 years ago
  76. 3d199b5 tools lib traceevent: Add support for IP address formats by David Ahern · 10 years ago
  77. f816b3c tools lib fs debugfs: Check if debugfs is mounted when handling ENOENT by Arnaldo Carvalho de Melo · 9 years ago
  78. 2cc990b tools lib fs debugfs: Introduce debugfs__strerror_open_tp by Arnaldo Carvalho de Melo · 9 years ago
  79. 801c67b tools lib fs: Pass filename to debugfs__strerror_open by Arnaldo Carvalho de Melo · 9 years ago
  80. e2726d9 tools lib fs: Adopt debugfs open strerrno method by Arnaldo Carvalho de Melo · 9 years ago
  81. db1806e perf tools: Fix statfs.f_type data type mismatch build error with uclibc by Alexey Brodkin · 10 years ago
  82. 84dccbe Merge branch 'liblockdep-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux into core/urgent by Ingo Molnar · 10 years ago
  83. 95bfdf2 tools/liblockdep: Fix debug_check thinko in mutex destroy by Kirill Smelkov · 10 years ago
  84. 23e1a35 tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/lib by Arnaldo Carvalho de Melo · 10 years ago
  85. 41e950c Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 10 years ago
  86. 42e3c4a tools lib fs: Add sysctl__read_int helper by Arnaldo Carvalho de Melo · 10 years ago
  87. 3a35112 tools lib fs: Adopt filename__read_int from tools/perf/ by Arnaldo Carvalho de Melo · 10 years ago
  88. 85686f6 scsi: add SPC-3 command definitions by Hannes Reinecke · 10 years ago
  89. eb846d9 scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 by Hannes Reinecke · 10 years ago
  90. 2171a92 tools lib fd array: Allow associating an integer cookie with each entry by Arnaldo Carvalho de Melo · 10 years ago
  91. 1b85337 tools lib api: Adopt fdarray class from perf's evlist by Arnaldo Carvalho de Melo · 10 years ago
  92. 5030c69 Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before applying new changes by Ingo Molnar · 10 years ago
  93. 9de8033 Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux into locking/urgent by Ingo Molnar · 10 years ago
  94. b108278 tools/liblockdep: Account for bitfield changes in lockdeps lock_acquire by S. Lockwood-Childs · 10 years ago
  95. 0c37c68 tools/liblockdep: Remove debug print left over from development by Sasha Levin · 10 years ago
  96. 6c642e4 tools/liblockdep: Fix comparison of a boolean value with a value of 2 by zhangdianfang · 10 years ago
  97. 21da83f tools lib traceevent: Fix a risk for doing free on uninitialized pointer by Rickard Strandqvist · 10 years ago
  98. 1545d8a tools lib traceevent: Clean up format of args in jbd2 plugin by Steven Rostedt · 10 years ago
  99. 24eda08 tools lib traceevent: Clean up format of args in cfg80211 plugin by Steven Rostedt · 10 years ago
  100. a21e3a3 tools lib traceevent: Fix format in plugin_kvm by Steven Rostedt · 10 years ago