Lines Matching +full:instance +full:- +full:id
4 * SPDX-License-Identifier: Apache-2.0
63 * @param process_tid Process thread id. Used to wake up the thread.
107 * @param domain_id Domain ID.
114 /** @brief Get name of the source (module or instance).
116 * @param domain_id Domain ID.
117 * @param source_id Source ID.
136 * @param domain_id Domain ID.
143 * @brief Function for finding source ID based on source name.
147 * @return Source ID or negative number when source ID is not found.
154 * @param backend Backend instance.
155 * @param domain_id ID of the domain.
156 * @param source_id Source (module or instance) ID.
167 * @param backend Backend instance. NULL for all backends (and frontend).
168 * @param domain_id ID of the domain.
169 * @param source_id Source (module or instance) ID.
182 * @param source_id Source (module or instance) ID.
192 * @param source_id Source (module or instance) ID.
203 * @param backend Backend instance.
215 * @param backend Backend instance.
224 * @retval Pointer to the backend instance if found, NULL if backend is not found.
256 * @retval -ENOTSUP if feature is disabled.
257 * @retval -ENOMEM if string is longer than the buffer capacity. Tag will be trimmed.
267 * @retval -EINVAL if logging mode does not use the buffer.
279 * @retval -EINVAL if logging mode does not use the buffer.
280 * @retval -ENOTSUP if instrumentation is not enabled.