/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | header.c | 3827 "Was the 'perf record' command properly terminated?\n", in perf_session__read_header() 3833 "Was the 'perf record' command properly terminated?\n", in perf_session__read_header() 3915 pr_warning("invalid record type %d in pipe-mode\n", type); in perf_event__process_feature() 3919 pr_warning("invalid record type %d in pipe-mode\n", type); in perf_event__process_feature()
|
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk.c | 301 * containing variable length message text. Every record also contains its 304 * Every record meta-data carries the timestamp in microseconds, as well as 310 * The human readable log message of a record is available in @text, the 314 * Optionally, a record can carry a dictionary of properties (key/value 328 * Example of record values: 329 * record.text_buf = "it's a line" (unterminated) 330 * record.info.seq = 56 331 * record.info.ts_nsec = 36863 332 * record.info.text_len = 11 333 * record 677 struct printk_record record; global() member [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-stat.c | 135 bool record; member 148 #define STAT_RECORD perf_stat.record 975 /* Do not print anything if we record to the pipe. */ in print_counters() 1283 "don't print any output, messages or warnings (useful with record)"), 2212 "perf stat record [<options>]", 2242 pr_err("Cannot use -r option with perf stat record.\n"); in __cmd_record() 2256 perf_stat.record = true; in __cmd_record() 2485 const char * const stat_subcommands[] = { "record", "report" }; in cmd_stat() 2512 if (argc && strlen(argv[0]) > 2 && strstarts("record", argv[0])) { in cmd_stat() 2523 * For record comman in cmd_stat() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | header.c | 4217 "Was the 'perf record' command properly terminated?\n", in perf_session__read_header() 4223 "Was the 'perf record' command properly terminated?\n", in perf_session__read_header() 4309 pr_warning("invalid record type %d in pipe-mode\n", type); in perf_event__process_feature() 4313 pr_warning("invalid record type %d in pipe-mode\n", type); in perf_event__process_feature()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | prog.c | 773 struct bpf_func_info *record; in prog_dump() local 800 record = func_info + i * info->func_info_rec_size; in prog_dump() 801 btf_dumper_type_only(btf, record->type_id, in prog_dump()
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | test_case.py | 611 flag: bool, A switch be used to disable record steps automatically 617 return if record steps automatically 674 if self.project.record.is_shutdown(): 783 flag: bool, A switch be used to disable record steps automatically 788 self.log.warning("current case object is none, can not disable record step automatically") 945 DeccVariable.project.record.is_shutdown() 959 DeccVariable.project.record.is_shutdown()
|
/third_party/python/Lib/test/ |
H A D | test_urllib2.py | 456 .http_open() on another. These methods just record their arguments and 1224 # Note that the *original* request shares the same record of 1565 # try digest first (since it's the strongest auth scheme), so we record 1572 def record(self, info): member in HandlerTests.test_basic_and_digest_auth_handlers.RecordingOpenerDirector 1577 self.parent.record("digest") 1583 self.parent.record("basic")
|
H A D | test_set.py | 391 def record(obj): function 393 s = {record(1), record(2), record(3)}
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | btf.c | 1679 btf_record_free(tab->types[i].record); in btf_struct_metas_free() 3860 rec->fields[i].graph_root.value_rec = meta->record; in btf_check_and_fixup_fields() 3902 if (meta->record->field_mask & GRAPH_ROOT_MASK) in btf_check_and_fixup_fields() 5352 struct btf_record *record; in btf_parse_struct_metas() local 5385 record = btf_parse_fields(btf, t, BPF_SPIN_LOCK | BPF_LIST_HEAD | BPF_LIST_NODE | in btf_parse_struct_metas() 5387 /* The record cannot be unset, treat it as an error if so */ in btf_parse_struct_metas() 5388 if (IS_ERR_OR_NULL(record)) { in btf_parse_struct_metas() 5389 ret = PTR_ERR_OR_ZERO(record) ?: -EFAULT; in btf_parse_struct_metas() 5392 type->record = record; in btf_parse_struct_metas() [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/ |
H A D | mission_list_manager.h | 218 * @param msgId the msg id in ability record 219 * @param abilityRecordId the id of ability record 510 void ProcessPreload(const std::shared_ptr<AbilityRecord> &record) const;
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_connect_manager.h | 125 * @param abilityRecord, uiextension ability record. 132 * ClearPreloadUIExtensionRecord, clear preload uiextension record. 134 * @param abilityRecord, uiextension ability record. 271 * @param abilityRecord, service ability record. 462 * @param connectRecordList, connect record list. 471 * @param connect, the ptr of the connect record. 478 * @param service, the ptr of the ability record. 487 * @param targetAbilityRecord, the target service ability record. 559 void ProcessPreload(const std::shared_ptr<AbilityRecord> &record) const;
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib.h | 593 struct ib_event *record);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | trace_events.h | 540 * bit 1: enabled cmd record 758 void perf_trace_buf_update(void *record, u16 type);
|
/kernel/linux/linux-6.6/drivers/cxl/ |
H A D | cxlmem.h | 759 } __packed record[]; member 769 /* Get Poison List record length is in units of 64 bytes */
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib.h | 593 struct ib_event *record);
|
/test/testfwk/xdevice/plugins/devicetest/runner/ |
H A D | test_runner.py | 208 if self.project.record.is_shutdown(raise_exception=False):
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | core.c | 1449 * Update the record of the current time in a context. 10109 void *record = data->raw->frag.data; in perf_tp_filter_match() local 10115 if (likely(!event->filter) || filter_match_preds(event->filter, record)) in perf_tp_filter_match() 10155 static void __perf_tp_event_target_task(u64 count, void *record, in __perf_tp_event_target_task() argument 10160 struct trace_entry *entry = record; in __perf_tp_event_target_task() 10171 static void perf_tp_event_target_task(u64 count, void *record, in perf_tp_event_target_task() argument 10181 __perf_tp_event_target_task(count, record, regs, data, event); in perf_tp_event_target_task() 10183 __perf_tp_event_target_task(count, record, regs, data, sibling); in perf_tp_event_target_task() 10187 __perf_tp_event_target_task(count, record, regs, data, event); in perf_tp_event_target_task() 10189 __perf_tp_event_target_task(count, record, reg in perf_tp_event_target_task() 10193 perf_tp_event(u16 event_type, u64 count, void *record, int entry_size, struct pt_regs *regs, struct hlist_head *head, int rctx, struct task_struct *task) perf_tp_event() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu7_hwmgr.c | 1981 phm_ppt_v1_voltage_lookup_record *record) in phm_add_voltage() 1996 if (look_up_table->entries[i].us_vdd == record->us_vdd) { in phm_add_voltage() 2004 look_up_table->entries[i].us_vdd = record->us_vdd; in phm_add_voltage() 2005 look_up_table->entries[i].us_cac_low = record->us_cac_low; in phm_add_voltage() 2006 look_up_table->entries[i].us_cac_mid = record->us_cac_mid; in phm_add_voltage() 2007 look_up_table->entries[i].us_cac_high = record->us_cac_high; in phm_add_voltage() 1979 phm_add_voltage(struct pp_hwmgr *hwmgr, phm_ppt_v1_voltage_lookup_table *look_up_table, phm_ppt_v1_voltage_lookup_record *record) phm_add_voltage() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 53 for (const auto& record : records_) { in GetVersionPatch() 54 if (record.first <= sysApiVersion) { in GetVersionPatch() 55 result.emplace_back(record.second); in GetVersionPatch() 1100 // record media query style in LoadMediaQueryStyle()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer.cpp | 869 // use for record local delete status in SaveData() 1199 if (!uploadData.delData.record.empty() && !uploadData.delData.extend.empty()) { in SaveUploadData() 1206 if (!uploadData.updData.record.empty() && !uploadData.updData.extend.empty()) { in SaveUploadData() 1213 if (!uploadData.insData.record.empty() && !uploadData.insData.extend.empty()) { in SaveUploadData() 1744 // ignore same record with local generate data in TagStatusByStrategy() 1782 LOGD("[CloudSyncer] exist same record in one batch, override from cache record! hash=%.3s", in GetLocalInfo() 1791 // delete record should remove local asset info in GetLocalInfo()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | ipl.c | 478 !ipb->br_chr.record) \ 484 ipb->br_chr.record); \ 526 ipb->br_chr.record = args[2]; \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 619 const AllocationCallbackRecord& record = *recordToCheck; in enumerateDevicesAllocLeakTest() local 620 switch (record.type) in enumerateDevicesAllocLeakTest() 626 if (record.data.free.mem != DE_NULL) in enumerateDevicesAllocLeakTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 619 const AllocationCallbackRecord& record = *recordToCheck; in enumerateDevicesAllocLeakTest() local 620 switch (record.type) in enumerateDevicesAllocLeakTest() 626 if (record.data.free.mem != DE_NULL) in enumerateDevicesAllocLeakTest()
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 2132 struct hisi_sas_err_record_v3 *record = in slot_err_v3_hw() local 2134 u32 dma_rx_err_type = le32_to_cpu(record->dma_rx_err_type); in slot_err_v3_hw() 2135 u32 trans_tx_fail_type = le32_to_cpu(record->trans_tx_fail_type); in slot_err_v3_hw() 2136 u16 sipc_rx_err_type = le16_to_cpu(record->sipc_rx_err_type); in slot_err_v3_hw()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.h | 457 int GetRecordFromStmt(sqlite3_stmt *stmt, const std::vector<Field> &fields, int startIndex, VBucket &record);
|