tools/lib/bpf/libbpf.h:55: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_bpf_attach_type_str()** converts the provided attach type tools/lib/bpf/libbpf.h:55: warning: missing initial short description on line: * @brief **libbpf_bpf_attach_type_str()** converts the provided attach type tools/lib/bpf/libbpf.h:64: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_bpf_link_type_str()** converts the provided link type value tools/lib/bpf/libbpf.h:64: warning: missing initial short description on line: * @brief **libbpf_bpf_link_type_str()** converts the provided link type value tools/lib/bpf/libbpf.h:73: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_bpf_map_type_str()** converts the provided map type value tools/lib/bpf/libbpf.h:73: warning: missing initial short description on line: * @brief **libbpf_bpf_map_type_str()** converts the provided map type value tools/lib/bpf/libbpf.h:82: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_bpf_prog_type_str()** converts the provided program type tools/lib/bpf/libbpf.h:82: warning: missing initial short description on line: * @brief **libbpf_bpf_prog_type_str()** converts the provided program type tools/lib/bpf/libbpf.h:100: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_set_print()** sets user-provided log callback function to tools/lib/bpf/libbpf.h:208: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__open()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:208: warning: missing initial short description on line: * @brief **bpf_object__open()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:218: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__open_file()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:218: warning: missing initial short description on line: * @brief **bpf_object__open_file()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:231: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__open_mem()** creates a bpf_object by reading tools/lib/bpf/libbpf.h:231: warning: missing initial short description on line: * @brief **bpf_object__open_mem()** creates a bpf_object by reading tools/lib/bpf/libbpf.h:245: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__prepare()** prepares BPF object for loading: tools/lib/bpf/libbpf.h:245: warning: missing initial short description on line: * @brief **bpf_object__prepare()** prepares BPF object for loading: tools/lib/bpf/libbpf.h:258: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__load()** loads BPF object into kernel. tools/lib/bpf/libbpf.h:258: warning: missing initial short description on line: * @brief **bpf_object__load()** loads BPF object into kernel. tools/lib/bpf/libbpf.h:267: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__close()** closes a BPF object and releases all tools/lib/bpf/libbpf.h:267: warning: missing initial short description on line: * @brief **bpf_object__close()** closes a BPF object and releases all tools/lib/bpf/libbpf.h:274: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__pin_maps()** pins each map contained within tools/lib/bpf/libbpf.h:274: warning: missing initial short description on line: * @brief **bpf_object__pin_maps()** pins each map contained within tools/lib/bpf/libbpf.h:287: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__unpin_maps()** unpins each map contained within tools/lib/bpf/libbpf.h:287: warning: missing initial short description on line: * @brief **bpf_object__unpin_maps()** unpins each map contained within tools/lib/bpf/libbpf.h:311: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__token_fd** is an accessor for BPF token FD associated tools/lib/bpf/libbpf.h:311: warning: missing initial short description on line: * @brief **bpf_object__token_fd** is an accessor for BPF token FD associated tools/lib/bpf/libbpf.h:361: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__insns()** gives read-only access to BPF program's tools/lib/bpf/libbpf.h:383: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__set_insns()** can set BPF program's underlying tools/lib/bpf/libbpf.h:383: warning: missing initial short description on line: * @brief **bpf_program__set_insns()** can set BPF program's underlying tools/lib/bpf/libbpf.h:400: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__insn_cnt()** returns number of `struct bpf_insn`'s tools/lib/bpf/libbpf.h:400: warning: missing initial short description on line: * @brief **bpf_program__insn_cnt()** returns number of `struct bpf_insn`'s tools/lib/bpf/libbpf.h:413: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__pin()** pins the BPF program to a file tools/lib/bpf/libbpf.h:413: warning: missing initial short description on line: * @brief **bpf_program__pin()** pins the BPF program to a file tools/lib/bpf/libbpf.h:425: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__unpin()** unpins the BPF program from a file tools/lib/bpf/libbpf.h:425: warning: missing initial short description on line: * @brief **bpf_program__unpin()** unpins the BPF program from a file tools/lib/bpf/libbpf.h:445: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_link__pin()** pins the BPF link to a file tools/lib/bpf/libbpf.h:445: warning: missing initial short description on line: * @brief **bpf_link__pin()** pins the BPF link to a file tools/lib/bpf/libbpf.h:458: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_link__unpin()** unpins the BPF link from a file tools/lib/bpf/libbpf.h:458: warning: missing initial short description on line: * @brief **bpf_link__unpin()** unpins the BPF link from a file tools/lib/bpf/libbpf.h:477: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__attach()** is a generic function for attaching tools/lib/bpf/libbpf.h:477: warning: missing initial short description on line: * @brief **bpf_program__attach()** is a generic function for attaching tools/lib/bpf/libbpf.h:528: warning: Enum value 'PROBE_ATTACH_MODE_DEFAULT' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:528: warning: Enum value 'PROBE_ATTACH_MODE_LEGACY' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:528: warning: Enum value 'PROBE_ATTACH_MODE_PERF' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:528: warning: Enum value 'PROBE_ATTACH_MODE_LINK' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:603: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__attach_uprobe_multi()** attaches a BPF program tools/lib/bpf/libbpf.h:603: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe_multi()** attaches a BPF program tools/lib/bpf/libbpf.h:645: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__attach_ksyscall()** attaches a BPF program tools/lib/bpf/libbpf.h:645: warning: missing initial short description on line: * @brief **bpf_program__attach_ksyscall()** attaches a BPF program tools/lib/bpf/libbpf.h:705: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__attach_uprobe()** attaches a BPF program tools/lib/bpf/libbpf.h:705: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe()** attaches a BPF program tools/lib/bpf/libbpf.h:726: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__attach_uprobe_opts()** is just like tools/lib/bpf/libbpf.h:726: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe_opts()** is just like tools/lib/bpf/libbpf.h:754: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__attach_usdt()** is just like tools/lib/bpf/libbpf.h:754: warning: missing initial short description on line: * @brief **bpf_program__attach_usdt()** is just like tools/lib/bpf/libbpf.h:899: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__set_type()** sets the program tools/lib/bpf/libbpf.h:899: warning: missing initial short description on line: * @brief **bpf_program__set_type()** sets the program tools/lib/bpf/libbpf.h:916: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__set_expected_attach_type()** sets the tools/lib/bpf/libbpf.h:916: warning: missing initial short description on line: * @brief **bpf_program__set_expected_attach_type()** sets the tools/lib/bpf/libbpf.h:944: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__set_attach_target()** sets BTF-based attach target tools/lib/bpf/libbpf.h:959: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__find_map_by_name()** returns BPF map of tools/lib/bpf/libbpf.h:959: warning: missing initial short description on line: * @brief **bpf_object__find_map_by_name()** returns BPF map of tools/lib/bpf/libbpf.h:985: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__set_autocreate()** sets whether libbpf has to auto-create tools/lib/bpf/libbpf.h:1007: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__set_autoattach()** sets whether libbpf has to auto-attach tools/lib/bpf/libbpf.h:1016: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__autoattach()** returns whether BPF map is configured to tools/lib/bpf/libbpf.h:1016: warning: missing initial short description on line: * @brief **bpf_map__autoattach()** returns whether BPF map is configured to tools/lib/bpf/libbpf.h:1024: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__fd()** gets the file descriptor of the passed tools/lib/bpf/libbpf.h:1024: warning: missing initial short description on line: * @brief **bpf_map__fd()** gets the file descriptor of the passed tools/lib/bpf/libbpf.h:1051: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__set_value_size()** sets map value size. tools/lib/bpf/libbpf.h:1051: warning: missing initial short description on line: * @brief **bpf_map__set_value_size()** sets map value size. tools/lib/bpf/libbpf.h:1080: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__is_internal()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1080: warning: missing initial short description on line: * @brief **bpf_map__is_internal()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1089: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__set_pin_path()** sets the path attribute that tells where the tools/lib/bpf/libbpf.h:1089: warning: missing initial short description on line: * @brief **bpf_map__set_pin_path()** sets the path attribute that tells where the tools/lib/bpf/libbpf.h:1098: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__pin_path()** gets the path attribute that tells where the tools/lib/bpf/libbpf.h:1098: warning: missing initial short description on line: * @brief **bpf_map__pin_path()** gets the path attribute that tells where the tools/lib/bpf/libbpf.h:1106: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__is_pinned()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1106: warning: missing initial short description on line: * @brief **bpf_map__is_pinned()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1114: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__pin()** creates a file that serves as a 'pin' tools/lib/bpf/libbpf.h:1114: warning: missing initial short description on line: * @brief **bpf_map__pin()** creates a file that serves as a 'pin' tools/lib/bpf/libbpf.h:1128: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__unpin()** removes the file that serves as a tools/lib/bpf/libbpf.h:1128: warning: missing initial short description on line: * @brief **bpf_map__unpin()** removes the file that serves as a tools/lib/bpf/libbpf.h:1144: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__lookup_elem()** allows to lookup BPF map value tools/lib/bpf/libbpf.h:1144: warning: missing initial short description on line: * @brief **bpf_map__lookup_elem()** allows to lookup BPF map value tools/lib/bpf/libbpf.h:1168: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__update_elem()** allows to insert or update value in BPF tools/lib/bpf/libbpf.h:1168: warning: missing initial short description on line: * @brief **bpf_map__update_elem()** allows to insert or update value in BPF tools/lib/bpf/libbpf.h:1192: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__delete_elem()** allows to delete element in BPF map that tools/lib/bpf/libbpf.h:1192: warning: missing initial short description on line: * @brief **bpf_map__delete_elem()** allows to delete element in BPF map that tools/lib/bpf/libbpf.h:1207: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__lookup_and_delete_elem()** allows to lookup BPF map value tools/lib/bpf/libbpf.h:1207: warning: missing initial short description on line: * @brief **bpf_map__lookup_and_delete_elem()** allows to lookup BPF map value tools/lib/bpf/libbpf.h:1231: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__get_next_key()** allows to iterate BPF map keys by tools/lib/bpf/libbpf.h:1231: warning: missing initial short description on line: * @brief **bpf_map__get_next_key()** allows to iterate BPF map keys by tools/lib/bpf/libbpf.h:1349: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring_buffer__ring()** returns the ringbuffer object inside a given tools/lib/bpf/libbpf.h:1349: warning: missing initial short description on line: * @brief **ring_buffer__ring()** returns the ringbuffer object inside a given tools/lib/bpf/libbpf.h:1363: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__consumer_pos()** returns the current consumer position in the tools/lib/bpf/libbpf.h:1363: warning: missing initial short description on line: * @brief **ring__consumer_pos()** returns the current consumer position in the tools/lib/bpf/libbpf.h:1372: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__producer_pos()** returns the current producer position in the tools/lib/bpf/libbpf.h:1372: warning: missing initial short description on line: * @brief **ring__producer_pos()** returns the current producer position in the tools/lib/bpf/libbpf.h:1381: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__avail_data_size()** returns the number of bytes in the tools/lib/bpf/libbpf.h:1381: warning: missing initial short description on line: * @brief **ring__avail_data_size()** returns the number of bytes in the tools/lib/bpf/libbpf.h:1392: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__size()** returns the total size of the ringbuffer's map data tools/lib/bpf/libbpf.h:1392: warning: missing initial short description on line: * @brief **ring__size()** returns the total size of the ringbuffer's map data tools/lib/bpf/libbpf.h:1402: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__map_fd()** returns the file descriptor underlying the given tools/lib/bpf/libbpf.h:1402: warning: missing initial short description on line: * @brief **ring__map_fd()** returns the file descriptor underlying the given tools/lib/bpf/libbpf.h:1411: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__consume()** consumes available ringbuffer data without event tools/lib/bpf/libbpf.h:1411: warning: missing initial short description on line: * @brief **ring__consume()** consumes available ringbuffer data without event tools/lib/bpf/libbpf.h:1421: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__consume_n()** consumes up to a requested amount of items from tools/lib/bpf/libbpf.h:1421: warning: missing initial short description on line: * @brief **ring__consume_n()** consumes up to a requested amount of items from tools/lib/bpf/libbpf.h:1438: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **user_ring_buffer__new()** creates a new instance of a user ring tools/lib/bpf/libbpf.h:1438: warning: missing initial short description on line: * @brief **user_ring_buffer__new()** creates a new instance of a user ring tools/lib/bpf/libbpf.h:1450: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **user_ring_buffer__reserve()** reserves a pointer to a sample in the tools/lib/bpf/libbpf.h:1450: warning: missing initial short description on line: * @brief **user_ring_buffer__reserve()** reserves a pointer to a sample in the tools/lib/bpf/libbpf.h:1471: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **user_ring_buffer__reserve_blocking()** reserves a record in the tools/lib/bpf/libbpf.h:1471: warning: missing initial short description on line: * @brief **user_ring_buffer__reserve_blocking()** reserves a record in the tools/lib/bpf/libbpf.h:1516: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **user_ring_buffer__submit()** submits a previously reserved sample tools/lib/bpf/libbpf.h:1516: warning: missing initial short description on line: * @brief **user_ring_buffer__submit()** submits a previously reserved sample tools/lib/bpf/libbpf.h:1527: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **user_ring_buffer__discard()** discards a previously reserved sample. tools/lib/bpf/libbpf.h:1527: warning: missing initial short description on line: * @brief **user_ring_buffer__discard()** discards a previously reserved sample. tools/lib/bpf/libbpf.h:1537: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **user_ring_buffer__free()** frees a ring buffer that was previously tools/lib/bpf/libbpf.h:1537: warning: missing initial short description on line: * @brief **user_ring_buffer__free()** frees a ring buffer that was previously tools/lib/bpf/libbpf.h:1559: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **perf_buffer__new()** creates BPF perfbuf manager for a specified tools/lib/bpf/libbpf.h:1559: warning: missing initial short description on line: * @brief **perf_buffer__new()** creates BPF perfbuf manager for a specified tools/lib/bpf/libbpf.h:1617: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **perf_buffer__buffer()** returns the per-cpu raw mmap()'ed underlying tools/lib/bpf/libbpf.h:1656: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_probe_bpf_prog_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1656: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_prog_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1669: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_probe_bpf_map_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1669: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_map_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1682: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_probe_bpf_helper()** detects if host kernel supports the tools/lib/bpf/libbpf.h:1682: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_helper()** detects if host kernel supports the tools/lib/bpf/libbpf.h:1698: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_num_possible_cpus()** is a helper function to get the tools/lib/bpf/libbpf.h:1698: warning: missing initial short description on line: * @brief **libbpf_num_possible_cpus()** is a helper function to get the tools/lib/bpf/libbpf.h:1880: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_register_prog_handler()** registers a custom BPF program tools/lib/bpf/libbpf.h:1880: warning: missing initial short description on line: * @brief **libbpf_register_prog_handler()** registers a custom BPF program tools/lib/bpf/libbpf.h:1921: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief *libbpf_unregister_prog_handler()* unregisters previously registered tools/lib/bpf/libbpf.h:1921: warning: missing initial short description on line: * @brief *libbpf_unregister_prog_handler()* unregisters previously registered tools/lib/bpf/libbpf.h:55: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_bpf_attach_type_str()** converts the provided attach type tools/lib/bpf/libbpf.h:55: warning: missing initial short description on line: * @brief **libbpf_bpf_attach_type_str()** converts the provided attach type tools/lib/bpf/libbpf.h:64: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_bpf_link_type_str()** converts the provided link type value tools/lib/bpf/libbpf.h:64: warning: missing initial short description on line: * @brief **libbpf_bpf_link_type_str()** converts the provided link type value tools/lib/bpf/libbpf.h:73: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_bpf_map_type_str()** converts the provided map type value tools/lib/bpf/libbpf.h:73: warning: missing initial short description on line: * @brief **libbpf_bpf_map_type_str()** converts the provided map type value tools/lib/bpf/libbpf.h:82: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_bpf_prog_type_str()** converts the provided program type tools/lib/bpf/libbpf.h:82: warning: missing initial short description on line: * @brief **libbpf_bpf_prog_type_str()** converts the provided program type tools/lib/bpf/libbpf.h:100: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_set_print()** sets user-provided log callback function to tools/lib/bpf/libbpf.h:208: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__open()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:208: warning: missing initial short description on line: * @brief **bpf_object__open()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:218: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__open_file()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:218: warning: missing initial short description on line: * @brief **bpf_object__open_file()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:231: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__open_mem()** creates a bpf_object by reading tools/lib/bpf/libbpf.h:231: warning: missing initial short description on line: * @brief **bpf_object__open_mem()** creates a bpf_object by reading tools/lib/bpf/libbpf.h:245: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__prepare()** prepares BPF object for loading: tools/lib/bpf/libbpf.h:245: warning: missing initial short description on line: * @brief **bpf_object__prepare()** prepares BPF object for loading: tools/lib/bpf/libbpf.h:258: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__load()** loads BPF object into kernel. tools/lib/bpf/libbpf.h:258: warning: missing initial short description on line: * @brief **bpf_object__load()** loads BPF object into kernel. tools/lib/bpf/libbpf.h:267: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__close()** closes a BPF object and releases all tools/lib/bpf/libbpf.h:267: warning: missing initial short description on line: * @brief **bpf_object__close()** closes a BPF object and releases all tools/lib/bpf/libbpf.h:274: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__pin_maps()** pins each map contained within tools/lib/bpf/libbpf.h:274: warning: missing initial short description on line: * @brief **bpf_object__pin_maps()** pins each map contained within tools/lib/bpf/libbpf.h:287: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__unpin_maps()** unpins each map contained within tools/lib/bpf/libbpf.h:287: warning: missing initial short description on line: * @brief **bpf_object__unpin_maps()** unpins each map contained within tools/lib/bpf/libbpf.h:311: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__token_fd** is an accessor for BPF token FD associated tools/lib/bpf/libbpf.h:311: warning: missing initial short description on line: * @brief **bpf_object__token_fd** is an accessor for BPF token FD associated tools/lib/bpf/libbpf.h:361: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__insns()** gives read-only access to BPF program's tools/lib/bpf/libbpf.h:383: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__set_insns()** can set BPF program's underlying tools/lib/bpf/libbpf.h:383: warning: missing initial short description on line: * @brief **bpf_program__set_insns()** can set BPF program's underlying tools/lib/bpf/libbpf.h:400: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__insn_cnt()** returns number of `struct bpf_insn`'s tools/lib/bpf/libbpf.h:400: warning: missing initial short description on line: * @brief **bpf_program__insn_cnt()** returns number of `struct bpf_insn`'s tools/lib/bpf/libbpf.h:413: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__pin()** pins the BPF program to a file tools/lib/bpf/libbpf.h:413: warning: missing initial short description on line: * @brief **bpf_program__pin()** pins the BPF program to a file tools/lib/bpf/libbpf.h:425: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__unpin()** unpins the BPF program from a file tools/lib/bpf/libbpf.h:425: warning: missing initial short description on line: * @brief **bpf_program__unpin()** unpins the BPF program from a file tools/lib/bpf/libbpf.h:445: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_link__pin()** pins the BPF link to a file tools/lib/bpf/libbpf.h:445: warning: missing initial short description on line: * @brief **bpf_link__pin()** pins the BPF link to a file tools/lib/bpf/libbpf.h:458: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_link__unpin()** unpins the BPF link from a file tools/lib/bpf/libbpf.h:458: warning: missing initial short description on line: * @brief **bpf_link__unpin()** unpins the BPF link from a file tools/lib/bpf/libbpf.h:477: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__attach()** is a generic function for attaching tools/lib/bpf/libbpf.h:477: warning: missing initial short description on line: * @brief **bpf_program__attach()** is a generic function for attaching tools/lib/bpf/libbpf.h:528: warning: Enum value 'PROBE_ATTACH_MODE_DEFAULT' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:528: warning: Enum value 'PROBE_ATTACH_MODE_LEGACY' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:528: warning: Enum value 'PROBE_ATTACH_MODE_PERF' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:528: warning: Enum value 'PROBE_ATTACH_MODE_LINK' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:603: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__attach_uprobe_multi()** attaches a BPF program tools/lib/bpf/libbpf.h:603: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe_multi()** attaches a BPF program tools/lib/bpf/libbpf.h:645: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__attach_ksyscall()** attaches a BPF program tools/lib/bpf/libbpf.h:645: warning: missing initial short description on line: * @brief **bpf_program__attach_ksyscall()** attaches a BPF program tools/lib/bpf/libbpf.h:705: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__attach_uprobe()** attaches a BPF program tools/lib/bpf/libbpf.h:705: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe()** attaches a BPF program tools/lib/bpf/libbpf.h:726: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__attach_uprobe_opts()** is just like tools/lib/bpf/libbpf.h:726: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe_opts()** is just like tools/lib/bpf/libbpf.h:754: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__attach_usdt()** is just like tools/lib/bpf/libbpf.h:754: warning: missing initial short description on line: * @brief **bpf_program__attach_usdt()** is just like tools/lib/bpf/libbpf.h:899: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__set_type()** sets the program tools/lib/bpf/libbpf.h:899: warning: missing initial short description on line: * @brief **bpf_program__set_type()** sets the program tools/lib/bpf/libbpf.h:916: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__set_expected_attach_type()** sets the tools/lib/bpf/libbpf.h:916: warning: missing initial short description on line: * @brief **bpf_program__set_expected_attach_type()** sets the tools/lib/bpf/libbpf.h:944: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_program__set_attach_target()** sets BTF-based attach target tools/lib/bpf/libbpf.h:959: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_object__find_map_by_name()** returns BPF map of tools/lib/bpf/libbpf.h:959: warning: missing initial short description on line: * @brief **bpf_object__find_map_by_name()** returns BPF map of tools/lib/bpf/libbpf.h:985: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__set_autocreate()** sets whether libbpf has to auto-create tools/lib/bpf/libbpf.h:1007: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__set_autoattach()** sets whether libbpf has to auto-attach tools/lib/bpf/libbpf.h:1016: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__autoattach()** returns whether BPF map is configured to tools/lib/bpf/libbpf.h:1016: warning: missing initial short description on line: * @brief **bpf_map__autoattach()** returns whether BPF map is configured to tools/lib/bpf/libbpf.h:1024: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__fd()** gets the file descriptor of the passed tools/lib/bpf/libbpf.h:1024: warning: missing initial short description on line: * @brief **bpf_map__fd()** gets the file descriptor of the passed tools/lib/bpf/libbpf.h:1051: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__set_value_size()** sets map value size. tools/lib/bpf/libbpf.h:1051: warning: missing initial short description on line: * @brief **bpf_map__set_value_size()** sets map value size. tools/lib/bpf/libbpf.h:1080: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__is_internal()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1080: warning: missing initial short description on line: * @brief **bpf_map__is_internal()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1089: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__set_pin_path()** sets the path attribute that tells where the tools/lib/bpf/libbpf.h:1089: warning: missing initial short description on line: * @brief **bpf_map__set_pin_path()** sets the path attribute that tells where the tools/lib/bpf/libbpf.h:1098: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__pin_path()** gets the path attribute that tells where the tools/lib/bpf/libbpf.h:1098: warning: missing initial short description on line: * @brief **bpf_map__pin_path()** gets the path attribute that tells where the tools/lib/bpf/libbpf.h:1106: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__is_pinned()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1106: warning: missing initial short description on line: * @brief **bpf_map__is_pinned()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1114: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__pin()** creates a file that serves as a 'pin' tools/lib/bpf/libbpf.h:1114: warning: missing initial short description on line: * @brief **bpf_map__pin()** creates a file that serves as a 'pin' tools/lib/bpf/libbpf.h:1128: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__unpin()** removes the file that serves as a tools/lib/bpf/libbpf.h:1128: warning: missing initial short description on line: * @brief **bpf_map__unpin()** removes the file that serves as a tools/lib/bpf/libbpf.h:1144: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__lookup_elem()** allows to lookup BPF map value tools/lib/bpf/libbpf.h:1144: warning: missing initial short description on line: * @brief **bpf_map__lookup_elem()** allows to lookup BPF map value tools/lib/bpf/libbpf.h:1168: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__update_elem()** allows to insert or update value in BPF tools/lib/bpf/libbpf.h:1168: warning: missing initial short description on line: * @brief **bpf_map__update_elem()** allows to insert or update value in BPF tools/lib/bpf/libbpf.h:1192: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__delete_elem()** allows to delete element in BPF map that tools/lib/bpf/libbpf.h:1192: warning: missing initial short description on line: * @brief **bpf_map__delete_elem()** allows to delete element in BPF map that tools/lib/bpf/libbpf.h:1207: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__lookup_and_delete_elem()** allows to lookup BPF map value tools/lib/bpf/libbpf.h:1207: warning: missing initial short description on line: * @brief **bpf_map__lookup_and_delete_elem()** allows to lookup BPF map value tools/lib/bpf/libbpf.h:1231: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **bpf_map__get_next_key()** allows to iterate BPF map keys by tools/lib/bpf/libbpf.h:1231: warning: missing initial short description on line: * @brief **bpf_map__get_next_key()** allows to iterate BPF map keys by tools/lib/bpf/libbpf.h:1352: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring_buffer__ring()** returns the ringbuffer object inside a given tools/lib/bpf/libbpf.h:1352: warning: missing initial short description on line: * @brief **ring_buffer__ring()** returns the ringbuffer object inside a given tools/lib/bpf/libbpf.h:1366: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__consumer_pos()** returns the current consumer position in the tools/lib/bpf/libbpf.h:1366: warning: missing initial short description on line: * @brief **ring__consumer_pos()** returns the current consumer position in the tools/lib/bpf/libbpf.h:1375: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__producer_pos()** returns the current producer position in the tools/lib/bpf/libbpf.h:1375: warning: missing initial short description on line: * @brief **ring__producer_pos()** returns the current producer position in the tools/lib/bpf/libbpf.h:1384: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__avail_data_size()** returns the number of bytes in the tools/lib/bpf/libbpf.h:1384: warning: missing initial short description on line: * @brief **ring__avail_data_size()** returns the number of bytes in the tools/lib/bpf/libbpf.h:1395: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__size()** returns the total size of the ringbuffer's map data tools/lib/bpf/libbpf.h:1395: warning: missing initial short description on line: * @brief **ring__size()** returns the total size of the ringbuffer's map data tools/lib/bpf/libbpf.h:1405: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__map_fd()** returns the file descriptor underlying the given tools/lib/bpf/libbpf.h:1405: warning: missing initial short description on line: * @brief **ring__map_fd()** returns the file descriptor underlying the given tools/lib/bpf/libbpf.h:1414: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__consume()** consumes available ringbuffer data without event tools/lib/bpf/libbpf.h:1414: warning: missing initial short description on line: * @brief **ring__consume()** consumes available ringbuffer data without event tools/lib/bpf/libbpf.h:1424: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **ring__consume_n()** consumes up to a requested amount of items from tools/lib/bpf/libbpf.h:1424: warning: missing initial short description on line: * @brief **ring__consume_n()** consumes up to a requested amount of items from tools/lib/bpf/libbpf.h:1441: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **user_ring_buffer__new()** creates a new instance of a user ring tools/lib/bpf/libbpf.h:1441: warning: missing initial short description on line: * @brief **user_ring_buffer__new()** creates a new instance of a user ring tools/lib/bpf/libbpf.h:1453: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **user_ring_buffer__reserve()** reserves a pointer to a sample in the tools/lib/bpf/libbpf.h:1453: warning: missing initial short description on line: * @brief **user_ring_buffer__reserve()** reserves a pointer to a sample in the tools/lib/bpf/libbpf.h:1474: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **user_ring_buffer__reserve_blocking()** reserves a record in the tools/lib/bpf/libbpf.h:1474: warning: missing initial short description on line: * @brief **user_ring_buffer__reserve_blocking()** reserves a record in the tools/lib/bpf/libbpf.h:1519: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **user_ring_buffer__submit()** submits a previously reserved sample tools/lib/bpf/libbpf.h:1519: warning: missing initial short description on line: * @brief **user_ring_buffer__submit()** submits a previously reserved sample tools/lib/bpf/libbpf.h:1530: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **user_ring_buffer__discard()** discards a previously reserved sample. tools/lib/bpf/libbpf.h:1530: warning: missing initial short description on line: * @brief **user_ring_buffer__discard()** discards a previously reserved sample. tools/lib/bpf/libbpf.h:1540: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **user_ring_buffer__free()** frees a ring buffer that was previously tools/lib/bpf/libbpf.h:1540: warning: missing initial short description on line: * @brief **user_ring_buffer__free()** frees a ring buffer that was previously tools/lib/bpf/libbpf.h:1562: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **perf_buffer__new()** creates BPF perfbuf manager for a specified tools/lib/bpf/libbpf.h:1562: warning: missing initial short description on line: * @brief **perf_buffer__new()** creates BPF perfbuf manager for a specified tools/lib/bpf/libbpf.h:1620: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **perf_buffer__buffer()** returns the per-cpu raw mmap()'ed underlying tools/lib/bpf/libbpf.h:1659: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_probe_bpf_prog_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1659: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_prog_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1672: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_probe_bpf_map_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1672: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_map_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1685: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_probe_bpf_helper()** detects if host kernel supports the tools/lib/bpf/libbpf.h:1685: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_helper()** detects if host kernel supports the tools/lib/bpf/libbpf.h:1701: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_num_possible_cpus()** is a helper function to get the tools/lib/bpf/libbpf.h:1701: warning: missing initial short description on line: * @brief **libbpf_num_possible_cpus()** is a helper function to get the tools/lib/bpf/libbpf.h:1883: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief **libbpf_register_prog_handler()** registers a custom BPF program tools/lib/bpf/libbpf.h:1883: warning: missing initial short description on line: * @brief **libbpf_register_prog_handler()** registers a custom BPF program tools/lib/bpf/libbpf.h:1924: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * @brief *libbpf_unregister_prog_handler()* unregisters previously registered tools/lib/bpf/libbpf.h:1924: warning: missing initial short description on line: * @brief *libbpf_unregister_prog_handler()* unregisters previously registered