Home
last modified time | relevance | path

Searched refs:pstore_ftrace_record (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dpstore.h203 struct pstore_ftrace_record { struct
230 pstore_ftrace_encode_cpu(struct pstore_ftrace_record *rec, unsigned int cpu) in pstore_ftrace_encode_cpu()
236 pstore_ftrace_decode_cpu(struct pstore_ftrace_record *rec) in pstore_ftrace_decode_cpu()
242 pstore_ftrace_read_timestamp(struct pstore_ftrace_record *rec) in pstore_ftrace_read_timestamp()
248 pstore_ftrace_write_timestamp(struct pstore_ftrace_record *rec, u64 val) in pstore_ftrace_write_timestamp()
254 pstore_ftrace_encode_cpu(struct pstore_ftrace_record *rec, unsigned int cpu) in pstore_ftrace_encode_cpu()
261 pstore_ftrace_decode_cpu(struct pstore_ftrace_record *rec) in pstore_ftrace_decode_cpu()
267 pstore_ftrace_read_timestamp(struct pstore_ftrace_record *rec) in pstore_ftrace_read_timestamp()
273 pstore_ftrace_write_timestamp(struct pstore_ftrace_record *rec, u64 val) in pstore_ftrace_write_timestamp()
/linux-4.19.296/fs/pstore/
Dinode.c59 #define REC_SIZE sizeof(struct pstore_ftrace_record)
114 struct pstore_ftrace_record *rec; in pstore_ftrace_seq_show()
119 rec = (struct pstore_ftrace_record *)(ps->record->buf + data->off); in pstore_ftrace_seq_show()
Dram.c195 struct pstore_ftrace_record *drec, *srec, *mrec; in ftrace_log_combine()
196 size_t record_size = sizeof(struct pstore_ftrace_record); in ftrace_log_combine()
209 drec = (struct pstore_ftrace_record *)(dest->old_log + dest_off); in ftrace_log_combine()
210 srec = (struct pstore_ftrace_record *)(src->old_log + src_off); in ftrace_log_combine()
211 mrec = (struct pstore_ftrace_record *)(merged_buf); in ftrace_log_combine()
Dftrace.c39 struct pstore_ftrace_record rec = {}; in pstore_ftrace_call()