Home
last modified time | relevance | path

Searched refs:records (Results 1 – 25 of 100) sorted by relevance

1234

/linux/tools/testing/selftests/landlock/
H A Dptrace_test.c343 struct audit_records records; in TEST_F()
345 /* Makes sure there is no superfluous logged records. */ in TEST_F()
346 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
347 EXPECT_EQ(0, records.access); in TEST_F()
348 EXPECT_EQ(0, records.domain); in TEST_F()
384 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
385 EXPECT_EQ(0, records.access); in TEST_F()
387 EXPECT_EQ(1, records.domain); in TEST_F()
430 /* Makes sure there is no superfluous logged records. */ in TEST_F()
431 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
340 struct audit_records records; TEST_F() local
[all...]
H A Daudit_test.c297 struct audit_records records; in FIXTURE_VARIANT_ADD()
329 /* Drains any remaining records (e.g. domain allocation). */ in FIXTURE_SETUP()
330 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in FIXTURE_SETUP()
362 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
363 EXPECT_EQ(0, records.access); in TEST_F()
454 struct audit_records records;
487 /* Drains any remaining records (e.g. domain allocation). */
488 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in FIXTURE_VARIANT_ADD()
510 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in FIXTURE_SETUP()
511 EXPECT_EQ(0, records in FIXTURE_SETUP()
357 struct audit_records records; TEST_F() local
544 struct audit_records records; TEST_F() local
[all...]
H A Dfs_test.c7526 struct audit_records records; in TEST_F()
7541 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
7542 EXPECT_EQ(0, records.access); in TEST_F()
7543 EXPECT_EQ(0, records.domain); in TEST_F()
7553 struct audit_records records;
7572 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
7573 EXPECT_EQ(0, records.access); in TEST_F()
7574 EXPECT_EQ(0, records.domain); in TEST_F()
7579 struct audit_records records; in TEST_F()
7587 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
7134 struct audit_records records; TEST_F() local
7185 struct audit_records records; TEST_F() local
7213 struct audit_records records; TEST_F() local
7230 struct audit_records records; TEST_F() local
7247 struct audit_records records; TEST_F() local
7264 struct audit_records records; TEST_F() local
7290 struct audit_records records; TEST_F() local
7308 struct audit_records records; TEST_F() local
7328 struct audit_records records; TEST_F() local
7348 struct audit_records records; TEST_F() local
7368 struct audit_records records; TEST_F() local
7388 struct audit_records records; TEST_F() local
7408 struct audit_records records; TEST_F() local
7428 struct audit_records records; TEST_F() local
7448 struct audit_records records; TEST_F() local
7473 struct audit_records records; TEST_F() local
7498 struct audit_records records; TEST_F() local
7520 struct audit_records records; TEST_F() local
7556 struct audit_records records; TEST_F() local
7585 struct audit_records records; TEST_F() local
7603 struct audit_records records; TEST_F() local
7627 struct audit_records records; TEST_F() local
[all...]
H A Dnet_test.c2990 struct audit_records records; in TEST_F()
3007 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
3008 EXPECT_EQ(0, records.access); in TEST_F()
3009 EXPECT_EQ(1, records.domain); in TEST_F()
3018 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
3019 EXPECT_EQ(0, records.access); in TEST_F()
3020 EXPECT_EQ(0, records.domain);
3049 struct audit_records records; in TEST_F()
3068 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
3069 EXPECT_EQ(0, records in TEST_F()
2986 struct audit_records records; TEST_F() local
3045 struct audit_records records; TEST_F() local
3118 struct audit_records records; TEST_F() local
3203 struct audit_records records; TEST_F() local
3242 struct audit_records records; TEST_F() local
[all...]
H A Daudit.h236 * Reads records until one matches both the expected type and the in regex_escape()
237 * pattern. Type-matching records with non-matching content are in regex_escape()
238 * silently consumed, which handles stale domain deallocation records in regex_escape()
309 * records from a previous test (with a different domain ID) are skipped by in matches_log_domain_allocated()
367 * Counts remaining audit records by type, skipping domain deallocation records. in audit_count_records()
368 * Deallocation records are emitted asynchronously from kworker threads after a in audit_count_records()
371 * records are emitted synchronously during landlock_log_denial() in the current
372 * test's syscall context, so only those are counted in records->domain. in audit_init()
379 static int audit_count_records(int audit_fd, struct audit_records *records) in audit_init()
341 audit_count_records(int audit_fd,struct audit_records * records) audit_count_records() argument
[all...]
/linux/tools/perf/Documentation/
H A Dperf-iostat.txt55 357708+0 records in
56 357707+0 records out
74 357708+0 records in
75 357707+0 records out
H A Dperf.data-file-format.txt62 struct perf_header_string strings[nr]; /* variable length records */
149 } events[nr]; /* Variable length records */
173 } cpus[nr]; /* Variable length records */
205 } nodes[nr]; /* Variable length records */
221 } [nr]; /* Variable length records */
234 } [nr]; /* Variable length records */
383 Indicates that trace contains records of PERF_RECORD_COMPRESSED2 type
384 that have perf_events records in compressed form.
424 } [nr]; /* Variable length records */
643 Describes a header feature. These are records use
[all...]
H A Dsecurity.txt140 monitoring and observability operations. Inspect system audit records for
155 audit records using journalctl command or /var/log/audit/audit.log so the
156 output would contain AVC denied records related to perf_event:
168 be generated using the system audit records about blocking perf_event access.
/linux/drivers/usb/serial/
H A Dezusb_convert.pl28 push(@records, [$addr, \@bytes]);
31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
/linux/tools/testing/selftests/net/bench/page_pool/
H A Dtime_bench.c300 int records; in time_bench_print_stats_cpumask() member
318 sum.records++; in time_bench_print_stats_cpumask()
323 if (sum.records) /* avoid div-by-zero */ in time_bench_print_stats_cpumask()
324 average = sum.tsc_cycles / sum.records; in time_bench_print_stats_cpumask()
326 average, sum.records, step); in time_bench_print_stats_cpumask()
/linux/Documentation/ABI/testing/
H A Dsysfs-edac-memory-repair33 attributes to use will be presented in related error records.
89 The HPA to use will be provided in related error records.
98 records.
106 presented in related error records.
122 nibble mask to use will be provided in related error records.
142 related error records and trace events, for eg. CXL DRAM
143 and CXL general media error records in CXL memory devices.
159 in related error records and be available to userspace
161 error records of CXL memory devices.
H A Ddev-kmsg35 records are available read() will block, or if O_NONBLOCK is
44 Subsequent reads() will return available records again.
64 or write only whole variable length messages (records) that are
/linux/drivers/s390/char/
H A DKconfig114 Select this option if you want to be able to receive records collected
140 prompt "API for reading z/VM monitor service records"
143 Character device driver for reading z/VM monitor service records
147 prompt "API for writing z/VM monitor service records"
150 Character device driver for writing z/VM monitor service records
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-dust.rst79 128+0 records in
80 128+0 records out
83 128+0 records in
84 128+0 records out
124 0+0 records in
125 0+0 records out
132 128+0 records in
133 128+0 records out
/linux/tools/hv/
H A Dhv_kvp_daemon.c127 struct kvp_record *records; member
176 fwrite(kvp_file_info[pool].records, sizeof(struct kvp_record), in kvp_update_file()
198 kvp_file_info[pool].records[i].key, in kvp_dump_initial_pools()
199 kvp_file_info[pool].records[i].value); in kvp_dump_initial_pools()
206 struct kvp_record *record = kvp_file_info[pool].records; in kvp_update_mem_state()
252 kvp_file_info[pool].records = record; in kvp_update_mem_state()
284 kvp_file_info[i].records = malloc(alloc_unit); in kvp_file_init()
285 if (kvp_file_info[i].records == NULL) in kvp_file_init()
309 record = kvp_file_info[pool].records; in kvp_key_delete()
376 record = kvp_file_info[pool].records; in kvp_key_add_or_modify()
[all …]
/linux/Documentation/arch/powerpc/
H A Dvpa-dtl.rst36 this data is made available as PERF_RECORD_AUXTRACE records.
41 based on timestamp. When the different PERF_RECORD_XX records are processed,
75 There are different PERF_RECORD_XX records. In that records corresponding to
122 processing of PERF_RECORD_AUXTRACE records will translate to meaningful data
/linux/Documentation/admin-guide/
H A Dfilesystem-monitoring.rst44 The order of records is not guaranteed, and new records might be added
46 must be prepared to skip over unknown records. Please refer to
/linux/tools/firmware/
H A Dihex2fw.c252 static struct ihex_binrec *records; variable
256 struct ihex_binrec **p = &records; in file_record()
273 struct ihex_binrec *p = records; in output_records()
/linux/Documentation/driver-api/pldmfw/
H A Dindex.rst40 length, including version strings and the number of records and components.
50 Endian to CPU host format. Additionally the records, descriptors, and
60 2. Scan through the records and determine if the device matches any record
H A Dfile-format.rst9 package header, one or more firmware records, and one or more components
77 The device firmware records area starts with a count indicating the total
78 number of records in the file, followed by each record. A single device
/linux/lib/pldmfw/
H A Dpldmfw.c27 struct list_head records; member
183 data->record_start = record_area->records; in pldm_parse_header()
336 list_add_tail(&record->entry, &data->records); in pldm_parse_one_record()
562 list_for_each_entry_safe(record, r_safe, &data->records, entry) { in pldmfw_free_priv()
706 list_for_each_entry(record, &data->records, entry) { in pldm_find_matching_record()
855 INIT_LIST_HEAD(&data->records); in pldmfw_flash_image()
/linux/Documentation/bpf/
H A Dringbuf.rst75 - variable-length records;
98 submit records of the length that's not known to verifier beforehand. It also
103 pointer directly to ring buffer memory. In a lot of cases records are larger
113 a record as discarded, and such records are supposed to be ignored by consumer
148 independent records and work with them without blocking other producers. This
180 completely lockless and independent. All records become available to consumer
181 in the order of reservations, but only after all previous records where
183 off submitted records, that were reserved later.
/linux/Documentation/arch/s390/
H A Dmonreader.rst137 followed by a set of one or more contiguous monitor records (similar to the
143 last byte of data. The start address is needed to handle "end-of-frame" records
148 of the monitor control element layout. The layout of the monitor records can
156 <first set of records> |
159 <last set of records> /
192 read with 0 size is valid but subsequent records may be missing.
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat.txt115 --skip-zero-records::
116 omit records with all zeros in logging mode
/linux/Documentation/driver-api/mtd/
H A Dspi-intel.rst51 16384+0 records in
52 16384+0 records out

1234