Blame view

tools/perf/bench/mem-memset-x86-64-asm.S 411 Bytes
be3de80dc   Jan Beulich   perf bench: Also ...
1
2
3
  #define memset MEMSET /* don't hide glibc's memset() */
  #define altinstr_replacement text
  #define globl p2align 4; .globl
7d7d1bf1d   Arnaldo Carvalho de Melo   perf bench: Copy ...
4
  #include "../../arch/x86/lib/memset_64.S"
e89cef136   Jiri Olsa   perf tool: Fix pe...
5
6
7
8
9
10
11
  
  /*
   * We need to provide note.GNU-stack section, saying that we want
   * NOT executable stack. Otherwise the final linking will assume that
   * the ELF stack should not be restricted at all and set it RWX.
   */
  .section .note.GNU-stack,"",@progbits