Release 4.15 tools/power/cpupower/utils/builtin.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 85.98% | 1 | 33.33% |
Thomas Renninger | 14 | 13.08% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 0.93% | 1 | 33.33% |
Total | 107 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.