> 9/ Group reading > > It is possible to start/stop an event group simply via ioctl() on > the group leader. However, it is not possible to read all the > counts with a single with a single read() system call. That seems > odd. Furhermore, I believe you want reads to be as atomic as > possible.
If you want an atomic snapshot you can do it: disable the group, read out the counts, enable the group. But, as your other comment under I/5 indicates, there are ways to read out the PMU directly, via RDPMC instructions. Those are not atomic either if used for multiple counters. Is your argument that they are thus useless? But if there is a strong use-case we can add PERF_FORMAT_GROUP. ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ perfmon2-devel mailing list perfmon2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perfmon2-devel