Home
last modified time | relevance | path

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

123456

/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dpmu_intel.c177 struct x86_pmu_lbr *records = vcpu_to_lbr_records(vcpu); in intel_pmu_is_valid_lbr_msr() local
184 (index >= records->from && index < records->from + records->nr) || in intel_pmu_is_valid_lbr_msr()
185 (index >= records->to && index < records->to + records->nr); in intel_pmu_is_valid_lbr_msr()
187 if (!ret && records->info) in intel_pmu_is_valid_lbr_msr()
188 ret = (index >= records->info && index < records->info + records->nr); in intel_pmu_is_valid_lbr_msr()
596 x86_perf_get_lbr(&lbr_desc->records); in intel_pmu_refresh()
598 lbr_desc->records.nr = 0; in intel_pmu_refresh()
600 if (lbr_desc->records.nr) in intel_pmu_refresh()
639 lbr_desc->records.nr = 0; in intel_pmu_init()
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-iostat.txt55 357708+0 records in
56 357707+0 records out
74 357708+0 records in
75 357707+0 records out
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 */
373 Indicates that trace contains records of PERF_RECORD_COMPRESSED type
374 that have perf_events records in compressed form.
414 } [nr]; /* Variable length records */
602 Describes a header feature. These are records used in pipe-mode that
[all …]
A Ditrace.txt21 G synthesize a call chain on existing event records
23 L synthesize last branch entries on existing event records
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-6.3-rc2/drivers/usb/serial/
A Dezusb_convert.pl28 push(@records, [$addr, \@bytes]);
31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ras_eeprom.h122 struct eeprom_table_record *records, const u32 num);
125 struct eeprom_table_record *records, const u32 num);
/linux-6.3-rc2/Documentation/networking/
A Dtls.rst79 The sendfile system call will send the file's data over TLS records of maximum
88 TLS records are created and sent after each send() call, unless
201 recv will never return data from mixed types of TLS records.
239 this will look like TLS records had been tampered with and will result
245 TLS 1.3 only. Expect the sender to not pad records. This allows the data
282 number of RX records which had to be re-decrypted due to
284 also increment for non-data records.
287 number of data RX records which had to be re-decrypted due to
A Dtls-offload.rst58 and the ``strparser`` mechanism is used to delineate the records. Upon read
275 as received on wire, red stripes mark start of new records.
322 and counting all records since the just-confirmed one, it adds the number
323 of records it had seen to the record number provided by the kernel.
341 whenever it sees the records are no longer getting decrypted.
344 records.
348 records continue to be received fully encrypted stack retries the
350 records, then after 4 records, after 8, after 16... up until every
351 128 records).
363 Offload maintains information about all records until the data is
[all …]
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/
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-6.3-rc2/Documentation/filesystems/ext4/
A Dbitmaps.rst9 The inode bitmap records which entries in the inode table are in use.
26 descriptor points to the start of the table, and the superblock records
/linux-6.3-rc2/tools/hv/
A Dhv_kvp_daemon.c114 struct kvp_record *records; member
163 fwrite(kvp_file_info[pool].records, sizeof(struct kvp_record), in kvp_update_file()
179 struct kvp_record *record = kvp_file_info[pool].records; in kvp_update_mem_state()
225 kvp_file_info[pool].records = record; in kvp_update_mem_state()
257 kvp_file_info[i].records = malloc(alloc_unit); in kvp_file_init()
258 if (kvp_file_info[i].records == NULL) in kvp_file_init()
280 record = kvp_file_info[pool].records; in kvp_key_delete()
328 record = kvp_file_info[pool].records; in kvp_key_add_or_modify()
358 kvp_file_info[pool].records = record; in kvp_key_add_or_modify()
381 record = kvp_file_info[pool].records; in kvp_get_value()
[all …]
/linux-6.3-rc2/drivers/cpuidle/
A Dcpuidle-pseries.c154 struct xcede_latency_record records[16]; member
204 struct xcede_latency_record *record = &payload->records[i]; in parse_cede_parameters()
372 struct xcede_latency_record *record = &payload->records[i]; in fixup_cede0_latency()
/linux-6.3-rc2/lib/pldmfw/
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()
554 list_for_each_entry_safe(record, r_safe, &data->records, entry) { in pldmfw_free_priv()
698 list_for_each_entry(record, &data->records, entry) { in pldm_find_matching_record()
841 INIT_LIST_HEAD(&data->records); in pldmfw_flash_image()
/linux-6.3-rc2/drivers/s390/char/
A DKconfig147 Select this option if you want to be able to receive records collected
173 prompt "API for reading z/VM monitor service records"
176 Character device driver for reading z/VM monitor service records
180 prompt "API for writing z/VM monitor service records"
183 Character device driver for writing z/VM monitor service records
/linux-6.3-rc2/tools/firmware/
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-6.3-rc2/Documentation/admin-guide/
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-6.3-rc2/Documentation/driver-api/pldmfw/
A Dindex.rst41 length, including version strings and the number of records and components.
51 Endian to CPU host format. Additionally the records, descriptors, and
61 2. Scan through the records and determine if the device matches any record
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-6.3-rc2/Documentation/bpf/
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-6.3-rc2/Documentation/s390/
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-6.3-rc2/tools/kvm/kvm_stat/
A Dkvm_stat.txt115 --skip-zero-records::
116 omit records with all zeros in logging mode
/linux-6.3-rc2/Documentation/ABI/testing/
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-6.3-rc2/kernel/trace/
A Dftrace.c465 rec = &pg->records[0]; in function_stat_next()
1113 struct dyn_ftrace *records; member
1538 rec = &pg->records[_____i];
3257 p = &pg->records[i]; in ftrace_update_code()
3294 if (!pg->records) { in ftrace_allocate_records()
3354 if (pg->records) { in ftrace_allocate_pages()
4194 rec = &pg->records[index]; in add_rec_by_index()
6992 rec = &pg->records[i]; in clear_mod_from_hash()
7065 rec = &pg->records[0]; in ftrace_release_mod()
7095 if (pg->records) { in ftrace_release_mod()
[all …]
/linux-6.3-rc2/fs/reiserfs/
A Dlbalance.c29 char *records; in leaf_copy_dir_entries() local
44 records = in leaf_copy_dir_entries()
49 records = NULL; in leaf_copy_dir_entries()
113 records, 0); in leaf_copy_dir_entries()
123 : 0, copy_count, deh + from, records, in leaf_copy_dir_entries()
1319 const char *records, int paste_size) in leaf_paste_entries() argument
1372 memcpy(insert_point + DEH_SIZE * new_entry_count, records, in leaf_paste_entries()

Completed in 54 milliseconds

123456