OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Record
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.cc
155
// The Path in this
record
is the function id's from the leaf to the root of
181
auto
Record
= PRs.AppendEmplace(PathArray{PA}, Node);
182
if (
Record
== nullptr)
184
DCHECK_NE(
Record
, nullptr);
189
Record
->Path.Append(N->FId);
190
DCHECK(!
Record
->Path.empty());
204
for (const auto &
Record
: ProfileRecords) {
206
for (const auto FId :
Record
.Path)
220
NextPtr, &
Record
.Node->CallCount, sizeof(
Record
.Node->CallCount)))
[
all
...]
xray_profile_collector.cc
155
// The Path in this
record
is the function id's from the leaf to the root of
181
auto
Record
= PRs.AppendEmplace(PathArray{PA}, Node);
182
if (
Record
== nullptr)
184
DCHECK_NE(
Record
, nullptr);
189
Record
->Path.Append(N->FId);
190
DCHECK(!
Record
->Path.empty());
204
for (const auto &
Record
: ProfileRecords) {
206
for (const auto FId :
Record
.Path)
220
NextPtr, &
Record
.Node->CallCount, sizeof(
Record
.Node->CallCount)))
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025