On Fri, Sep 12, 2014 at 03:34:19PM -0700, Andi Kleen wrote: > From: Andi Kleen <[email protected]> > > Initial attempt of documenting the perf sysfs interface as > an ABI. I also added some additional pointers hopefully useful > to the users. Comments welcome. > > Cc: Vince Weaver <[email protected]> > Cc: [email protected] > v2: Various fixes. Fix cmask/inv (Stephane) Fixes from Randy Dunlap. > Signed-off-by: Andi Kleen <[email protected]> > --- > Documentation/ABI/stable/sysfs-devices-perf | 98 > +++++++++++++++++++++++++++++ > 1 file changed, 98 insertions(+) > create mode 100644 Documentation/ABI/stable/sysfs-devices-perf > > diff --git a/Documentation/ABI/stable/sysfs-devices-perf > b/Documentation/ABI/stable/sysfs-devices-perf > new file mode 100644 > index 0000000..3fd9bc6 > --- /dev/null > +++ b/Documentation/ABI/stable/sysfs-devices-perf > @@ -0,0 +1,98 @@ > +Perf events enumeration in sysfs > + > +The perf events subsystem exports the format of hardware performance > +counter events supported by perf events. The events can be accessed > +using the perf_event_open() syscall. Each perf directory in devices > +represents a distinct PMU (Performance Monitoring Unit), but not all > +directories in this file are perf directories.
s/in this file/in this directory/ ? otherwise it looks ok to me jirka -- 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/

