| /linux/tools/testing/selftests/landlock/ |
| H A D | ptrace_test.c | 340 struct audit_records records; in TEST_F() local 342 /* Makes sure there is no superfluous logged records. */ in TEST_F() 343 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F() 344 EXPECT_EQ(0, records.access); in TEST_F() 380 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F() 381 EXPECT_EQ(0, records.access); in TEST_F() 383 EXPECT_EQ(1, records.domain); in TEST_F() 426 /* Makes sure there is no superfluous logged records. */ in TEST_F() 427 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F() 428 EXPECT_EQ(0, records in TEST_F() [all...] |
| H A D | audit_test.c | 297 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 D | fs_test.c | 7293 struct audit_records records; in TEST_F() 7308 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F() local 7309 EXPECT_EQ(0, records.access); in TEST_F() 7310 EXPECT_EQ(0, records.domain); in TEST_F() 7320 struct audit_records records; in TEST_F() 7339 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F() 7340 EXPECT_EQ(0, records.access); in TEST_F() 7341 EXPECT_EQ(0, records.domain); in TEST_F() 7346 struct audit_records records; in TEST_F() 7354 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 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 D | audit.h | 263 * Reads records until one matches both the expected type and the in audit_match_record() 264 * pattern. Type-matching records with non-matching content are in audit_match_record() 265 * silently consumed, which handles stale domain deallocation records in audit_match_record() 336 * records from a previous test (with a different domain ID) are skipped by 384 * WARNING: Do not assert records.domain == 0 without a preceding in audit_init() 385 * audit_match_record() call. Domain deallocation records are emitted in audit_init() 388 * call consumes stale records while scanning, making the assertion safe in in audit_init() 389 * practice because stale deallocation records arrive before the expected access in audit_init() 390 * records. in audit_init() 392 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 D | perf-iostat.txt | 55 357708+0 records in 56 357707+0 records out 74 357708+0 records in 75 357707+0 records out
|
| H A D | perf.data-file-format.txt | 62 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 */ 629 Describes a header feature. These are records used in pipe-mode that [all …]
|
| H A D | security.txt | 140 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 D | ezusb_convert.pl | 28 push(@records, [$addr, \@bytes]); 31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
|
| /linux/tools/testing/selftests/net/bench/page_pool/ |
| H A D | time_bench.c | 300 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/drivers/s390/char/ |
| H A D | Kconfig | 114 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 D | dm-dust.rst | 79 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 D | hv_kvp_daemon.c | 127 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 D | vpa-dtl.rst | 36 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/lib/pldmfw/ |
| H A D | pldmfw.c | 27 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/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ras_eeprom.h | 154 struct eeprom_table_record *records, const u32 num); 157 struct eeprom_table_record *records, const u32 num);
|
| /linux/Documentation/admin-guide/ |
| H A D | filesystem-monitoring.rst | 44 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 D | ihex2fw.c | 252 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 D | index.rst | 40 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 D | file-format.rst | 9 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/Documentation/bpf/ |
| H A D | ringbuf.rst | 75 - 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 D | monreader.rst | 137 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/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_ism.c | 204 if (ism->records[pos].duration_ns <= short_idle_ns) in dm_ism_get_idle_allow_delay() 211 ism->last_idle_timestamp_ns - ism->records[pos].timestamp_ns > old_hist_ns) in dm_ism_get_idle_allow_delay() 233 record = &ism->records[ism->next_record_idx]; in dm_ism_insert_record()
|
| /linux/tools/kvm/kvm_stat/ |
| H A D | kvm_stat.txt | 115 --skip-zero-records:: 116 omit records with all zeros in logging mode
|
| /linux/Documentation/ABI/testing/ |
| H A D | dev-kmsg | 35 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/Documentation/driver-api/mtd/ |
| H A D | spi-intel.rst | 51 16384+0 records in 52 16384+0 records out
|