1. 62e1c09 Merge tag 'perf-core-for-mingo-5.2-20190517' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
  2. 1df9d75 tools lib traceevent: Man pages for trace sequences APIs by Tzvetomir Stoyanov · 6 years ago
  3. 0133fc6 tools lib traceevent: Man pages for APIs used to extract common fields from a record by Tzvetomir Stoyanov · 6 years ago
  4. 73b6b47 tools lib traceevent: Man page for tep_parse_header_page() by Tzvetomir Stoyanov · 6 years ago
  5. e57ea93 tools lib traceevent: Man pages for parse event APIs by Tzvetomir Stoyanov · 6 years ago
  6. 854d73c tools lib traceevent: Man pages for event filter APIs by Tzvetomir Stoyanov · 6 years ago
  7. e643920 tools lib traceevent: Man pages for event fields APIs by Tzvetomir Stoyanov · 6 years ago
  8. 95ec282 tools lib traceevent: Man page for tep_read_number_field() by Tzvetomir Stoyanov · 6 years ago
  9. 6dfe684 tools lib traceevent: Man pages for print field APIs by Tzvetomir Stoyanov · 6 years ago
  10. 96e75ef tools lib traceevent: Man pages for get field value APIs by Tzvetomir Stoyanov · 6 years ago
  11. 0b51220 tools lib traceevent: Man pages for find field APIs by Tzvetomir Stoyanov · 6 years ago
  12. 747e942 tools lib traceevent: Man pages for libtraceevent event get APIs by Tzvetomir Stoyanov · 6 years ago
  13. 7935c31 tools lib traceevent: Man page for list events APIs by Tzvetomir Stoyanov · 6 years ago
  14. 86e8076 tools lib traceevent: Man pages for event find APIs by Tzvetomir Stoyanov · 6 years ago
  15. c76c224 tools lib traceevent: Man page for tep_read_number() by Tzvetomir Stoyanov · 6 years ago
  16. 10e6797 tools lib traceevent: Man pages for registering print function by Tzvetomir Stoyanov · 6 years ago
  17. c818e2d tools lib traceevent: Man pages for function related libtraceevent APIs by Tzvetomir Stoyanov · 6 years ago
  18. db5570e tools lib traceevent: Man pages for event handler APIs by Tzvetomir Stoyanov · 6 years ago
  19. c127ef5 tools lib traceevent: Man page for tep_strerror() by Tzvetomir Stoyanov · 6 years ago
  20. 71ee989 tools lib traceevent: Man page for page size APIs by Tzvetomir Stoyanov · 6 years ago
  21. 802e985 tools lib traceevent: Man page for host endian APIs by Tzvetomir Stoyanov · 6 years ago
  22. 9571f73 tools lib traceevent: Man page for file endian APIs by Tzvetomir Stoyanov · 6 years ago
  23. ba28fab tools lib traceevent: Man page for get/set cpus APIs by Tzvetomir Stoyanov · 6 years ago
  24. 3d2626b tools lib traceevent: Man page for header_page APIs by Tzvetomir Stoyanov · 6 years ago
  25. 680ca34 tools lib traceevent: Man pages for tep_handler related APIs by Tzvetomir Stoyanov · 6 years ago
  26. f7dff58 tools lib traceevent: Add support for man pages with multiple names by Tzvetomir Stoyanov · 6 years ago
  27. dc7fd7b tools lib traceevent: Introduce man pages by Tzvetomir Stoyanov · 6 years ago
  28. 53dbabf tools lib traceevent: Remove hard coded install paths from pkg-config file by Tzvetomir Stoyanov · 6 years ago
  29. d7c4b39 libbpf: detect supported kernel BTF features and sanitize BTF by Andrii Nakryiko · 6 years ago
  30. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  31. 90489a7 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  32. d24ed99 libbpf: remove unnecessary cast-to-void by Björn Töpel · 6 years ago
  33. 7178fb0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  34. 7080da8 libbpf: add libbpf_util.h to header install. by William Tu · 6 years ago
  35. ca31ca8 tools/bpf: fix perf build error with uClibc (seen on ARC) by Vineet Gupta · 6 years ago
  36. 5750902 libbpf: proper XSKMAP cleanup by Björn Töpel · 6 years ago
  37. 0e6741f libbpf: fix invalid munmap call by Björn Töpel · 6 years ago
  38. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  39. 5f05182 tools lib traceevent: Change tag string for error by Leo Yan · 6 years ago
  40. 5f0d736 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  41. a19f89f bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing by Martin KaFai Lau · 6 years ago
  42. 4635b0a tools: sync bpf.h by Matt Mullins · 6 years ago
  43. ad759c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  44. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  45. 3939137 libbpf: add binary to gitignore by Matteo Croce · 6 years ago
  46. 32e621e libbpf: fix samples/bpf build failure due to undefined UINT32_MAX by Daniel T. Lee · 6 years ago
  47. 4f8827d bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statement by Daniel Borkmann · 6 years ago
  48. 8837fe5 bpf, libbpf: handle old kernels more graceful wrt global data sections by Daniel Borkmann · 6 years ago
  49. 4519efa libbpf: fix BPF_LOG_BUF_SIZE off-by-one error by McCabe, Robert J · 6 years ago
  50. 79b1b30 libbpf: remove compile time warning from libbpf_util.h by Magnus Karlsson · 6 years ago
  51. 2c5935f libbpf: optimize barrier for XDP socket rings by Magnus Karlsson · 6 years ago
  52. b7e3a28 libbpf: remove dependency on barrier.h in xsk.h by Magnus Karlsson · 6 years ago
  53. a06d729 libbpf: remove likely/unlikely in xsk.h by Magnus Karlsson · 6 years ago
  54. d5e63fd libbpf: fix XDP socket ring buffer memory ordering by Magnus Karlsson · 6 years ago
  55. e1d1dc4 libbpf: fix printf formatter for ptrdiff_t argument by Andrii Nakryiko · 6 years ago
  56. f32c287 tools lib traceevent: Fix missing equality check for strcmp by Rikard Falkeborn · 6 years ago
  57. 496156e Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  58. 189cf5a btf: add support for VAR and DATASEC in btf_dedup() by Andrii Nakryiko · 6 years ago
  59. 063cc9f libbpf: Support sysctl hook by Andrey Ignatov · 6 years ago
  60. bb23581 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  61. 5e903c6 libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
  62. d5adbdd libbpf: Fix build with gcc-8 by Andrey Ignatov · 6 years ago
  63. 50bd645 libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE by Magnus Karlsson · 6 years ago
  64. 69a0f9e bpf, bpftool: fix a few ubsan warnings by Yonghong Song · 6 years ago
  65. 1713d68 bpf, libbpf: add support for BTF Var and DataSec by Daniel Borkmann · 6 years ago
  66. d859900 bpf, libbpf: support global data/bss/rodata sections by Daniel Borkmann · 6 years ago
  67. f8c7a4d bpf, libbpf: refactor relocation handling by Joe Stringer · 6 years ago
  68. ff466b5 libbpf: Ignore -Wformat-nonliteral warning by Andrey Ignatov · 6 years ago
  69. da11b41 libbpf: teach libbpf about log_level bit 2 by Alexei Starovoitov · 6 years ago
  70. c9bd779 tools lib traceevent: Rename input arguments and local variables of libtraceevent from pevent to tep by Tzvetomir Stoyanov · 6 years ago
  71. 6b1f4c4 perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event_filter to "tep" by Tzvetomir Stoyanov · 6 years ago
  72. 69769ce perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event to "tep" by Tzvetomir Stoyanov · 6 years ago
  73. 047ff22 tools lib traceevent: Rename input arguments of libtraceevent APIs from pevent to tep by Tzvetomir Stoyanov · 6 years ago
  74. 55c34ae tools tools, tools lib traceevent: Make traceevent APIs more consistent by Tzvetomir Stoyanov · 6 years ago
  75. fea6b63 tools lib traceevent: Remove call to exit() from tep_filter_add_filter_str() by Tzvetomir Stoyanov · 6 years ago
  76. a634b27 tools lib traceevent: Remove tep filter trivial APIs by Tzvetomir Stoyanov · 6 years ago
  77. 2ce4639f tools lib traceevent: Removed unneeded !! and return parenthesis by Steven Rostedt (VMware) · 6 years ago
  78. 80c5526 tools lib traceevent: Implement new traceevent APIs for accessing struct tep_handler fields by Tzvetomir Stoyanov · 6 years ago
  79. d5d2d05 tools lib traceevent: Coding style fixes by Tzvetomir Stoyanov · 6 years ago
  80. 489b349 tools lib traceevent: Change description of few APIs by Tzvetomir Stoyanov · 6 years ago
  81. 70df6a7 tools lib traceevent: Add more debugging to see various internal ring buffer entries by Steven Rostedt (Red Hat) · 6 years ago
  82. 6699ed7 tools lib traceevent: Implement a new API, tep_list_events_copy() by Tzvetomir Stoyanov · 6 years ago
  83. fed33e9 tools lib traceevent: Add mono clocks to be parsed in seconds by Steven Rostedt (VMware) · 6 years ago
  84. 328b82b tools lib traceevent: Handle trace_printk() "%px" by Steven Rostedt (VMware) · 6 years ago
  85. 22bdf7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  86. dd399ac tools/bpf: generate pkg-config file for libbpf by Luca Boccassi · 6 years ago
  87. 8543e43 bpf, libbpf: fix quiet install_headers by Daniel Borkmann · 6 years ago
  88. 89dedae libbpf: add libelf dependency to shared library build by Björn Töpel · 6 years ago
  89. 379e201 libbpf: add xsk.h to install_headers target by Björn Töpel · 6 years ago
  90. 1a9df9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  91. 9ec71c1 libbpf: fix btf_dedup equivalence check handling of different kinds by Andrii Nakryiko · 6 years ago
  92. 63197f7 bpf, libbpf: clarify bump in libbpf version info by Daniel Borkmann · 6 years ago
  93. 1d38226 bpf, libbpf: fix version info and add it to shared object by Daniel Borkmann · 6 years ago
  94. d8b5297 Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Thomas Gleixner · 6 years ago
  95. 4a98be8 Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Thomas Gleixner · 6 years ago
  96. 34be1646 tools lib bpf: Introduce bpf_program__get_prog_info_linear() by Song Liu · 6 years ago
  97. 11c1ea6 perf tools: Fix errors under optimization level '-Og' by Changbin Du · 6 years ago
  98. 0aedadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  99. 9768095 btf: resolve enum fwds in btf_dedup by Andrii Nakryiko · 6 years ago
  100. 6bf21b5 libbpf: fix to reject unknown flags in xsk_socket__create() by Magnus Karlsson · 6 years ago