root/tools/perf/arch/arc/annotate/instructions.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. arc__annotate_init

   1 // SPDX-License-Identifier: GPL-2.0
   2 #include <linux/compiler.h>
   3 
   4 static int arc__annotate_init(struct arch *arch, char *cpuid __maybe_unused)
   5 {
   6         arch->initialized = true;
   7         arch->objdump.comment_char = ';';
   8         return 0;
   9 }

/* [<][>][^][v][top][bottom][index][help] */