Messages in this thread |  | | | Subject | Re: [PATCH] perf: Store active software events in a hashlist | | From | Peter Zijlstra <> | | Date | Wed, 07 Apr 2010 11:02:26 +0200 |
| |
On Mon, 2010-04-05 at 16:08 +0200, Frederic Weisbecker wrote: > +#define SWEVENT_HLIST_BITS 8 > +#define SWEVENT_HLIST_SIZE ((1 << (SWEVENT_HLIST_BITS + 1)) - 1)
That seems to result in 9 bits worth, doesn't it?
|  |