Searched refs:info_opts (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/scripts/gdb/linux/ |
D | proc.py | 109 def info_opts(lst, opt): function 195 info_opts(FS_INFO, s_flags), 196 info_opts(MNT_INFO, m_flags)))
|
/Linux-v4.19/tools/power/cpupower/debug/i386/ |
D | dump_psb.c | 136 static struct option info_opts[] = { variable 158 ret = getopt_long(argc, argv, "hr:n:", info_opts, NULL); in main()
|
/Linux-v4.19/tools/power/cpupower/utils/ |
D | cpuidle-set.c | 16 static struct option info_opts[] = { variable 35 ret = getopt_long(argc, argv, "d:e:ED:", info_opts, NULL); in cmd_idle_set()
|
D | cpuidle-info.c | 126 static struct option info_opts[] = { variable 145 ret = getopt_long(argc, argv, "os", info_opts, NULL); in cmd_idle_info()
|
D | cpufreq-info.c | 483 static struct option info_opts[] = { variable 512 ret = getopt_long(argc, argv, "oefwldpgrasmybn", info_opts, in cmd_freq_info()
|