Release 4.11 tools/power/cpupower/utils/builtin.h
#ifndef BUILTIN_H
#define BUILTIN_H
extern int cmd_set(int argc, const char **argv);
extern int cmd_info(int argc, const char **argv);
extern int cmd_freq_set(int argc, const char **argv);
extern int cmd_freq_info(int argc, const char **argv);
extern int cmd_idle_set(int argc, const char **argv);
extern int cmd_idle_info(int argc, const char **argv);
extern int cmd_monitor(int argc, const char **argv);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Dominik Brodowski | 92 | 86.79% | 1 | 50.00% |
Thomas Renninger | 14 | 13.21% | 1 | 50.00% |
Total | 106 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.