Lines Matching defs:commands
6 * This is the main hub from which the sub-commands (perf stat,
51 static struct cmd_struct commands[] = {
208 * commands can be written with "--" prepended
282 for (i = 0; i < ARRAY_SIZE(commands); i++) {
283 struct cmd_struct *p = commands+i;
398 for (i = 0; i < ARRAY_SIZE(commands); i++) {
399 struct cmd_struct *p = commands+i;
546 * We use PATH to find perf commands, but we prepend some higher
568 for (unsigned int i = 0; i < ARRAY_SIZE(commands); i++) {
570 commands[i].cmd,
571 strlen(commands[i].cmd));