LCOV - code coverage report
Current view: top level - app/test - test_trace.h (source / functions) Hit Total Coverage
Test: Code coverage Lines: 2 2 100.0 %
Date: 2025-03-01 20:23:48 Functions: 2 2 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 3 8 37.5 %

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: BSD-3-Clause
       2                 :            :  * Copyright(C) 2020 Marvell International Ltd.
       3                 :            :  */
       4                 :            : #include <rte_trace_point.h>
       5                 :            : 
       6                 :            : extern int app_dpdk_test_tp_count;
       7   [ -  +  -  -  :        260 : RTE_TRACE_POINT(
             +  -  +  - ]
       8                 :            :         app_dpdk_test_tp,
       9                 :            :         RTE_TRACE_POINT_ARGS(const char *str),
      10                 :            :         rte_trace_point_emit_string(str);
      11                 :            :         app_dpdk_test_tp_count++;
      12                 :            : )
      13                 :            : 
      14                 :        252 : RTE_TRACE_POINT_FP(
      15                 :            :         app_dpdk_test_fp,
      16                 :            :         RTE_TRACE_POINT_ARGS(void),
      17                 :            : )

Generated by: LCOV version 1.14