Lines Matching refs:timestamp
317 memcpy(&ts, &te->timestamp[idx], sizeof(ts)); in trailer_timestamp()
335 memcpy(&local.timestamp, te->timestamp, sizeof(te->timestamp)); in s390_cpumsf_trailer_show()
842 static int s390_cpumsf_process_queues(struct s390_cpumsf *sf, u64 timestamp) in s390_cpumsf_process_queues() argument
855 if (sf->heap.heap_array[0].ordinal >= timestamp) in s390_cpumsf_process_queues()
865 if (ts > timestamp) in s390_cpumsf_process_queues()
866 ts = timestamp; in s390_cpumsf_process_queues()
868 ts = timestamp; in s390_cpumsf_process_queues()
886 pid_t pid, pid_t tid, u64 ip, u64 timestamp) in s390_cpumsf_synth_error() argument
894 code, cpu, pid, tid, ip, msg, timestamp); in s390_cpumsf_synth_error()
919 u64 timestamp = sample->time; in s390_cpumsf_process_event() local
946 if (timestamp) { in s390_cpumsf_process_event()
947 err = s390_cpumsf_update_queues(sf, timestamp); in s390_cpumsf_process_event()
949 err = s390_cpumsf_process_queues(sf, timestamp); in s390_cpumsf_process_event()