From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0DE7C04AB4 for ; Tue, 14 May 2019 14:16:28 +0000 (UTC) Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 654F6208CA for ; Tue, 14 May 2019 14:16:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="BYx9s61K" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 654F6208CA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=fail smtp.mailfrom=kernelnewbies-bounces@kernelnewbies.org Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.91) (envelope-from ) id 1hQYDy-00006V-F6; Tue, 14 May 2019 10:16:10 -0400 Received: from mail-io1-xd32.google.com ([2607:f8b0:4864:20::d32]) by shelob.surriel.com with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1hQYDx-00006O-Dl for kernelnewbies@kernelnewbies.org; Tue, 14 May 2019 10:16:09 -0400 Received: by mail-io1-xd32.google.com with SMTP id z4so13166754iol.0 for ; Tue, 14 May 2019 07:16:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=zZhIgaaxh83rEKLylWXtMAmIn259j3fK1bf3xdrql4I=; b=BYx9s61KHN923vK6RhXHUpouqZx9WJKVTzqbAd9MhwjkhUrPq/SVgN4NTnhDffJR0b rsxLd1maxcX7nrpitU8018/dR+uY8CKbAVdWk+YPTAq+43286DAfsA0d7Ywekrh09Ses exWE7kwUyBHg7EtgEqjnRmclvxTn71L/Hs15nvAb4gvNwwM/0xayk1PeQBj/6hR9X0hO pQZOjD+lsJL3yaoAU0bUmkUErlCblAwjcUyEMAKG0vgAzpBW1AfIoeSRxv6NOnRzOaVj +BxVmB3REoDQDFK7MNhEO9f+lhLijDY+8Vi0fwoi2hnRIc29/B5ctb47vt7ljXpeG2sE BNIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=zZhIgaaxh83rEKLylWXtMAmIn259j3fK1bf3xdrql4I=; b=Ar9h4aU6+cN8bOFodTKF5YITfeH/NCI8eWK9dvo0l0N9OmRSPbP+gSbD6YV0AmXSQa QgtYCiMeaLTJb/76+NjCTJxc/BbrMt1G8hW2B/OVHZLjvCVAv4Zo0E1/SX2inugV8l4D yDsQOkE/8yb34Tc5BO41VT6akGaxzo1B2vWrRJ1wnYwmhK2XHqFepcS/APs69o/wUxzV SMW5QnmwCm9U/dx4dGzGqsh3tgjpGBjWZPUwnbbH6iscgY0dSWwVhSOOSlPUY92uPZJf pgkJy3CpGbKXRNEU+nP3nTU0w/RwS/TxCMlu+M+U9Neo+CKfWd7tzUxFK23+BHxSxBaM n6SQ== X-Gm-Message-State: APjAAAVYLQWPHy/kS+uY/PVG66GUS/wXDT6jXF5VnkbGHCVB3AeKd/D7 XI08Gyc3sBw230McppXxg0GgMVRmcDuqkC2Pw9a7Ag== X-Google-Smtp-Source: APXvYqySYYYtBkFKKjom+eBziBocd+K1sNYMhTayT2sDo3DTnrp7oyqJ3b1TNelgL1MZueAsFENYpDlrhS6t5FRv7NI= X-Received: by 2002:a5d:9a18:: with SMTP id s24mr7856854iol.284.1557843308311; Tue, 14 May 2019 07:15:08 -0700 (PDT) MIME-Version: 1.0 References: <20190514140523.GA3114@kroah.com> In-Reply-To: <20190514140523.GA3114@kroah.com> From: Pedro Terra Delboni Date: Tue, 14 May 2019 11:14:57 -0300 Message-ID: Subject: Re: how to collect information regarding function calls in run time? To: Greg KH Cc: kernelnewbies@kernelnewbies.org X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1073825096815817792==" Errors-To: kernelnewbies-bounces@kernelnewbies.org --===============1073825096815817792== Content-Type: multipart/alternative; boundary="00000000000001f9100588d9a941" --00000000000001f9100588d9a941 Content-Type: text/plain; charset="UTF-8" Sorry, I believe I was not clear in how this relates to my university. I'm a post-graduate student working on a thesis, I'm not looking for the answer of an exercise proposed by the university. So neither you nor I can get a grade from this (though this may help me finish things sooner). On Tue, May 14, 2019 at 11:05 AM Greg KH wrote: > On Tue, May 14, 2019 at 10:55:40AM -0300, Pedro Terra Delboni wrote: > > Sorry to revive this old thread, and thank you for the suggestions given, > > but I've been trying to make these work for my case with little success > and > > I need a hand to understand what I'm doing wrong. > > Given that this is a university assignment, asking for help from random > people on the internet seems like an odd request, do we too get a grade > for this? :) > > Good luck! > > greg k-h > --00000000000001f9100588d9a941 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Sorry, I believe I was not clear in how this rel= ates to my university.
I'm a post-graduate student working on = a thesis, I'm not looking for the answer of an exercise proposed by the= university.
So neither you nor I can get a grade from this (= though this may help me finish things sooner).

On Tue, May 14, 2019 at= 11:05 AM Greg KH <greg@kroah.com&= gt; wrote:
On Tu= e, May 14, 2019 at 10:55:40AM -0300, Pedro Terra Delboni wrote:
> Sorry to revive this old thread, and thank you for the suggestions giv= en,
> but I've been trying to make these work for my case with little su= ccess and
> I need a hand to understand what I'm doing wrong.

Given that this is a university assignment, asking for help from random
people on the internet seems like an odd request, do we too get a grade
for this?=C2=A0 :)

Good luck!

greg k-h
--00000000000001f9100588d9a941-- --===============1073825096815817792== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies --===============1073825096815817792==--