Re: [RFC] [PATCH 1/1] perf: add support for arch-dependent symbolic event names to "perf stat"

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Corey Ashford
Date: Thursday, March 11, 2010 - 11:47 am

On 3/11/2010 4:46 AM, Ingo Molnar wrote:
[snip]

Is TRACE_EVENT an appropriate way to add hardware-specific counter events?  I 
will look into this.  Thanks for the pointer.


We can enumerate events this way, but there are other aspects to events than 
just their names (see below).


I'm not sure how that would work.  The issue I am trying to solve here is that 
Power arch chips have a large number of very hardware-specific events that are 
not generalizable.  Many of these events not only have names, but other 
user-configurable bits as well that select or narrow the scope of which exact 
events are recorded.  This issue is dealt with nicely in libpfm4, as it has 
mechanisms for parsing event names and attributes (aka modifiers or unit masks), 
and then produces a usable config field for the perf_events_attr struct.

Should I take it from the above that you are completely against the idea of 
using an external library for hardware-specific event and attribute naming?

-- 
Regards,

- Corey

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC] [PATCH 1/1] perf: add support for arch-dependent ..., Corey Ashford, (Thu Mar 11, 11:47 am)