Home
last modified time | relevance | path

Searched refs:file (Results 1 – 21 of 21) sorted by relevance

/mipi-sys-t-2.7.6/library/include/mipi_syst/
Dapi.h681 #define MIPI_SYST_WRITE_LOC16(h, sev, file, id, p, len) \ argument
684 (mipi_syst_u16)(file), \
719 #define MIPI_SYST_WRITE_LOC32(h, sev, file, id, p, len) \ argument
722 (mipi_syst_u32)(file), \
878 #define MIPI_SYST_BUILD_LOC16(h, sev, file, bld, txt, len) \ argument
881 (mipi_syst_u16)(file), \
907 #define MIPI_SYST_BUILD_LOC32(h, sev, file, bld, txt, len) \ argument
910 (mipi_syst_u32)(file), \
1122 #define MIPI_SYST_DEBUG_LOC16(h, severity, file, str, len) \ argument
1125 (mipi_syst_u16)(file), \
[all …]
/mipi-sys-t-2.7.6/collateral/generator/
Dsyst_cgen.pl75 my $file = $File::Find::name;
76 if (-f $_ && !is_file_existing ($file)) {
77 _i ("Parsing: ".$file."\n");
78 add_file ($file);
80 _i ("Parsing finished: ".$file.", found $count call(s)\n");
228 my $file = $_[0];
233 _i ("Add $file with file id $FILE_COUNTER to file catalog\n");
239 $FILE_STRUCT->{$FILE_COUNTER} = $file;
260 my $file = $_[0];
262 open (FILE, $file) or _e ("Could not open input template file ".$file.": $!\n");
[all …]
/mipi-sys-t-2.7.6/library/doxygen/
DCatgen.md45 a configuration file as input. The configuration file defines the locations
46 and file extensions of the source files to be scanned and how the catalog
50 catalog IDs to update the collateral template file. The result is a
51 new collateral file that matches the actual state of the source code.
56 It provides a configuration file for ```syst_cgen.pl``` to detect
57 the SyS-T catalog message calls, and a collateral template file that is
63 syst_cgen.pl: Add ./othersource.c with file id 1 to file catalog
66 syst_cgen.pl: Add ./systclient.c with file id 2 to file catalog
69 syst_cgen.pl: Loaded template collateral file template.xml
71 syst_cgen.pl: Writing XML file: generated_catalog.xml
[all …]
DDoxyfile.in3 # This file describes the settings to be used by the documentation system
17 # This tag specifies the encoding used for all characters in the config file
62 # otherwise cause performance problems for the file system.
81 # the file and class documentation (similar to JavaDoc).
100 # "The $name file" "is" "provides" "specifies" "contains"
119 # path before files name in the file list and in the header files. If set
120 # to NO the shortest path that makes the file name unique will be used.
127 # the path. The tag can be used to show relative paths in the file list.
137 # the reader which header file to include in order to use a class.
138 # If left blank only the name of the header file containing the class
[all …]
DApiOverview.md9 the C-Language header file `mipi_syst.h`. This is the only header needed for
41 as something similar to a FILE * in traditional C/C++ file IO.
79 address, or a source "file:line" ID pair. This information is used during
88 "file:line" id pair of 16-bit width each. The file id is user defined
94 "file:line" id pair of 32-bit width each. The file id is user defined
155 "file:line" ID pair. This location information is generated if one of the
DReference.md136 MIPI_SYST_DEBUG_LOC16(svh,sev,file,str,len)<BR>
137 MIPI_SYST_DEBUG_LOC32(svh,sev,file,str,len)<BR>
146 \link MIPI_SYST_PRINTF_LOC16 MIPI_SYST_PRINTF_LOC16(svh,sev,file,str, ...)\endlink<BR>
147 \link MIPI_SYST_PRINTF_LOC32 MIPI_SYST_PRINTF_LOC32(svh,sev,file,str, ...)\endlink<BR>
165 MIPI_SYST_FUNC_ENTER_LOC16(svh,sev,file)<BR>
166 MIPI_SYST_FUNC_ENTER_LOC32(svh,sev,file)<BR>
176 MIPI_SYST_FUNC_EXIT_LOC16(svh,sev,file)<BR>
177 MIPI_SYST_FUNC_EXIT_LOC32(svh,sev,file)<BR>
187 MIPI_SYST_ASSERT_LOC16(svh,sev,file,cond)<BR>
188 MIPI_SYST_ASSERT_LOC32(svh,sev,file,cond)<BR>
[all …]
DProtocol.md187 "file:line" ID pair. This location information is generated if one of the
200 * 0 = 16-Bit file and 16-Bit line (total: 32-bit)
201 * 1 = 32-Bit file and 32-Bit line (total: 64-bit)
220 mipi_syst_u16 etls_fileID; /**< ID of instrumented file */
221 mipi_syst_u16 etls_lineNo; /**< line number in file */
234 mipi_syst_u32 etls_fileID; /**< ID of instrumented file */
235 mipi_syst_u32 etls_lineNo; /**< line number in file */
DExample.md7 directory of the distribution file set. A CMake script is provided for
DAdapting.md24 mipi_stp_sim| [MIPI System Trace Protocol](https://mipi.org/specifications/stp) format file writer.…
/mipi-sys-t-2.7.6/printer/include/
Dmipi_syst_collateral.h70 sourcepos(uint32_t file, uint32_t line) : in sourcepos()
71 m_file(file), m_line(line) {}; in sourcepos()
83 catalogentry(std::string s ="", T mask = (T)-1, uint32_t file = 0, uint32_t line=0)
84 : sourcepos(file, line), msg(s) in sourcepos()
173 collateral(pugi::xml_node& node, const std::string& file);
Dmipi_syst_message.h113 uint32_t file; member
116 location() : tag(0), address(0), file(0), line(0) {} in location()
184 void setLocFileLine(uint32_t file, uint32_t line);
Dmipi_syst_decode.h138 void loadCollateral(const std::string& file);
/mipi-sys-t-2.7.6/printer/src/
Dmipi_syst_collateral.cpp100 collateral::collateral(pugi::xml_node& node, const std::string& file) : in collateral() argument
101 m_file(file), in collateral()
234 std::string file(item.attribute(tagFileAttr).as_string()); in parseMaskedItems() local
237 if (!file.empty()) { in parseMaskedItems()
238 if (!parse(entry->m_file, file)) { in parseMaskedItems()
241 "Malformed File attribute " << file << in parseMaskedItems()
Dmipi_syst_message.cpp64 void message::setLocFileLine(uint32_t file, uint32_t line) in setLocFileLine() argument
67 m_loc.file = file; in setLocFileLine()
275 collateral->getSourceFile(loc.file) : nullptr); in location2string()
280 sstr << loc.file << ':' << loc.line; in location2string()
Dmipi_syst_decode.cpp277 uint32_t file(bytes2ValLE<uint32_t>(data + offset)); in decodeNormalMessage() local
279 dest.setLocFileLine(file, line); in decodeNormalMessage()
289 uint16_t file(bytes2ValLE<uint16_t>(data + offset)); in decodeNormalMessage() local
291 dest.setLocFileLine(file, line); in decodeNormalMessage()
/mipi-sys-t-2.7.6/
DREADME.md326 a configuration file as input. The configuration file defines the locations
327 and file extensions of the source files to be scanned and how the catalog
331 catalog IDs to update the collateral template file. The result is a
332 new collateral file that matches the actual state of the source code.
336 It therefore provides a configuration file for```syst_cgen.pl``` to detect
337 the SyS-T catalog message calls, and a collateral template file that is
343 syst_catgen.pl: Add ./othersource.c with file id 1 to file catalog
346 syst_catgen.pl: Add ./systclient.c with file id 2 to file catalog
349 syst_catgen.pl: Loaded template collateral file template.xml
351 syst_catgen.pl: Writing XML file: generated_catalog.xml
[all …]
DCODEOWNERS2 # Each line is a file pattern followed by one or more owners.
/mipi-sys-t-2.7.6/library/include/
Dmipi_syst.h.in555 * Enable the API variants that send file:line ID pair location records.
693 mipi_syst_u16 etls_lineNo; /**< line number in file */
694 mipi_syst_u16 etls_fileID; /**< ID of instrumented file */
696 mipi_syst_u16 etls_fileID; /**< ID of instrumented file */
697 mipi_syst_u16 etls_lineNo; /**< line number in file */
712 mipi_syst_u32 etls_lineNo; /**< line number in file */
713 mipi_syst_u32 etls_fileID; /**< ID of instrumented file */
715 mipi_syst_u32 etls_fileID; /**< ID of instrumented file */
716 mipi_syst_u32 etls_lineNo; /**< line number in file */
727 * 0 = 16-Bit file and 16-Bit line (total: 32-bit)
[all …]
/mipi-sys-t-2.7.6/examples/cmake/
DFindSyST.cmake26 file(TO_CMAKE_PATH ${SYST_SDK} SYST_SDK)
/mipi-sys-t-2.7.6/printer/
DCMakeLists.txt73 # Simple test that print an input file
/mipi-sys-t-2.7.6/library/
DCMakeLists.txt89 file(GLOB mipi_syst_Platform_includes "${mipi_syst_Platform_inc}/*.h")