Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/resctrl/
Dresctrlfs.c496 char controlgroup[1024], schema[1024], reason[64]; in write_schemata() local
525 sprintf(schema, "%s%d%c%s", "L3:", resource_id, '=', schemata); in write_schemata()
527 sprintf(schema, "%s%d%c%s", "MB:", resource_id, '=', schemata); in write_schemata()
537 if (fprintf(fp, "%s\n", schema) < 0) { in write_schemata()
548 schema, ret ? " # " : "", in write_schemata()
/tools/testing/selftests/net/
Dioam6.sh287 ip -netns ioam-node-alpha ioam schema add ${ALPHA[8]} "${ALPHA[9]}"
288 ip -netns ioam-node-alpha ioam namespace set 123 schema ${ALPHA[8]}
299 ip -netns ioam-node-beta ioam schema add ${BETA[8]} "${BETA[9]}"
300 ip -netns ioam-node-beta ioam namespace set 123 schema ${BETA[8]}
396 ip -netns ioam-node-alpha ioam namespace set 123 schema ${ALPHA[8]}
/tools/perf/scripts/python/
Dexported-sql-viewer.py3762 schema = "information_schema"
3765 schema = "public"
3766 …CT column_name FROM information_schema.columns WHERE table_schema = '" + schema + "' and table_nam…