perf tools: Enable configs required for test_uprobe_from_different_cu.shTest "perf probe of function from different CU" fails due to certainconfigs not being enabled. Building the kernel withCONF
perf tools: Enable configs required for test_uprobe_from_different_cu.shTest "perf probe of function from different CU" fails due to certainconfigs not being enabled. Building the kernel withCONFIG_KPROBE_EVENTS=y and CONFIG_UPROBE_EVENTS=y fixes the issue. AsCONFIG_KPROBE_EVENTS is dependent on CONFIG_KPROBES, enable it as well.Some platforms enable these configs as a part of their defconfig, sothis change is only required for the ones that don't do so.Reviewed-by: Masami Hiramatsu <mhiramat@kernel.org>Signed-off-by: Chaitanya S Prakash <chaitanyas.prakash@arm.com>Cc: Anshuman Khandual <anshuman.khandual@arm.com>Cc: James Clark <james.clark@arm.com>Link: https://lore.kernel.org/r/20240408062230.1949882-1-ChaitanyaS.Prakash@arm.comLink: https://lore.kernel.org/r/20240408062230.1949882-7-ChaitanyaS.Prakash@arm.comSigned-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
show more ...
perf tools: Add a place to put kernel config fragments for test runsDefconfig doesn't give full coverage for a perf test run, so these canbe merged with defconfig to do so. It's not complete yet,
perf tools: Add a place to put kernel config fragments for test runsDefconfig doesn't give full coverage for a perf test run, so these canbe merged with defconfig to do so. It's not complete yet, but is astarting point as a place to add to when a specific test needs somethingextra to run.Signed-off-by: James Clark <james.clark@arm.com>Cc: Adrian Hunter <adrian.hunter@intel.com>Cc: Aishwarya.TCV@arm.comCc: Alexander Shishkin <alexander.shishkin@linux.intel.com>Cc: Ian Rogers <irogers@google.com>Cc: Ingo Molnar <mingo@redhat.com>Cc: Jiri Olsa <jolsa@kernel.org>Cc: Leo Yan <leo.yan@linaro.org>Cc: Mark Brown <broonie@kernel.org>Cc: Mark Rutland <mark.rutland@arm.com>Cc: Masahiro Yamada <masahiroy@kernel.org>Cc: Namhyung Kim <namhyung@kernel.org>Cc: Peter Zijlstra <peterz@infradead.org>Link: https://lore.kernel.org/r/20230628105303.4053478-2-james.clark@arm.comSigned-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>