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:209: 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:209: warning: missing initial short description on line: * @brief **bpf_object__open()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:219: 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:219: warning: missing initial short description on line: * @brief **bpf_object__open_file()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:232: 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:232: warning: missing initial short description on line: * @brief **bpf_object__open_mem()** creates a bpf_object by reading tools/lib/bpf/libbpf.h:246: 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:246: warning: missing initial short description on line: * @brief **bpf_object__load()** loads BPF object into kernel. tools/lib/bpf/libbpf.h:255: 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:255: warning: missing initial short description on line: * @brief **bpf_object__close()** closes a BPF object and releases all tools/lib/bpf/libbpf.h:262: 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:262: warning: missing initial short description on line: * @brief **bpf_object__pin_maps()** pins each map contained within tools/lib/bpf/libbpf.h:275: 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:275: warning: missing initial short description on line: * @brief **bpf_object__unpin_maps()** unpins each map contained within tools/lib/bpf/libbpf.h:299: 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:299: 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:349: 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:371: 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:371: warning: missing initial short description on line: * @brief **bpf_program__set_insns()** can set BPF program's underlying tools/lib/bpf/libbpf.h:388: 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:388: warning: missing initial short description on line: * @brief **bpf_program__insn_cnt()** returns number of `struct bpf_insn`'s tools/lib/bpf/libbpf.h:401: 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:401: warning: missing initial short description on line: * @brief **bpf_program__pin()** pins the BPF program to a file 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__unpin()** unpins the BPF program from a file tools/lib/bpf/libbpf.h:413: warning: missing initial short description on line: * @brief **bpf_program__unpin()** unpins the BPF program from a file tools/lib/bpf/libbpf.h:433: 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:433: warning: missing initial short description on line: * @brief **bpf_link__pin()** pins the BPF link to a file tools/lib/bpf/libbpf.h:446: 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:446: warning: missing initial short description on line: * @brief **bpf_link__unpin()** unpins the BPF link from a file tools/lib/bpf/libbpf.h:465: 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:465: warning: missing initial short description on line: * @brief **bpf_program__attach()** is a generic function for attaching tools/lib/bpf/libbpf.h:516: warning: Enum value 'PROBE_ATTACH_MODE_DEFAULT' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:516: warning: Enum value 'PROBE_ATTACH_MODE_LEGACY' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:516: warning: Enum value 'PROBE_ATTACH_MODE_PERF' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:516: warning: Enum value 'PROBE_ATTACH_MODE_LINK' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:591: 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:591: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe_multi()** attaches a BPF program tools/lib/bpf/libbpf.h:633: 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:633: warning: missing initial short description on line: * @brief **bpf_program__attach_ksyscall()** attaches a BPF program tools/lib/bpf/libbpf.h:693: 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:693: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe()** attaches a BPF program tools/lib/bpf/libbpf.h:714: 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:714: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe_opts()** is just like tools/lib/bpf/libbpf.h:742: 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:742: warning: missing initial short description on line: * @brief **bpf_program__attach_usdt()** is just like 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_type()** sets the program tools/lib/bpf/libbpf.h:887: warning: missing initial short description on line: * @brief **bpf_program__set_type()** sets the program tools/lib/bpf/libbpf.h:904: 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:904: warning: missing initial short description on line: * @brief **bpf_program__set_expected_attach_type()** sets the 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_program__set_attach_target()** sets BTF-based attach target tools/lib/bpf/libbpf.h:947: 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:947: warning: missing initial short description on line: * @brief **bpf_object__find_map_by_name()** returns BPF map of tools/lib/bpf/libbpf.h:973: 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:995: 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:1004: 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:1004: warning: missing initial short description on line: * @brief **bpf_map__autoattach()** returns whether BPF map is configured to tools/lib/bpf/libbpf.h:1012: 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:1012: warning: missing initial short description on line: * @brief **bpf_map__fd()** gets the file descriptor of the passed tools/lib/bpf/libbpf.h:1039: 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:1039: warning: missing initial short description on line: * @brief **bpf_map__set_value_size()** sets map value size. 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__is_internal()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1068: warning: missing initial short description on line: * @brief **bpf_map__is_internal()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1077: 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:1077: 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:1086: 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:1086: 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:1094: 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:1094: warning: missing initial short description on line: * @brief **bpf_map__is_pinned()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1102: 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:1102: warning: missing initial short description on line: * @brief **bpf_map__pin()** creates a file that serves as a 'pin' tools/lib/bpf/libbpf.h:1116: 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:1116: warning: missing initial short description on line: * @brief **bpf_map__unpin()** removes the file that serves as a tools/lib/bpf/libbpf.h:1132: 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:1132: warning: missing initial short description on line: * @brief **bpf_map__lookup_elem()** allows to lookup BPF map value tools/lib/bpf/libbpf.h:1156: 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:1156: 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:1180: 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:1180: 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:1195: 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:1195: 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:1219: 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:1219: 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:1337: 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:1337: warning: missing initial short description on line: * @brief **ring_buffer__ring()** returns the ringbuffer object inside a given tools/lib/bpf/libbpf.h:1351: 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:1351: warning: missing initial short description on line: * @brief **ring__consumer_pos()** returns the current consumer position in the tools/lib/bpf/libbpf.h:1360: 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:1360: warning: missing initial short description on line: * @brief **ring__producer_pos()** returns the current producer position in the tools/lib/bpf/libbpf.h:1369: 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:1369: warning: missing initial short description on line: * @brief **ring__avail_data_size()** returns the number of bytes in the tools/lib/bpf/libbpf.h:1380: 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:1380: 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:1390: 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:1390: warning: missing initial short description on line: * @brief **ring__map_fd()** returns the file descriptor underlying the given tools/lib/bpf/libbpf.h:1399: 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:1399: warning: missing initial short description on line: * @brief **ring__consume()** consumes available ringbuffer data without event tools/lib/bpf/libbpf.h:1409: 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:1409: 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:1426: 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:1426: 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:1438: 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:1438: 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:1459: 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:1459: warning: missing initial short description on line: * @brief **user_ring_buffer__reserve_blocking()** reserves a record in the tools/lib/bpf/libbpf.h:1504: 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:1504: warning: missing initial short description on line: * @brief **user_ring_buffer__submit()** submits a previously reserved sample 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 **user_ring_buffer__discard()** discards a previously reserved sample. tools/lib/bpf/libbpf.h:1515: warning: missing initial short description on line: * @brief **user_ring_buffer__discard()** discards a previously reserved sample. tools/lib/bpf/libbpf.h:1525: 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:1525: warning: missing initial short description on line: * @brief **user_ring_buffer__free()** frees a ring buffer that was previously tools/lib/bpf/libbpf.h:1547: 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:1547: warning: missing initial short description on line: * @brief **perf_buffer__new()** creates BPF perfbuf manager for a specified tools/lib/bpf/libbpf.h:1605: 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:1644: 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:1644: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_prog_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1657: 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:1657: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_map_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1670: 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:1670: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_helper()** detects if host kernel supports the tools/lib/bpf/libbpf.h:1686: 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:1686: warning: missing initial short description on line: * @brief **libbpf_num_possible_cpus()** is a helper function to get the tools/lib/bpf/libbpf.h:1868: 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:1868: warning: missing initial short description on line: * @brief **libbpf_register_prog_handler()** registers a custom BPF program tools/lib/bpf/libbpf.h:1909: 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:1909: 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:209: 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:209: warning: missing initial short description on line: * @brief **bpf_object__open()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:219: 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:219: warning: missing initial short description on line: * @brief **bpf_object__open_file()** creates a bpf_object by opening tools/lib/bpf/libbpf.h:232: 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:232: warning: missing initial short description on line: * @brief **bpf_object__open_mem()** creates a bpf_object by reading tools/lib/bpf/libbpf.h:246: 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:246: warning: missing initial short description on line: * @brief **bpf_object__prepare()** prepares BPF object for loading: 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__load()** loads BPF object into kernel. tools/lib/bpf/libbpf.h:259: warning: missing initial short description on line: * @brief **bpf_object__load()** loads BPF object into kernel. tools/lib/bpf/libbpf.h:268: 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:268: warning: missing initial short description on line: * @brief **bpf_object__close()** closes a BPF object and releases all tools/lib/bpf/libbpf.h:275: 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:275: warning: missing initial short description on line: * @brief **bpf_object__pin_maps()** pins each map contained within tools/lib/bpf/libbpf.h:288: 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:288: warning: missing initial short description on line: * @brief **bpf_object__unpin_maps()** unpins each map contained within tools/lib/bpf/libbpf.h:312: 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:312: 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:362: 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:384: 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:384: warning: missing initial short description on line: * @brief **bpf_program__set_insns()** can set BPF program's underlying tools/lib/bpf/libbpf.h:401: 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:401: warning: missing initial short description on line: * @brief **bpf_program__insn_cnt()** returns number of `struct bpf_insn`'s tools/lib/bpf/libbpf.h:414: 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:414: warning: missing initial short description on line: * @brief **bpf_program__pin()** pins the BPF program to a file tools/lib/bpf/libbpf.h:426: 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:426: warning: missing initial short description on line: * @brief **bpf_program__unpin()** unpins the BPF program from a file tools/lib/bpf/libbpf.h:446: 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:446: warning: missing initial short description on line: * @brief **bpf_link__pin()** pins the BPF link to a file tools/lib/bpf/libbpf.h:459: 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:459: warning: missing initial short description on line: * @brief **bpf_link__unpin()** unpins the BPF link from a file tools/lib/bpf/libbpf.h:478: 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:478: warning: missing initial short description on line: * @brief **bpf_program__attach()** is a generic function for attaching tools/lib/bpf/libbpf.h:529: warning: Enum value 'PROBE_ATTACH_MODE_DEFAULT' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:529: warning: Enum value 'PROBE_ATTACH_MODE_LEGACY' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:529: warning: Enum value 'PROBE_ATTACH_MODE_PERF' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:529: warning: Enum value 'PROBE_ATTACH_MODE_LINK' not described in enum 'probe_attach_mode' tools/lib/bpf/libbpf.h:604: 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:604: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe_multi()** attaches a BPF program tools/lib/bpf/libbpf.h:646: 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:646: warning: missing initial short description on line: * @brief **bpf_program__attach_ksyscall()** attaches a BPF program tools/lib/bpf/libbpf.h:706: 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:706: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe()** attaches a BPF program 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_uprobe_opts()** is just like tools/lib/bpf/libbpf.h:727: warning: missing initial short description on line: * @brief **bpf_program__attach_uprobe_opts()** is just like tools/lib/bpf/libbpf.h:755: 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:755: warning: missing initial short description on line: * @brief **bpf_program__attach_usdt()** is just like tools/lib/bpf/libbpf.h:900: 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:900: warning: missing initial short description on line: * @brief **bpf_program__set_type()** sets the program 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_expected_attach_type()** sets the tools/lib/bpf/libbpf.h:917: warning: missing initial short description on line: * @brief **bpf_program__set_expected_attach_type()** sets the tools/lib/bpf/libbpf.h:945: 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:960: 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:960: warning: missing initial short description on line: * @brief **bpf_object__find_map_by_name()** returns BPF map of tools/lib/bpf/libbpf.h:986: 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:1008: 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:1017: 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:1017: warning: missing initial short description on line: * @brief **bpf_map__autoattach()** returns whether BPF map is configured to tools/lib/bpf/libbpf.h:1025: 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:1025: warning: missing initial short description on line: * @brief **bpf_map__fd()** gets the file descriptor of the passed 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__set_value_size()** sets map value size. tools/lib/bpf/libbpf.h:1052: warning: missing initial short description on line: * @brief **bpf_map__set_value_size()** sets map value size. tools/lib/bpf/libbpf.h:1081: 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:1081: warning: missing initial short description on line: * @brief **bpf_map__is_internal()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1090: 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:1090: 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:1099: 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:1099: 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:1107: 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:1107: warning: missing initial short description on line: * @brief **bpf_map__is_pinned()** tells the caller whether or not the tools/lib/bpf/libbpf.h:1115: 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:1115: warning: missing initial short description on line: * @brief **bpf_map__pin()** creates a file that serves as a 'pin' tools/lib/bpf/libbpf.h:1129: 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:1129: warning: missing initial short description on line: * @brief **bpf_map__unpin()** removes the file that serves as a tools/lib/bpf/libbpf.h:1145: 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:1145: warning: missing initial short description on line: * @brief **bpf_map__lookup_elem()** allows to lookup BPF map value tools/lib/bpf/libbpf.h:1169: 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:1169: 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:1193: 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:1193: 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:1208: 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:1208: 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:1232: 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:1232: 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:1350: 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:1350: warning: missing initial short description on line: * @brief **ring_buffer__ring()** returns the ringbuffer object inside a given tools/lib/bpf/libbpf.h:1364: 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:1364: warning: missing initial short description on line: * @brief **ring__consumer_pos()** returns the current consumer position in the tools/lib/bpf/libbpf.h:1373: 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:1373: warning: missing initial short description on line: * @brief **ring__producer_pos()** returns the current producer position in the tools/lib/bpf/libbpf.h:1382: 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:1382: warning: missing initial short description on line: * @brief **ring__avail_data_size()** returns the number of bytes in the tools/lib/bpf/libbpf.h:1393: 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:1393: 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:1403: 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:1403: warning: missing initial short description on line: * @brief **ring__map_fd()** returns the file descriptor underlying the given tools/lib/bpf/libbpf.h:1412: 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:1412: warning: missing initial short description on line: * @brief **ring__consume()** consumes available ringbuffer data without event tools/lib/bpf/libbpf.h:1422: 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:1422: 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:1439: 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:1439: 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:1451: 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:1451: 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:1472: 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:1472: warning: missing initial short description on line: * @brief **user_ring_buffer__reserve_blocking()** reserves a record in the tools/lib/bpf/libbpf.h:1517: 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:1517: warning: missing initial short description on line: * @brief **user_ring_buffer__submit()** submits a previously reserved sample tools/lib/bpf/libbpf.h:1528: 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:1528: warning: missing initial short description on line: * @brief **user_ring_buffer__discard()** discards a previously reserved sample. tools/lib/bpf/libbpf.h:1538: 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:1538: warning: missing initial short description on line: * @brief **user_ring_buffer__free()** frees a ring buffer that was previously tools/lib/bpf/libbpf.h:1560: 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:1560: warning: missing initial short description on line: * @brief **perf_buffer__new()** creates BPF perfbuf manager for a specified tools/lib/bpf/libbpf.h:1618: 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:1657: 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:1657: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_prog_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1670: 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:1670: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_map_type()** detects if host kernel supports tools/lib/bpf/libbpf.h:1683: 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:1683: warning: missing initial short description on line: * @brief **libbpf_probe_bpf_helper()** detects if host kernel supports the tools/lib/bpf/libbpf.h:1699: 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:1699: warning: missing initial short description on line: * @brief **libbpf_num_possible_cpus()** is a helper function to get the tools/lib/bpf/libbpf.h:1881: 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:1881: warning: missing initial short description on line: * @brief **libbpf_register_prog_handler()** registers a custom BPF program tools/lib/bpf/libbpf.h:1922: 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:1922: warning: missing initial short description on line: * @brief *libbpf_unregister_prog_handler()* unregisters previously registered New warnings added 32c32 < * @brief **bpf_object__load()** loads BPF object into kernel. --- > * @brief **bpf_object__prepare()** prepares BPF object for loading: 33a34,37 > * @brief **bpf_object__prepare()** prepares BPF object for loading: > 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__load()** loads BPF object into kernel. > tools/lib/bpf/libbpf.h:259: warning: missing initial short description on line: 35c39 < tools/lib/bpf/libbpf.h:255: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:268: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 37c41 < tools/lib/bpf/libbpf.h:255: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:268: warning: missing initial short description on line: 39c43 < tools/lib/bpf/libbpf.h:262: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:275: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 41c45 < tools/lib/bpf/libbpf.h:262: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:275: warning: missing initial short description on line: 43c47 < tools/lib/bpf/libbpf.h:275: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:288: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 45c49 < tools/lib/bpf/libbpf.h:275: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:288: warning: missing initial short description on line: 47c51 < tools/lib/bpf/libbpf.h:299: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:312: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 49c53 < tools/lib/bpf/libbpf.h:299: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:312: warning: missing initial short description on line: 51c55 < tools/lib/bpf/libbpf.h:349: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:362: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 53c57 < tools/lib/bpf/libbpf.h:371: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:384: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 55c59 < tools/lib/bpf/libbpf.h:371: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:384: warning: missing initial short description on line: 57c61 < tools/lib/bpf/libbpf.h:388: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:401: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 59c63 < tools/lib/bpf/libbpf.h:388: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:401: warning: missing initial short description on line: 61c65 < tools/lib/bpf/libbpf.h:401: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:414: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 63c67 < tools/lib/bpf/libbpf.h:401: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:414: warning: missing initial short description on line: 65c69 < 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 --- > tools/lib/bpf/libbpf.h:426: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 67c71 < tools/lib/bpf/libbpf.h:413: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:426: warning: missing initial short description on line: 69c73 < tools/lib/bpf/libbpf.h:433: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:446: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 71c75 < tools/lib/bpf/libbpf.h:433: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:446: warning: missing initial short description on line: 73c77 < tools/lib/bpf/libbpf.h:446: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:459: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 75c79 < tools/lib/bpf/libbpf.h:446: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:459: warning: missing initial short description on line: 77c81 < tools/lib/bpf/libbpf.h:465: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:478: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 79c83 < tools/lib/bpf/libbpf.h:465: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:478: warning: missing initial short description on line: 81,85c85,89 < tools/lib/bpf/libbpf.h:516: warning: Enum value 'PROBE_ATTACH_MODE_DEFAULT' not described in enum 'probe_attach_mode' < tools/lib/bpf/libbpf.h:516: warning: Enum value 'PROBE_ATTACH_MODE_LEGACY' not described in enum 'probe_attach_mode' < tools/lib/bpf/libbpf.h:516: warning: Enum value 'PROBE_ATTACH_MODE_PERF' not described in enum 'probe_attach_mode' < tools/lib/bpf/libbpf.h:516: warning: Enum value 'PROBE_ATTACH_MODE_LINK' not described in enum 'probe_attach_mode' < tools/lib/bpf/libbpf.h:591: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:529: warning: Enum value 'PROBE_ATTACH_MODE_DEFAULT' not described in enum 'probe_attach_mode' > tools/lib/bpf/libbpf.h:529: warning: Enum value 'PROBE_ATTACH_MODE_LEGACY' not described in enum 'probe_attach_mode' > tools/lib/bpf/libbpf.h:529: warning: Enum value 'PROBE_ATTACH_MODE_PERF' not described in enum 'probe_attach_mode' > tools/lib/bpf/libbpf.h:529: warning: Enum value 'PROBE_ATTACH_MODE_LINK' not described in enum 'probe_attach_mode' > tools/lib/bpf/libbpf.h:604: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 87c91 < tools/lib/bpf/libbpf.h:591: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:604: warning: missing initial short description on line: 89c93 < tools/lib/bpf/libbpf.h:633: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:646: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 91c95 < tools/lib/bpf/libbpf.h:633: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:646: warning: missing initial short description on line: 93c97 < tools/lib/bpf/libbpf.h:693: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:706: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 95c99 < tools/lib/bpf/libbpf.h:693: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:706: warning: missing initial short description on line: 97c101 < tools/lib/bpf/libbpf.h:714: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > 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 99c103 < tools/lib/bpf/libbpf.h:714: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:727: warning: missing initial short description on line: 101c105 < tools/lib/bpf/libbpf.h:742: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:755: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 103c107 < tools/lib/bpf/libbpf.h:742: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:755: warning: missing initial short description on line: 105c109 < 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 --- > tools/lib/bpf/libbpf.h:900: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 107c111 < tools/lib/bpf/libbpf.h:887: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:900: warning: missing initial short description on line: 109c113 < tools/lib/bpf/libbpf.h:904: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > 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 111c115 < tools/lib/bpf/libbpf.h:904: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:917: warning: missing initial short description on line: 113c117 < 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 --- > tools/lib/bpf/libbpf.h:945: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 115c119 < tools/lib/bpf/libbpf.h:947: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:960: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 117c121 < tools/lib/bpf/libbpf.h:947: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:960: warning: missing initial short description on line: 119c123 < tools/lib/bpf/libbpf.h:973: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:986: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 121c125 < tools/lib/bpf/libbpf.h:995: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1008: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 123c127 < tools/lib/bpf/libbpf.h:1004: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1017: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 125c129 < tools/lib/bpf/libbpf.h:1004: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1017: warning: missing initial short description on line: 127c131 < tools/lib/bpf/libbpf.h:1012: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1025: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 129c133 < tools/lib/bpf/libbpf.h:1012: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1025: warning: missing initial short description on line: 131c135 < tools/lib/bpf/libbpf.h:1039: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > 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 133c137 < tools/lib/bpf/libbpf.h:1039: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1052: warning: missing initial short description on line: 135c139 < 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 --- > tools/lib/bpf/libbpf.h:1081: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 137c141 < tools/lib/bpf/libbpf.h:1068: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1081: warning: missing initial short description on line: 139c143 < tools/lib/bpf/libbpf.h:1077: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1090: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 141c145 < tools/lib/bpf/libbpf.h:1077: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1090: warning: missing initial short description on line: 143c147 < tools/lib/bpf/libbpf.h:1086: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1099: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 145c149 < tools/lib/bpf/libbpf.h:1086: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1099: warning: missing initial short description on line: 147c151 < tools/lib/bpf/libbpf.h:1094: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1107: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 149c153 < tools/lib/bpf/libbpf.h:1094: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1107: warning: missing initial short description on line: 151c155 < tools/lib/bpf/libbpf.h:1102: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1115: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 153c157 < tools/lib/bpf/libbpf.h:1102: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1115: warning: missing initial short description on line: 155c159 < tools/lib/bpf/libbpf.h:1116: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1129: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 157c161 < tools/lib/bpf/libbpf.h:1116: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1129: warning: missing initial short description on line: 159c163 < tools/lib/bpf/libbpf.h:1132: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1145: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 161c165 < tools/lib/bpf/libbpf.h:1132: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1145: warning: missing initial short description on line: 163c167 < tools/lib/bpf/libbpf.h:1156: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1169: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 165c169 < tools/lib/bpf/libbpf.h:1156: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1169: warning: missing initial short description on line: 167c171 < tools/lib/bpf/libbpf.h:1180: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1193: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 169c173 < tools/lib/bpf/libbpf.h:1180: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1193: warning: missing initial short description on line: 171c175 < tools/lib/bpf/libbpf.h:1195: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1208: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 173c177 < tools/lib/bpf/libbpf.h:1195: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1208: warning: missing initial short description on line: 175c179 < tools/lib/bpf/libbpf.h:1219: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1232: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 177c181 < tools/lib/bpf/libbpf.h:1219: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1232: warning: missing initial short description on line: 179c183 < 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 --- > tools/lib/bpf/libbpf.h:1350: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 181c185 < tools/lib/bpf/libbpf.h:1337: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1350: warning: missing initial short description on line: 183c187 < tools/lib/bpf/libbpf.h:1351: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1364: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 185c189 < tools/lib/bpf/libbpf.h:1351: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1364: warning: missing initial short description on line: 187c191 < tools/lib/bpf/libbpf.h:1360: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1373: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 189c193 < tools/lib/bpf/libbpf.h:1360: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1373: warning: missing initial short description on line: 191c195 < tools/lib/bpf/libbpf.h:1369: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1382: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 193c197 < tools/lib/bpf/libbpf.h:1369: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1382: warning: missing initial short description on line: 195c199 < tools/lib/bpf/libbpf.h:1380: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1393: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 197c201 < tools/lib/bpf/libbpf.h:1380: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1393: warning: missing initial short description on line: 199c203 < tools/lib/bpf/libbpf.h:1390: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1403: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 201c205 < tools/lib/bpf/libbpf.h:1390: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1403: warning: missing initial short description on line: 203c207 < tools/lib/bpf/libbpf.h:1399: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1412: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 205c209 < tools/lib/bpf/libbpf.h:1399: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1412: warning: missing initial short description on line: 207c211 < tools/lib/bpf/libbpf.h:1409: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1422: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 209c213 < tools/lib/bpf/libbpf.h:1409: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1422: warning: missing initial short description on line: 211c215 < tools/lib/bpf/libbpf.h:1426: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1439: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 213c217 < tools/lib/bpf/libbpf.h:1426: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1439: warning: missing initial short description on line: 215c219 < 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 --- > tools/lib/bpf/libbpf.h:1451: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 217c221 < tools/lib/bpf/libbpf.h:1438: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1451: warning: missing initial short description on line: 219c223 < tools/lib/bpf/libbpf.h:1459: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > 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 221c225 < tools/lib/bpf/libbpf.h:1459: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1472: warning: missing initial short description on line: 223c227 < tools/lib/bpf/libbpf.h:1504: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1517: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 225c229 < tools/lib/bpf/libbpf.h:1504: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1517: warning: missing initial short description on line: 227c231 < 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 --- > tools/lib/bpf/libbpf.h:1528: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 229c233 < tools/lib/bpf/libbpf.h:1515: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1528: warning: missing initial short description on line: 231c235 < tools/lib/bpf/libbpf.h:1525: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1538: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 233c237 < tools/lib/bpf/libbpf.h:1525: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1538: warning: missing initial short description on line: 235c239 < tools/lib/bpf/libbpf.h:1547: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1560: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 237c241 < tools/lib/bpf/libbpf.h:1547: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1560: warning: missing initial short description on line: 239c243 < tools/lib/bpf/libbpf.h:1605: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1618: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 241c245 < tools/lib/bpf/libbpf.h:1644: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1657: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 243c247 < tools/lib/bpf/libbpf.h:1644: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1657: warning: missing initial short description on line: 245c249 < tools/lib/bpf/libbpf.h:1657: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1670: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 247c251 < tools/lib/bpf/libbpf.h:1657: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1670: warning: missing initial short description on line: 249c253 < tools/lib/bpf/libbpf.h:1670: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1683: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 251c255 < tools/lib/bpf/libbpf.h:1670: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1683: warning: missing initial short description on line: 253c257 < tools/lib/bpf/libbpf.h:1686: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1699: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 255c259 < tools/lib/bpf/libbpf.h:1686: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1699: warning: missing initial short description on line: 257c261 < tools/lib/bpf/libbpf.h:1868: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1881: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 259c263 < tools/lib/bpf/libbpf.h:1868: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1881: warning: missing initial short description on line: 261c265 < tools/lib/bpf/libbpf.h:1909: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- > tools/lib/bpf/libbpf.h:1922: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 263c267 < tools/lib/bpf/libbpf.h:1909: warning: missing initial short description on line: --- > tools/lib/bpf/libbpf.h:1922: warning: missing initial short description on line: Per-file breakdown 1c1 < 134 tools/lib/bpf/libbpf.h --- > 136 tools/lib/bpf/libbpf.h