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