From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121469 invoked by alias); 14 Jul 2016 16:33:51 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 121437 invoked by uid 89); 14 Jul 2016 16:33:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=one, one!, H*r:sk:gdb@sou X-HELO: mail-it0-f46.google.com Received: from mail-it0-f46.google.com (HELO mail-it0-f46.google.com) (209.85.214.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 14 Jul 2016 16:33:49 +0000 Received: by mail-it0-f46.google.com with SMTP id j8so4429435itb.1 for ; Thu, 14 Jul 2016 09:33:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=XdNkXElHjjjaaxu+fVMT3D6Pn9DAMKfZgrrSbrnNg5g=; b=SZCouAK/+I3P/WFDXAPgrVsltkUr48fmppmFzVUIPo4o5aDIltoRQM9exvGu/Qu33D ZmARx7GSTU9iSSOWGdN8Ex8hJn0kcgcn19uSb5KOTMyKcU+M1CP3q8/LkfUQ268Qn0k9 HXE7KCNda4JfumpuNFOFpvMazECgjvb8JX+71RCWh7LxCHsnceamGDnBFJBg/+4Cs9SD 90bLnhUSuc6KGb3fqbXfD7ch/XYGikt+ZGQ3jgf+QoBKO47EQ1CbM+S9cZRJ0VtBBMj0 2buIi5Me9EjwNwiIrCOCmX2LcXpWGlv5661bqcISxmFpoKrRlMq44gU0HPRt6M5RZUou Mp5A== X-Gm-Message-State: ALyK8tI2IH/XC11TIQIQ+M5DC+NgOBUOvapWFaf4vOkrPsnJtqzzBNyxixozo3uzD4DiMLny/aZYFso7sfaBKw== X-Received: by 10.36.54.135 with SMTP id l129mr16251781itl.73.1468514027237; Thu, 14 Jul 2016 09:33:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.163.17 with HTTP; Thu, 14 Jul 2016 09:33:27 -0700 (PDT) From: Aleksey Midenkov Date: Thu, 14 Jul 2016 16:33:00 -0000 Message-ID: Subject: Tracepoint questions To: "gdb@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-07/txt/msg00008.txt.bz2 Tracepoint hit count 30278, but only 7655 frames collected. Why? Am I right guessing that trace frames are in chronological order? If it's so, may I propose a suggestion: command 'tfind last' to select last frame, because last is the most interesting one!