/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | htc.c | 186 struct ath12k_htc_record *record; in ath12k_htc_process_trailer() local 190 record = (struct ath12k_htc_record *)buffer; in ath12k_htc_process_trailer() 192 if (length < sizeof(record->hdr)) { in ath12k_htc_process_trailer() 197 if (record->hdr.len > length) { in ath12k_htc_process_trailer() 198 /* no room left in buffer for record */ in ath12k_htc_process_trailer() 199 ath12k_warn(ab, "Invalid record length: %d\n", in ath12k_htc_process_trailer() 200 record->hdr.len); in ath12k_htc_process_trailer() 205 switch (record->hdr.id) { in ath12k_htc_process_trailer() 208 if (record->hdr.len < len) { in ath12k_htc_process_trailer() 214 record in ath12k_htc_process_trailer() [all...] |
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | timerlat_top.c | 121 * timerlat_hist_update - record a new timerlat occurent on cpu, updating data 156 timerlat_top_handler(struct trace_seq *s, struct tep_record *record, in timerlat_top_handler() argument 163 int cpu = record->cpu; in timerlat_top_handler() 169 tep_get_field_val(s, event, "context", record, &thread, 1); in timerlat_top_handler() 170 tep_get_field_val(s, event, "timer_latency", record, &latency, 1); in timerlat_top_handler() 756 struct osnoise_tool *record = NULL; in timerlat_top_main() local 816 record = osnoise_init_trace_tool("timerlat"); in timerlat_top_main() 817 if (!record) { in timerlat_top_main() 823 retval = trace_events_enable(&record->trace, params->events); in timerlat_top_main() 864 trace_instance_start(&record in timerlat_top_main() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | zstd.c | 59 size_t process_header(void *record, size_t increment)) in zstd_compress_stream_to_records() 64 void *record; in zstd_compress_stream_to_records() local 67 record = dst; in zstd_compress_stream_to_records() 68 size = process_header(record, 0); in zstd_compress_stream_to_records() 83 size = process_header(record, size); in zstd_compress_stream_to_records() 57 zstd_compress_stream_to_records(struct zstd_data *data, void *dst, size_t dst_size, void *src, size_t src_size, size_t max_record_size, size_t process_header(void *record, size_t increment)) zstd_compress_stream_to_records() argument
|
H A D | arm-spe.c | 230 struct arm_spe_record *record = &speq->decoder->record; in arm_spe_prep_sample() local 235 sample->ip = record->from_ip; in arm_spe_prep_sample() 239 sample->addr = record->to_ip; in arm_spe_prep_sample() 293 const struct arm_spe_record *record = &speq->decoder->record; in arm_spe_sample() local 298 if (record->type & ARM_SPE_L1D_MISS) { in arm_spe_sample() 305 if (record->type & ARM_SPE_L1D_ACCESS) { in arm_spe_sample() 314 if (record->type & ARM_SPE_LLC_MISS) { in arm_spe_sample() 321 if (record in arm_spe_sample() 403 struct arm_spe_record *record; arm_spe__setup_queue() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | zstd.c | 59 size_t process_header(void *record, size_t increment)) in zstd_compress_stream_to_records() 64 void *record; in zstd_compress_stream_to_records() local 67 record = dst; in zstd_compress_stream_to_records() 68 size = process_header(record, 0); in zstd_compress_stream_to_records() 83 size = process_header(record, size); in zstd_compress_stream_to_records() 57 zstd_compress_stream_to_records(struct zstd_data *data, void *dst, size_t dst_size, void *src, size_t src_size, size_t max_record_size, size_t process_header(void *record, size_t increment)) zstd_compress_stream_to_records() argument
|
/test/testfwk/xdevice/plugins/devicetest/report/ |
H A D | generation.py | 40 def emit(self, record): 41 if record.thread != self.thread: 43 msg = self.format(record) 44 if record.levelno == logging.ERROR: 46 if record.levelno == logging.WARNING:
|
/third_party/mbedtls/docs/architecture/psa-migration/ |
H A D | outcome-analysis.sh | 33 record() { function 56 record "before-default" 61 record "before-full" 67 record "after-default" 72 record "after-full"
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-color-colr-table.hh | 155 * layer record. There will be 996 ClipRecord record; in serialize_clip_records() local 997 record.startGlyphID = start_gid; in serialize_clip_records() 998 record.endGlyphID = prev_gid; in serialize_clip_records() 999 record.clipBox = prev_offset; in serialize_clip_records() 1001 if (!c->copy (record, this)) return_trace (0); in serialize_clip_records() 1011 ClipRecord record; in serialize_clip_records() local 1012 record.startGlyphID = start_gid; in serialize_clip_records() 1013 record.endGlyphID = prev_gid; in serialize_clip_records() 1014 record in serialize_clip_records() 1257 const BaseGlyphRecord &record = (this+baseGlyphsZ).bsearch (numBaseGlyphs, glyph); get_glyph_layers() local 1303 const BaseGlyphRecord *record = get_base_glyph_record (glyph); closure_glyphs() local 1396 auto* record = c->embed (_); serialize_V0() local 1416 const BaseGlyphRecord* record = &(this+baseGlyphsZ).bsearch (numBaseGlyphs, (unsigned int) gid); get_base_glyph_record() local 1424 const BaseGlyphPaintRecord* record = &(this+baseGlyphList).bsearch ((unsigned) gid); get_base_glyph_paintrecord() local [all...] |
H A D | hb-ot-layout-base-table.hh | 289 const BaseLangSysRecord& record = baseLangSysRecords.bsearch (language_tag); in get_min_max() local 290 return record.has_data () ? record.get_min_max () : this+defaultMinMax; in get_min_max() 354 const BaseScriptRecord *record = &baseScriptRecords.bsearch (script); in get_base_script() local 355 if (!record->has_data ()) record = &baseScriptRecords.bsearch (HB_TAG ('D','F','L','T')); in get_base_script() 356 return record->has_data () ? record->get_base_script (this) : Null (BaseScript); in get_base_script()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | parse-filter.c | 1525 struct tep_record *record, enum tep_errno *err); 1528 get_comm(struct tep_event *event, struct tep_record *record) in get_comm() argument 1533 pid = tep_data_pid(event->tep, record); in get_comm() 1540 struct tep_format_field *field, struct tep_record *record) in get_value() 1548 name = get_comm(event, record); in get_value() 1554 return record->cpu; in get_value() 1556 tep_read_number_field(field, record->data, &val); in get_value() 1576 struct tep_record *record, enum tep_errno *err); 1580 struct tep_record *record, enum tep_errno *err) in get_exp_value() 1584 lval = get_arg_value(event, arg->exp.left, record, er in get_exp_value() 1539 get_value(struct tep_event *event, struct tep_format_field *field, struct tep_record *record) get_value() argument 1579 get_exp_value(struct tep_event *event, struct tep_filter_arg *arg, struct tep_record *record, enum tep_errno *err) get_exp_value() argument 1634 get_arg_value(struct tep_event *event, struct tep_filter_arg *arg, struct tep_record *record, enum tep_errno *err) get_arg_value() argument 1658 test_num(struct tep_event *event, struct tep_filter_arg *arg, struct tep_record *record, enum tep_errno *err) test_num() argument 1699 get_field_str(struct tep_filter_arg *arg, struct tep_record *record) get_field_str() argument 1749 test_str(struct tep_event *event, struct tep_filter_arg *arg, struct tep_record *record, enum tep_errno *err) test_str() argument 1780 test_op(struct tep_event *event, struct tep_filter_arg *arg, struct tep_record *record, enum tep_errno *err) test_op() argument 1802 test_filter(struct tep_event *event, struct tep_filter_arg *arg, struct tep_record *record, enum tep_errno *err) test_filter() argument 1874 tep_filter_match(struct tep_event_filter *filter, struct tep_record *record) tep_filter_match() argument [all...] |
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_redirect_cpu_user.c | 176 /* Common stats data record shared with _kern.c */ 185 struct record { struct 191 struct record rx_cnt; 192 struct record redir_err; 193 struct record kthread; 194 struct record exception; 195 struct record enq[]; 198 static bool map_collect_percpu(int fd, __u32 key, struct record *rec) in map_collect_percpu() 261 size = sizeof(*rec) + n_cpus * sizeof(struct record); in alloc_stats_record() 291 static double calc_period(struct record * 660 struct stats_record *record, *prev; stats_poll() local [all...] |
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
H A D | plugin_tlb.c | 19 static int tlb_flush_handler(struct trace_seq *s, struct tep_record *record, in tlb_flush_handler() argument 26 tep_print_num_field(s, "%ld", event, "pages", record, 1); in tlb_flush_handler() 28 if (tep_get_field_val(s, event, "reason", record, &val, 1) < 0) in tlb_flush_handler()
|
/third_party/node/deps/v8/src/utils/ |
H A D | locked-queue.h | 28 inline void Enqueue(Record record); 29 inline bool Dequeue(Record* record); 31 inline bool Peek(Record* record) const;
|
/third_party/python/Lib/test/support/ |
H A D | logging_helper.py | 16 def emit(self, record): 17 self.format(record) 18 self.buffer.append(record.__dict__)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | bios_parser2.c | 54 struct atom_i2c_record *record, 391 struct atom_i2c_record *record; in bios_parser_get_i2c_info() local 441 record = (struct atom_i2c_record *) header; in bios_parser_get_i2c_info() 443 if (get_gpio_i2c_info(bp, record, info) == in bios_parser_get_i2c_info() 456 struct atom_i2c_record *record, in get_gpio_i2c_info() 494 if (((record->i2c_id & I2C_HW_CAP) == (pin->gpio_id & I2C_HW_CAP)) && in get_gpio_i2c_info() 495 ((record->i2c_id & I2C_HW_ENGINE_ID_MASK) == (pin->gpio_id & I2C_HW_ENGINE_ID_MASK)) && in get_gpio_i2c_info() 496 ((record->i2c_id & I2C_HW_LANE_MUX) == (pin->gpio_id & I2C_HW_LANE_MUX))) { in get_gpio_i2c_info() 511 info->i2c_hw_assist = (record->i2c_id & I2C_HW_CAP) ? true : false; in get_gpio_i2c_info() 512 info->i2c_line = record in get_gpio_i2c_info() 454 get_gpio_i2c_info( struct bios_parser *bp, struct atom_i2c_record *record, struct graphics_object_i2c_info *info) get_gpio_i2c_info() argument 565 struct atom_hpd_int_record *record = NULL; bios_parser_get_hpd_info() local 2066 struct atom_encoder_caps_record *record = NULL; bios_parser_get_encoder_cap_info() local 2231 struct atom_disp_connector_caps_record *record = NULL; bios_parser_get_disp_connector_caps_info() local 2316 struct atom_connector_speed_record *record; bios_parser_get_connector_speed_cap_info() local 3127 struct atom_bracket_layout_record *record; update_slot_layout_info() local 3242 struct atom_bracket_layout_record_v2 *record; update_slot_layout_info_v2() local [all...] |
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | cpuidle-pseries.c | 109 * a. The first byte is the length āNā of each cede latency setting record minus 112 * b. For each supported cede latency setting a cede latency setting record 131 * This version has cede latency record size = 10. 186 pr_err("xcede: Expected record-size %lu. Observed size %u.\n", in parse_cede_parameters() 202 struct xcede_latency_record *record = &payload->records[i]; in parse_cede_parameters() local 203 u64 latency_ticks = be64_to_cpu(record->latency_ticks); in parse_cede_parameters() 204 u8 wake_on_irqs = record->wake_on_irqs; in parse_cede_parameters() 205 u8 hint = record->hint; in parse_cede_parameters() 362 struct xcede_latency_record *record = &payload->records[i]; in fixup_cede0_latency() local 363 u64 latency_tb = be64_to_cpu(record in fixup_cede0_latency() [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | latencytop.c | 106 unsigned long record = lat->backtrace[q]; in account_global_scheduler_latency() local 108 if (latency_record[i].backtrace[q] != record) { in account_global_scheduler_latency() 114 if (!record) in account_global_scheduler_latency() 135 * __account_scheduler_latency - record an occurred latency 183 unsigned long record = lat.backtrace[q]; in __account_scheduler_latency() local 185 if (mylat->backtrace[q] != record) { in __account_scheduler_latency() 191 if (!record) in __account_scheduler_latency()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | latencytop.c | 132 unsigned long record = lat->backtrace[q]; in account_global_scheduler_latency() local 134 if (latency_record[i].backtrace[q] != record) { in account_global_scheduler_latency() 140 if (!record) in account_global_scheduler_latency() 161 * __account_scheduler_latency - record an occurred latency 209 unsigned long record = lat.backtrace[q]; in __account_scheduler_latency() local 211 if (mylat->backtrace[q] != record) { in __account_scheduler_latency() 217 if (!record) in __account_scheduler_latency()
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_pps_driver.cc | 179 /// @brief Some perf record durations can be really short 193 PerfRecord record; in parse_perf_records() local 194 record.data.reserve(512); in parse_perf_records() 202 // Iterate a record at a time in parse_perf_records() 229 // Add the new record to the list in parse_perf_records() 230 record.timestamp = gpu_timestamp; in parse_perf_records() 231 record.data.resize(header->size); // Possibly 264? in parse_perf_records() 232 memcpy(record.data.data(), iter, header->size); in parse_perf_records() 233 records.emplace_back(record); in parse_perf_records() 237 // Go to the next record in parse_perf_records() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | CallDAG.cpp | 72 Record &record = (*records)[data.index]; in fillDataStructures() local 74 record.node = data.definitionNode; in fillDataStructures() 76 record.callees.reserve(data.callees.size()); in fillDataStructures() 79 record.callees.push_back(static_cast<int>(callee->index)); in fillDataStructures() 103 // Create the record if need be and remember the definition node. 121 // Function declaration, create an empty record. 122 auto &record = mFunctions[node->getFunction()->uniqueId().get()]; variable 123 record.name = node->getFunction()->name();
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | apei.h | 42 int erst_write(const struct cper_record_header *record); 47 ssize_t erst_read(u64 record_id, struct cper_record_header *record, 49 ssize_t erst_read_record(u64 record_id, struct cper_record_header *record,
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | test_data_symbol.sh | 8 perf mem record -e list 2>&1 | grep -E -q 'available' && return 0 53 perf mem record -o ${PERF_DATA} -C 0 -- taskset -c 0 $TEST_PROGRAM & 55 perf mem record --all-user -o ${PERF_DATA} -- $TEST_PROGRAM &
|
/test/ostest/wukong/report/src/ |
H A D | format_json.cpp | 31 std::vector<std::vector<std::string>> record = tablePtr->GetRecord(); in FormatDetail() local 34 for (uint32_t row = 0; row < record.size(); row++) { in FormatDetail() 37 ss << header[col] << ":\"" << record[row][col] << "\""; in FormatDetail() local
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | TagOffsetRecordList.java | 24 TagOffsetRecord record = iterator.next(); in getRecordForTag() 25 if (record.tag == tag) { in getRecordForTag() 26 return record; in getRecordForTag()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | bios_parser2.c | 82 struct atom_i2c_record *record, 296 struct atom_i2c_record *record; in bios_parser_get_i2c_info() local 333 record = (struct atom_i2c_record *) header; in bios_parser_get_i2c_info() 335 if (get_gpio_i2c_info(bp, record, info) == in bios_parser_get_i2c_info() 348 struct atom_i2c_record *record, in get_gpio_i2c_info() 386 if (((record->i2c_id & I2C_HW_CAP) == (pin->gpio_id & I2C_HW_CAP)) && in get_gpio_i2c_info() 387 ((record->i2c_id & I2C_HW_ENGINE_ID_MASK) == (pin->gpio_id & I2C_HW_ENGINE_ID_MASK)) && in get_gpio_i2c_info() 388 ((record->i2c_id & I2C_HW_LANE_MUX) == (pin->gpio_id & I2C_HW_LANE_MUX))) { in get_gpio_i2c_info() 403 info->i2c_hw_assist = (record->i2c_id & I2C_HW_CAP) ? true : false; in get_gpio_i2c_info() 404 info->i2c_line = record in get_gpio_i2c_info() 346 get_gpio_i2c_info( struct bios_parser *bp, struct atom_i2c_record *record, struct graphics_object_i2c_info *info) get_gpio_i2c_info() argument 422 struct atom_hpd_int_record *record = NULL; bios_parser_get_hpd_info() local 1389 struct atom_encoder_caps_record *record = NULL; bios_parser_get_encoder_cap_info() local 1872 struct atom_bracket_layout_record *record; update_slot_layout_info() local [all...] |