HomeSort by: relevance | last modified time | path
    Searched refs:serialize (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.h 44 /// The serialize will process all FunctionCallTrie instances in memory, and
59 void serialize();
xray_profile_collector.cc 233 void serialize() XRAY_NEVER_INSTRUMENT { function in namespace:__xray::profileCollectorService
xray_profiling.cc 344 // Then we force serialize the log data.
345 profileCollectorService::serialize();
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
fdr_controller_test.cc 69 // Serialize the buffers then test to see we find the expected records.
70 std::string Serialized = serialize(*BQ, 3);
93 // Serialize the buffers then test to see we find the expected records.
94 std::string Serialized = serialize(*BQ, 3);
113 // Serialize the buffers then test to see we find the *no* records, because
115 std::string Serialized = serialize(*BQ, 3);
128 // Serialize the buffers then test to see we find the function enter arg
130 std::string Serialized = serialize(*BQ, 3);
152 // Serialize the buffers then test to see if we find the remaining records,
154 std::string Serialized = serialize(*BQ, 3)
    [all...]
test_helpers.h 61 std::string serialize(BufferQueue &Buffers, int32_t Version);
test_helpers.cc 71 std::string serialize(BufferQueue &Buffers, int32_t Version) { function in namespace:__xray
fdr_log_writer_test.cc 67 std::string Serialized = serialize(Buffers, 3);
120 std::string Serialized = serialize(Buffers, 3);
155 std::string Serialized = serialize(Buffers, 3);
profile_collector_test.cc 139 // Then we serialize the data.
140 profileCollectorService::serialize();
222 profileCollectorService::serialize();
  /src/share/mk/
bsd.info.mk 39 # serialize access to ${INFODIRFILE}; needed for parallel makes
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 325 * Both sources of data need to serialize to disk/memory-buffer in common
495 * from the \c Closure and serialize the data into \c This record instance.
517 * and serialize the data into \c DstData if it is not NULL or heap

Completed in 14 milliseconds