/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | timerlat_hist.c | 165 * timerlat_hist_update - record a new timerlat occurent on cpu, updating data 213 timerlat_hist_handler(struct trace_seq *s, struct tep_record *record, in timerlat_hist_handler() argument 219 int cpu = record->cpu; in timerlat_hist_handler() 223 tep_get_field_val(s, event, "context", record, &context, 1); in timerlat_hist_handler() 224 tep_get_field_val(s, event, "timer_latency", record, &latency, 1); in timerlat_hist_handler() 946 struct osnoise_tool *record = NULL; in timerlat_hist_main() local 1005 record = osnoise_init_trace_tool("timerlat"); in timerlat_hist_main() 1006 if (!record) { in timerlat_hist_main() 1012 retval = trace_events_enable(&record->trace, params->events); in timerlat_hist_main() 1044 trace_instance_start(&record in timerlat_hist_main() [all...] |
H A D | osnoise_hist.c | 826 struct osnoise_tool *record = NULL; in osnoise_hist_main() local 877 record = osnoise_init_trace_tool("osnoise"); in osnoise_hist_main() 878 if (!record) { in osnoise_hist_main() 884 retval = trace_events_enable(&record->trace, params->events); in osnoise_hist_main() 899 trace_instance_start(&record->trace); in osnoise_hist_main() 919 if (trace_is_off(&tool->trace, &record->trace)) in osnoise_hist_main() 929 if (trace_is_off(&tool->trace, &record->trace)) { in osnoise_hist_main() 933 save_trace_to_file(record->trace.inst, params->trace_output); in osnoise_hist_main() 938 trace_events_destroy(&record->trace, params->events); in osnoise_hist_main() 943 osnoise_destroy_tool(record); in osnoise_hist_main() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | bios_parser.c | 67 ATOM_I2C_RECORD *record, 224 ATOM_I2C_RECORD *record; in bios_parser_get_i2c_info() local 251 record = (ATOM_I2C_RECORD *) header; in bios_parser_get_i2c_info() 253 if (get_gpio_i2c_info(bp, record, info) == BP_RESULT_OK) in bios_parser_get_i2c_info() 269 ATOM_HPD_INT_RECORD *record = NULL; in bios_parser_get_hpd_info() local 279 record = get_hpd_record(bp, object); in bios_parser_get_hpd_info() 281 if (record != NULL) { in bios_parser_get_hpd_info() 282 info->hpd_int_gpio_uid = record->ucHPDIntGPIOID; in bios_parser_get_hpd_info() 283 info->hpd_active = record->ucPlugged_PinState; in bios_parser_get_hpd_info() 293 ATOM_CONNECTOR_DEVICE_TAG_RECORD **record) in bios_parser_get_device_tag_record() 290 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 335 ATOM_CONNECTOR_DEVICE_TAG_RECORD *record = NULL; bios_parser_get_device_tag() local 1471 ATOM_ENCODER_CAP_RECORD_V2 *record = NULL; bios_parser_get_encoder_cap_info() local 1827 get_gpio_i2c_info(struct bios_parser *bp, ATOM_I2C_RECORD *record, struct graphics_object_i2c_info *info) get_gpio_i2c_info() argument 2595 ATOM_BRACKET_LAYOUT_RECORD *record; update_slot_layout_info() local [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp.c | 1057 list_for_each_entry_safe(struct rgp_code_object_record, record, in ac_sqtt_dump_data() 1058 &rgp_code_object->record, list) { in ac_sqtt_dump_data() 1062 record, &elf_size_calc, flags); in ac_sqtt_dump_data() 1089 list_for_each_entry_safe(struct rgp_loader_events_record, record, in ac_sqtt_dump_data() 1090 &rgp_loader_events->record, list) { in ac_sqtt_dump_data() 1091 fwrite(record, sizeof(struct sqtt_code_object_loader_events_record), 1, output); in ac_sqtt_dump_data() 1106 list_for_each_entry_safe(struct rgp_pso_correlation_record, record, in ac_sqtt_dump_data() 1107 &rgp_pso_correlation->record, list) { in ac_sqtt_dump_data() 1108 fwrite(record, sizeof(struct sqtt_pso_correlation_record), in ac_sqtt_dump_data() 1126 list_for_each_entry_safe(struct rgp_queue_info_record, record, in ac_sqtt_dump_data() [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | perf-with-kcore.sh | 12 echo " <perf sub-command> can be record, script, report or inject" >&2 46 ("$PERF" record -o perf.data.junk "${PERF_OPTIONS[@]}" -- sleep 60) >/dev/null 2>/dev/null & 141 record() function 184 echo "$PERF record -o $PERF_DATA_DIR/perf.data ${PERF_OPTIONS[@]} -- $@" 185 "$PERF" record -o "$PERF_DATA_DIR/perf.data" "${PERF_OPTIONS[@]}" -- "$@" || true 223 "record") 233 record "$@"
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_recursion_record.c | 53 * locking up the computer. To not lose this record, this in ftrace_record_recursion() 160 struct recursed_functions *record = v; in recursed_function_seq_show() local 163 if (record) { in recursed_function_seq_show() 164 trace_seq_print_sym(tseq, record->parent_ip, true); in recursed_function_seq_show() 166 trace_seq_print_sym(tseq, record->ip, true); in recursed_function_seq_show()
|
/third_party/python/Lib/test/support/ |
H A D | warnings_helper.py | 20 with warnings.catch_warnings(record=True) as warns: 38 with warnings.catch_warnings(record=True) as warns: 124 with warnings.catch_warnings(record=True) as warns: 163 with warnings.catch_warnings(record=True) as w: 164 # Set filter "always" to record all warnings. Because
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | Statistics.java | 28 @Override public void record(Type type) { } 43 void record(Type type); in record() method
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-detect.c | 41 "record=<enable source?> " 46 "record", 63 bool record; member 94 args = pa_sprintf_malloc("object_id=%d ioproc_frames=%d record=%d playback=%d", (int) id, u->ioproc_frames, (int) u->record, (int) u->playback); in ca_device_added() 96 args = pa_sprintf_malloc("object_id=%d record=%d playback=%d", (int) id, (int) u->record, (int) u->playback); in ca_device_added() 233 u->playback = u->record = true; in pa__init() 235 if (pa_modargs_get_value_boolean(ma, "record", &u->record) < in pa__init() [all...] |
/third_party/selinux/libsepol/src/ |
H A D | interfaces.c | 11 /* Create a low level structure from record */ 14 ocontext_t ** iface, const sepol_iface_t * record) in iface_from_record() 25 tmp_iface->u.name = strdup(sepol_iface_get_name(record)); in iface_from_record() 31 &tmp_con, sepol_iface_get_ifcon(record)) < 0) in iface_from_record() 40 &tmp_con, sepol_iface_get_msgcon(record)) < 0) in iface_from_record() 68 ocontext_t * iface, sepol_iface_t ** record) in iface_to_record() 98 *record = tmp_record; in iface_to_record() 102 ERR(handle, "could not convert interface %s to record", name); in iface_to_record() 12 iface_from_record(sepol_handle_t * handle, const policydb_t * policydb, ocontext_t ** iface, const sepol_iface_t * record) iface_from_record() argument 66 iface_to_record(sepol_handle_t * handle, const policydb_t * policydb, ocontext_t * iface, sepol_iface_t ** record) iface_to_record() argument
|
/kernel/linux/linux-6.6/drivers/cxl/core/ |
H A D | trace.h | 333 /* Following are out of order to pack trace record */ 414 __field(u16, column) /* Out of order to pack trace record */ 418 __field(u8, rank) /* Out of order to pack trace record */ 419 __field(u8, bank_group) /* Out of order to pack trace record */ 420 __field(u8, bank) /* Out of order to pack trace record */ 421 __field(u8, dpa_flags) /* Out of order to pack trace record */ 630 #define __cxl_poison_addr(record) \ 631 (le64_to_cpu(record->address)) 632 #define cxl_poison_record_dpa(record) \ 633 (__cxl_poison_addr(record) [all...] |
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_monitor_user.c | 150 /* Common stats data record shared with _kern.c */ 160 struct record { struct 169 /* record for _kern side __u64 values */ 178 struct record xdp_cpumap_kthread; 179 struct record xdp_cpumap_enqueue[MAX_CPUS]; 180 struct record xdp_devmap_xmit; 183 static bool map_collect_record(int fd, __u32 key, struct record *rec) in map_collect_record() 245 static double calc_period(struct record *r, struct record *p) in calc_period() 398 struct record *re in stats_print() [all...] |
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse.h | 29 int record_size; /* size of binary record */ 49 struct tep_record *record, 358 _PE(FILTER_MISS, "record does not match to filter") 460 struct tep_record *record, const char *fmt, ...) 474 const char *name, struct tep_record *record, 478 const char *name, struct tep_record *record, 481 const char *name, struct tep_record *record, 484 const char *name, struct tep_record *record, 489 struct tep_record *record, int err); 493 struct tep_record *record, in [all...] |
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | brec.c | 19 /* Get the length and offset of the given record in the given node */ 31 /* Get the length of the key from a keyed record */ 80 fd->record = -1; in hfs_brec_insert() 85 /* new record idx and complete record size */ in hfs_brec_insert() 86 rec = fd->record + 1; in hfs_brec_insert() 188 rec_off = tree->node_size - (fd->record + 2) * 2; in hfs_brec_remove() 197 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove() 230 if (!fd->record) in hfs_brec_remove() 286 if (fd->record in hfs_bnode_split() [all...] |
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | brec.c | 18 /* Get the length and offset of the given record in the given node */ 30 /* Get the length of the key from a keyed record */ 82 fd->record = -1; in hfs_brec_insert() 87 /* new record idx and complete record size */ in hfs_brec_insert() 88 rec = fd->record + 1; in hfs_brec_insert() 186 rec_off = tree->node_size - (fd->record + 2) * 2; in hfs_brec_remove() 195 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove() 226 if (!fd->record) in hfs_brec_remove() 282 if (fd->record in hfs_bnode_split() [all...] |
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | brec.c | 18 /* Get the length and offset of the given record in the given node */ 30 /* Get the length of the key from a keyed record */ 82 fd->record = -1; in hfs_brec_insert() 87 /* new record idx and complete record size */ in hfs_brec_insert() 88 rec = fd->record + 1; in hfs_brec_insert() 186 rec_off = tree->node_size - (fd->record + 2) * 2; in hfs_brec_remove() 195 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove() 226 if (!fd->record) in hfs_brec_remove() 282 if (fd->record in hfs_bnode_split() [all...] |
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | brec.c | 19 /* Get the length and offset of the given record in the given node */ 31 /* Get the length of the key from a keyed record */ 80 fd->record = -1; in hfs_brec_insert() 85 /* new record idx and complete record size */ in hfs_brec_insert() 86 rec = fd->record + 1; in hfs_brec_insert() 188 rec_off = tree->node_size - (fd->record + 2) * 2; in hfs_brec_remove() 197 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove() 230 if (!fd->record) in hfs_brec_remove() 286 if (fd->record in hfs_bnode_split() [all...] |
/third_party/python/Lib/test/ |
H A D | test_string_literals.py | 115 with warnings.catch_warnings(record=True) as w: 123 with warnings.catch_warnings(record=True) as w: 139 with warnings.catch_warnings(record=True) as w: 148 with warnings.catch_warnings(record=True) as w: 192 with warnings.catch_warnings(record=True) as w: 200 with warnings.catch_warnings(record=True) as w: 215 with warnings.catch_warnings(record=True) as w: 224 with warnings.catch_warnings(record=True) as w:
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 54 #define MINRECSIZE 48 /* Minimal log record size */ 55 #define MAXRECSIZE 65536 /* Maximal log record size (seen > 56000) */ 215 RECORD_PAGE_HEADER *record; in replaceusa() local 225 record = &buffer->block.record; in replaceusa() 227 xusa = le16_to_cpu(record->usa_ofs); in replaceusa() 228 nusa = le16_to_cpu(record->usa_count); in replaceusa() 853 case LOG_STANDARD : /* standard record */ in likelyop() 925 * Search for a likely record in a block 956 * From a previous block, determine the location of first record 3844 const NTFS_RECORD *record; walk() local [all...] |
/third_party/rust/crates/env_logger/examples/ |
H A D | custom_format.rs | 32 .format(|buf, record| { in main() 42 style.value(record.args()) in main()
|
/kernel/linux/linux-6.6/arch/m68k/virt/ |
H A D | config.c | 58 * Parse a virtual-m68k-specific record in the bootinfo 61 int __init virt_parse_bootinfo(const struct bi_record *record) in virt_parse_bootinfo() argument 64 const void *data = record->data; in virt_parse_bootinfo() 66 switch (be16_to_cpu(record->tag)) { in virt_parse_bootinfo()
|
/kernel/linux/linux-5.10/tools/perf/tests/shell/ |
H A D | test_arm_coresight.sh | 4 # Uses the 'perf record' to record trace data with Arm CoreSight sinks; 35 perf record -o ${perfdata} -e cs_etm/@$1/u --per-thread \ 142 perf record -o ${perfdata} -e cs_etm// -a -- ls 156 perf record -o ${perfdata} -e cs_etm// -S \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordHelpers.cpp | 18 RecordT record(static_cast<SymbolRecordKind>(sym.kind())); in createRecord() 19 cantFail(SymbolDeserializer::deserializeAs<RecordT>(sym, record)); in createRecord() 20 return record; in createRecord() 48 assert(false && "Unknown record type"); in getScopeEndOffset() 79 assert(false && "Unknown record type"); in getScopeParentOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceRangeSpec.cpp | 71 void record(const std::string &Token, RangeSpec::Desc *D) { in record() function 154 void RangeSpec::include(const std::string &Token) { record(Token, &Includes); } in include() 156 void RangeSpec::exclude(const std::string &Token) { record(Token, &Excludes); } in exclude()
|
/third_party/python/Lib/unittest/ |
H A D | _log.py | 22 def emit(self, record): 23 self.watcher.records.append(record) 24 msg = self.format(record)
|