cregit-Linux how code gets into the kernel

Release 4.10 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

PersonTokensPropCommitsCommitProp
dominik brodowskidominik brodowski9286.79%150.00%
thomas renningerthomas renninger1413.21%150.00%
Total106100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.