mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: George Kola <procproj@yahoo.com>
To: linux-kernel@vger.kernel.org
Subject: /proc enhancement
Date: Sat, 6 Apr 2002 22:59:08 -0800 (PST)	[thread overview]
Message-ID: <20020407065908.98437.qmail@web20802.mail.yahoo.com> (raw)
In-Reply-To: <200203310133.SAA12760@frodo.biederman.org>

  We are working on a project to enhance linux /proc.
This is of particular importance to the 'Paradayn'
project (cs.wisc.edu/paradyn). 
  We want to add the ability to specifically trace a
set of system calls and the ability to trace  the
system call entry or exit or both. For this we wanted
to add two structs to

struct task_struct in include/linux/sched.h


struct  syscall_set {
   char traced[8];
}


we want to add 

struct syscall_set entry,exit; to task_struct in 
include/linux/sched.h

In the beginning of task_struct we found that

struct task_struct {
	/*
	 * offsets of these are hardcoded elsewhere - touch
with care
	 */

          We want to know what we would be breaking if
we add the structs at the end ? (so that we can fix
them)


         Also how do we initialize it in 
#define INIT_TASK(tsk) (we want to set all bits in the
struct to 1).


Thanks,
George

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

      reply	other threads:[~2002-04-07  6:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-31  1:33 ebiederm
2002-04-07  6:59 ` George Kola [this message]

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=20020407065908.98437.qmail@web20802.mail.yahoo.com \
    --to=procproj@yahoo.com \
    --cc=linux-kernel@vger.kernel.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

all inboxes | Powered by JetHome®