On Tue, 8 Nov 2011, Arnaldo Carvalho de Melo wrote: > Em Tue, Nov 08, 2011 at 01:07:55PM +0100, Ingo Molnar escreveu: > > * Vince Weaver <vi...@deater.net> wrote: > > > as mentioned before I have my own perf_event test suite with 20+ tests. > > > http://web.eecs.utk.edu/~vweaver1/projects/perf-events/validation.html > > > That should probably be moved into perf test. Arnaldo, any > > objections? > > I'd gladly take patches, I even have in my TODO list for me to volunteer > time to do that at some point. > > If somebody else than me or Vince wants to do that... Assuming there is > no licensing problem and Vince doesn't objects for that to be done.
I have no objections, though I don't really have time right now to do the work myself. The test code is licensed dual GPLv2/BSD. I should stick that in the package somewhere if I haven't already. My testcases mostly are testing things necessary for proper PAPI functionality and are by no means complete. There are huge areas of perf_event functionality that are not well tested, especially the overflow code. Vince