tools/perf/tests/config-fragments/README | 7 +++++++ tools/perf/tests/config-fragments/arm64 | 1 + tools/perf/tests/config-fragments/config | 11 +++++++++++ 3 files changed, 19 insertions(+) create mode 100644 tools/perf/tests/config-fragments/README create mode 100644 tools/perf/tests/config-fragments/arm64 create mode 100644 tools/perf/tests/config-fragments/config
Changes since RFC: * Changed arch filename convention to use the ARCH= build time values instead of uname It seems like there were no objections on the RFC, apart from maybe changing the perf tests to run as a kself test. But that's probably not going to happen for a while, if ever, and these fragments can always be moved in that case. James Clark (1): perf tools: Add a place to put kernel config fragments for test runs tools/perf/tests/config-fragments/README | 7 +++++++ tools/perf/tests/config-fragments/arm64 | 1 + tools/perf/tests/config-fragments/config | 11 +++++++++++ 3 files changed, 19 insertions(+) create mode 100644 tools/perf/tests/config-fragments/README create mode 100644 tools/perf/tests/config-fragments/arm64 create mode 100644 tools/perf/tests/config-fragments/config base-commit: ad5f604e186ac08d12c401e34ea96c09c38ddbc5 -- 2.34.1
Hi James, On Wed, Jun 28, 2023 at 3:53 AM James Clark <james.clark@arm.com> wrote: > > Changes since RFC: > > * Changed arch filename convention to use the ARCH= build time values > instead of uname > > It seems like there were no objections on the RFC, apart from maybe > changing the perf tests to run as a kself test. But that's probably not > going to happen for a while, if ever, and these fragments can always > be moved in that case. I missed the RFC, sorry. Could you please add a link for that? Thanks, Namhyung > > James Clark (1): > perf tools: Add a place to put kernel config fragments for test runs > > tools/perf/tests/config-fragments/README | 7 +++++++ > tools/perf/tests/config-fragments/arm64 | 1 + > tools/perf/tests/config-fragments/config | 11 +++++++++++ > 3 files changed, 19 insertions(+) > create mode 100644 tools/perf/tests/config-fragments/README > create mode 100644 tools/perf/tests/config-fragments/arm64 > create mode 100644 tools/perf/tests/config-fragments/config > > > base-commit: ad5f604e186ac08d12c401e34ea96c09c38ddbc5 > -- > 2.34.1 >
On 29/06/2023 23:03, Namhyung Kim wrote: > Hi James, > > On Wed, Jun 28, 2023 at 3:53 AM James Clark <james.clark@arm.com> wrote: >> >> Changes since RFC: >> >> * Changed arch filename convention to use the ARCH= build time values >> instead of uname >> >> It seems like there were no objections on the RFC, apart from maybe >> changing the perf tests to run as a kself test. But that's probably not >> going to happen for a while, if ever, and these fragments can always >> be moved in that case. > > I missed the RFC, sorry. Could you please add a link for that? > > Thanks, > Namhyung Yep, it's here: https://lore.kernel.org/lkml/d02cce4a-47b1-a776-0d3a-a6a7c9a4d8fd@arm.com/T/ > > >> >> James Clark (1): >> perf tools: Add a place to put kernel config fragments for test runs >> >> tools/perf/tests/config-fragments/README | 7 +++++++ >> tools/perf/tests/config-fragments/arm64 | 1 + >> tools/perf/tests/config-fragments/config | 11 +++++++++++ >> 3 files changed, 19 insertions(+) >> create mode 100644 tools/perf/tests/config-fragments/README >> create mode 100644 tools/perf/tests/config-fragments/arm64 >> create mode 100644 tools/perf/tests/config-fragments/config >> >> >> base-commit: ad5f604e186ac08d12c401e34ea96c09c38ddbc5 >> -- >> 2.34.1 >>
On 30/06/2023 09:04, James Clark wrote: > > > On 29/06/2023 23:03, Namhyung Kim wrote: >> Hi James, >> >> On Wed, Jun 28, 2023 at 3:53 AM James Clark <james.clark@arm.com> wrote: >>> >>> Changes since RFC: >>> >>> * Changed arch filename convention to use the ARCH= build time values >>> instead of uname >>> >>> It seems like there were no objections on the RFC, apart from maybe >>> changing the perf tests to run as a kself test. But that's probably not >>> going to happen for a while, if ever, and these fragments can always >>> be moved in that case. >> >> I missed the RFC, sorry. Could you please add a link for that? >> >> Thanks, >> Namhyung > > Yep, it's here: > https://lore.kernel.org/lkml/d02cce4a-47b1-a776-0d3a-a6a7c9a4d8fd@arm.com/T/ > Hi Arnaldo, Any interest in taking this one? Thanks James >> >> >>> >>> James Clark (1): >>> perf tools: Add a place to put kernel config fragments for test runs >>> >>> tools/perf/tests/config-fragments/README | 7 +++++++ >>> tools/perf/tests/config-fragments/arm64 | 1 + >>> tools/perf/tests/config-fragments/config | 11 +++++++++++ >>> 3 files changed, 19 insertions(+) >>> create mode 100644 tools/perf/tests/config-fragments/README >>> create mode 100644 tools/perf/tests/config-fragments/arm64 >>> create mode 100644 tools/perf/tests/config-fragments/config >>> >>> >>> base-commit: ad5f604e186ac08d12c401e34ea96c09c38ddbc5 >>> -- >>> 2.34.1 >>>
Em Fri, Jul 28, 2023 at 11:48:34AM +0100, James Clark escreveu: > > > On 30/06/2023 09:04, James Clark wrote: > > > > > > On 29/06/2023 23:03, Namhyung Kim wrote: > >> Hi James, > >> > >> On Wed, Jun 28, 2023 at 3:53 AM James Clark <james.clark@arm.com> wrote: > >>> > >>> Changes since RFC: > >>> > >>> * Changed arch filename convention to use the ARCH= build time values > >>> instead of uname > >>> > >>> It seems like there were no objections on the RFC, apart from maybe > >>> changing the perf tests to run as a kself test. But that's probably not > >>> going to happen for a while, if ever, and these fragments can always > >>> be moved in that case. > >> > >> I missed the RFC, sorry. Could you please add a link for that? > >> > >> Thanks, > >> Namhyung > > > > Yep, it's here: > > https://lore.kernel.org/lkml/d02cce4a-47b1-a776-0d3a-a6a7c9a4d8fd@arm.com/T/ > > > > Hi Arnaldo, > > Any interest in taking this one? Yeah, looks useful, we can go on from this starting point and improve it. I merged it into perf-tools-next. Thanks, - Arnaldo > Thanks > James > > >> > >> > >>> > >>> James Clark (1): > >>> perf tools: Add a place to put kernel config fragments for test runs > >>> > >>> tools/perf/tests/config-fragments/README | 7 +++++++ > >>> tools/perf/tests/config-fragments/arm64 | 1 + > >>> tools/perf/tests/config-fragments/config | 11 +++++++++++ > >>> 3 files changed, 19 insertions(+) > >>> create mode 100644 tools/perf/tests/config-fragments/README > >>> create mode 100644 tools/perf/tests/config-fragments/arm64 > >>> create mode 100644 tools/perf/tests/config-fragments/config > >>> > >>> > >>> base-commit: ad5f604e186ac08d12c401e34ea96c09c38ddbc5 > >>> -- > >>> 2.34.1 > >>> -- - Arnaldo
On 28/07/2023 14:29, Arnaldo Carvalho de Melo wrote: > Em Fri, Jul 28, 2023 at 11:48:34AM +0100, James Clark escreveu: >> >> >> On 30/06/2023 09:04, James Clark wrote: >>> >>> >>> On 29/06/2023 23:03, Namhyung Kim wrote: >>>> Hi James, >>>> >>>> On Wed, Jun 28, 2023 at 3:53 AM James Clark <james.clark@arm.com> wrote: >>>>> >>>>> Changes since RFC: >>>>> >>>>> * Changed arch filename convention to use the ARCH= build time values >>>>> instead of uname >>>>> >>>>> It seems like there were no objections on the RFC, apart from maybe >>>>> changing the perf tests to run as a kself test. But that's probably not >>>>> going to happen for a while, if ever, and these fragments can always >>>>> be moved in that case. >>>> >>>> I missed the RFC, sorry. Could you please add a link for that? >>>> >>>> Thanks, >>>> Namhyung >>> >>> Yep, it's here: >>> https://lore.kernel.org/lkml/d02cce4a-47b1-a776-0d3a-a6a7c9a4d8fd@arm.com/T/ >>> >> >> Hi Arnaldo, >> >> Any interest in taking this one? > > Yeah, looks useful, we can go on from this starting point and improve > it. > > I merged it into perf-tools-next. > > Thanks, > > - Arnaldo > Thanks Arnaldo! >> Thanks >> James >> >>>> >>>> >>>>> >>>>> James Clark (1): >>>>> perf tools: Add a place to put kernel config fragments for test runs >>>>> >>>>> tools/perf/tests/config-fragments/README | 7 +++++++ >>>>> tools/perf/tests/config-fragments/arm64 | 1 + >>>>> tools/perf/tests/config-fragments/config | 11 +++++++++++ >>>>> 3 files changed, 19 insertions(+) >>>>> create mode 100644 tools/perf/tests/config-fragments/README >>>>> create mode 100644 tools/perf/tests/config-fragments/arm64 >>>>> create mode 100644 tools/perf/tests/config-fragments/config >>>>> >>>>> >>>>> base-commit: ad5f604e186ac08d12c401e34ea96c09c38ddbc5 >>>>> -- >>>>> 2.34.1 >>>>> >
© 2016 - 2026 Red Hat, Inc.