From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16511 invoked by alias); 27 Oct 2016 10:59:35 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 16497 invoked by uid 89); 27 Oct 2016 10:59:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:markus., sk:markus, letter X-HELO: mail-pf0-f195.google.com Received: from mail-pf0-f195.google.com (HELO mail-pf0-f195.google.com) (209.85.192.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Oct 2016 10:59:24 +0000 Received: by mail-pf0-f195.google.com with SMTP id n85so2358227pfi.3 for ; Thu, 27 Oct 2016 03:59:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=U37PLt2UbWMujIjFbKHJIcogKE6u6zdqLRhDcO6O7bU=; b=V+0h7wciEYBvbGqSOUs6TgtXVAt7WeLnt5LMAl0e74/5fJ5jjEMtQ6/2hJQZ9cfVGx e82tXOE9iDhlrK3y8bp8JSoR9Z4x4N05LRCyFVsLCoMZU3gnRF78DFkTORJE4fm03bLL yw4RRFQ8VQEYLdVy2wBq166t/jD2BIzg9t7+nBsG23g5Qwty7jNF+WaN5sdmTKM7XLm6 rixTnqReQyeBy052jiaXA+Vxj2uXx0/EtXNmh0CJY2qAdJQiFjLDWjy7EK4kpOWp1NdY vABHkEUUk4rhF91IGAg2DW/SCzz9UogOVc4Mv8IDyPU3IFzh3gttQcSzcO4K+5v8QgAL hR1Q== X-Gm-Message-State: ABUngvcQg3ebvHGw2FkZbEBAw7x+qPbdk/l77VGZGm+2lEAy18HvY2tMY28LSaxiAo8hTQ== X-Received: by 10.99.157.78 with SMTP id i75mr11116815pgd.148.1477565963401; Thu, 27 Oct 2016 03:59:23 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id d79sm10849904pfj.68.2016.10.27.03.59.21 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 27 Oct 2016 03:59:22 -0700 (PDT) From: Yao Qi To: Markus Metzger Cc: gdb-patches@sourceware.org, palves@redhat.com Subject: Re: [PATCH 0/5] improve trace gap handling References: <1469175120-19657-1-git-send-email-markus.t.metzger@intel.com> Date: Thu, 27 Oct 2016 10:59:00 -0000 In-Reply-To: <1469175120-19657-1-git-send-email-markus.t.metzger@intel.com> (Markus Metzger's message of "Fri, 22 Jul 2016 10:11:55 +0200") Message-ID: <8637ji83dd.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00744.txt.bz2 Markus Metzger writes: > A small patch series that improves dealing with gaps in recorded trace. I think you can self approve these btrace patches, unless this patch series address Pedro or other people's review comments. The cover letter is too simple to link this patch series to previous reviews. --=20 Yao (=E9=BD=90=E5=B0=A7)