Home
last modified time | relevance | path

Searched refs:kcov_remote_stop (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/include/linux/
Dkcov.h45 void kcov_remote_stop(void);
98 kcov_remote_stop(); in kcov_remote_stop_softirq()
127 static inline void kcov_remote_stop(void) {} in kcov_remote_stop() function
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/
Dkcov.rst226 1. 修改内核源码并使用 ``kcov_remote_start`` 和 ``kcov_remote_stop`` 来标注要收集
231 ``kcov_remote_start`` 和 ``kcov_remote_stop`` 的标注以及 ``KCOV_REMOTE_ENABLE``
254 。这些任务需要在 ``kcov_remote_start`` 和 ``kcov_remote_stop`` 标注中依次使用传递过来的
/linux-6.12.1/Documentation/dev-tools/
Dkcov.rst230 should be collected with ``kcov_remote_start`` and ``kcov_remote_stop``.
235 Both ``kcov_remote_start`` and ``kcov_remote_stop`` annotations and the
264 ``kcov_remote_start`` and ``kcov_remote_stop`` annotations.
/linux-6.12.1/drivers/usb/usbip/
Dusbip_common.h356 kcov_remote_stop(); in usbip_kcov_remote_stop()
/linux-6.12.1/kernel/
Dkcov.c994 void kcov_remote_stop(void) in kcov_remote_stop() function
1060 EXPORT_SYMBOL(kcov_remote_stop);
/linux-6.12.1/net/nfc/nci/
Dcore.c1514 kcov_remote_stop(); in nci_tx_work()
1525 for (; (skb = skb_dequeue(&ndev->rx_q)); kcov_remote_stop()) { in nci_rx_work()
1598 kcov_remote_stop(); in nci_cmd_work()
Dhci.c413 for (; (skb = skb_dequeue(&hdev->msg_rx_queue)); kcov_remote_stop()) { in nci_hci_msg_rx_work()
/linux-6.12.1/net/nfc/
Drawsock.c202 kcov_remote_stop(); in rawsock_tx_work()
/linux-6.12.1/net/mac80211/
Diface.c1660 kcov_remote_stop(); in ieee80211_iface_work()
1670 kcov_remote_stop(); in ieee80211_iface_work()
Drx.c5465 kcov_remote_stop(); in ieee80211_rx_list()
/linux-6.12.1/drivers/vhost/
Dvhost.c408 kcov_remote_stop(); in vhost_run_work_list()
/linux-6.12.1/net/bluetooth/
Dhci_core.c3991 for (; (skb = skb_dequeue(&hdev->rx_q)); kcov_remote_stop()) { in hci_rx_work()
/linux-6.12.1/drivers/usb/core/
Dhub.c5948 kcov_remote_stop(); in hub_event()