Re: scheduler/SCHED_FIFO behaviour

2005-04-06 Thread Steven Rostedt
On Thu, 2005-04-07 at 07:11 +0530, Arun Srinivas wrote: > I am not sure if my question was clear enough or I couldnt interpret you > answer correctly.(If it was the case I apologise for that). > > My question is, as I said I am measuring the schedule time difference > between my 2 of my SCHED_FI

Re: scheduler/SCHED_FIFO behaviour

2005-04-06 Thread Arun Srinivas
: Arun Srinivas <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], LKML Subject: Re: scheduler/SCHED_FIFO behaviour Date: Mon, 04 Apr 2005 23:33:05 -0400 On Tue, 2005-04-05 at 07:46 +0530, Arun Srinivas wrote: > > So, what I want from the above code is whenever process1 or process2 is > be

Re: scheduler/SCHED_FIFO behaviour

2005-04-04 Thread Steven Rostedt
On Tue, 2005-04-05 at 07:46 +0530, Arun Srinivas wrote: > > So, what I want from the above code is whenever process1 or process2 is > being scheduled measure the time and print the timedifference. But, when I > run my 2 processes as SCHED_FIFO processes i get only one set of > readingsindi

Re: scheduler/SCHED_FIFO behaviour

2005-04-04 Thread Arun Srinivas
rect? please help. thanks arun From: Steven Rostedt <[EMAIL PROTECTED]> To: Arun Srinivas <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], LKML Subject: Re: scheduler/SCHED_FIFO behaviour Date: Mon, 04 Apr 2005 19:17:04 -0400 On Tue, 2005-04-05 at 04:36 +0530, Arun Srinivas wrote: > I am

Re: scheduler/SCHED_FIFO behaviour

2005-04-04 Thread Steven Rostedt
On Tue, 2005-04-05 at 04:36 +0530, Arun Srinivas wrote: > I am scheduling 2 SCHED_FIFO processes and set them affinity( process A runs > on processor 1 and process B runs on processor 2), on a HT processor.(I did > this cause I wanted to run them together).Now, in schedule() I measure the > time