Searched refs:config_opt (Results 1 – 2 of 2) sorted by relevance
34 def check_config(self, config_opt=''): argument35 cmd = "zcat /proc/config.gz | grep %s" % config_opt37 result = ("%s=y" % config_opt) in output39 self.skipTest("%s is not set" % config_opt)
1117 const char *config_opt; member1209 if (strcmp(map_opt, func->config_opt) == 0) { in bpf__obj_config_map()