Searched refs:_Version (Results 1 – 5 of 5) sorted by relevance
111 - _Version 0.001_: Library development - tested with `perf` tools integration - BKK16, 8th March 2…112 - _Version 0.002_: Library development - added in PTM decoder support. Restructure header dir, rep…113 - _Version 0.003_: Library development - added in ETMv3 instruction decoder support.114 - _Version 0.4_ : Library development - updated decode tree and C-API for generic decoder handlin…115 - _Version 0.4.1_: Minor Update & Bugfixes - fix to PTM decoder, ID checking on test program, adds…116 - _Version 0.4.2_: Minor Update - Update to documentation for perf usage in 4.8 kernel branch.117 - _Version 0.5.0_: Library Development - external decoder support. STM full decode.118 - _Version 0.5.1_: Minor Update & Bugfixes - Update HOWTO for kernel 4.9. Build fixes for parallel…119 - _Version 0.5.2_: Minor Update & Bugfixes - Update trace info packet string o/p + Cycle count pac…120 - _Version 0.5.3_: Doc update for using AutoFDO with ETM and additional timestamp and cycle count …[all …]
18 _Version = collections.namedtuple( variable205 self._version = _Version(
1113 #define D3DSHADER_VERSION_MAJOR(_Version) (((_Version)>>8)&0xFF) argument1114 #define D3DSHADER_VERSION_MINOR(_Version) (((_Version)>>0)&0xFF) argument
79 _Version = 393217