Searched refs:is (Results 1 – 17 of 17) sorted by relevance
6 # All text after a hash (#) is considered a comment and will be ignored7 # The format is:18 # that follow. The default is UTF-8 which is also the encoding used for all25 # The PROJECT_NAME tag is a single word (or sequence of words) that should33 # if some version control system is used.43 # With the PROJECT_LOGO tag one can specify an logo or icon that is50 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)52 # If a relative path is entered, it will be relative to the location57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create66 # The OUTPUT_LANGUAGE tag is used to specify the language in which all[all …]
7 The SyS-T Data Protocol is a byte sequence that represents a list of variable9 SyS-T Data Protocol is intended for transmission over a lower level transport10 protocol. The lower level protocol is expected to provide indicators that12 transport protocol is the16 other lower level transports protocols is possible by adapting the message29 optional 128-bit Guid field is an exception to this rule. Its byte odering39 short message encoding is also available. This encoding uses a single IO to40 generate an STP packet that is both MARKED and TIMESTAMPED. The following51 DnMTS |Single IO short message with Dn sized payload. This message is intended…52 …wed by a sequence of zero or more payload data values. The last data value is MARKED to indicate t…[all …]
7 The SyS-T instrumentation API is exposed as a set of CPP Macros with the9 the C-Language header file `mipi_syst.h`. This is the only header needed for24 is shared between SyS-T handles. The global state is initialized and32 The handle state is unique for each SyS-T43 A SyS-T handle is obtained by using one of the #MIPI_SYST_ALLOC_HANDLE,45 #MIPI_SYST_INIT_HANDLE_STATE macros. A handle is destroyed by calling51 reasons, does not use any data locking techniques. It is important to53 analyze data races or corrupted message data output. The threading model is64 is required.66 The recommended SyS-T usage is to create a SyS-T handle exclusively for each[all …]
15 The example is stored under `examples/client` in the source code distribution.24 is stored in the ```collateral/generator``` directory of the project with the29 The generator is written in PERL and requires a PERL installation with the50 catalog IDs to update the collateral template file. The result is a57 the SyS-T catalog message calls, and a collateral template file that is58 updated by the generator. It is executed in the following way:123 The following XML file shows the template collateral file that is updated by143 A GUID is a 128bit numeric UUID following RFC 4122.146 pseudo GUID is defined as a GUID with bit 71 set to zero.165 Define for which client build versions this collateral is valid.[all …]
6 The MIPI System Software Trace (SyS-T) library is a customizable, low11 The library is written as a self-contained C-language module and does not12 depend on other runtime library or system include files. The SyS-T library is27 right. The SyS-T API is a set of preprocessor macros that are calling library55 The SyS-T library code is Copyright (c) MIPI Alliance, Inc. and distributed
5 definitions is available by clicking on the individual API names.153 <B>Notes:</B> This API is enabled by the SyS-T platform169 <td>Send function enter string message. The payload is the180 <td>Send function exit string message. The payload is the192 condition is false233 Their purpose is to use printf style instrumentation in source264 their matching catalog call by dropping the fmt parameter. Their purpose is275 string constant that is usable as a numeric CatalogID parameter.276 The offset parameter is used to change the result in case of hash277 value collisions with other strings. It is initially set to zero[all …]
8 The SyS-T library includes CMake build support scripts. CMake is an9 open-source, cross-platform build environment that is available for all major10 platforms. The CMake tooling is available from https://cmake.org.37 …| File system location of the Google Test framework source code. This code is needed for the libra…45 The GUI front end is started using the cmake-gui command.49 - Point the "Where is the source code:" field to the library directory inside52 directory will hold build artifacts like object files. Note: This is not the
8 A platform is responsible for the following:11 underlying trace transport system. This is typically trace aggregating16 manipulations. This is platform specific code that allows efficient24 …he library with an STP generator. In this example code, a software encoder is used to produce the …28 is to clone an existing platform folder and adapt it as needed. The following
7 directory of the distribution file set. A CMake script is provided for21 This example is stored in the examples/hello directory of the SyS-T55 The example will produce output like that below if the ``example`` platform is used.
8 in the printer subdirectory. The printer is a standalone application20 The printer is a standalone application and independent from the25 -- The C compiler identification is GNU 5.4.026 -- The CXX compiler identification is GNU 5.4.0
144 MIPI_SYST_STRING_FUNCTIONENTER = 2, /**< string is function name */145 MIPI_SYST_STRING_FUNCTIONEXIT = 3, /**< string is function name */245 * macro. The last parameter is the unit value (11-Bits).269 * first parameter is the header origin value (7-Bits). The second parameter270 * is the unit value (4-bits)290 * structure syst_hdr have been setup. It's purpose is to initialize the306 * structure syst_hdr have been destroyed. Its purpose is to free resources317 * Its purpose is to initialize the platform dependent portion of328 * This function gets called when a handle is about to be destroyed..329 * Its purpose is to free any resources allocated during the handle[all …]
27 SyS-T is intended for, but not limited to, cross-development environments30 a trace data protocol that is sent via a transport to the DTS. The tool34 collateral is used to reduce both trace transport bandwidth and compiled39 The MIPI specification for SyS-T is available from the51 The instrumentation library is designed to have minimal dependencies for52 building. The library core is written using self-contained C-language code.56 The protocol printer is written in C++11 and requires a C++11 compliant73 The project is split into the following sub projects.209 in the printer subdirectory. The printer is a standalone application219 The printer is a standalone application and independent from the[all …]
2 # Each line is a file pattern followed by one or more owners.7 # Order is important. The last matching pattern has the most precedence.
114 static void readAndPrint(std::istream& is, std::ostream& os, in readAndPrint() argument122 while (getline(is, line)) { in readAndPrint()
8 is located in <SDK-ROOT>/library/examples/client.
6 …message("WARNING: SYST_BUILD_GTEST_DIR is not set or not pointing to Google Test sources, skipping…
50 …message(WARNING "SYST_BUILD_PLATFORM_NAME directory name variable is not set, using 'example' as …