From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13011 invoked by alias); 15 Jun 2017 07:37:59 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 12990 invoked by uid 89); 15 Jun 2017 07:37:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:el6.x86_64, unusual X-HELO: mail-qt0-f172.google.com Received: from mail-qt0-f172.google.com (HELO mail-qt0-f172.google.com) (209.85.216.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Jun 2017 07:37:56 +0000 Received: by mail-qt0-f172.google.com with SMTP id w1so9190281qtg.2 for ; Thu, 15 Jun 2017 00:38:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=6hdDf/HjdQodXcDCqQImHAsQn0S1+Pe7JcTegGcUur8=; b=f7E8vmZC6Zb9niWcPmryCZUFaUTVtSNFGdYJJhG055iOo+VNeh7efG47lE9Me3axIc zsiG7PrUZ3W1YjIKDLVTKaak59E+xz6mo+S77cNuGLk8+qhmv11OcsVZ5H4FW04ctChC BiW3NN6i9l3cipAl+8KFCaN/Zd5Pa0azGqwYAiXddY3960sdwomHazgBHoATqafscd64 eDjEnfFsm5lxz2u0YF5bPBa1FuWk6kFOJY5SnHshAsl8LcadJQysr6lFa+TYcDLcbDv4 E7GixZSe77Sr8XqzLgHmtPdu6a1UV0WWypT/qkyfo8/U/jIj2fqrnZzxgCf7cwaRKlUV COow== X-Gm-Message-State: AKS2vOyiy1iA/Rd3wTNC+LdJFVml2FFmwx61a206AyYVc3Eob2dqLgPP EbzVEw2acfwpLrmKTicrHkPGy2YlzONzGow= X-Received: by 10.237.52.99 with SMTP id w90mr4846100qtd.19.1497512279927; Thu, 15 Jun 2017 00:37:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.237.39.35 with HTTP; Thu, 15 Jun 2017 00:37:59 -0700 (PDT) In-Reply-To: References: From: Daniel Doron Date: Thu, 15 Jun 2017 07:37:00 -0000 Message-ID: Subject: Re: No output from trace file after a few hours To: Arkady Cc: systemtap@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-q2/txt/msg00106.txt.bz2 BTW kernel version: 2.6.32-431.el6.x86_64 On Thu, Jun 15, 2017 at 10:36 AM, Daniel Doron wrote: > if you mean that the kernel version does not get upgraded, then yes. > > On Thu, Jun 15, 2017 at 10:34 AM, Daniel Doron > wrote: >> Sorry, I do not know what you mean by that... >> >> On Thu, Jun 15, 2017 at 10:32 AM, Arkady wrote: >>> Do you have the kernel version pinned? >>> >>> On Thu, Jun 15, 2017 at 10:12 AM, Arkady wrote: >>>> Please send the stap script >>>> >>>> On Thu, Jun 15, 2017 at 10:10 AM, Daniel Doron >>>> wrote: >>>>> Hi, >>>>> >>>>> I built my module to probe a few system calls and functions. Nothing >>>>> fancy, no big work in it, just prints some data. Then I wrote a simple >>>>> python script to read data directly off the >>>>> /sys/kernel/debug/systemtap/mymodule/trace0 file (of course running as >>>>> sudo) >>>>> I run stap in Flight recorder mode. >>>>> After a few hours (varies from 8 to 20) I stop getting any output from >>>>> the module... >>>>> Any idea how to check why that is? >>>>> dmesg does not report anything unusual... >>>>> >>>>> Thanks. >>>>> Daniel.