From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id qeHJDbt/5WEABgAAWB0awg (envelope-from ) for ; Mon, 17 Jan 2022 09:39:55 -0500 Received: by simark.ca (Postfix, from userid 112) id 287F41F34E; Mon, 17 Jan 2022 09:39:55 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.lttng.org (lists.lttng.org [167.114.26.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 8F4F21EA69 for ; Mon, 17 Jan 2022 09:39:54 -0500 (EST) Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4Jcvgt0Kw7zHW4; Mon, 17 Jan 2022 09:39:53 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1642430394; bh=GG+Vd9hpj9TMWJATSojWKH/ynkHiPrpgxKszV3UxOpQ=; h=Date:To:Cc:In-Reply-To:References:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=eE/nsq5miFs5Ut0uJoi0xARySqyJzV9SIxnicThc/USGDEnasgd7OEzr//hSnIUOa spaOUUqCs632kin5lJwIkzMa9wU/DW3UMm3nE13RnvAcpr63Gt7H0soY/8aJdqB6k9 UU6jajyXOutJh2IugW7ZIb/XRD78JJn8ASA1VGjKTiccQu8RwcVbu/3vj3h7gRCUcU EzpvLdofqeJ0ORD6srWHFVcxL0ezC4UySjQRfSr+QAqD8qvoY2WSEpyiHw5eMYLUvc LLn2+TbefLtoKkKQVwZcjykoG5HO4SrJ24hm9Hyw8ODelibQcEOu/D+9uuGOSyb2HN j5qAapw8wC5WA== Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lists.lttng.org (Postfix) with ESMTPS id 4Jcvgr4wyPzHW3 for ; Mon, 17 Jan 2022 09:39:52 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 43BE7300D4F for ; Mon, 17 Jan 2022 09:39:46 -0500 (EST) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id mI7Q4fj-J84G; Mon, 17 Jan 2022 09:39:45 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id CD707300D49; Mon, 17 Jan 2022 09:39:45 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com CD707300D49 X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 5s97PDUy9FnF; Mon, 17 Jan 2022 09:39:45 -0500 (EST) Received: from mail03.efficios.com (mail03.efficios.com [167.114.26.124]) by mail.efficios.com (Postfix) with ESMTP id C0890300D48; Mon, 17 Jan 2022 09:39:45 -0500 (EST) Date: Mon, 17 Jan 2022 09:39:45 -0500 (EST) To: Subrata Paul Cc: lttng-dev Message-ID: <495231298.38601.1642430385666.JavaMail.zimbra@efficios.com> In-Reply-To: References: MIME-Version: 1.0 X-Originating-IP: [167.114.26.124] X-Mailer: Zimbra 8.8.15_GA_4180 (ZimbraWebClient - FF96 (Linux)/8.8.15_GA_4177) Thread-Topic: date in lttng trace logs Thread-Index: YLNmle5JBDy+KMRtAtzsOF9h02mznw== Subject: Re: [lttng-dev] date in lttng trace logs X-BeenThere: lttng-dev@lists.lttng.org X-Mailman-Version: 2.1.35 Precedence: list List-Id: LTTng development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Mathieu Desnoyers via lttng-dev Reply-To: Mathieu Desnoyers Content-Type: multipart/mixed; boundary="===============3831444640832339003==" Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" --===============3831444640832339003== Content-Type: multipart/alternative; boundary="=_3bcc0822-1670-4abc-b0e8-080700df85b2" --=_3bcc0822-1670-4abc-b0e8-080700df85b2 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit ----- On Jan 16, 2022, at 6:29 AM, lttng-dev wrote: > Hi, > Is it possible to have date in lttng trace logs like below? > [Sat-Jan-15 06:03:53.725525515] (+2.019614411) localhost:.... See man babeltrace(1), especially "--clock-date". Thanks, Mathieu > -------------------------------------------------------------- > Regards, > Subrata Paul > _______________________________________________ > lttng-dev mailing list > lttng-dev@lists.lttng.org > https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com --=_3bcc0822-1670-4abc-b0e8-080700df85b2 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

----- On Jan 16, 2022, at 6:29 AM, = lttng-dev <lttng-dev@lists.lttng.org> wrote:
Hi,
Is = it possible to have date in lttng trace logs like below?

[Sat= -Jan-15 06:03:53.725525515] (+2.019614411) localhost:....
<= /div>

See man babeltrace(1), especial= ly "--clock-date".

Thanks,

Mathieu


= =20 =09=09=09
-----= ---------------------------------------------------------
Regards,
Su= brata Paul
<= /tr> =09

_______________________________________________
lttng-dev mailing li= st
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/= listinfo/lttng-dev

--
Mathieu Desnoyers
EfficiOS Inc.
http= ://www.efficios.com
--=_3bcc0822-1670-4abc-b0e8-080700df85b2-- --===============3831444640832339003== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev --===============3831444640832339003==--