Lines Matching refs:timestamp
318 memcpy(&ts, &te->timestamp[idx], sizeof(ts)); in trailer_timestamp()
336 memcpy(&local.timestamp, te->timestamp, sizeof(te->timestamp)); in s390_cpumsf_trailer_show()
845 static int s390_cpumsf_process_queues(struct s390_cpumsf *sf, u64 timestamp) in s390_cpumsf_process_queues() argument
858 if (sf->heap.heap_array[0].ordinal >= timestamp) in s390_cpumsf_process_queues()
868 if (ts > timestamp) in s390_cpumsf_process_queues()
869 ts = timestamp; in s390_cpumsf_process_queues()
871 ts = timestamp; in s390_cpumsf_process_queues()
889 pid_t pid, pid_t tid, u64 ip, u64 timestamp) in s390_cpumsf_synth_error() argument
897 code, cpu, pid, tid, ip, msg, timestamp); in s390_cpumsf_synth_error()
922 u64 timestamp = sample->time; in s390_cpumsf_process_event() local
949 if (timestamp) { in s390_cpumsf_process_event()
950 err = s390_cpumsf_update_queues(sf, timestamp); in s390_cpumsf_process_event()
952 err = s390_cpumsf_process_queues(sf, timestamp); in s390_cpumsf_process_event()