public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* Trying to acquire global lock from systemtap module
@ 2009-07-22 17:14 Anupama Chandwani
  2009-07-22 17:38 ` Jim Keniston
  0 siblings, 1 reply; 3+ messages in thread
From: Anupama Chandwani @ 2009-07-22 17:14 UTC (permalink / raw)
  To: systemtap

Hi,

In my probe handler, I want to scan the task list using for_each_process(p).
For this I need to hold a read_lock on tasklist_lock.

tasklist_lock is a global data structure of type rwlock_t, and I am setting the probe on copy_process (from kernel/fork.c where tasklist_lock is defined)
But I am not able to dereference this address. Also when I do a read_lock(&tasklist_lock), i get following error while inserting module.

Error inserting module 'module_name.ko' : Unknown symbol in module

And dmesg tells me that the unknown symbol is 'tasklist_lock'

Any pointers?

Cheers,
Anupama

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

end of thread, other threads:[~2009-07-22 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-22 17:14 Trying to acquire global lock from systemtap module Anupama Chandwani
2009-07-22 17:38 ` Jim Keniston
2009-07-22 17:46   ` Anupama Chandwani

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).