Lines Matching +defs:names +defs:c
2 /* Copyright (c) 2022 Meta Platforms, Inc. and affiliates. */
462 /* Adapted from perf/util/string.c */
675 * both file and program names. This seems to be way more useful in
821 const char *names[4];
866 for (j = 0; j < ARRAY_SIZE(stat_defs[i].names); j++) {
867 alias = def->names[j];
903 static bool is_asc_sym(char c)
905 return c == '^';
908 static bool is_desc_sym(char c)
910 return c == 'v' || c == 'V' || c == '.' || c == '!' || c == '_';
1158 * Just in case, we support both UAPI-side type names and
1159 * kernel-internal names.
1207 * See libbpf.c:bpf_object_adjust_struct_ops_autoload.
1312 fprintf(stderr, "Failed to guess program type for freplace program with context type name '%s' for %s/%s. Consider using canonical type names to help veristat...\n",
2456 printf("%c", HEADER_CHAR);
2483 printf("%s%s", i == 0 ? "" : ",", stat_defs[id].names[0]);
2797 printf("%c", HEADER_CHAR);
2835 printf("%s%s%s", i + j == 0 ? "" : ",", stat_defs[id].names[0], sfx);
3055 stat_defs[base_specs.ids[i]].names[0],
3056 stat_defs[comp_specs.ids[i]].names[0]);