perf tools: annotate asm_pure_loop.SAnnotate so it is built with non-executable stack.Fixes: 8b97519711c3 ("perf test: Add asm pureloop test tool")Signed-off-by: Marcus Meissner <[email protected]
perf tools: annotate asm_pure_loop.SAnnotate so it is built with non-executable stack.Fixes: 8b97519711c3 ("perf test: Add asm pureloop test tool")Signed-off-by: Marcus Meissner <[email protected]>Reviewed-by: Leo Yan <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Namhyung Kim <[email protected]>
show more ...
perf test: Add asm pureloop test toolAdd test tool to be driven by further test scripts. This tool is purearm64 ASM with no libc usage to ensure it is the same exact binary/codeevery time so it c
perf test: Add asm pureloop test toolAdd test tool to be driven by further test scripts. This tool is purearm64 ASM with no libc usage to ensure it is the same exact binary/codeevery time so it can also be re-used for many uses. It just loops for agiven fixed number of loops.Reviewed-by: James Clark <[email protected]>Signed-off-by: Carsten Haitzler <[email protected]>Cc: Leo Yan <[email protected]>Cc: Mathieu Poirier <[email protected]>Cc: Mike Leach <[email protected]>Cc: Suzuki Poulouse <[email protected]>Cc: [email protected]Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>