Home
last modified time | relevance | path

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

/linux/include/linux/
A 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/Documentation/translations/zh_CN/dev-tools/
A 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/Documentation/dev-tools/
A 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/drivers/usb/usbip/
A Dusbip_common.h356 kcov_remote_stop(); in usbip_kcov_remote_stop()
/linux/kernel/
A Dkcov.c994 void kcov_remote_stop(void) in kcov_remote_stop() function
1060 EXPORT_SYMBOL(kcov_remote_stop);
/linux/net/nfc/nci/
A 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()
A Dhci.c413 for (; (skb = skb_dequeue(&hdev->msg_rx_queue)); kcov_remote_stop()) { in nci_hci_msg_rx_work()
/linux/net/nfc/
A Drawsock.c202 kcov_remote_stop(); in rawsock_tx_work()
/linux/net/mac80211/
A Diface.c1660 kcov_remote_stop(); in ieee80211_iface_work()
1670 kcov_remote_stop(); in ieee80211_iface_work()
A Drx.c5465 kcov_remote_stop(); in ieee80211_rx_list()
/linux/drivers/vhost/
A Dvhost.c408 kcov_remote_stop(); in vhost_run_work_list()
/linux/net/bluetooth/
A Dhci_core.c3991 for (; (skb = skb_dequeue(&hdev->rx_q)); kcov_remote_stop()) { in hci_rx_work()
/linux/drivers/usb/core/
A Dhub.c5948 kcov_remote_stop(); in hub_event()

Completed in 63 milliseconds