Home
last modified time | relevance | path

Searched defs:cmd_struct (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/tools/power/cpupower/utils/
Dcpupower.c20 struct cmd_struct { struct
21 const char *cmd;
22 int (*main)(int, const char **);
46 static struct cmd_struct commands[] = { argument
/linux-3.3/tools/perf/
Dperf.c248 struct cmd_struct { struct
254 static int run_builtin(struct cmd_struct *p, int argc, const char **argv) in run_builtin() argument