Re: [PATCH v3 11/11] perf jevents: Add model list option
From: John Garry <john.g.garry@oracle.com>
Date: 2023-01-25 17:06:08
Also in:
linux-arm-kernel, linux-perf-users, lkml
From: John Garry <john.g.garry@oracle.com>
Date: 2023-01-25 17:06:08
Also in:
linux-arm-kernel, linux-perf-users, lkml
On 24/01/2023 06:33, Ian Rogers wrote:
This allows the set of generated jevents events and metrics be limited to a subset of the model names. Appropriate if trying to minimize the binary size where only a set of models are possible. On ARM64 the --model selects the implementor rather than model. Signed-off-by: Ian Rogers <irogers@google.com>
would it be really difficult/painful to support model names as specified in the mapfile.csv, like "skylake" (for x86) or "hisilicon/hip08" (for arm64)? Thanks, John