/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | efi-pstore.c | 54 static int efi_pstore_read_func(struct pstore_record *record, in efi_pstore_read_func() argument 67 &record->type, &part, &cnt, &time, &data_type) == 5) { in efi_pstore_read_func() 68 record->id = generic_id(time, part, cnt); in efi_pstore_read_func() 69 record->part = part; in efi_pstore_read_func() 70 record->count = cnt; in efi_pstore_read_func() 71 record->time.tv_sec = time; in efi_pstore_read_func() 72 record->time.tv_nsec = 0; in efi_pstore_read_func() 74 record->compressed = true; in efi_pstore_read_func() 76 record->compressed = false; in efi_pstore_read_func() 77 record in efi_pstore_read_func() 130 efi_pstore_read(struct pstore_record *record) efi_pstore_read() argument 167 efi_pstore_write(struct pstore_record *record) efi_pstore_write() argument 198 efi_pstore_erase(struct pstore_record *record) efi_pstore_erase() argument [all...] |
/kernel/linux/linux-5.10/sound/usb/6fire/ |
H A D | firmware.c | 49 char error; /* true if an error occurred parsing this record */ 51 u8 max_len; /* maximum record length in whole ihex */ 77 * returns true if record is available, false otherwise. 78 * iff an error occurred, false will be returned and record->error will be true. 80 static bool usb6fire_fw_ihex_next_record(struct ihex_record *record) in usb6fire_fw_ihex_next_record() argument 86 record->error = false; in usb6fire_fw_ihex_next_record() 88 /* find begin of record (marked by a colon) */ in usb6fire_fw_ihex_next_record() 89 while (record->txt_offset < record->txt_length in usb6fire_fw_ihex_next_record() 90 && record in usb6fire_fw_ihex_next_record() 141 usb6fire_fw_ihex_init(const struct firmware *fw, struct ihex_record *record) usb6fire_fw_ihex_init() argument [all...] |
/kernel/linux/linux-6.6/sound/usb/6fire/ |
H A D | firmware.c | 49 char error; /* true if an error occurred parsing this record */ 51 u8 max_len; /* maximum record length in whole ihex */ 77 * returns true if record is available, false otherwise. 78 * iff an error occurred, false will be returned and record->error will be true. 80 static bool usb6fire_fw_ihex_next_record(struct ihex_record *record) in usb6fire_fw_ihex_next_record() argument 86 record->error = false; in usb6fire_fw_ihex_next_record() 88 /* find begin of record (marked by a colon) */ in usb6fire_fw_ihex_next_record() 89 while (record->txt_offset < record->txt_length in usb6fire_fw_ihex_next_record() 90 && record in usb6fire_fw_ihex_next_record() 141 usb6fire_fw_ihex_init(const struct firmware *fw, struct ihex_record *record) usb6fire_fw_ihex_init() argument [all...] |
/kernel/linux/linux-6.6/fs/pstore/ |
H A D | platform.c | 224 * uncompressed record size, since any record that would be expanded by in allocate_buf_for_compression() 262 void pstore_record_init(struct pstore_record *record, in pstore_record_init() argument 265 memset(record, 0, sizeof(*record)); in pstore_record_init() 267 record->psi = psinfo; in pstore_record_init() 270 record->time = ns_to_timespec64(ktime_get_real_fast_ns()); in pstore_record_init() 309 struct pstore_record record; in pstore_dump() local 311 pstore_record_init(&record, psinfo); in pstore_dump() 312 record in pstore_dump() 395 struct pstore_record record; pstore_console_write() local 435 pstore_write_user_compat(struct pstore_record *record, const char __user *buf) pstore_write_user_compat() argument 582 decompress_record(struct pstore_record *record, struct z_stream_s *zstream) decompress_record() argument 682 struct pstore_record *record; pstore_get_backend_records() local [all...] |
H A D | zone.c | 658 struct pstore_zone *zone, struct pstore_record *record) in psz_kmsg_erase() 669 if (record->count != hdr->counter) in psz_kmsg_erase() 699 static int psz_pstore_erase(struct pstore_record *record) in psz_pstore_erase() argument 701 struct psz_context *cxt = record->psi->data; in psz_pstore_erase() 703 switch (record->type) { in psz_pstore_erase() 705 if (record->id >= cxt->kmsg_max_cnt) in psz_pstore_erase() 707 return psz_kmsg_erase(cxt, cxt->kpszs[record->id], record); in psz_pstore_erase() 713 if (record->id >= cxt->ftrace_max_cnt) in psz_pstore_erase() 715 return psz_record_erase(cxt, cxt->fpszs[record in psz_pstore_erase() 657 psz_kmsg_erase(struct psz_context *cxt, struct pstore_zone *zone, struct pstore_record *record) psz_kmsg_erase() argument 720 psz_write_kmsg_hdr(struct pstore_zone *zone, struct pstore_record *record) psz_write_kmsg_hdr() argument 745 psz_kmsg_write_record(struct psz_context *cxt, struct pstore_record *record) psz_kmsg_write_record() argument 795 psz_kmsg_write(struct psz_context *cxt, struct pstore_record *record) psz_kmsg_write() argument 823 psz_record_write(struct pstore_zone *zone, struct pstore_record *record) psz_record_write() argument 872 psz_pstore_write(struct pstore_record *record) psz_pstore_write() argument 941 psz_kmsg_read_hdr(struct pstore_zone *zone, struct pstore_record *record) psz_kmsg_read_hdr() argument 958 psz_kmsg_read(struct pstore_zone *zone, struct pstore_record *record) psz_kmsg_read() argument 999 psz_ftrace_read(struct pstore_zone *zone, struct pstore_record *record) psz_ftrace_read() argument 1030 psz_record_read(struct pstore_zone *zone, struct pstore_record *record) psz_record_read() argument 1056 psz_pstore_read(struct pstore_record *record) psz_pstore_read() argument [all...] |
H A D | inode.c | 40 struct pstore_record *record; member 56 if (private->record) { in free_pstore_private() 57 kvfree(private->record->buf); in free_pstore_private() 58 kfree(private->record->priv); in free_pstore_private() 59 kfree(private->record); in free_pstore_private() 111 rec = (struct pstore_ftrace_record *)(ps->record->buf + data->off); in pstore_ftrace_seq_show() 135 if (ps->record->type == PSTORE_TYPE_FTRACE) in pstore_file_read() 138 ps->record->buf, ps->total_size); in pstore_file_read() 148 if (ps->record->type == PSTORE_TYPE_FTRACE) in pstore_file_open() 179 * platform driver to erase the record fro 184 struct pstore_record *record = p->record; pstore_unlink() local 335 pstore_mkfile(struct dentry *root, struct pstore_record *record) pstore_mkfile() argument [all...] |
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | efi-pstore.c | 44 struct pstore_record *record) in efi_pstore_read_func() 61 &record->type, &part, &cnt, &time, &data_type) == 5) { in efi_pstore_read_func() 62 record->id = generic_id(time, part, cnt); in efi_pstore_read_func() 63 record->part = part; in efi_pstore_read_func() 64 record->count = cnt; in efi_pstore_read_func() 65 record->time.tv_sec = time; in efi_pstore_read_func() 66 record->time.tv_nsec = 0; in efi_pstore_read_func() 68 record->compressed = true; in efi_pstore_read_func() 70 record->compressed = false; in efi_pstore_read_func() 71 record in efi_pstore_read_func() 43 efi_pstore_read_func(struct efivar_entry *entry, struct pstore_record *record) efi_pstore_read_func() argument 173 efi_pstore_sysfs_entry_iter(struct pstore_record *record) efi_pstore_sysfs_entry_iter() argument 224 efi_pstore_read(struct pstore_record *record) efi_pstore_read() argument 247 efi_pstore_write(struct pstore_record *record) efi_pstore_write() argument 333 efi_pstore_erase(struct pstore_record *record) efi_pstore_erase() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | ezusb.c | 64 const struct ihex_binrec *record; in ezusb_ihex_firmware_download() local 78 record = (const struct ihex_binrec *)firmware->data; in ezusb_ihex_firmware_download() 79 for (; record; record = ihex_next_binrec(record)) { in ezusb_ihex_firmware_download() 80 if (be32_to_cpu(record->addr) > fx.max_internal_adress) { in ezusb_ihex_firmware_download() 81 ret = ezusb_writememory(dev, be32_to_cpu(record->addr), in ezusb_ihex_firmware_download() 82 (unsigned char *)record->data, in ezusb_ihex_firmware_download() 83 be16_to_cpu(record->len), WRITE_EXT_RAM); in ezusb_ihex_firmware_download() 88 be32_to_cpu(record in ezusb_ihex_firmware_download() [all...] |
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | platform.c | 376 void pstore_record_init(struct pstore_record *record, in pstore_record_init() argument 379 memset(record, 0, sizeof(*record)); in pstore_record_init() 381 record->psi = psinfo; in pstore_record_init() 384 record->time = ns_to_timespec64(ktime_get_real_fast_ns()); in pstore_record_init() 435 struct pstore_record record; in pstore_blackbox_dump() local 463 pstore_record_init(&record, psinfo); in pstore_blackbox_dump() 465 record.type = PSTORE_TYPE_BLACKBOX; in pstore_blackbox_dump() 466 record.reason = reason; in pstore_blackbox_dump() 476 record in pstore_blackbox_dump() 526 struct pstore_record record; pstore_dump() local 602 struct pstore_record record; pstore_console_write() local 642 pstore_write_user_compat(struct pstore_record *record, const char __user *buf) pstore_write_user_compat() argument 786 decompress_record(struct pstore_record *record) decompress_record() argument 866 struct pstore_record *record; pstore_get_backend_records() local [all...] |
H A D | ram.c | 130 struct pstore_record *record) in ramoops_get_next_prz() 149 record->type = prz->type; in ramoops_get_next_prz() 150 record->id = id; in ramoops_get_next_prz() 188 static ssize_t ramoops_pstore_read(struct pstore_record *record) in ramoops_pstore_read() argument 191 struct ramoops_context *cxt = record->psi->data; in ramoops_pstore_read() 201 record->time.tv_sec = 0; in ramoops_pstore_read() 202 record->time.tv_nsec = 0; in ramoops_pstore_read() 203 record->compressed = false; in ramoops_pstore_read() 208 record); in ramoops_pstore_read() 212 &record in ramoops_pstore_read() 129 ramoops_get_next_prz(struct persistent_ram_zone *przs[], int id, struct pstore_record *record) ramoops_get_next_prz() argument 306 ramoops_write_kmsg_hdr(struct persistent_ram_zone *prz, struct pstore_record *record) ramoops_write_kmsg_hdr() argument 322 ramoops_pstore_write(struct pstore_record *record) ramoops_pstore_write() argument 412 ramoops_pstore_write_user(struct pstore_record *record, const char __user *buf) ramoops_pstore_write_user() argument 426 ramoops_pstore_erase(struct pstore_record *record) ramoops_pstore_erase() argument [all...] |
H A D | zone.c | 669 struct pstore_zone *zone, struct pstore_record *record) in psz_kmsg_erase() 680 if (record->count != hdr->counter) in psz_kmsg_erase() 710 static int psz_pstore_erase(struct pstore_record *record) in psz_pstore_erase() argument 712 struct psz_context *cxt = record->psi->data; in psz_pstore_erase() 714 switch (record->type) { in psz_pstore_erase() 716 if (record->id >= cxt->kmsg_max_cnt) in psz_pstore_erase() 718 return psz_kmsg_erase(cxt, cxt->kpszs[record->id], record); in psz_pstore_erase() 724 if (record->id >= cxt->ftrace_max_cnt) in psz_pstore_erase() 726 return psz_record_erase(cxt, cxt->fpszs[record in psz_pstore_erase() 668 psz_kmsg_erase(struct psz_context *cxt, struct pstore_zone *zone, struct pstore_record *record) psz_kmsg_erase() argument 733 psz_write_kmsg_hdr(struct pstore_zone *zone, struct pstore_record *record) psz_write_kmsg_hdr() argument 758 psz_kmsg_write_record(struct psz_context *cxt, struct pstore_record *record) psz_kmsg_write_record() argument 808 psz_kmsg_write(struct psz_context *cxt, struct pstore_record *record) psz_kmsg_write() argument 836 psz_record_write(struct pstore_zone *zone, struct pstore_record *record) psz_record_write() argument 885 psz_pstore_write(struct pstore_record *record) psz_pstore_write() argument 963 psz_kmsg_read_hdr(struct pstore_zone *zone, struct pstore_record *record) psz_kmsg_read_hdr() argument 980 psz_kmsg_read(struct pstore_zone *zone, struct pstore_record *record) psz_kmsg_read() argument 1021 psz_ftrace_read(struct pstore_zone *zone, struct pstore_record *record) psz_ftrace_read() argument 1052 psz_record_read(struct pstore_zone *zone, struct pstore_record *record) psz_record_read() argument 1078 psz_pstore_read(struct pstore_record *record) psz_pstore_read() argument [all...] |
H A D | inode.c | 40 struct pstore_record *record; member 56 if (private->record) { in free_pstore_private() 57 kfree(private->record->buf); in free_pstore_private() 58 kfree(private->record); in free_pstore_private() 110 rec = (struct pstore_ftrace_record *)(ps->record->buf + data->off); in pstore_ftrace_seq_show() 134 if (ps->record->type == PSTORE_TYPE_FTRACE) in pstore_file_read() 137 ps->record->buf, ps->total_size); in pstore_file_read() 147 if (ps->record->type == PSTORE_TYPE_FTRACE) in pstore_file_open() 178 * platform driver to erase the record from persistent store. 183 struct pstore_record *record in pstore_unlink() local 341 pstore_mkfile(struct dentry *root, struct pstore_record *record) pstore_mkfile() argument [all...] |
/kernel/linux/linux-5.10/tools/firmware/ |
H A D | ihex2fw.c | 54 static void file_record(struct ihex_binrec *record); 134 struct ihex_binrec *record; in process_ihex() local 145 /* search for the start of record character */ in process_ihex() 151 /* Minimum record length would be about 10 characters */ in process_ihex() 153 fprintf(stderr, "Can't find valid record at line %d\n", line); in process_ihex() 162 record_size = ALIGN(sizeof(*record) + len, 4); in process_ihex() 163 record = malloc(record_size); in process_ihex() 164 if (!record) { in process_ihex() 168 memset(record, 0, record_size); in process_ihex() 169 record in process_ihex() 254 file_record(struct ihex_binrec *record) file_record() argument [all...] |
/kernel/linux/linux-6.6/tools/firmware/ |
H A D | ihex2fw.c | 54 static void file_record(struct ihex_binrec *record); 134 struct ihex_binrec *record; in process_ihex() local 145 /* search for the start of record character */ in process_ihex() 151 /* Minimum record length would be about 10 characters */ in process_ihex() 153 fprintf(stderr, "Can't find valid record at line %d\n", line); in process_ihex() 162 record_size = ALIGN(sizeof(*record) + len, 4); in process_ihex() 163 record = malloc(record_size); in process_ihex() 164 if (!record) { in process_ihex() 168 memset(record, 0, record_size); in process_ihex() 169 record in process_ihex() 254 file_record(struct ihex_binrec *record) file_record() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/util/arm-spe-decoder/ |
H A D | arm-spe-decoder.c | 157 memset(&decoder->record, 0x0, sizeof(decoder->record)); in arm_spe_read_record() 158 decoder->record.context_id = (u64)-1; in arm_spe_read_record() 170 decoder->record.timestamp = payload; in arm_spe_read_record() 177 decoder->record.from_ip = ip; in arm_spe_read_record() 179 decoder->record.to_ip = ip; in arm_spe_read_record() 181 decoder->record.virt_addr = ip; in arm_spe_read_record() 183 decoder->record.phys_addr = ip; in arm_spe_read_record() 187 decoder->record.latency = payload; in arm_spe_read_record() 190 decoder->record in arm_spe_read_record() [all...] |
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | ezusb.c | 76 const struct ihex_binrec *record; in ezusb_ihex_firmware_download() local 90 record = (const struct ihex_binrec *)firmware->data; in ezusb_ihex_firmware_download() 91 for (; record; record = ihex_next_binrec(record)) { in ezusb_ihex_firmware_download() 92 if (be32_to_cpu(record->addr) > fx.max_internal_adress) { in ezusb_ihex_firmware_download() 93 ret = ezusb_writememory(dev, be32_to_cpu(record->addr), in ezusb_ihex_firmware_download() 94 (unsigned char *)record->data, in ezusb_ihex_firmware_download() 95 be16_to_cpu(record->len), WRITE_EXT_RAM); in ezusb_ihex_firmware_download() 100 be32_to_cpu(record in ezusb_ihex_firmware_download() [all...] |
/kernel/linux/linux-5.10/fs/jbd2/ |
H A D | revoke.c | 19 * + Recovery: during recovery we record the transaction ID of all 36 * latter: journaling a block cancels any revoke record for that block 98 /* Each revoke record represents one single revoked block. During 140 struct jbd2_revoke_record_s *record; in insert_revoke_hash() local 145 record = kmem_cache_alloc(jbd2_revoke_record_cache, gfp_mask); in insert_revoke_hash() 146 if (!record) in insert_revoke_hash() 149 record->sequence = seq; in insert_revoke_hash() 150 record->blocknr = blocknr; in insert_revoke_hash() 153 list_add(&record->hash, hash_list); in insert_revoke_hash() 158 /* Find a revoke record i 164 struct jbd2_revoke_record_s *record; find_revoke_record() local 425 struct jbd2_revoke_record_s *record; jbd2_journal_cancel_revoke() local 495 struct jbd2_revoke_record_s *record; jbd2_clear_buffer_revoked_flags() local 535 struct jbd2_revoke_record_s *record; jbd2_journal_write_revoke_records() local 571 write_one_revoke_record(transaction_t *transaction, struct list_head *log_bufs, struct buffer_head **descriptorp, int *offsetp, struct jbd2_revoke_record_s *record) write_one_revoke_record() argument 687 struct jbd2_revoke_record_s *record; jbd2_journal_set_revoke() local 711 struct jbd2_revoke_record_s *record; jbd2_journal_test_revoke() local 730 struct jbd2_revoke_record_s *record; jbd2_journal_clear_revoke() local [all...] |
/kernel/linux/linux-6.6/fs/jbd2/ |
H A D | revoke.c | 19 * + Recovery: during recovery we record the transaction ID of all 36 * latter: journaling a block cancels any revoke record for that block 98 /* Each revoke record represents one single revoked block. During 140 struct jbd2_revoke_record_s *record; in insert_revoke_hash() local 145 record = kmem_cache_alloc(jbd2_revoke_record_cache, gfp_mask); in insert_revoke_hash() 146 if (!record) in insert_revoke_hash() 149 record->sequence = seq; in insert_revoke_hash() 150 record->blocknr = blocknr; in insert_revoke_hash() 153 list_add(&record->hash, hash_list); in insert_revoke_hash() 158 /* Find a revoke record i 164 struct jbd2_revoke_record_s *record; find_revoke_record() local 425 struct jbd2_revoke_record_s *record; jbd2_journal_cancel_revoke() local 495 struct jbd2_revoke_record_s *record; jbd2_clear_buffer_revoked_flags() local 535 struct jbd2_revoke_record_s *record; jbd2_journal_write_revoke_records() local 571 write_one_revoke_record(transaction_t *transaction, struct list_head *log_bufs, struct buffer_head **descriptorp, int *offsetp, struct jbd2_revoke_record_s *record) write_one_revoke_record() argument 687 struct jbd2_revoke_record_s *record; jbd2_journal_set_revoke() local 711 struct jbd2_revoke_record_s *record; jbd2_journal_test_revoke() local 730 struct jbd2_revoke_record_s *record; jbd2_journal_clear_revoke() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_coredump.c | 197 static void bnxt_fill_cmdline(struct bnxt_coredump_record *record) in bnxt_fill_cmdline() argument 204 sizeof(record->commandline) - 1); in bnxt_fill_cmdline() 205 if (len && !copy_from_user(record->commandline, in bnxt_fill_cmdline() 208 if (record->commandline[i]) in bnxt_fill_cmdline() 211 record->commandline[i] = ' '; in bnxt_fill_cmdline() 213 record->commandline[last + 1] = 0; in bnxt_fill_cmdline() 218 strscpy(record->commandline, current->comm, TASK_COMM_LEN); in bnxt_fill_cmdline() 222 bnxt_fill_coredump_record(struct bnxt *bp, struct bnxt_coredump_record *record, in bnxt_fill_coredump_record() argument 231 memset(record, 0, sizeof(*record)); in bnxt_fill_coredump_record() [all...] |
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
H A D | plugin_sched_switch.c | 34 struct tep_record *record, in write_and_save_comm() 40 comm = (char *)(record->data + field->offset); in write_and_save_comm() 54 struct tep_record *record, in sched_wakeup_handler() 60 if (tep_get_field_val(s, event, "pid", record, &val, 1)) in sched_wakeup_handler() 65 write_and_save_comm(field, record, s, val); in sched_wakeup_handler() 70 if (tep_get_field_val(s, event, "prio", record, &val, 0) == 0) in sched_wakeup_handler() 73 if (tep_get_field_val(s, event, "success", record, &val, 1) == 0) in sched_wakeup_handler() 76 if (tep_get_field_val(s, event, "target_cpu", record, &val, 0) == 0) in sched_wakeup_handler() 83 struct tep_record *record, in sched_switch_handler() 89 if (tep_get_field_val(s, event, "prev_pid", record, in sched_switch_handler() 33 write_and_save_comm(struct tep_format_field *field, struct tep_record *record, struct trace_seq *s, int pid) write_and_save_comm() argument 53 sched_wakeup_handler(struct trace_seq *s, struct tep_record *record, struct tep_event *event, void *context) sched_wakeup_handler() argument 82 sched_switch_handler(struct trace_seq *s, struct tep_record *record, struct tep_event *event, void *context) sched_switch_handler() argument [all...] |
H A D | plugin_hrtimer.c | 14 struct tep_record *record, in timer_expire_handler() 20 record, 0) == -1) in timer_expire_handler() 22 record, 1); in timer_expire_handler() 26 tep_print_num_field(s, "%llu", event, "now", record, 1); in timer_expire_handler() 29 record, 0); in timer_expire_handler() 34 struct tep_record *record, in timer_start_handler() 40 record, 0) == -1) in timer_start_handler() 42 record, 1); in timer_start_handler() 45 record, 0); in timer_start_handler() 48 tep_print_num_field(s, "%llu", event, "expires", record, in timer_start_handler() 13 timer_expire_handler(struct trace_seq *s, struct tep_record *record, struct tep_event *event, void *context) timer_expire_handler() argument 33 timer_start_handler(struct trace_seq *s, struct tep_record *record, struct tep_event *event, void *context) timer_start_handler() argument [all...] |
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | config.h | 11 extern int amiga_parse_bootinfo(const struct bi_record *record); 12 extern int apollo_parse_bootinfo(const struct bi_record *record); 13 extern int atari_parse_bootinfo(const struct bi_record *record); 14 extern int bvme6000_parse_bootinfo(const struct bi_record *record); 15 extern int hp300_parse_bootinfo(const struct bi_record *record); 16 extern int mac_parse_bootinfo(const struct bi_record *record); 17 extern int mvme147_parse_bootinfo(const struct bi_record *record); 18 extern int mvme16x_parse_bootinfo(const struct bi_record *record); 19 extern int q40_parse_bootinfo(const struct bi_record *record); 20 extern int virt_parse_bootinfo(const struct bi_record *record); [all...] |
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | timerlat_aa.c | 146 struct trace_seq *s, struct tep_record *record, in timerlat_aa_irq_latency() 154 taa_data->tlat_irq_timstamp = record->ts; in timerlat_aa_irq_latency() 177 tep_get_field_val(s, event, "timer_latency", record, &taa_data->tlat_irq_latency, 1); in timerlat_aa_irq_latency() 178 tep_get_field_val(s, event, "seqnum", record, &taa_data->tlat_irq_seqnum, 1); in timerlat_aa_irq_latency() 181 tep_get_common_field_val(s, event, "common_pid", record, &taa_data->run_thread_pid, 1); in timerlat_aa_irq_latency() 214 struct trace_seq *s, struct tep_record *record, in timerlat_aa_thread_latency() 222 taa_data->tlat_thread_timstamp = record->ts; in timerlat_aa_thread_latency() 225 tep_get_field_val(s, event, "timer_latency", record, &taa_data->tlat_thread_latency, 1); in timerlat_aa_thread_latency() 226 tep_get_field_val(s, event, "seqnum", record, &taa_data->tlat_thread_seqnum, 1); in timerlat_aa_thread_latency() 238 static int timerlat_aa_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_handler() argument 145 timerlat_aa_irq_latency(struct timerlat_aa_data *taa_data, struct trace_seq *s, struct tep_record *record, struct tep_event *event) timerlat_aa_irq_latency() argument 213 timerlat_aa_thread_latency(struct timerlat_aa_data *taa_data, struct trace_seq *s, struct tep_record *record, struct tep_event *event) timerlat_aa_thread_latency() argument 261 timerlat_aa_nmi_handler(struct trace_seq *s, struct tep_record *record, struct tep_event *event, void *context) timerlat_aa_nmi_handler() argument 301 timerlat_aa_irq_handler(struct trace_seq *s, struct tep_record *record, struct tep_event *event, void *context) timerlat_aa_irq_handler() argument 393 timerlat_aa_softirq_handler(struct trace_seq *s, struct tep_record *record, struct tep_event *event, void *context) timerlat_aa_softirq_handler() argument 424 timerlat_aa_thread_handler(struct trace_seq *s, struct tep_record *record, struct tep_event *event, void *context) timerlat_aa_thread_handler() argument 467 timerlat_aa_stack_handler(struct trace_seq *s, struct tep_record *record, struct tep_event *event, void *context) timerlat_aa_stack_handler() argument 498 timerlat_aa_sched_switch_handler(struct trace_seq *s, struct tep_record *record, struct tep_event *event, void *context) timerlat_aa_sched_switch_handler() argument 529 timerlat_aa_kworker_start_handler(struct trace_seq *s, struct tep_record *record, struct tep_event *event, void *context) timerlat_aa_kworker_start_handler() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/ |
H A D | vbva_base.c | 64 struct vbva_record *record; in vbva_write() local 69 record = vbva_ctx->record; in vbva_write() 72 !record || !(record->len_and_flags & VBVA_F_RECORD_PARTIAL)) in vbva_write() 98 record->len_and_flags += chunk; in vbva_write() 158 vbva_ctx->record = NULL; in vbva_disable() 167 struct vbva_record *record; in vbva_buffer_begin_update() local 174 WARN_ON(vbva_ctx->buffer_overflow || vbva_ctx->record); in vbva_buffer_begin_update() 186 record in vbva_buffer_begin_update() 197 struct vbva_record *record = vbva_ctx->record; vbva_buffer_end_update() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/ |
H A D | vbva_base.c | 64 struct vbva_record *record; in vbva_write() local 69 record = vbva_ctx->record; in vbva_write() 72 !record || !(record->len_and_flags & VBVA_F_RECORD_PARTIAL)) in vbva_write() 98 record->len_and_flags += chunk; in vbva_write() 158 vbva_ctx->record = NULL; in vbva_disable() 167 struct vbva_record *record; in vbva_buffer_begin_update() local 174 WARN_ON(vbva_ctx->buffer_overflow || vbva_ctx->record); in vbva_buffer_begin_update() 186 record in vbva_buffer_begin_update() 197 struct vbva_record *record = vbva_ctx->record; vbva_buffer_end_update() local [all...] |