public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* How to express in systemtap?
@ 2005-12-09  1:08 Keshavamurthy, Anil S
  2005-12-09  3:23 ` Roland McGrath
       [not found] ` <cd09bdd10512081724w78e3832ak6bf957022a6bda9e@mail.gmail.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Keshavamurthy, Anil S @ 2005-12-09  1:08 UTC (permalink / raw)
  To: systemtap

I am trying to insert probes on all functions belonging to a particular
section.

For example, say I want to insert the probes on all functions in the
address range
__sched_text_start and __sched_text_end range.

How can I express this in systemtap?

Thanks,

-Anil Keshavamurthy
Sr. Software Engineer
Open Source Technology Center/SSG
Intel Corp.
(w) 503-712-4476

^ permalink raw reply	[flat|nested] 4+ messages in thread
* RE: How to express in systemtap?
@ 2005-12-09  1:56 Mao, Bibo
  0 siblings, 0 replies; 4+ messages in thread
From: Mao, Bibo @ 2005-12-09  1:56 UTC (permalink / raw)
  To: Keshavamurthy, Anil S, systemtap


By "man stapprobes" command, there is syntax:
	probe kernel function("@kernel/sched.c")
It will probe all the function in sched.c, but I never use this syntax. And I will try it.

Regards
Bibo,mao

>-----Original Message-----
>From: systemtap-owner@sourceware.org [mailto:systemtap-owner@sourceware.org]
>On Behalf Of Keshavamurthy, Anil S
>Sent: 2005年12月9日 9:04
>To: systemtap@sources.redhat.com
>Subject: How to express in systemtap?
>
>I am trying to insert probes on all functions belonging to a particular
>section.
>
>For example, say I want to insert the probes on all functions in the
>address range
>__sched_text_start and __sched_text_end range.
>
>How can I express this in systemtap?
>
>Thanks,
>
>-Anil Keshavamurthy
>Sr. Software Engineer
>Open Source Technology Center/SSG
>Intel Corp.
>(w) 503-712-4476

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-12-09  4:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-09  1:08 How to express in systemtap? Keshavamurthy, Anil S
2005-12-09  3:23 ` Roland McGrath
     [not found] ` <cd09bdd10512081724w78e3832ak6bf957022a6bda9e@mail.gmail.com>
2005-12-09  4:52   ` Keshavamurthy Anil S
2005-12-09  1:56 Mao, Bibo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).