tools/lib/bpf/libbpf.h:56: 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:56: warning: missing initial short description on line: * @brief **libbpf_bpf_attach_type_str()** converts the provided attach type tools/lib/bpf/libbpf.h:65: 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:65: warning: missing initial short description on line: * @brief **libbpf_bpf_link_type_str()** converts the provided link type value tools/lib/bpf/libbpf.h:74: 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:74: warning: missing initial short description on line: * @brief **libbpf_bpf_map_type_str()** converts the provided map type value tools/lib/bpf/libbpf.h:83: 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:83: warning: missing initial short description on line: * @brief **libbpf_bpf_prog_type_str()** converts the provided program type tools/lib/bpf/libbpf.h:101: 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:206: 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:206: warning: missing initial short description on line: * @brief **bpf_object__open()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:216: 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:216: warning: missing initial short description on line: * @brief **bpf_object__open_file()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:229: 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:229: warning: missing initial short description on line: * @brief **bpf_object__open_mem()** creates a bpf_object by reading tools/lib/bpf/libbpf.h:243: 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:243: warning: missing initial short description on line: * @brief **bpf_object__load()** loads BPF object into kernel. tools/lib/bpf/libbpf.h:252: 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:252: warning: missing initial short description on line: * @brief **bpf_object__close()** closes a BPF object and releases all tools/lib/bpf/libbpf.h:259: 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:259: warning: missing initial short description on line: * @brief **bpf_object__pin_maps()** pins each map contained within tools/lib/bpf/libbpf.h:272: 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:272: warning: missing initial short description on line: * @brief **bpf_object__unpin_maps()** unpins each map contained within tools/lib/bpf/libbpf.h:338: 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:360: 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:360: warning: missing initial short description on line: * @brief **bpf_program__set_insns()** can set BPF program's underlying tools/lib/bpf/libbpf.h:377: 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:377: warning: missing initial short description on line: * @brief **bpf_program__insn_cnt()** returns number of `struct bpf_insn`'s tools/lib/bpf/libbpf.h:390: 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:390: warning: missing initial short description on line: * @brief **bpf_program__pin()** pins the BPF program to a file tools/lib/bpf/libbpf.h:402: 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:402: warning: missing initial short description on line: * @brief **bpf_program__unpin()** unpins the BPF program from a file tools/lib/bpf/libbpf.h:422: 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:422: warning: missing initial short description on line: * @brief **bpf_link__pin()** pins the BPF link to a file tools/lib/bpf/libbpf.h:435: 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:435: warning: missing initial short description on line: * @brief **bpf_link__unpin()** unpins the BPF link from a file tools/lib/bpf/libbpf.h:454: 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:454: warning: missing initial short description on line: * @brief **bpf_program__attach()** is a generic function for attaching tools/lib/bpf/libbpf.h:505: warning: Enum value 'PROBE_ATTACH_MODE_DEFAULT' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:505: warning: Enum value 'PROBE_ATTACH_MODE_LEGACY' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:505: warning: Enum value 'PROBE_ATTACH_MODE_PERF' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:505: warning: Enum value 'PROBE_ATTACH_MODE_LINK' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:574: 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:574: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe_multi()** attaches a BPF program tools/lib/bpf/libbpf.h:616: 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:616: warning: missing initial short description on line: * @brief **bpf_program__attach_ksyscall()** attaches a BPF program tools/lib/bpf/libbpf.h:676: 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:676: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe()** attaches a BPF program tools/lib/bpf/libbpf.h:697: 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:697: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe_opts()** is just like tools/lib/bpf/libbpf.h:725: 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:725: warning: missing initial short description on line: * @brief **bpf_program__attach_usdt()** is just like tools/lib/bpf/libbpf.h:870: 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:870: warning: missing initial short description on line: * @brief **bpf_program__set_type()** sets the program tools/lib/bpf/libbpf.h:887: 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:887: warning: missing initial short description on line: * @brief **bpf_program__set_expected_attach_type()** sets the tools/lib/bpf/libbpf.h:915: 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:930: 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:930: warning: missing initial short description on line: * @brief **bpf_object__find_map_by_name()** returns BPF map of tools/lib/bpf/libbpf.h:956: 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:978: 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:978: warning: missing initial short description on line: * @brief **bpf_map__fd()** gets the file descriptor of the passed tools/lib/bpf/libbpf.h:1005: 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:1005: warning: missing initial short description on line: * @brief **bpf_map__set_value_size()** sets map value size. tools/lib/bpf/libbpf.h:1034: 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:1034: warning: missing initial short description on line: * @brief **bpf_map__is_internal()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1043: 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:1043: 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:1052: 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:1052: 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:1060: 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:1060: warning: missing initial short description on line: * @brief **bpf_map__is_pinned()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1068: 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:1068: warning: missing initial short description on line: * @brief **bpf_map__pin()** creates a file that serves as a 'pin' tools/lib/bpf/libbpf.h:1082: 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:1082: warning: missing initial short description on line: * @brief **bpf_map__unpin()** removes the file that serves as a 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__lookup_elem()** allows to lookup BPF map value tools/lib/bpf/libbpf.h:1098: warning: missing initial short description on line: * @brief **bpf_map__lookup_elem()** allows to lookup BPF map value tools/lib/bpf/libbpf.h:1122: 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:1122: 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:1146: 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:1146: 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:1161: 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:1161: 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:1185: 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:1185: 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:1303: 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:1303: warning: missing initial short description on line: * @brief **ring_buffer__ring()** returns the ringbuffer object inside a given tools/lib/bpf/libbpf.h:1317: 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:1317: warning: missing initial short description on line: * @brief **ring__consumer_pos()** returns the current consumer position in the tools/lib/bpf/libbpf.h:1326: 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:1326: warning: missing initial short description on line: * @brief **ring__producer_pos()** returns the current producer position in the tools/lib/bpf/libbpf.h:1335: 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:1335: warning: missing initial short description on line: * @brief **ring__avail_data_size()** returns the number of bytes in the tools/lib/bpf/libbpf.h:1346: 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:1346: 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:1356: 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:1356: warning: missing initial short description on line: * @brief **ring__map_fd()** returns the file descriptor underlying the given tools/lib/bpf/libbpf.h:1365: 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:1365: warning: missing initial short description on line: * @brief **ring__consume()** consumes available ringbuffer data without event 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__consume_n()** consumes up to a requested amount of items from tools/lib/bpf/libbpf.h:1375: 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:1392: 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:1392: 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:1404: 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:1404: 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:1425: 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:1425: warning: missing initial short description on line: * @brief **user_ring_buffer__reserve_blocking()** reserves a record in the tools/lib/bpf/libbpf.h:1470: 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:1470: warning: missing initial short description on line: * @brief **user_ring_buffer__submit()** submits a previously reserved sample tools/lib/bpf/libbpf.h:1481: 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:1481: warning: missing initial short description on line: * @brief **user_ring_buffer__discard()** discards a previously reserved sample. tools/lib/bpf/libbpf.h:1491: 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:1491: warning: missing initial short description on line: * @brief **user_ring_buffer__free()** frees a ring buffer that was previously tools/lib/bpf/libbpf.h:1513: 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:1513: warning: missing initial short description on line: * @brief **perf_buffer__new()** creates BPF perfbuf manager for a specified tools/lib/bpf/libbpf.h:1571: 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:1610: 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:1610: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_prog_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1623: 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:1623: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_map_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1636: 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:1636: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_helper()** detects if host kernel supports the tools/lib/bpf/libbpf.h:1652: 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:1652: warning: missing initial short description on line: * @brief **libbpf_num_possible_cpus()** is a helper function to get the tools/lib/bpf/libbpf.h:1828: 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:1828: warning: missing initial short description on line: * @brief **libbpf_register_prog_handler()** registers a custom BPF program tools/lib/bpf/libbpf.h:1869: 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:1869: warning: missing initial short description on line: * @brief *libbpf_unregister_prog_handler()* unregisters previously registered tools/lib/bpf/libbpf.h:56: 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:56: warning: missing initial short description on line: * @brief **libbpf_bpf_attach_type_str()** converts the provided attach type tools/lib/bpf/libbpf.h:65: 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:65: warning: missing initial short description on line: * @brief **libbpf_bpf_link_type_str()** converts the provided link type value tools/lib/bpf/libbpf.h:74: 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:74: warning: missing initial short description on line: * @brief **libbpf_bpf_map_type_str()** converts the provided map type value tools/lib/bpf/libbpf.h:83: 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:83: warning: missing initial short description on line: * @brief **libbpf_bpf_prog_type_str()** converts the provided program type tools/lib/bpf/libbpf.h:101: 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:206: 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:206: warning: missing initial short description on line: * @brief **bpf_object__open()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:216: 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:216: warning: missing initial short description on line: * @brief **bpf_object__open_file()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:229: 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:229: warning: missing initial short description on line: * @brief **bpf_object__open_mem()** creates a bpf_object by reading tools/lib/bpf/libbpf.h:243: 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:243: warning: missing initial short description on line: * @brief **bpf_object__load()** loads BPF object into kernel. tools/lib/bpf/libbpf.h:252: 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:252: warning: missing initial short description on line: * @brief **bpf_object__close()** closes a BPF object and releases all tools/lib/bpf/libbpf.h:259: 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:259: warning: missing initial short description on line: * @brief **bpf_object__pin_maps()** pins each map contained within tools/lib/bpf/libbpf.h:272: 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:272: warning: missing initial short description on line: * @brief **bpf_object__unpin_maps()** unpins each map contained within tools/lib/bpf/libbpf.h:338: 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:360: 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:360: warning: missing initial short description on line: * @brief **bpf_program__set_insns()** can set BPF program's underlying tools/lib/bpf/libbpf.h:377: 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:377: warning: missing initial short description on line: * @brief **bpf_program__insn_cnt()** returns number of `struct bpf_insn`'s tools/lib/bpf/libbpf.h:390: 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:390: warning: missing initial short description on line: * @brief **bpf_program__pin()** pins the BPF program to a file tools/lib/bpf/libbpf.h:402: 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:402: warning: missing initial short description on line: * @brief **bpf_program__unpin()** unpins the BPF program from a file tools/lib/bpf/libbpf.h:422: 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:422: warning: missing initial short description on line: * @brief **bpf_link__pin()** pins the BPF link to a file tools/lib/bpf/libbpf.h:435: 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:435: warning: missing initial short description on line: * @brief **bpf_link__unpin()** unpins the BPF link from a file tools/lib/bpf/libbpf.h:454: 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:454: warning: missing initial short description on line: * @brief **bpf_program__attach()** is a generic function for attaching tools/lib/bpf/libbpf.h:505: warning: Enum value 'PROBE_ATTACH_MODE_DEFAULT' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:505: warning: Enum value 'PROBE_ATTACH_MODE_LEGACY' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:505: warning: Enum value 'PROBE_ATTACH_MODE_PERF' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:505: warning: Enum value 'PROBE_ATTACH_MODE_LINK' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:576: 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:576: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe_multi()** attaches a BPF program tools/lib/bpf/libbpf.h:618: 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:618: warning: missing initial short description on line: * @brief **bpf_program__attach_ksyscall()** attaches a BPF program tools/lib/bpf/libbpf.h:678: 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:678: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe()** attaches a BPF program tools/lib/bpf/libbpf.h:699: 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:699: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe_opts()** is just like tools/lib/bpf/libbpf.h:727: 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:727: warning: missing initial short description on line: * @brief **bpf_program__attach_usdt()** is just like tools/lib/bpf/libbpf.h:872: 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:872: warning: missing initial short description on line: * @brief **bpf_program__set_type()** sets the program tools/lib/bpf/libbpf.h:889: 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:889: warning: missing initial short description on line: * @brief **bpf_program__set_expected_attach_type()** sets the tools/lib/bpf/libbpf.h:917: 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:932: 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:932: warning: missing initial short description on line: * @brief **bpf_object__find_map_by_name()** returns BPF map of tools/lib/bpf/libbpf.h:958: 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:980: 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:980: warning: missing initial short description on line: * @brief **bpf_map__fd()** gets the file descriptor of the passed 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_value_size()** sets map value size. tools/lib/bpf/libbpf.h:1007: warning: missing initial short description on line: * @brief **bpf_map__set_value_size()** sets map value size. tools/lib/bpf/libbpf.h:1036: 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:1036: warning: missing initial short description on line: * @brief **bpf_map__is_internal()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1045: 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:1045: 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:1054: 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:1054: 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:1062: 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:1062: warning: missing initial short description on line: * @brief **bpf_map__is_pinned()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1070: 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:1070: warning: missing initial short description on line: * @brief **bpf_map__pin()** creates a file that serves as a 'pin' tools/lib/bpf/libbpf.h:1084: 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:1084: warning: missing initial short description on line: * @brief **bpf_map__unpin()** removes the file that serves as a tools/lib/bpf/libbpf.h:1100: 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:1100: warning: missing initial short description on line: * @brief **bpf_map__lookup_elem()** allows to lookup BPF map value tools/lib/bpf/libbpf.h:1124: 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:1124: 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:1148: 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:1148: 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:1163: 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:1163: 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:1187: 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:1187: 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:1305: 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:1305: warning: missing initial short description on line: * @brief **ring_buffer__ring()** returns the ringbuffer object inside a given tools/lib/bpf/libbpf.h:1319: 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:1319: warning: missing initial short description on line: * @brief **ring__consumer_pos()** returns the current consumer position in the tools/lib/bpf/libbpf.h:1328: 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:1328: warning: missing initial short description on line: * @brief **ring__producer_pos()** returns the current producer position in the tools/lib/bpf/libbpf.h:1337: 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:1337: warning: missing initial short description on line: * @brief **ring__avail_data_size()** returns the number of bytes in the tools/lib/bpf/libbpf.h:1348: 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:1348: 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:1358: 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:1358: warning: missing initial short description on line: * @brief **ring__map_fd()** returns the file descriptor underlying the given tools/lib/bpf/libbpf.h:1367: 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:1367: warning: missing initial short description on line: * @brief **ring__consume()** consumes available ringbuffer data without event tools/lib/bpf/libbpf.h:1377: 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:1377: 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:1394: 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:1394: 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:1406: 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:1406: 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:1427: 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:1427: warning: missing initial short description on line: * @brief **user_ring_buffer__reserve_blocking()** reserves a record in the tools/lib/bpf/libbpf.h:1472: 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:1472: warning: missing initial short description on line: * @brief **user_ring_buffer__submit()** submits a previously reserved sample tools/lib/bpf/libbpf.h:1483: 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:1483: warning: missing initial short description on line: * @brief **user_ring_buffer__discard()** discards a previously reserved sample. tools/lib/bpf/libbpf.h:1493: 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:1493: warning: missing initial short description on line: * @brief **user_ring_buffer__free()** frees a ring buffer that was previously tools/lib/bpf/libbpf.h:1515: 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:1515: warning: missing initial short description on line: * @brief **perf_buffer__new()** creates BPF perfbuf manager for a specified tools/lib/bpf/libbpf.h:1573: 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:1612: 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:1612: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_prog_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1625: 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:1625: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_map_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1638: 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:1638: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_helper()** detects if host kernel supports the tools/lib/bpf/libbpf.h:1654: 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:1654: warning: missing initial short description on line: * @brief **libbpf_num_possible_cpus()** is a helper function to get the tools/lib/bpf/libbpf.h:1830: 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:1830: warning: missing initial short description on line: * @brief **libbpf_register_prog_handler()** registers a custom BPF program tools/lib/bpf/libbpf.h:1871: 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:1871: warning: missing initial short description on line: * @brief *libbpf_unregister_prog_handler()* unregisters previously registered