Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: Kienan Stewart via lttng-dev <lttng-dev@lists.lttng.org>
To: "François Belias" <beliasossim@gmail.com>,
	"lttng-dev@lists.lttng.org" <lttng-dev@lists.lttng.org>
Subject: Re: [lttng-dev] Undefined symbol error fix
Date: Fri, 12 Jul 2024 10:32:55 -0400	[thread overview]
Message-ID: <b049c5c5-e77f-4ac8-9937-2eaa7268d4df@efficios.com> (raw)
In-Reply-To: <CAHD10Ui0JtFCWY9ND_VxdfYBiF=iOK-SJTfjwZQ6QyQgzLBZBg@mail.gmail.com>

Hi François,

On 7/11/24 6:06 PM, François Belias wrote:
> Hello Kienan, thanks for the reply. For my analysis, I am also looking 
> for these tracepoints:
>      - vmsync_gh_guest
>      - vmsync_hg_guest
>      - vmsync_gh_host
>      - vmsync_hg_host
>   does the canonical upstream version have them ? thanks.
> 

No, it doesn't. Those tracepoints are custom by the looks of it, and not 
tracepoints that exist in the mainline linux kernel.

thanks,
kienan

> François
> 
> Le jeu. 11 juill. 2024, à 16 h 55, Kienan Stewart <kstewart@efficios.com 
> <mailto:kstewart@efficios.com>> a écrit :
> 
>     Hi François,
> 
>     We don't support the forked version of LTTng modules that you are using
>     (https://github.com/tahini/lttng-modules
>     <https://github.com/tahini/lttng-modules>)
> 
>     The canonical upstream version available at
>     https://github.com/lttng/lttng-modules
>     <https://github.com/lttng/lttng-modules> has tracepoints such as
>     kvm_entry
>     and kvm_exit.
> 
>     E.g.
>     https://github.com/lttng/lttng-modules/blob/06a1fc639b10b40c0ffc412f3fb663632e42dae6/include/instrumentation/events/arch/x86/kvm/trace.h#L20 <https://github.com/lttng/lttng-modules/blob/06a1fc639b10b40c0ffc412f3fb663632e42dae6/include/instrumentation/events/arch/x86/kvm/trace.h#L20>
> 
>     thanks,
>     kienan
> 
>     On 7/11/24 4:06 PM, François Belias via lttng-dev wrote:
>      > Hello,
>      >
>      >      I am trying to access tracepoints from this website
>      >
>     https://archive.eclipse.org/tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/Virtual-Machine-Analysis-User-Documentation.html <https://archive.eclipse.org/tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/Virtual-Machine-Analysis-User-Documentation.html> <https://archive.eclipse.org/tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/Virtual-Machine-Analysis-User-Documentation.html <https://archive.eclipse.org/tracecompass.incubator/doc/org.eclipse.tracecompass.incubator.virtual.machine.analysis.doc.user/Virtual-Machine-Analysis-User-Documentation.html>> (kmv_entry, kmv_exit) for my analysis. I added the "addons" folder from the "addons_vm" branch of this repository: https://github.com/tahini/lttng-modules <https://github.com/tahini/lttng-modules> <https://github.com/tahini/lttng-modules <https://github.com/tahini/lttng-modules>> to the current version of lttng-module github repository. However, I am encountering these errors when compiling
>      > ERROR: modpost: "lttng_tracepoint_probe_register"
>      > [lttng-modules/src/addons/lttng-vmsync-guest.ko] undefined!
>      > ERROR: modpost: "lttng_tracepoint_probe_unregister"
>      > [Desktop/lttng-modules/src/addons/lttng-vmsync-guest.ko] undefined!
>      > ERROR: modpost: "lttng_tracepoint_probe_register"
>      > [Desktop/lttng-modules/src/addons/lttng-vmsync-host.ko] undefined!
>      > ERROR: modpost: "lttng_tracepoint_probe_unregister"
>      > [Desktop/lttng-modules/src/addons/lttng-vmsync-host.ko] undefined!
>      >
>      > I am not sure how to resolve this issue. Can someone please help me?
>      >
>      > Thanks.
>      >
>      > _______________________________________________
>      > lttng-dev mailing list
>      > lttng-dev@lists.lttng.org <mailto:lttng-dev@lists.lttng.org>
>      > https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>     <https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev>
> 
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

  parent reply	other threads:[~2024-07-12 14:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-11 20:06 François Belias via lttng-dev
2024-07-11 20:55 ` Kienan Stewart via lttng-dev
     [not found]   ` <CAHD10Ui0JtFCWY9ND_VxdfYBiF=iOK-SJTfjwZQ6QyQgzLBZBg@mail.gmail.com>
2024-07-12 14:32     ` Kienan Stewart via lttng-dev [this message]
     [not found]       ` <CAHD10Uhv+Z2OeNEqShXjZDKLWERUwjqPzvu2NsSsQmpEQdF81w@mail.gmail.com>
2024-07-12 18:12         ` Kienan Stewart via lttng-dev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b049c5c5-e77f-4ac8-9937-2eaa7268d4df@efficios.com \
    --to=lttng-dev@lists.lttng.org \
    --cc=beliasossim@gmail.com \
    --cc=kstewart@efficios.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox