OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordType
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_log_records.h
19
enum class
RecordType
: uint8_t { Function, Metadata };
25
/*
RecordType
*/ uint8_t Type : 1;
51
/*
RecordType
*/ uint8_t Type : 1;
xray_basic_logging.cc
237
R.
RecordType
= RecordTypes::NORMAL;
286
R.
RecordType
= RecordTypes::ARG_PAYLOAD;
xray_fdr_logging.cc
262
ExtentsRecord.Type = uint8_t(
RecordType
::Metadata);
370
ExtentsRecord.Type = uint8_t(
RecordType
::Metadata);
/src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h
77
uint16_t
RecordType
= RecordTypes::NORMAL;
110
uint16_t
RecordType
= RecordTypes::ARG_PAYLOAD;
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
fdr_controller_test.cc
35
using ::llvm::xray::testing::
RecordType
;
76
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::ENTER)),
77
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::EXIT)))));
100
AllOf(FuncId(FId),
RecordType
(llvm::xray::RecordTypes::ENTER)),
101
AllOf(FuncId(FId),
RecordType
(llvm::xray::RecordTypes::EXIT)),
102
AllOf(FuncId(FId),
RecordType
(llvm::xray::RecordTypes::ENTER_ARG)),
103
AllOf(FuncId(FId),
RecordType
(llvm::xray::RecordTypes::TAIL_EXIT)))));
136
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::ENTER_ARG),
138
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::EXIT)))));
160
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::ENTER)
[
all
...]
fdr_log_writer_test.cc
31
using ::llvm::xray::testing::
RecordType
;
73
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::ENTER)),
74
AllOf(FuncId(1),
RecordType
(llvm::xray::RecordTypes::EXIT)))));
125
FuncId(1),
RecordType
(llvm::xray::RecordTypes::ENTER)))));
test_helpers.h
38
MATCHER_P(
RecordType
, T, "") {
/src/sys/external/bsd/acpica/dist/common/
dmtbdump2.c
1953
UINT16
RecordType
;
2011
RecordType
= *ACPI_CAST_PTR (UINT8, Subtable);
2019
while (
RecordType
== 0)
2022
RecordType
= *ACPI_CAST_PTR (UINT8, Subtable);
Completed in 16 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025