Home
last modified time | relevance | path

Searched refs:record (Results 176 - 200 of 601) sorted by relevance

12345678910>>...25

/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_arm_coresight.sh4 # Uses the 'perf record' to record trace data with Arm CoreSight sinks;
40 perf record -o ${perfdata} -e cs_etm/@$1/u --per-thread \
151 perf record -o ${perfdata} -e cs_etm// -a -- ls > /dev/null 2>&1
165 perf record -o ${perfdata} -e cs_etm// -S \
189 perf record -o ${perfdata} "$@" -- ls > /dev/null 2>&1
H A Drecord_offcpu.sh2 # perf record offcpu profiling tests
31 if perf record --off-cpu -o /dev/null --quiet true 2>&1 | grep BUILD_BPF_SKEL
42 if ! perf record --off-cpu -e dummy -o ${perfdata} sleep 1 2> /dev/null
44 echo "Basic off-cpu test [Failed record]"
67 if ! perf record --off-cpu -e dummy -o ${perfdata} -- \
70 echo "Child task off-cpu test [Failed record]"
H A Dtest_brstack.sh9 if ! perf record -o- --no-buildid --branch-filter any,save_type,u -- true > /dev/null 2>&1 ; then
26 perf record -o $TMPDIR/perf.data --branch-filter any,save_type,u -- ${TESTPROG} > /dev/null 2>&1
55 perf record -o $TMPDIR/perf.data --branch-filter $test_filter_filter,save_type,u -- ${TESTPROG} > /dev/null 2>&1
H A Dtest_arm_spe.sh4 # Uses the 'perf record' to record trace data of Arm SPE events;
70 perf record -o ${perfdata} -e arm_spe// -S \
94 perf record -o - -e dummy -a -B true > /dev/null 2>&1
100 perf record -o ${perfdata} -e arm_spe// -a --no-bpf-event \
/third_party/pulseaudio/src/modules/
H A Dmodule-solaris.c79 "record=<enable source?> "
131 "record",
212 if (u->prev_record_samples > info.record.samples) in get_recorded_bytes()
214 u->prev_record_samples = info.record.samples; in get_recorded_bytes()
215 result = (((uint64_t)u->record_samples_msw << 32) + info.record.samples) * u->frame_size; in get_recorded_bytes()
256 info.record.buffer_size = buffer_size; in set_buffer()
304 info.record.sample_rate = ss->rate; in auto_format()
305 info.record.channels = ss->channels; in auto_format()
308 info.record.precision = 8; in auto_format()
309 info.record in auto_format()
889 bool record = true, playback = true; pa__init() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dhtc.c191 struct ath11k_htc_record *record; in ath11k_htc_process_trailer() local
195 record = (struct ath11k_htc_record *)buffer; in ath11k_htc_process_trailer()
197 if (length < sizeof(record->hdr)) { in ath11k_htc_process_trailer()
202 if (record->hdr.len > length) { in ath11k_htc_process_trailer()
203 /* no room left in buffer for record */ in ath11k_htc_process_trailer()
204 ath11k_warn(ab, "Invalid record length: %d\n", in ath11k_htc_process_trailer()
205 record->hdr.len); in ath11k_htc_process_trailer()
211 switch (record->hdr.id) { in ath11k_htc_process_trailer()
214 if (record->hdr.len < len) { in ath11k_htc_process_trailer()
220 record in ath11k_htc_process_trailer()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c98 * record. Its a one time calculation till the in chcr_ktls_save_keys()
114 * record (no trailer and possibly a truncated payload). in chcr_ktls_save_keys()
954 * @skb - skb contains partial record..
992 * @skb - skb contains partial record..
1095 * chcr_ktls_xmit_wr_complete: This sends out the complete record. If an skb
1096 * received has partial end part of the record, send out the complete record, so
1265 * a middle part of a record, fetch the prior data to make it 16 byte aligned
1268 * @skb - skb contains partial record..
1274 * @tls_rec_offset - offset from start of the tls record
1664 chcr_ktls_copy_record_in_skb(struct sk_buff *nskb, struct sk_buff *skb, struct tls_record_info *record) chcr_ktls_copy_record_in_skb() argument
1702 chcr_end_part_handler(struct chcr_ktls_info *tx_info, struct sk_buff *skb, struct tls_record_info *record, u32 tcp_seq, int mss, bool tcp_push_no_fin, struct sge_eth_txq *q, u32 skb_offset, u32 tls_end_offset, bool last_wr) chcr_end_part_handler() argument
1779 chcr_short_record_handler(struct chcr_ktls_info *tx_info, struct sk_buff *skb, struct tls_record_info *record, u32 tcp_seq, int mss, bool tcp_push_no_fin, u32 data_len, u32 skb_offset, struct sge_eth_txq *q, u32 tls_end_offset) chcr_short_record_handler() argument
1940 struct tls_record_info *record; chcr_ktls_xmit() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c98 * record. Its a one time calculation till the in chcr_ktls_save_keys()
114 * record (no trailer and possibly a truncated payload). in chcr_ktls_save_keys()
948 * @skb - skb contains partial record..
986 * @skb - skb contains partial record..
1089 * chcr_ktls_xmit_wr_complete: This sends out the complete record. If an skb
1090 * received has partial end part of the record, send out the complete record, so
1259 * a middle part of a record, fetch the prior data to make it 16 byte aligned
1262 * @skb - skb contains partial record..
1268 * @tls_rec_offset - offset from start of the tls record
1657 chcr_ktls_copy_record_in_skb(struct sk_buff *nskb, struct sk_buff *skb, struct tls_record_info *record) chcr_ktls_copy_record_in_skb() argument
1695 chcr_end_part_handler(struct chcr_ktls_info *tx_info, struct sk_buff *skb, struct tls_record_info *record, u32 tcp_seq, int mss, bool tcp_push_no_fin, struct sge_eth_txq *q, u32 skb_offset, u32 tls_end_offset, bool last_wr) chcr_end_part_handler() argument
1772 chcr_short_record_handler(struct chcr_ktls_info *tx_info, struct sk_buff *skb, struct tls_record_info *record, u32 tcp_seq, int mss, bool tcp_push_no_fin, u32 data_len, u32 skb_offset, struct sge_eth_txq *q, u32 tls_end_offset) chcr_short_record_handler() argument
1931 struct tls_record_info *record; chcr_ktls_xmit() local
[all...]
/third_party/python/Lib/test/test_warnings/
H A D__init__.py134 with original_warnings.catch_warnings(record=True,
143 with original_warnings.catch_warnings(record=True,
156 with original_warnings.catch_warnings(record=True,
171 with original_warnings.catch_warnings(record=True,
191 with original_warnings.catch_warnings(record=True,
207 with original_warnings.catch_warnings(record=True,
219 with original_warnings.catch_warnings(record=True,
236 with original_warnings.catch_warnings(record=True,
264 with original_warnings.catch_warnings(record=True,
280 with original_warnings.catch_warnings(record
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp29 do { if (cond) log->record(SkPathOpsDebug::kFail_Glitch, coin); } while (false)
33 do { if (cond) log->record(SkPathOpsDebug::kFail_Glitch, span); } while (false)
36 do { if (cond) log->record(SkPathOpsDebug::kReturnFalse_Glitch, span); \
121 void record(GlitchType type, const SkOpSpanBase* base, in record() function
128 void record(GlitchType type, const SkOpSpanBase* base, in record() function
135 void record(GlitchType type, const SkCoincidentSpans* coin, in record() function
146 void record(GlitchType type, const SkOpSpanBase* base, in record() function
155 void record(GlitchType type, const SkOpSpanBase* base, double t, in record() function
163 void record(GlitchType type, const SkCoincidentSpans* coin, in record() function
173 void record(GlitchTyp function
181 void record(GlitchType type, const SkOpPtT* ptTS, const SkOpPtT* ptTE, record() function
190 void record(GlitchType type, const SkOpSegment* seg, double startT, record() function
201 void record(GlitchType type, const SkOpSegment* seg, record() function
208 void record(GlitchType type, double t, const SkOpSpanBase* span) { record() function
214 void record(GlitchType type, const SkOpSegment* seg) { record() function
219 void record(GlitchType type, const SkCoincidentSpans* coin, record() function
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtc.c345 struct ath10k_htc_record *record; in ath10k_htc_process_trailer() local
354 record = (struct ath10k_htc_record *)buffer; in ath10k_htc_process_trailer()
356 if (length < sizeof(record->hdr)) { in ath10k_htc_process_trailer()
361 if (record->hdr.len > length) { in ath10k_htc_process_trailer()
362 /* no room left in buffer for record */ in ath10k_htc_process_trailer()
363 ath10k_warn(ar, "Invalid record length: %d\n", in ath10k_htc_process_trailer()
364 record->hdr.len); in ath10k_htc_process_trailer()
369 switch (record->hdr.id) { in ath10k_htc_process_trailer()
372 if (record->hdr.len < len) { in ath10k_htc_process_trailer()
378 record in ath10k_htc_process_trailer()
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci-acpi.c170 static acpi_status decode_type0_hpx_record(union acpi_object *record, in decode_type0_hpx_record() argument
174 union acpi_object *fields = record->package.elements; in decode_type0_hpx_record()
179 if (record->package.count != 6) in decode_type0_hpx_record()
191 pr_warn("%s: Type 0 Revision %d record not supported\n", in decode_type0_hpx_record()
220 static acpi_status decode_type1_hpx_record(union acpi_object *record, in decode_type1_hpx_record() argument
224 union acpi_object *fields = record->package.elements; in decode_type1_hpx_record()
229 if (record->package.count != 5) in decode_type1_hpx_record()
240 pr_warn("%s: Type 1 Revision %d record not supported\n", in decode_type1_hpx_record()
369 static acpi_status decode_type2_hpx_record(union acpi_object *record, in decode_type2_hpx_record() argument
373 union acpi_object *fields = record in decode_type2_hpx_record()
586 program_type3_hpx_record(struct pci_dev *dev, union acpi_object *record) program_type3_hpx_record() argument
628 union acpi_object *package, *record, *fields; acpi_run_hpx() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtc.c354 struct ath10k_htc_record *record; in ath10k_htc_process_trailer() local
363 record = (struct ath10k_htc_record *)buffer; in ath10k_htc_process_trailer()
365 if (length < sizeof(record->hdr)) { in ath10k_htc_process_trailer()
370 if (record->hdr.len > length) { in ath10k_htc_process_trailer()
371 /* no room left in buffer for record */ in ath10k_htc_process_trailer()
372 ath10k_warn(ar, "Invalid record length: %d\n", in ath10k_htc_process_trailer()
373 record->hdr.len); in ath10k_htc_process_trailer()
378 switch (record->hdr.id) { in ath10k_htc_process_trailer()
381 if (record->hdr.len < len) { in ath10k_htc_process_trailer()
387 record in ath10k_htc_process_trailer()
[all...]
/kernel/linux/linux-6.6/drivers/pci/
H A Dpci-acpi.c172 static acpi_status decode_type0_hpx_record(union acpi_object *record, in decode_type0_hpx_record() argument
176 union acpi_object *fields = record->package.elements; in decode_type0_hpx_record()
181 if (record->package.count != 6) in decode_type0_hpx_record()
193 pr_warn("%s: Type 0 Revision %d record not supported\n", in decode_type0_hpx_record()
222 static acpi_status decode_type1_hpx_record(union acpi_object *record, in decode_type1_hpx_record() argument
226 union acpi_object *fields = record->package.elements; in decode_type1_hpx_record()
231 if (record->package.count != 5) in decode_type1_hpx_record()
242 pr_warn("%s: Type 1 Revision %d record not supported\n", in decode_type1_hpx_record()
371 static acpi_status decode_type2_hpx_record(union acpi_object *record, in decode_type2_hpx_record() argument
375 union acpi_object *fields = record in decode_type2_hpx_record()
588 program_type3_hpx_record(struct pci_dev *dev, union acpi_object *record) program_type3_hpx_record() argument
630 union acpi_object *package, *record, *fields; acpi_run_hpx() local
[all...]
/third_party/libuv/test/
H A Dtest-tty.c171 INPUT_RECORD record; in TEST_IMPL() local
203 record.EventType = KEY_EVENT; in TEST_IMPL()
204 record.Event.KeyEvent.bKeyDown = TRUE; in TEST_IMPL()
205 record.Event.KeyEvent.wRepeatCount = 1; in TEST_IMPL()
206 record.Event.KeyEvent.wVirtualKeyCode = VK_SPACE; in TEST_IMPL()
207 record.Event.KeyEvent.wVirtualScanCode = MapVirtualKeyW(VK_SPACE, MAPVK_VK_TO_VSC); in TEST_IMPL()
208 record.Event.KeyEvent.uChar.UnicodeChar = L' '; in TEST_IMPL()
209 record.Event.KeyEvent.dwControlKeyState = 0; in TEST_IMPL()
210 WriteConsoleInputW(handle, &record, 1, &written); in TEST_IMPL()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-nfc.py161 summary("Could not get handover request carrier record from wpa_supplicant")
163 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex"))
237 if "OK" in wpas_report_handover(data, carrier.record, "INIT"):
299 print("P2P carrier type match - add P2P carrier record")
301 self.received_carrier = carrier.record
302 print("Carrier record:")
304 print(carrier.record.pretty())
309 print("Could not get handover select carrier record from wpa_supplicant")
311 print("Handover select carrier record from wpa_supplicant:")
329 print("WSC carrier type match - add WSC carrier record")
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-nfc.py161 summary("Could not get handover request carrier record from wpa_supplicant")
163 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex"))
237 if "OK" in wpas_report_handover(data, carrier.record, "INIT"):
299 print("P2P carrier type match - add P2P carrier record")
301 self.received_carrier = carrier.record
302 print("Carrier record:")
304 print(carrier.record.pretty())
309 print("Could not get handover select carrier record from wpa_supplicant")
311 print("Handover select carrier record from wpa_supplicant:")
329 print("WSC carrier type match - add WSC carrier record")
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c376 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) in amdgpu_atombios_get_connector_info_from_object_table() local
382 while (record->ucRecordSize > 0 && in amdgpu_atombios_get_connector_info_from_object_table()
383 record->ucRecordType > 0 && in amdgpu_atombios_get_connector_info_from_object_table()
384 record->ucRecordType <= ATOM_MAX_OBJECT_RECORD_NUMBER) { in amdgpu_atombios_get_connector_info_from_object_table()
385 switch (record->ucRecordType) { in amdgpu_atombios_get_connector_info_from_object_table()
388 record; in amdgpu_atombios_get_connector_info_from_object_table()
392 record = (ATOM_COMMON_RECORD_HEADER *) in amdgpu_atombios_get_connector_info_from_object_table()
393 ((char *)record + record->ucRecordSize); in amdgpu_atombios_get_connector_info_from_object_table()
404 ATOM_COMMON_RECORD_HEADER *record in amdgpu_atombios_get_connector_info_from_object_table() local
480 *record = amdgpu_atombios_get_connector_info_from_object_table() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c376 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) in amdgpu_atombios_get_connector_info_from_object_table() local
382 while (record->ucRecordSize > 0 && in amdgpu_atombios_get_connector_info_from_object_table()
383 record->ucRecordType > 0 && in amdgpu_atombios_get_connector_info_from_object_table()
384 record->ucRecordType <= ATOM_MAX_OBJECT_RECORD_NUMBER) { in amdgpu_atombios_get_connector_info_from_object_table()
385 switch (record->ucRecordType) { in amdgpu_atombios_get_connector_info_from_object_table()
388 record; in amdgpu_atombios_get_connector_info_from_object_table()
392 record = (ATOM_COMMON_RECORD_HEADER *) in amdgpu_atombios_get_connector_info_from_object_table()
393 ((char *)record + record->ucRecordSize); in amdgpu_atombios_get_connector_info_from_object_table()
404 ATOM_COMMON_RECORD_HEADER *record in amdgpu_atombios_get_connector_info_from_object_table() local
480 *record = amdgpu_atombios_get_connector_info_from_object_table() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-uniscribe.cc366 OT::NameRecord &record = name.nameRecordZ[i]; in _hb_rename_font() local
367 record.platformID = 3; in _hb_rename_font()
368 record.encodingID = 1; in _hb_rename_font()
369 record.languageID = 0x0409u; /* English */ in _hb_rename_font()
370 record.nameID = name_IDs[i]; in _hb_rename_font()
371 record.length = name_str_len * 2; in _hb_rename_font()
372 record.offset = 0; in _hb_rename_font()
394 OT::TableRecord &record = const_cast<OT::TableRecord &> (face.get_table (index)); in _hb_rename_font() local
395 record.checkSum.set_for_data (&name, padded_name_table_length); in _hb_rename_font()
396 record in _hb_rename_font()
[all...]
/third_party/node/test/fixtures/
H A Dreport-oom.js5 const record = new MyRecord();
6 list.push(record);
/third_party/python/Lib/test/
H A Dtest_msilib.py34 record = view.Fetch()
35 if record is None:
37 properties.append(record.GetString(1))
53 record = view.Fetch()
54 self.assertEqual(record.GetString(1), 'ß-розпад')
/third_party/skia/bench/
H A DSkGlyphCacheBench.cpp230 for (const auto& record : fTrace) {
232 record.blob.get(), record.offset.x(), record.offset.y(),record.paint);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c66 ATOM_I2C_RECORD *record,
226 ATOM_I2C_RECORD *record; in bios_parser_get_i2c_info() local
253 record = (ATOM_I2C_RECORD *) header; in bios_parser_get_i2c_info()
255 if (get_gpio_i2c_info(bp, record, info) == BP_RESULT_OK) in bios_parser_get_i2c_info()
271 ATOM_HPD_INT_RECORD *record = NULL; in bios_parser_get_hpd_info() local
281 record = get_hpd_record(bp, object); in bios_parser_get_hpd_info()
283 if (record != NULL) { in bios_parser_get_hpd_info()
284 info->hpd_int_gpio_uid = record->ucHPDIntGPIOID; in bios_parser_get_hpd_info()
285 info->hpd_active = record->ucPlugged_PinState; in bios_parser_get_hpd_info()
295 ATOM_CONNECTOR_DEVICE_TAG_RECORD **record) in bios_parser_get_device_tag_record()
292 bios_parser_get_device_tag_record( struct bios_parser *bp, ATOM_OBJECT *object, ATOM_CONNECTOR_DEVICE_TAG_RECORD **record) bios_parser_get_device_tag_record() argument
337 ATOM_CONNECTOR_DEVICE_TAG_RECORD *record = NULL; bios_parser_get_device_tag() local
1477 ATOM_ENCODER_CAP_RECORD_V2 *record = NULL; bios_parser_get_encoder_cap_info() local
1838 get_gpio_i2c_info(struct bios_parser *bp, ATOM_I2C_RECORD *record, struct graphics_object_i2c_info *info) get_gpio_i2c_info() argument
2603 ATOM_BRACKET_LAYOUT_RECORD *record; update_slot_layout_info() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddelayed-ref.c746 * ref->must_insert_reserved is the flag used to record that in init_delayed_ref_head()
749 * Once we record must_insert_reserved, switch the action to in init_delayed_ref_head()
901 struct btrfs_qgroup_extent_record *record = NULL; in btrfs_add_delayed_tree_ref() local
927 record = kzalloc(sizeof(*record), GFP_NOFS); in btrfs_add_delayed_tree_ref()
928 if (!record) { in btrfs_add_delayed_tree_ref()
947 init_delayed_ref_head(head_ref, record, bytenr, num_bytes, in btrfs_add_delayed_tree_ref()
959 head_ref = add_delayed_ref_head(trans, head_ref, record, in btrfs_add_delayed_tree_ref()
978 btrfs_qgroup_trace_extent_post(trans, record); in btrfs_add_delayed_tree_ref()
994 struct btrfs_qgroup_extent_record *record in btrfs_add_delayed_data_ref() local
[all...]

Completed in 24 milliseconds

12345678910>>...25