linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Markers in (non-module) kernel code?
@ 2008-10-03 19:16 Theodore Ts'o
  2008-10-03 19:54 ` [PATCH] Marker depmod fix core kernel list Mathieu Desnoyers
  0 siblings, 1 reply; 10+ messages in thread
From: Theodore Ts'o @ 2008-10-03 19:16 UTC (permalink / raw)
  To: Mathieu Desnoyers; +Cc: linux-kernel


I've been playing with adding some markers into ext4 to see if they
could be useful in solving some problems along with Systemtap.  It
appears, though, that as of 2.6.27-rc8, markers defined in code which is
compiled directly into the kernel (i.e., not as modules) don't show up
in Module.markers:

kvm_trace_entryexit	arch/x86/kvm/kvm-intel	%u %p %u %u %u %u %u %u
kvm_trace_handler	arch/x86/kvm/kvm-intel	%u %p %u %u %u %u %u %u
kvm_trace_entryexit	arch/x86/kvm/kvm-amd	%u %p %u %u %u %u %u %u
kvm_trace_handler	arch/x86/kvm/kvm-amd	%u %p %u %u %u %u %u %u

(Note the lack of any of the kernel_sched_* markers, and the markers I
added for ext4_* and jbd2_* are missing as wel.)

Systemtap apparently depends on in-kernel trace_mark being recorded in
Module.markers, and apparently it's been claimed that it used to be
there.  Is this a bug in systemtap, or in how Module.markers is getting
built?   And is there a file that contains the equivalent information
for markers located in non-modules code?

Thanks, regards,

						- Ted


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

end of thread, other threads:[~2008-10-10 15:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-03 19:16 Markers in (non-module) kernel code? Theodore Ts'o
2008-10-03 19:54 ` [PATCH] Marker depmod fix core kernel list Mathieu Desnoyers
2008-10-04 15:24   ` Theodore Tso
2008-10-06  4:08     ` Greg KH
2008-10-10  9:39       ` Ingo Molnar
2008-10-10  9:39         ` Ingo Molnar
2008-10-10 15:48           ` Greg KH
2008-10-10  9:46         ` [PATCH RESEND] early_ioremap has a fencepost error Alan Cox
2008-10-10 10:21           ` Ingo Molnar
2008-10-06 20:23     ` [PATCH] Marker depmod fix core kernel list Roland McGrath

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 NNTP newsgroup(s).