RE: Merging relayfs?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I believe the Intel tool that Vara is referencing is the Vtune tool
(which has an open source, GPL'ed statistical sampling driver). It keeps
a trace history (instead of aggregating the data) that is passed into
user space so that it can do post processing analysis from user space.
The most common method of aggregating data for sampling/profiling is to
lose the time information of when a sample is taken (for example, that
is what oprofile does). For many people, this is fine. For others, they
want the time information so they can visualize the sequence of events.

Having relayfs merged into the kernel would allow us to have a
consistent and reliable way of passing the data we need from kernel
space into user space.

In essence, relayfs is a basic infrastructure upon which other tools can
be built - whether that's profiling, debugging, logging, etc.

-- charles

> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of Vara Prasad
> Sent: Tuesday, July 12, 2005 9:30 PM
> To: unlisted-recipients
> Cc: [email protected]
> Subject: Re: Merging relayfs?
> 
> *** snip ***
>
> There are tools like itrace and Intel has one (i forgot the 
> name) they would like to get the raw data into user space and 
> do all kinds of fancy statistical analysis, visualization 
> etc. Their value add is the analysis of the data. I am sure 
> you are not suggesting pushing capabilities of those tools to 
> the kernel, right.
> 
> As Steven Rostedt mentioned in his initial reply in this 
> thread, many of us have written adhoc buffering scheme 
> similar to what relayfs provides to debug kernel problems 
> that happen after a long running test, if such facility 
> already exists in the kernel everyone doesn't have to develop one.
> 
> I would like to see relayfs merged.
> 
> 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]
  Powered by Linux