perf_counter tools: separate kerneltop into 'perf top' and 'perf stat'
Lets use the Git framework of built-in commands. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
6f06ccbc86
commit
ddcacfa0fe
7 changed files with 601 additions and 1610 deletions
|
|
@ -14,5 +14,6 @@ extern void prune_packed_objects(int);
|
|||
extern int read_line_with_nul(char *buf, int size, FILE *file);
|
||||
extern int check_pager_config(const char *cmd);
|
||||
|
||||
extern int cmd_top(int argc, const char **argv, const char *prefix);
|
||||
extern int cmd_top(int argc, char **argv, const char *prefix);
|
||||
extern int cmd_stat(int argc, char **argv, const char *prefix);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue