Searched refs:common_cmds (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | builtin-help.c | 299 for (i = 0; i < ARRAY_SIZE(common_cmds); i++) { in list_common_cmds_help() 300 if (longest < strlen(common_cmds[i].name)) in list_common_cmds_help() 301 longest = strlen(common_cmds[i].name); in list_common_cmds_help() 305 for (i = 0; i < ARRAY_SIZE(common_cmds); i++) { in list_common_cmds_help() 306 printf(" %-*s ", longest, common_cmds[i].name); in list_common_cmds_help() 307 puts(common_cmds[i].help); in list_common_cmds_help()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 214 static const struct drm_i915_cmd_descriptor common_cmds[] = { variable 467 { common_cmds, ARRAY_SIZE(common_cmds) }, 472 { common_cmds, ARRAY_SIZE(common_cmds) }, 478 { common_cmds, ARRAY_SIZE(common_cmds) }, 483 { common_cmds, ARRAY_SIZE(common_cmds) }, 488 { common_cmds, ARRAY_SIZE(common_cmds) }, 493 { common_cmds, ARRAY_SIZE(common_cmds) },
|