Re: [PATCH 05/22] perf/x86: Support constraint ranges

From: Andi Kleen
Date: Tue Mar 19 2019 - 11:58:02 EST


> > struct amd_nb {
> > int nb_id; /* NorthBridge id */
>
> That's all the code, how does that add up to 2k ?

Because the tables are bigger. There are much more tables than code.

In theory could use two kinds of tables, but that would complicate
the code quite a bit.

-Andi