|
iPXE
|
Profiling commands. More...
#include <stdio.h>#include <getopt.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <usr/profstat.h>Go to the source code of this file.
Data Structures | |
| struct | profstat_options |
| "profstat" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static int | profstat_exec (int argc, char **argv) |
| The "profstat" command. More... | |
| COMMAND (profstat, profstat_exec) | |
| Profiling commands. More... | |
Variables | |
| static struct option_descriptor | profstat_opts [] = {} |
| "profstat" option list More... | |
| static struct command_descriptor | profstat_cmd |
| "profstat" command descriptor More... | |
Profiling commands.
Definition in file profstat_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
The "profstat" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 55 of file profstat_cmd.c.
References opts, parse_options(), profstat(), profstat_cmd, and rc.
| COMMAND | ( | profstat | , |
| profstat_exec | |||
| ) |
Profiling commands.
|
static |
"profstat" option list
Definition at line 42 of file profstat_cmd.c.
|
static |
"profstat" command descriptor
Definition at line 45 of file profstat_cmd.c.
Referenced by profstat_exec().
1.8.15