/tools/testing/selftests/livepatch/ |
D | test-livepatch.sh | 62 grep 'live patched' /proc/cmdline > /dev/kmsg 67 grep 'live patched' /proc/cmdline > /dev/kmsg 73 grep 'live patched' /proc/cmdline > /dev/kmsg 79 grep 'live patched' /proc/cmdline > /dev/kmsg 125 grep 'live patched' /proc/cmdline > /dev/kmsg 130 grep 'live patched' /proc/cmdline > /dev/kmsg 135 grep 'live patched' /proc/cmdline > /dev/kmsg 141 grep 'live patched' /proc/cmdline > /dev/kmsg
|
/tools/build/ |
D | fixdep.c | 26 char *cmdline; variable 39 printf("cmd_%s := %s\n\n", target, cmdline); in print_cmdline() 164 cmdline = argv[3]; in main()
|
/tools/power/pm-graph/ |
D | bootgraph.py | 90 cmdline = 'initcall_debug log_buf_len=32M' 96 cmdline += ' trace_buf_size=%dK trace_clock=global '\ 104 return cmdline 143 cmdline = '%s -cronjob' % os.path.abspath(sys.argv[0]) 152 cmdline += ' %s "%s"' % (arg, os.path.abspath(next(args))) 156 cmdline += ' %s "%s"' % (arg, os.path.abspath(file)) 158 cmdline += ' '+arg 160 cmdline += ' -func "%s"' % self.graph_filter 161 cmdline += ' -o "%s"' % os.path.abspath(self.testdir) 162 return cmdline [all …]
|
D | sleepgraph.py | 276 cmdline = '%s %s' % \ variable in SystemValues 824 fp.write('%s\n%s\n# command | %s\n' % (self.teststamp, self.sysstamp, self.cmdline)) 1011 cmdline = ' '.join(cargs[1:]) 1024 footer += '# platform-%s: %s | %s\n' % (name, cmdline, self.b64zip(info)) 2697 self.cmdline = '' 2728 self.cmdline = line 2780 m = re.match(self.cmdlinefmt, self.cmdline) 2782 sv.cmdline = m.group('cmd') 2858 cmdline = field[0].strip() 2860 sv.platinfo.append([name, cmdline, output]) [all …]
|
/tools/perf/util/ |
D | cache.h | 20 int split_cmdline(char *cmdline, const char ***argv);
|
D | env.h | 60 char *cmdline; member
|
D | env.c | 193 zfree(&env->cmdline); in perf_env__exit()
|
D | header.c | 2159 char *str, *cmdline = NULL, **argv = NULL; in process_cmdline() local 2167 cmdline = zalloc(ff->size + nr + 1); in process_cmdline() 2168 if (!cmdline) in process_cmdline() 2180 argv[i] = cmdline + len; in process_cmdline() 2185 ff->ph->env.cmdline = cmdline; in process_cmdline() 2191 free(cmdline); in process_cmdline() 2853 FEAT_OPR(CMDLINE, cmdline, false),
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-commands.txt | 20 struct cmdline pass:[*]*tep_data_pid_from_comm*(struct tep_handle pass:[*]_pevent_, const char pass… 21 int *tep_cmdline_pid*(struct tep_handle pass:[*]_pevent_, struct cmdline pass:[*]_cmdline_); 53 The argument _next_ is the cmdline structure to search for the next pid. 79 _tep_data_pid_from_comm()_ function returns a pointer to a struct cmdline, that 83 _tep_cmdline_pid()_ functions returns the pid for the give cmdline. If _cmdline_ 115 struct cmdline *cmd = tep_data_pid_from_comm(tep, "ls", NULL);
|
D | libtraceevent.txt | 116 …struct cmdline pass:[*]*tep_data_pid_from_comm*(struct tep_handle pass:[*]_tep_, const char pass:[… 120 int *tep_cmdline_pid*(struct tep_handle pass:[*]_tep_, struct cmdline pass:[*]_cmdline_);
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 62 echo $TORTURE_KCONFIG_ARG | tr -s " " "\012" > $T/cmdline 64 cat $T/cmdline >> $resdir/ConfigFragment.input 65 config_override.sh $T/Kc1 $T/cmdline > $T/Kc2
|
D | mkinitrd.sh | 60 dracut --force --no-hostonly --no-hostonly-cmdline --module "base" $T/initramfs.img
|
/tools/lib/traceevent/ |
D | event-parse.c | 258 struct tep_cmdline *cmdline; in add_new_comm() local 269 cmdline = bsearch(&key, tep->cmdlines, tep->cmdline_count, in add_new_comm() 271 if (cmdline) { in add_new_comm() 281 free(cmdline->comm); in add_new_comm() 282 cmdline->comm = new_comm; in add_new_comm() 308 cmdline = bsearch(&key, tep->cmdlines, tep->cmdline_count - 1, in add_new_comm() 312 if (cmdline) { in add_new_comm() 314 cmdline++; in add_new_comm() 315 cnt -= cmdline - tep->cmdlines; in add_new_comm() 323 cmdline = &tep->cmdlines[0]; in add_new_comm() [all …]
|
D | event-parse.h | 537 int tep_cmdline_pid(struct tep_handle *tep, struct tep_cmdline *cmdline);
|
/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 352 static void cmdline(int argc, char *argv[]) in cmdline() function 393 cmdline(argc, argv); in cmd_monitor()
|
/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 520 void cmdline(int argc, char **argv) in cmdline() function 1383 cmdline(argc, argv); in main()
|
/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 1628 static void cmdline(int argc, char **argv) in cmdline() function 1707 cmdline(argc, argv); in main()
|
/tools/perf/Documentation/ |
D | perf-record.txt | 550 Parse options then exit. --dry-run can be used to detect errors in cmdline
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 5662 void cmdline(int argc, char **argv) in cmdline() function 5787 cmdline(argc, argv); in main()
|