:orphan: .. index:: pair: struct; trc_log_parse_ctx .. _doxid-structtrc__log__parse__ctx: struct trc_log_parse_ctx ======================== .. toctree:: :hidden: Overview ~~~~~~~~ TRC report TE log parser context. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_log_parse_ctx { // fields :ref:`te_errno` :ref:`rc`; trc_log_parse_app_id :ref:`app_id`; void* :target:`app_ctx`; uint32_t :ref:`flags`; :ref:`te_trc_db`* :ref:`db`; unsigned int :ref:`db_uid`; const char* :ref:`log`; tqh_strings* :ref:`tags`; :ref:`te_trc_db_walker`* :ref:`db_walker`; char* :ref:`run_name`; :ref:`trc_log_parse_state` :ref:`state`; :ref:`trc_test_type` :ref:`type`; char* :ref:`str`; unsigned int :ref:`skip_depth`; :ref:`trc_log_parse_state` :ref:`skip_state`; :ref:`trc_log_parse_state` :ref:`log_parent_state`; :ref:`trc_report_test_iter_data`* :ref:`iter_data`; unsigned int :ref:`stack_size`; bool* :ref:`stack_info`; unsigned int :ref:`stack_pos`; }; .. _details-structtrc__log__parse__ctx: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ TRC report TE log parser context. Fields ------ .. index:: pair: variable; rc .. _doxid-structtrc__log__parse__ctx_1a6995bdf853d2ea5fac74b8a53a43d7d9: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` rc Status of processing .. index:: pair: variable; app_id .. _doxid-structtrc__log__parse__ctx_1a21c5242c3a5d17dba2adbd27b0f2edb8: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_log_parse_app_id app_id Application id .. index:: pair: variable; flags .. _doxid-structtrc__log__parse__ctx_1a6a3492bea4f5c97d18f01d2cbea24b59: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t flags Processing flags .. index:: pair: variable; db .. _doxid-structtrc__log__parse__ctx_1ae85e37cbe34c23c43a22acb960649a9b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_trc_db`* db TRC database handle .. index:: pair: variable; db_uid .. _doxid-structtrc__log__parse__ctx_1a20cea9bd84d406c21ca8b3378b3fa652: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int db_uid TRC database user ID .. index:: pair: variable; log .. _doxid-structtrc__log__parse__ctx_1aa0bb999b81ed0ff4229cf713d0522e22: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* log Name of the file with log .. index:: pair: variable; tags .. _doxid-structtrc__log__parse__ctx_1aa1f844ebca2816d3d1c6a7c15f233fed: .. ref-code-block:: cpp :class: doxyrest-title-code-block tqh_strings* tags List of tags .. index:: pair: variable; db_walker .. _doxid-structtrc__log__parse__ctx_1af1171958835aaf4393e5d8e5c09d6d87: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_trc_db_walker`* db_walker TRC database walker .. index:: pair: variable; run_name .. _doxid-structtrc__log__parse__ctx_1ab64e5a07c7313b0902d06fa9257cb058: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* run_name Name of the tests run the current log belongs to .. index:: pair: variable; state .. _doxid-structtrc__log__parse__ctx_1adff291cf5841ed5dd81371f352d2c6b0: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`trc_log_parse_state` state Log parse state .. index:: pair: variable; type .. _doxid-structtrc__log__parse__ctx_1ad605e8700685d4ec39e6e1a3e1e49bc5: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`trc_test_type` type Type of the test .. index:: pair: variable; str .. _doxid-structtrc__log__parse__ctx_1a35256b77deb5e64a31bd2658503ee2f1: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* str Accumulated string (used when single string is reported by few trc_log_parse_characters() calls because of entities in it) .. index:: pair: variable; skip_depth .. _doxid-structtrc__log__parse__ctx_1a6650c18912e441326f3276a3ab73a826: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int skip_depth Skip depth .. index:: pair: variable; skip_state .. _doxid-structtrc__log__parse__ctx_1a33509d64fa9c2a76093e761938573e1a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`trc_log_parse_state` skip_state State to return .. index:: pair: variable; log_parent_state .. _doxid-structtrc__log__parse__ctx_1ab344c694f7f3972e91cdf58cf8036c1d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`trc_log_parse_state` log_parent_state State to return after parsing logs .. index:: pair: variable; iter_data .. _doxid-structtrc__log__parse__ctx_1a230c4f8bf15bb28aadd6914a4497b3b5: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`trc_report_test_iter_data`* iter_data Current test iteration data .. index:: pair: variable; stack_size .. _doxid-structtrc__log__parse__ctx_1ac605c7fa3c5779f87372157aa2def6d2: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int stack_size Size of the stack in elements .. index:: pair: variable; stack_info .. _doxid-structtrc__log__parse__ctx_1a41bc8d5a86c74ce4f78486364508397d: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool* stack_info Stack .. index:: pair: variable; stack_pos .. _doxid-structtrc__log__parse__ctx_1a90ec6960e539b2e27551e7f413a55704: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int stack_pos Current position in the stack