Home
last modified time | relevance | path

Searched full:records (Results 1 – 25 of 1540) sorted by relevance

12345678910>>...62

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DTableGenBackends.h38 void EmitClangBasicReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
39 void EmitClangBasicWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
40 void EmitClangTypeNodes(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
41 void EmitClangTypeReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
42 void EmitClangTypeWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
43 void EmitClangAttrParserStringSwitches(llvm::RecordKeeper &Records,
46 llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
47 void EmitClangAttrClass(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
48 void EmitClangAttrImpl(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
49 void EmitClangAttrList(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
[all …]
H A DTableGen.cpp118 clEnumValN(PrintRecords, "print-records",
119 "Print all records to stdout (default)"),
121 "Dump all records as machine-readable JSON"),
315 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) { in ClangTableGenMain() argument
318 OS << Records; // No argument, dump all contents in ClangTableGenMain()
321 EmitJSON(Records, OS); in ClangTableGenMain()
324 EmitClangAttrClass(Records, OS); in ClangTableGenMain()
327 EmitClangAttrParserStringSwitches(Records, OS); in ClangTableGenMain()
330 EmitClangAttrSubjectMatchRulesParserStringSwitches(Records, OS); in ClangTableGenMain()
333 EmitClangAttrImpl(Records, OS); in ClangTableGenMain()
[all …]
/freebsd/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.133 .Nd "select records from audit trail files"
55 utility selects records from the audit trail files based on the specified
57 Matching audit records are printed to the standard output in
65 utility to print the selected audit records in human-readable form.
70 Select all records.
72 Select records that occurred after or on the given datetime.
74 Select records that occurred before the given datetime.
76 Select records matching the given audit classes specified as a comma
82 Select records that occurred on a given date.
88 Select records with the given effective user ID or name.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeStreamMerger.h32 /// Merge one set of type records into another. This method assumes
33 /// that all records are type records, and there are no Id records present.
35 /// \param Dest The table to store the re-written type records into.
49 /// Merge one set of id records into another. This method assumes
50 /// that all records are id records, and there are no Type records present.
51 /// However, since Id records can refer back to Type records, this method
52 /// assumes that the referenced type records have also been merged into
57 /// \param Dest The table to store the re-written id records into.
59 /// \param Types The mapping to use for the type records that these id
60 /// records refer to.
[all …]
H A DTypeHashing.h31 /// records within a single sequence of types, because if two records both have
43 static std::vector<LocallyHashedType> hashTypes(Range &&Records) { in hashTypes()
45 Hashes.reserve(std::distance(std::begin(Records), std::end(Records))); in hashTypes()
46 for (const auto &R : Records) in hashTypes()
77 /// is considered "as good as" the original type. Since type records can be
104 /// of referenced records, this function requires a list of types and ids
112 /// of referenced records, this function requires a list of types and ids
120 /// Given a sequence of combined type and ID records, comput
[all...]
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DBlockIndexer.cpp10 // thread and a range of records representing a block.
21 CurrentBlock.Records.push_back(&R); in visit()
27 CurrentBlock.Records.push_back(&R); in visit()
32 CurrentBlock.Records.push_back(&R); in visit()
37 CurrentBlock.Records.push_back(&R); in visit()
42 CurrentBlock.Records.push_back(&R); in visit()
47 CurrentBlock.Records.push_back(&R); in visit()
52 CurrentBlock.Records.push_back(&R); in visit()
58 CurrentBlock.Records.push_back(&R); in visit()
63 if (!CurrentBlock.Records.empty()) in visit()
[all …]
/freebsd/share/man/man4/
H A Dauditpipe.443 For example, the log may be cycled and new records written to a new file
56 records.
58 The audit pipe device provides discrete BSM audit records; if the read buffer
63 In particular, when an audit pipe queue fills, records will be dropped.
79 Query the current number of records available for reading on the pipe.
81 Retrieve the current maximum number of records that may be queued for reading
84 Set the current maximum number of records that may be queued for reading on
89 Query the lowest possible maximum number of records that may be queued for
92 Query the highest possible maximum number of records that may be queued for
95 Flush all outstanding records on the audit pipe; useful after setting initial
[all …]
H A Dktls.477 TLS records are encrypted or decrypted in the kernel in the socket
83 TLS records are encrypted or decrypted by the network interface card (NIC).
85 Instead, the NIC encrypts TLS records as they are being transmitted,
86 or decrypts received TLS records before providing them to the host.
105 TLS records are encrypted by the NIC using a TCP offload engine (TOE).
116 all data written on the socket is stored in TLS records and encrypted.
117 Most data is transmitted in application layer TLS records,
118 and the kernel chooses how to partition data among TLS records.
119 Individual TLS records with a fixed length and record type can be sent
127 This can be used to send TLS records with a type other than
[all …]
H A Daudit.483 allows D scripts to enable capture of in-kernel audit records for kernel audit
132 The Basic Security Module (BSM) interface to audit records and audit event
140 kernel does not fully validate that audit records submitted by user
141 applications are syntactically valid BSM; as submission of records is limited
145 system calls do not generate audit records, or generate audit records with
150 facility, are not audited as part of records involving MAC decisions.
157 session state associated with it, audit records will still be produced and a zonename token
158 containing the jail's ID or name will be present in the audit records.
/freebsd/crypto/openssl/test/recipes/
H A D70-test_sslrecords.t42 #Test 1: Injecting out of context empty records should fail
49 ok($fatal_alert, "Out of context empty records test");
51 #Test 2: Injecting in context empty records should succeed
57 ok(TLSProxy::Message->success(), "In context empty records test");
59 #Test 3: Injecting too many in context empty records should fail
62 #We allow 32 consecutive in context empty records
67 ok($fatal_alert, "Too many in context empty records test");
78 ok($fatal_alert, "Fragmented alert records test");
257 my $records = $proxy->record_list;
261 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10;
[all …]
/freebsd/contrib/cortex-strings/scripts/
H A Dplot-sizes.py22 def plot(records, function, alignment=None, scale=1): argument
23 variants = libplot.unique(records, 'variant', prefer='this')
24 records = [x for x in records if x.function==function]
27 records = [x for x in records if x.src_alignment==alignment[0] and
30 alignments = libplot.unique(records, ('src_alignment', 'dst_alignment'))
38 bytes = libplot.unique(records, 'bytes')[0]
54 matches = [x for x in records if x.variant==variant and x.bytes <= top]
106 records = libplot.parse()
108 functions = libplot.unique(records, 'function')
109 alignments = libplot.unique(records, ('src_alignment', 'dst_alignment'))
[all …]
H A Dplot-align.py11 def plot(records, bytes, function): argument
12 records = [x for x in records if x.bytes==bytes and x.function==function]
14 variants = libplot.unique(records, 'variant', prefer='this')
15 alignments = libplot.unique(records, ('src_alignment', 'dst_alignment'))
29 …matches = [x for x in records if x.variant==variant and x.src_alignment==alignment[0] and x.dst_al…
58 records = libplot.parse()
60 for function in libplot.unique(records, 'function'):
61 for bytes in libplot.unique(records, 'bytes'):
62 plot(records, bytes, function)
H A Dplot-top.py12 def plot(records, bytes): argument
13 records = [x for x in records if x.bytes==bytes]
15 variants = libplot.unique(records, 'variant', prefer='this')
16 functions = libplot.unique(records, 'function')
30 …matches = [x for x in records if x.variant==variant and x.function==function and x.src_alignment==…
53 records = libplot.parse()
55 for bytes in libplot.unique(records, 'bytes'):
56 plot(records, bytes)
H A Dlibplot.py26 def unique(records, name, prefer=''): argument
27 """Return the unique values of a column in the records"""
29 values = list(set(create_column_tuple(x, name) for x in records))
31 values = list(set(getattr(x, name) for x in records))
53 records = [parse_row(x) for x in fileinput.input()]
58 for record in [x for x in records if x.function=='bounce']:
61 # Fix up all of the records for cost
64 for record in records:
H A Dplot.py50 records = []
62 records.append(Record(*(row + [time, bytes, rate])))
64 return records
66 def plot(records, field, scale, ylabel): argument
67 variants = unique(records, 'variant')
68 tests = unique(records, 'test')
79 v = [x for x in records if x.test==test and x.variant==variant]
117 records = parse()
119 plot(records, 'rate', 1024**2, 'Rate (MB/s)')
120 plot(records, 'time', 1, 'Total time (s)')
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp41 Records.resize(RecordCountHint); in LazyRandomTypeCollection()
66 Records.clear(); in reset()
67 Records.resize(RecordCountHint); in reset()
85 return Records[Index.toArrayIndex()].Offset; in getOffsetOfType()
95 return Records[Index.toArrayIndex()].Type; in getType()
108 return Records[Index.toArrayIndex()].Type; in tryGetType()
126 if (Records[I].Name.data() == nullptr) { in getTypeName()
128 Records[I].Name = Result; in getTypeName()
130 return Records[I].Name; in getTypeName()
137 if (Records in contains()
[all...]
H A DTypeTableCollection.cpp19 TypeTableCollection::TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records) in TypeTableCollection() argument
20 : NameStorage(Allocator), Records(Records) { in TypeTableCollection()
21 Names.resize(Records.size()); in TypeTableCollection()
39 assert(Index.toArrayIndex() < Records.size()); in getType()
40 return CVType(Records[Index.toArrayIndex()]); in getType()
59 uint32_t TypeTableCollection::size() { return Records.size(); } in size()
61 uint32_t TypeTableCollection::capacity() { return Records.size(); } in capacity()
/freebsd/lib/libc/db/man/
H A Drecno.349 records stored in a flat-file format, accessed by the logical record
51 The existence of record number five implies the existence of records
84 The records are fixed-length, not byte delimited.
90 Any records, inserted into the database, that are less than
103 This permits applications to retrieve records at the end of files without
104 reading all of the intervening records.
108 is called, instead of permitting any unmodified records to be read from
122 access method stores the in-memory copies of its records
143 variable-length records, and the pad character for fixed-length
144 records.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp41 // Sum of the size of all public or global records.
61 // Assign public and global symbol records into hash table buckets.
62 // Modifies the list of records to store the bucket index, but does not
68 // DenseMapInfo implementation for deduplicating symbol records.
177 // structure for this purpose, even though these are global records, not in finalizeGlobalBuckets()
178 // public records. Most of the same fields are required: in finalizeGlobalBuckets()
184 std::vector<BulkPublic> Records; in finalizeGlobalBuckets()
185 Records.resize(Globals.size()); in finalizeGlobalBuckets()
189 Records[I].Name = Name.data(); in finalizeGlobalBuckets()
190 Records[ in finalizeGlobalBuckets()
183 std::vector<BulkPublic> Records; finalizeGlobalBuckets() local
198 finalizeBuckets(uint32_t RecordZeroOffset,MutableArrayRef<BulkPublic> Records) finalizeBuckets() argument
395 writeRecords(BinaryStreamWriter & Writer,ArrayRef<CVSymbol> Records) writeRecords() argument
[all...]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DTableGen.cpp43 void PrintRecords(RecordKeeper &Records, raw_ostream &OS) { in PrintRecords() argument
44 OS << Records; // No argument, dump all contents in PrintRecords()
47 void PrintEnums(RecordKeeper &Records, raw_ostream &OS) { in PrintEnums() argument
48 for (Record *Rec : Records.getAllDerivedDefinitions(Class)) in PrintEnums()
53 void PrintSets(RecordKeeper &Records, raw_ostream &OS) { in PrintSets() argument
56 for (Record *Rec : Records.getAllDerivedDefinitions("Set")) { in PrintSets()
67 {"print-records", PrintRecords, "Print all records to stdout (default)",
69 {"print-detailed-records", EmitDetailedRecords,
70 "Print full details of all records to stdout"},
71 {"null-backend", [](RecordKeeper &Records, raw_ostream &OS) {}, in __anon20f91a9d0202()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.MultiAggPrinta.ksh.out1 …low = null, records = [org.opensolaris.os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.d…
5 …d[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = , id = 1, records = [org.opensolari…
7 …[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, records = [org.opensolari…
13records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris…
21 …= 4, records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [], value = 3]], org.opensolar…
23 …= 4, records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [], value = 3]], org.opensolar…
25 …[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = c, id = 4, records = [org.opensolari…
27records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris…
33records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris…
39records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris…
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp100 RecordKeeper Records; in TableGenMain() local
103 Records.startPhaseTiming(); in TableGenMain()
107 Records.startTimer("Parse, build records"); in TableGenMain()
114 Records.saveInputFilename(InputFilename); in TableGenMain()
123 TGParser Parser(SrcMgr, MacroNames, Records, NoWarnOnUnusedTemplateArgs); in TableGenMain()
127 Records.stopTimer(); in TableGenMain()
130 Records.startBackendTimer("Backend overall"); in TableGenMain()
136 ActionFn(Records, Out); in TableGenMain()
138 status = MainFn(Out, Records); in TableGenMain()
141 Records.stopBackendTimer(); in TableGenMain()
[all …]
/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGen.cpp35 cl::values(clEnumValN(PrintRecords, "print-records",
36 "Print all records to stdout (default)"),
38 "Dump all records as machine-readable JSON"),
46 static bool LLDBTableGenMain(raw_ostream &OS, RecordKeeper &Records) { in LLDBTableGenMain() argument
49 OS << Records; // No argument, dump all contents in LLDBTableGenMain()
52 EmitJSON(Records, OS); in LLDBTableGenMain()
55 EmitOptionDefs(Records, OS); in LLDBTableGenMain()
58 EmitPropertyDefs(Records, OS); in LLDBTableGenMain()
61 EmitPropertyEnumDefs(Records, OS); in LLDBTableGenMain()
/freebsd/contrib/openbsm/man/
H A Daudit_control.5117 Specifies the maximum number of outstanding committed audit records that can
122 records can exceed this number, as it does not constrain uncommitted records
124 exclude the set of records extracted from the queue and currently being
128 the maximum number of allowable in-flight records multiplied by the maximum
164 draining pending records to disk, and then halting the operating system.
172 Include a unique audit sequence number token in generated audit records (not
177 Include supplementary groups list in generated audit records (not implemented
180 or Darwin; supplementary groups are never included in records on
186 Darwin; trailers are always included in records on these systems).
188 Include secondary file paths in audit records (not implemented on
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h9 // Defines the XRay Trace class representing records in an XRay trace file.
26 /// A Trace object represents the records that have been loaded from XRay
49 RecordVector Records; variable
63 const_iterator begin() const { return Records.begin(); } in begin()
64 const_iterator end() const { return Records.end(); } in end()
65 bool empty() const { return Records.empty(); } in empty()
66 size_type size() const { return Records.size(); } in size()
69 /// This function will attempt to load XRay trace records from the provided
73 /// This function will attempt to load XRay trace records from the provided

12345678910>>...62