X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.h;h=37383312bffc7c55ef298d08996b95ad38c799e9;hp=fd9a367211d799bbf7f5fac145fb06eb6bbb2b0b;hb=b520ab458ea26829d00fca98f4bbb90309fd30df;hpb=71c74ca6971b2ed2b259660ecd3734f4650784fc diff --git a/src/common.h b/src/common.h index fd9a367..3738331 100644 --- a/src/common.h +++ b/src/common.h @@ -66,4 +66,6 @@ char *get_context_comm(const struct bt_ctf_event *event); enum bt_cb_ret handle_statedump_process_state(struct bt_ctf_event *call_data, void *private_data); +struct tm format_timestamp(uint64_t timestamp); + #endif /* _COMMON_H */