From: compudj@krystal.dyndns.org (Mathieu Desnoyers)
Subject: [ltt-dev] LLTng probes
Date: Wed, 19 May 2010 10:30:11 -0400 [thread overview]
Message-ID: <20100519143011.GA16248@Krystal> (raw)
In-Reply-To: <34F012EAAD78FB49A2AFF01BF6DCE07602A4A625@ASHWA.Asiapac.Arm.com>
* Jyotiswarup Raiturkar (Jyotiswarup.Raiturkar at arm.com) wrote:
> Hello
>
>
>
> I'm looking at LTTng working inside the kernel, and trying to understand
> the instrumentation.
>
>
>
> However, I am not able to see how the DEFINE_MARKER_TP() macros and
> other probe_* functions in kernel-trace.c are actually used . As I
> understand it, to make the actual trace, modules would have to call the
> probe_* functions; yet I'm not able to locate these calls.
The probes are connected to the tracepoints with:
kernel:marker.c: set_marker()
ret = tracepoint_probe_register_noupdate(
elem->tp_name,
elem->tp_cb);
Which is called when a marker is enabled. The markers are listed in a
table which is defined by the DEFINE_MARKER_TP() macros.
Thanks,
Mathieu
>
>
>
> Thanks
>
> Jyoti
>
> --
> IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
next prev parent reply other threads:[~2010-05-19 14:30 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-19 8:49 Jyotiswarup Raiturkar
2010-05-19 8:49 ` Jyotiswarup Raiturkar
2010-05-19 8:49 ` Jyotiswarup Raiturkar
2010-05-19 14:30 ` Mathieu Desnoyers [this message]
2010-05-20 11:10 ` Jyotiswarup Raiturkar
2010-05-20 14:03 ` Mathieu Desnoyers
2010-05-20 21:50 ` [ltt-dev] LTT UserSpace Tracer, broken? jpaul
2010-05-20 23:08 ` Mathieu Desnoyers
2010-05-21 18:49 ` Pierre-Marc Fournier
2010-05-24 17:11 ` jpaul
2010-05-28 16:51 ` Pierre-Marc Fournier
[not found] ` <A47866F933DF804684068A24BF04A9730862A874@gdrs-exchange.gdrs.com>
[not found] ` <A47866F933DF804684068A24BF04A9730862A878@gdrs-exchange.gdrs.com>
2010-06-19 16:01 ` Mathieu Desnoyers
2010-05-21 6:43 ` [ltt-dev] LLTng probes Jyotiswarup Raiturkar
2010-05-21 12:23 ` Mathieu Desnoyers
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=20100519143011.GA16248@Krystal \
--to=compudj@krystal.dyndns.org \
/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