Searched refs:script (Results 76 - 97 of 97) sorted by relevance

1234

/linux-master/tools/lib/thermal/
H A DMakefile112 -Wl,--version-script=$(VERSION_SCRIPT) $^ -o $@
/linux-master/tools/lib/perf/
H A DMakefile129 -Wl,--version-script=$(VERSION_SCRIPT) $^ -o $@
/linux-master/arch/mips/boot/compressed/
H A DMakefile108 $(objtree)/vmlinuz: $(src)/ld.script $(vmlinuzobjs-y) $(obj)/calc_vmlinuz_load_addr
/linux-master/tools/perf/
H A Dperf-completion.sh4 # Taken from git.git's completion script.
219 |data|help|script|test|timechart|trace) ]]; then
H A DMakefile.perf20 # Define NO_LIBPERL to disable perl script extension.
22 # Define NO_LIBPYTHON to disable python script extension.
1059 $(call QUIET_INSTALL, perf_completion-script) \
H A DMakefile.config1108 msg := $(warning No libcapstone found, disables disasm engine support for 'perf script', please install libcapstone-dev/capstone-devel);
/linux-master/drivers/scsi/
H A Dncr53c8xx.c980 ** 80 (MAX_SCATTERL) segments are moved from a sub-script
1120 struct script;
1266 ** Jump table used by the script processor to directly jump
1321 ** Declaration of structs: the launch script.
1327 ** This 6 DWORDs mini script makes use of prefetching.
1351 ** These fields are accessible to the script processor.
1359 ** Points to the position in the script responsible for the
1388 u_char scr_st[4]; /* script status */
1394 ** The status bytes are used by the host and the script processor.
1405 ** Inside the script th
1791 struct script { struct
[all...]
/linux-master/scripts/
H A Dbpf_doc.py854 # If script is launched from scripts/ from kernel tree and can access
857 script = os.path.abspath(sys.argv[0]) variable
858 linuxRoot = os.path.dirname(os.path.dirname(script))
H A Dget_feat.pl23 # Used only at for full features output. The script will auto-adjust
596 Put the script in verbose mode, useful for debugging. Can be called multiple
H A Dcheckpatch.pl163 open(my $script, '<', abs_path($P)) or
166 my $text = <$script>;
167 close($script);
/linux-master/tools/perf/tests/shell/base_probe/
H A Dtest_adding_kernel.sh261 # perf script should report the function calls with the correct arg values
262 $CMD_PERF script -i $CURRENT_TEST_DIR/perf.data > $LOGS_DIR/adding_kernel_func_retval_script.log
271 print_results $PERF_EXIT_CODE $CHECK_EXIT_CODE "function argument probing :: script"
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1921 * Start trace script
1923 static int python_start_script(const char *script, int argc, const char **argv, argument
1946 command_line[0] = script;
1955 command_line[0] = Py_DecodeLocale(script, NULL);
1968 fp = fopen(script, "r");
1970 sprintf(buf, "Can't open python script \"%s\"", script);
1976 err = PyRun_SimpleFile(fp, script);
1978 fprintf(stderr, "Error running python script %s\n", script);
[all...]
H A Dtrace-event-perl.c2 * trace-event-perl. Feed perf script events to an embedded Perl interpreter.
482 * Start trace script
484 static int perl_start_script(const char *script, int argc, const char **argv, argument
497 command_line[1] = script;
537 * Stop trace script
569 fprintf(ofp, "# perf script event handlers, "
570 "generated by perf script -g perl\n");
759 fprintf(stderr, "generated Perl script: %s\n", fname);
/linux-master/drivers/media/usb/dvb-usb/
H A Daf9005-script.h7 python createinit.py > af9005-script.h
18 static RegDesc script[] = { variable
/linux-master/include/linux/mfd/
H A Dtwl.h641 struct twl4030_ins *script; member in struct:twl4030_script
/linux-master/tools/lib/bpf/
H A DMakefile168 -Wl,--version-script=$(VERSION_SCRIPT) $< -lelf -lz -o $@
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl355 Put the script in verbose mode, useful for debugging.
/linux-master/tools/testing/ktest/
H A Dktest.pl428 A script or command to reboot the box.
439 The script or command that reads the console
455 Only valid options so far are "grub", "grub2", "grub2bls", "syslinux", and "script".
460 your setup, then specify "script" and have a command or script
512 A script to reboot the target into the test kernel
513 (Only mandatory if REBOOT_TYPE = script)
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh167 local perf_output=`perf script -i ${ovs_dir}/perf.data -F trace:event,trace`
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh66 local perf_output=`perf script -F trace:event,trace`
/linux-master/tools/testing/selftests/bpf/
H A DMakefile235 -Wl,--version-script=liburandom_read.map \
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv50.c1068 /* Execute the OnInt[23] script for the current frequency. */
1101 nvbios_init(&head->disp->engine.subdev, iedt.script[id],
1148 /* Execute OnInt3 IED script. */
1291 /* Execute OnInt2 IED script. */
1328 /* Execute OffInt2 IED script. */
1343 /* Execute OffInt1 IED script. */

Completed in 659 milliseconds

1234