OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Writer
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
fdr_log_writer_test.cc
46
FDRLogWriter
Writer
(B);
53
ASSERT_THAT(
Writer
.writeMetadataRecords(Preamble),
55
ASSERT_TRUE(
Writer
.writeMetadata<MetadataRecord::RecordKinds::NewCPUId>(1));
57
Writer
.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, 1));
59
Writer
.writeFunction(FDRLogWriter::FunctionRecordKind::Exit, 1, 1));
84
FDRLogWriter
Writer
(B);
94
ASSERT_THAT(
Writer
.writeMetadataRecords(Preamble),
96
ASSERT_TRUE(
Writer
.writeMetadata<MetadataRecord::RecordKinds::NewCPUId>(
100
Writer
.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, TSC++));
102
Writer
.writeFunction(FDRLogWriter::FunctionRecordKind::Exit, 1, TSC++))
[
all
...]
/src/common/dist/zlib/contrib/ada/
zlib-streams.ads
111
Writer
: Filter_Type;
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_logging.cc
63
FDRLogWriter *
Writer
= nullptr;
472
// Set up a buffer, before setting up the log
writer
. Bail out on failure.
476
// Set up the Log
Writer
for this thread.
477
if (UNLIKELY(TLD.
Writer
== nullptr)) {
480
TLD.
Writer
= LWStorage;
482
TLD.
Writer
->resetRecord();
487
FDRController<>(TLD.BQ, TLD.Buffer, *TLD.
Writer
, clock_gettime,
Completed in 14 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025