1. b580563 bpf tools: Load a program with different instances using preprocessor by Wang Nan · 9 years ago
  2. 7d85c43 tools: Clone the kernel's strtobool function by Wang Nan · 9 years ago
  3. 4ddd327 tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c by Arnaldo Carvalho de Melo · 9 years ago
  4. 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
  5. 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
  6. 2b62c2d tools/liblockdep: explicitly declare lockdep API we call from liblockdep by Sasha Levin · 9 years ago
  7. e308e94 tools/liblockdep: add userspace versions of WRITE_ONCE and RCU_INIT_POINTER by Sasha Levin · 9 years ago
  8. 1393ba5 tools/liblockdep: remove task argument from debug_check_no_locks_held by Sasha Levin · 9 years ago
  9. 45825d8 bpf tools: Add new API bpf_object__get_kversion() by Wang Nan · 9 years ago
  10. 6371ca3 bpf tools: Improve libbpf error reporting by Wang Nan · 9 years ago
  11. 0c77c04 tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpf by Yunlong Song · 9 years ago
  12. 715f8db tools lib bpf: Fix compiler warning on CentOS 6 by Namhyung Kim · 9 years ago
  13. b6bd9c7 tools lib traceevent: Support %ps/%pS by Scott Wood · 9 years ago
  14. 2f465de tools lib traceevent: update KVM plugin by Paolo Bonzini · 9 years ago
  15. ccb5597 tools lib api fs: No need to use PATH_MAX + 1 by Jiri Olsa · 9 years ago
  16. f845086 tools lib symbol: Introduce kallsyms2elf_type by Arnaldo Carvalho de Melo · 9 years ago
  17. 8e947f1 tools lib symbol: Rename kallsyms2elf_type to kallsyms2elf_binding by Arnaldo Carvalho de Melo · 9 years ago
  18. 7c422f5 tools build: Build fixdep helper from perf and basic libs by Jiri Olsa · 9 years ago
  19. ab6201d tools build: Add Makefile.include by Jiri Olsa · 9 years ago
  20. dc240c5 tools lib api fs: Store tracing mountpoint for better error message by Jiri Olsa · 9 years ago
  21. 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
  22. b572727 Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new changes by Ingo Molnar · 9 years ago
  23. c2e4b24 tools lib traceevent: Fix string handling in heterogeneous arch environments by Kapileshwar Singh · 9 years ago
  24. 65f041b tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf by Arnaldo Carvalho de Melo · 9 years ago
  25. 20517cd tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage by Arnaldo Carvalho de Melo · 9 years ago
  26. 09f6acf tools lib api cpu: Introduce cpu.[ch] to obtain cpu related information by Arnaldo Carvalho de Melo · 9 years ago
  27. 2d729f6a tools lib api fs: Introduce sysfs__read_{int,ull}() by Arnaldo Carvalho de Melo · 9 years ago
  28. 60a1133 tools lib api fs: Remove debugfs, tracefs and findfs objects by Jiri Olsa · 9 years ago
  29. 4605eab tools lib api fs: Replace debugfs/tracefs objects interface with fs.c by Jiri Olsa · 9 years ago
  30. 4f234f0 tools lib api fs: Make tracing_path_strerror_open message generic by Jiri Olsa · 9 years ago
  31. 709adcb tools lib api fs: Add FSTYPE__configured() method by Jiri Olsa · 9 years ago
  32. 73ca85a tools lib api fs: Add FSTYPE__mount() method by Jiri Olsa · 9 years ago
  33. c495afb tools lib api fs: Add tracefs into fs.c object by Jiri Olsa · 9 years ago
  34. 8ccfabd tools lib api fs: Add debugfs into fs.c object by Jiri Olsa · 9 years ago
  35. 41e3a1f tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.c by Jiri Olsa · 9 years ago
  36. b86b0d3 tools lib api fs: Add STR and PATH_MAX macros to fs object by Jiri Olsa · 9 years ago
  37. 988bdb3 tools lib api fs: Move debugfs__strerror_open into tracing_path.c object by Jiri Olsa · 9 years ago
  38. 592d5a6 tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c by Jiri Olsa · 9 years ago
  39. 7605594 tools lib traceevent: Support function __get_dynamic_array_len by He Kuang · 9 years ago
  40. 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
  41. 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
  42. acf860a bpf tools: New API to get name from a BPF object by Wang Nan · 9 years ago
  43. 1d94501 tools lib traceeveent: Allow for negative numbers in print format by Steven Rostedt · 9 years ago
  44. 33fef66 tools/liblockdep: Use the rbtree header provided by common tools headers by Sasha Levin · 9 years ago
  45. 62b989d tools/liblockdep: Correct macro for WARN by Sasha Levin · 9 years ago
  46. 6f56e9c tools lib traceevent: Add checks for returned EVENT_ERROR type by Dean Nelson · 9 years ago
  47. 9a208ef bpf tools: Link all bpf objects onto a list by Wang Nan · 9 years ago
  48. aa9b1ac bpf tools: Introduce accessors for struct bpf_program by Wang Nan · 9 years ago
  49. 55cffde bpf tools: Load eBPF programs in object files into kernel by Wang Nan · 9 years ago
  50. 7bf9836 bpf tools: Introduce bpf_load_program() to bpf.c by Wang Nan · 9 years ago
  51. 8a47a6c bpf tools: Relocate eBPF programs by Wang Nan · 9 years ago
  52. 52d3352 bpf tools: Create eBPF maps defined in an object file by Wang Nan · 9 years ago
  53. e3ed2fe bpf tools: Add bpf.c/h for common bpf operations by Wang Nan · 9 years ago
  54. 3409091 bpf tools: Record map accessing instructions for each program by Wang Nan · 9 years ago
  55. b62f06e bpf tools: Collect relocation sections from SHT_REL sections by Wang Nan · 9 years ago
  56. a5b8bd4 bpf tools: Collect eBPF programs from their own sections by Wang Nan · 9 years ago
  57. bec7d68 bpf tools: Collect symbol table from SHT_SYMTAB section by Wang Nan · 9 years ago
  58. 0b3d1ef bpf tools: Collect map definitions from 'maps' section by Wang Nan · 9 years ago
  59. cb1e5e9 bpf tools: Collect version and license from ELF sections by Wang Nan · 9 years ago
  60. 2960366 bpf tools: Iterate over ELF sections to collect information by Wang Nan · 9 years ago
  61. cc4228d bpf tools: Check endianness and make libbpf fail early by Wang Nan · 9 years ago
  62. 6c95639 bpf tools: Read eBPF object from buffer by Wang Nan · 9 years ago
  63. 1a5e3fb bpf tools: Open eBPF object file and do basic validation by Wang Nan · 9 years ago
  64. b3f59d6 bpf tools: Allow caller to set printing function by Wang Nan · 9 years ago
  65. 1b76c13 bpf tools: Introduce 'bpf' library and add bpf feature check by Wang Nan · 9 years ago
  66. 33a2471 tools lib traceevent: Allow setting an alternative symbol resolver by Arnaldo Carvalho de Melo · 9 years ago
  67. f6a74a5 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 9 years ago
  68. 0aefc35 tools: Copy lib/hweight.c from the kernel sources by Arnaldo Carvalho de Melo · 9 years ago
  69. c867b15 tools lib: Improve clean target by Riku Voipio · 9 years ago
  70. ab85785 tools lib api debugfs: Check for tracefs when reporting errors by Arnaldo Carvalho de Melo · 9 years ago
  71. 3f73537 tools: Copy lib/rbtree.c to tools/lib/ by Arnaldo Carvalho de Melo · 9 years ago
  72. 38e0962 tools lib traceevent: Ignore libtrace-dynamic-list file by He Kuang · 9 years ago
  73. e3d09ec tools lib traceevent: Export dynamic symbols used by traceevent plugins by He Kuang · 9 years ago
  74. 8d12ded Merge branch 'perf/urgent' into perf/core, before applying dependent patches by Ingo Molnar · 9 years ago
  75. bb53e17 tools lib traceevent: Install libtraceevent.a into libdir by Wang Nan · 9 years ago
  76. 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
  77. b390d85 tools lib traceevent: Provide le16toh define for older systems by Arnaldo Carvalho de Melo · 9 years ago
  78. 2480257 tools/liblockdep: Fix compilation error by Eunbong Song · 9 years ago
  79. d1e40e5 tools/liblockdep: Fix linker error in case of cross compile by Eunbong Song · 9 years ago
  80. f7dc7fd Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 9 years ago
  81. 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
  82. 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
  83. d354243 tools lib traceevent: Add alias field to struct format_field by Jiri Olsa · 9 years ago
  84. 410ceb8 tools lib traceevent: Fix build failure on 32-bit arch by Namhyung Kim · 9 years ago
  85. de28c15 tools lib api: Undefine _FORTIFY_SOURCE before setting it by Bobby Powers · 9 years ago
  86. 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
  87. 3201f0d tools lib traceevent: Honor operator priority by Namhyung Kim · 9 years ago
  88. 7c27f78 tools lib traceevent: Zero should not be considered "not found" in eval_flag() by Steven Rostedt · 9 years ago
  89. bbedb17 tracing: %pF is only for function pointers by Scott Wood · 9 years ago
  90. b839e1e tools lib traceevent: Add support for __print_array() by Javi Merino · 9 years ago
  91. e1644aa tools lib traceevent: Free filter tokens in process_filter() by Steven Rostedt (Red Hat) · 9 years ago
  92. 82ac952 tools lib traceevent: Add way to find sub buffer boundary by Steven Rostedt (Red Hat) · 9 years ago
  93. c5e6919 tools lib traceevent kbuffer: Remove extra update to data pointer in PADDING by Steven Rostedt (Red Hat) · 9 years ago
  94. 5dbcfd9 tools lib traceevent: Make plugin options either string or boolean by Steven Rostedt · 9 years ago
  95. 2771984 tools lib traceevent: Add pevent_data_pid_from_comm() by Steven Rostedt (Red Hat) · 9 years ago
  96. 5542629 tools lib traceevent: Handle %z in bprint format by Steven Rostedt (Red Hat) · 9 years ago
  97. 99ad141 tools lib traceevent: Copy trace_clock and free it by Steven Rostedt (Red Hat) · 9 years ago
  98. deab6f5 tools lib traceevent: Handle NULL comm name by Josef Bacik · 9 years ago
  99. 929a6bb tools lib traceevent: Factor out allocating and processing args by Javi Merino · 9 years ago
  100. 00ae112 tools lib traceevent: Add destructor for format_field by David Ahern · 9 years ago