Home
last modified time | relevance | path

Searched refs:output (Results 1 – 12 of 12) sorted by relevance

/mipi-sys-t-3.4.0/collateral/generator/
Dsyst_cgen.pl134 my $output = load_template($OPTIONS{template});
150 $output =~ s/<syst:SourceFiles\/>/$source_list/sm;
154 if (index($output, '<syst:Catalog32/>') != -1) {
156 $output =~ s/<syst:Catalog32\/>/$section/sm;
163 if (index($output, '<syst:Catalog64/>') != -1) {
165 $output =~ s/<syst:Catalog64\/>/$section/sm;
177 return $output;
189 my $output ="";
191 $output.= '<syst:Catalog'.$size.'>'."\n";
204 $output.= ' ' x ($INDENTATION*2);
[all …]
/mipi-sys-t-3.4.0/library/doxygen/
DAdapting.md10 * Providing the low level trace output code that interfaces with the
13 simply prints the SyS-T protocol output to stdout.
23output driver that prints all IOs as hexadecimal data strings to ``stdout``. The [printer](@ref m…
25 …lerplate platform implementation that allows the library to compile but doesn't produce any output.
47 * Interface the data output writer code with the trace transport.
49 output processor and calls a set of STP tailored macros named
53 STP D32TS packet when using STP output. Alternatively replace the entire
DDoxyfile.in46 # Doxygen will copy the logo to the output directory.
58 # 4096 sub-directories (in 2 levels) under the output directory of each output
68 # information to generate all constant output in the proper language.
208 # sources only. Doxygen will then generate output that is more tailored for C.
215 # sources only. Doxygen will then generate output that is more tailored for
222 # sources only. Doxygen will then generate output that is more tailored for
228 # sources. Doxygen will then generate output that is tailored for
249 # The output of markdown processing is further processed by doxygen, so you
569 # provided by doxygen. Whatever the program writes to standard output
576 # output files in an output format independent way. To create the layout file
[all …]
DPrinter.md9 written in C++11. It supports reading the output from instrumented
12 The tool scans the output for lines starting with ``SYS-T RAW DATA:`` and
57 directory contains reference input and output files collected using the
78 To actually see the printer output, run the printer directly using command
DExample.md39 /* Initialize a SyS-T output handle structure
55 The example will produce output like that below if the ``example`` platform is used.
DBuilding.md105 RUN_TEST | Run the tests (not showing test output)
106 RUN_TEST_VERBOSE| Run the tests (showing test output)
113 tests and finally calls the printer tool to format the output of
DProtocol.md17 writer or low level trace output functions from the platform level code.
309 2 |MIPI_SYST_TYPE_STRING |Text message output for UTF-8 encoded strings
310 3 |MIPI_SYST_TYPE_CATALOG |Catalog message output support formatting string with parameters
DApiOverview.md53 analyze data races or corrupted message data output. The threading model is
/mipi-sys-t-3.4.0/printer/src/
Dmipi_syst_main.cpp177 std::string output; in main() local
215 output = argv[i]; in main()
234 if (!output.empty()) { in main()
235 ofs.open(output.c_str(), std::ofstream::out); in main()
237 std::cerr << "unable to open output file : " << output << std::endl; in main()
/mipi-sys-t-3.4.0/printer/
DCMakeLists.txt85 # Compare output from 32bit client
98 # Compare output from 64bit client
110 # Add verbose test target to show the output of the tools run by tests
/mipi-sys-t-3.4.0/
DREADME.md200 The transcript shows the output from the example platform code in
202 output actions to the console. It does not interface to any real
203 trace transport. The output shows the raw messages as hex dumps.
204 This output can be fed into the protocol printer tool to convert
210 written in C++11. It supports reading the output from instrumented
213 It scans the output for lines starting with ``SYS-T RAW DATA:`` and
254 folder contains reference input and output files collected using the
275 To actually see the printer output, run the printer directly using command
365 tests and finally calls the printer tool to format the output of
/mipi-sys-t-3.4.0/library/include/
Dmipi_syst.h.in131 MIPI_SYST_TYPE_STRING = 2, /**< text message output */
132 MIPI_SYST_TYPE_CATALOG = 3, /**< catalog message output */
340 * This function is called at the end of an instrumentation API to output
468 * Use SyS-T scatter write output function
470 * The library comes with an output routine that is intended to write data out
476 * These low level output macros are:
500 * Enable plain UTF-8 string output APIs.
505 * Enable raw data output APIs
627 mipi_syst_msg_write_t systh_writer; /**< message output routine */