Home
last modified time | relevance | path

Searched full:script (Results 1 – 25 of 2866) sorted by relevance

12345678910>>...115

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtoolchain-scripts.bbclass13 # This function creates an environment-setup-script for use in a deployable SDK
15 # Create environment setup script. Remember that $SDKTARGETSYSROOT should
26 script=${1:-${SDK_OUTPUT}/${SDKPATH}/environment-setup-$multimach_target_sys}
27 rm -f $script
28 touch $script
30 …heck for LD_LIBRARY_PATH being set, which can break SDK and generally is a bad practice' >> $script
31 echo '# http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80' >> $script
32 echo '# http://xahlee.info/UnixResource_dir/_/ldpath.html' >> $script
33 echo '# Only disable this check if you are absolutely know what you are doing!' >> $script
34 echo 'if [ ! -z "${LD_LIBRARY_PATH:-}" ]; then' >> $script
[all …]
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-script-python.txt1 perf-script-python(1)
6 perf-script-python - Process trace data with a Python script
11 'perf script' [-s [Python]:script[.py] ]
16 This perf script option is used to process perf script data using perf's
19 Python script, if any.
25 Python script that aggregates and extracts useful information from a
26 raw perf script stream. You can avoid reading the rest of this
29 available to script writers.
32 'syscall-counts' script you see when you list the available perf script
33 scripts via 'perf script -l'. As such, this script also shows how to
[all …]
H A Dperf-script.txt1 perf-script(1)
6 perf-script - Read perf.data (created by perf record) and display trace output
11 'perf script' [<options>]
12 'perf script' [<options>] record <script> [<record-options>] <command>
13 'perf script' [<options>] report <script> [script-args]
14 'perf script' [<options>] <script> <required-script-args> [<record-options>] <command>
15 'perf script' [<options>] <top-script> [script-args]
21 There are several variants of perf script:
23 'perf script' to see a detailed trace of the workload that was
28 available via 'perf script -l'). The following variants allow you to
[all …]
H A Dperf-script-perl.txt1 perf-script-perl(1)
6 perf-script-perl - Process trace data with a Perl script
11 'perf script' [-s [Perl]:script[.pl] ]
16 This perf script option is used to process perf script data using perf's
19 Perl script, if any.
24 You can avoid reading the rest of this document by running 'perf script
26 That will generate a starter script containing a handler for each of
33 the check-perf-script.pl script, while not interesting for its results,
39 When perf script is invoked using a trace script, a user-defined
54 Traces meant to be processed using a script should be recorded with
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templates/
H A Djs-unit-tests.html9 <script src="{% static 'js/qunit-1.18.0.js' %}"></script>
11 <script src="{% static 'js/layerDepsModal.js' %}"></script>
12 <script src="{% static 'js/projectpage.js' %}"></script>
14 <script src="{% static 'js/bootstrap.min.js' %}"></script>
15 <script src="{% static 'js/filtersnippet.js' %}"></script>
16 <script src="{% static 'js/importlayer.js' %}"></script>
17 <script src="{% static 'js/highlight.pack.js' %}"></script>
18 <script src="{% static 'js/layerBtn.js' %}"></script>
19 <script src="{% static 'js/layerDepsModal.js' %}"></script>
20 <script src="{% static 'js/projectpage.js' %}"></script>
[all …]
H A Dbase_specific.html17 <script src="{% static 'js/jquery-2.0.3.min.js' %}">
18 </script>
19 <script src="{% static 'js/jquery.cookie.js' %}">
20 </script>
21 <script src="{% static 'js/bootstrap.min.js' %}">
22 </script>
23 <script src="{% static 'js/typeahead.jquery.js' %}">
24 </script>
25 <script src="{% static 'js/jsrender.min.js' %}">
26 </script>
[all …]
H A Dmrb_section.html4 <script src="{% static 'js/mrbsection.js' %}"></script>
48 <script id="build-template" type="text/x-jsrender">
85 </script>
88 <script id="queued-build-template" type="text/x-jsrender">
101 </script>
104 <script id="cloning-repos-build-template" type="text/x-jsrender">
126 </script>
129 <script id="parsing-recipes-build-template" type="text/x-jsrender">
151 </script>
154 <script id="starting-template" type="text/x-jsrender">
[all …]
H A Dbase.html17 <script src="{% static 'js/jquery-2.0.3.min.js' %}">
18 </script>
19 <script src="{% static 'js/jquery.cookie.js' %}">
20 </script>
21 <script src="{% static 'js/bootstrap.min.js' %}">
22 </script>
23 <script src="{% static 'js/typeahead.jquery.js' %}">
24 </script>
25 <script src="{% static 'js/jsrender.min.js' %}">
26 </script>
[all …]
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0019-script-Avoid-a-use-after-free-when-redefining-a-func.patch4 Subject: [PATCH] script: Avoid a use-after-free when redefining a
29 grub-core/script/execute.c | 2 ++
30 grub-core/script/function.c | 16 +++++++++++++---
31 grub-core/script/parser.y | 3 ++-
35 diff --git a/grub-core/script/execute.c b/grub-core/script/execute.c
37 --- a/grub-core/script/execute.c
38 +++ b/grub-core/script/execute.c
49 diff --git a/grub-core/script/function.c b/grub-core/script/function.c
51 --- a/grub-core/script/function.c
52 +++ b/grub-core/script/function.c
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcrosstap3 # Build a systemtap script for a given image, kernel
5 # Effectively script extracts needed information from set of
7 # host to build systemtap script for a given target.
9 # By default script will compile scriptname.ko that could be copied
11 # --remote user@hostname option is specified script will build, load
12 # execute script on target.
14 # This script is very similar and inspired by crosstap shell script.
15 # The major difference that this script supports user-land related
16 # systemtap script, whereas crosstap could deal only with scripts
31 def __init__(self, script, module, remote): argument
[all …]
/OK3568_Linux_fs/u-boot/test/py/
H A DREADME.md6 console interface. A single top-level script exists to execute or attach to the
7 U-Boot console, run the entire script of tests against it, and summarize the
10 - Testing is performed in the same way a user or script would interact with
32 The test script supports either:
44 can use the Python `virtualenv` script to locally install more up-to-date
71 running the test script.
73 The test script will attach to U-Boot, execute all valid tests for the board,
123 not interpreted by the test script in any way, but rather is simply passed
126 - `--build` indicates that the test script should compile U-Boot itself
141 test.py script passes all command-line arguments directly to `pytest` for
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/
H A Dnativesdk-qtbase_git.bb174 script=${D}${SDKPATHNATIVE}/environment-setup.d/qt5.sh
176 echo 'export PATH=${OE_QMAKE_PATH_HOST_BINS}:$PATH' > $script
177 echo 'export OE_QMAKE_CFLAGS="$CFLAGS"' >> $script
178 echo 'export OE_QMAKE_CXXFLAGS="$CXXFLAGS"' >> $script
179 echo 'export OE_QMAKE_LDFLAGS="$LDFLAGS"' >> $script
180 echo 'export OE_QMAKE_CC="$CC"' >> $script
181 echo 'export OE_QMAKE_CXX="$CXX"' >> $script
182 echo 'export OE_QMAKE_LINK="$CXX"' >> $script
183 echo 'export OE_QMAKE_AR=$AR' >> $script
184 echo 'export OE_QMAKE_OBJCOPY=$OBJCOPY' >> $script
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/ld.html/
H A DScripts.html29 <link href="Basic-Script-Concepts.html#Basic-Script-Concepts" rel="next" title="Basic Script Concep…
76 <p>Every link is controlled by a <em>linker script</em>. This script is
79 <p>The main purpose of the linker script is to describe how the sections in
82 more than this. However, when necessary, the linker script can also
86 <p>The linker always uses a linker script. If you do not supply one
87 yourself, the linker will use a default script that is compiled into the
89 to display the default linker script. Certain command-line options,
90 …quo;<samp>-r</samp>&rsquo; or &lsquo;<samp>-N</samp>&rsquo;, will affect the default linker script.
92 <p>You may supply your own linker script by using the &lsquo;<samp>-T</samp>&rsquo; command
93 line option. When you do this, your linker script will replace the
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/ld.html/
H A DScripts.html29 <link href="Basic-Script-Concepts.html#Basic-Script-Concepts" rel="next" title="Basic Script Concep…
76 <p>Every link is controlled by a <em>linker script</em>. This script is
79 <p>The main purpose of the linker script is to describe how the sections in
82 more than this. However, when necessary, the linker script can also
86 <p>The linker always uses a linker script. If you do not supply one
87 yourself, the linker will use a default script that is compiled into the
89 to display the default linker script. Certain command-line options,
90 …quo;<samp>-r</samp>&rsquo; or &lsquo;<samp>-N</samp>&rsquo;, will affect the default linker script.
92 <p>You may supply your own linker script by using the &lsquo;<samp>-T</samp>&rsquo; command
93 line option. When you do this, your linker script will replace the
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/
H A D0001-When-cross-installing-execute-package-scriptlets-wit.patch52 @@ -426,7 +425,13 @@ rpmRC rpmScriptRun(rpmScript script, int
56 … rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, …
59 + rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, ar…
62 + rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, ar…
65 …rc = runLuaScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, arg2…
/OK3568_Linux_fs/buildroot/build/
H A Denvsetup.sh92 SCRIPT="$DIR/.$stage.sh"
93 [ -x "$SCRIPT" ] || return 1
94 "$SCRIPT" || return 1
97 SCRIPT="$DIR/.staging_install.sh"
98 if [ -x "$SCRIPT" ]; then
99 "$SCRIPT" || return 1
102 SCRIPT="$DIR/.target_install.sh"
103 if [ -x "$SCRIPT" ]; then
104 "$SCRIPT" || return 1
106 SCRIPT="$DIR/.image_install.sh"
[all …]
/OK3568_Linux_fs/buildroot/
H A Denvsetup.sh92 SCRIPT="$DIR/.$stage.sh"
93 [ -x "$SCRIPT" ] || return 1
94 "$SCRIPT" || return 1
97 SCRIPT="$DIR/.staging_install.sh"
98 if [ -x "$SCRIPT" ]; then
99 "$SCRIPT" || return 1
102 SCRIPT="$DIR/.target_install.sh"
103 if [ -x "$SCRIPT" ]; then
104 "$SCRIPT" || return 1
106 SCRIPT="$DIR/.image_install.sh"
[all …]
/OK3568_Linux_fs/buildroot/docs/website/
H A Dfooter.html1script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js" integrity="sha256-h…
2script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" in…
3script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity=…
4script src="https://cdnjs.cloudflare.com/ajax/libs/x2js/1.2.0/xml2json.min.js" integrity="sha256-R…
5 <script type="text/javascript" src="js/buildroot.js"></script>
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-script.c332 return fprintf(fp, "[ perf script: Wrote %.3f MB %s (%" PRIu64 " samples) ]\n", in perf_evsel_script__fprintf()
631 tod_scnprintf(struct perf_script *script, char *buf, int buflen, in tod_scnprintf() argument
642 if (buflen < 64 || !script) in tod_scnprintf()
645 env = &script->session->header.env; in tod_scnprintf()
692 static int perf_sample__fprintf_start(struct perf_script *script, in perf_sample__fprintf_start() argument
774 tod_scnprintf(script, tstr, sizeof(tstr), sample->time); in perf_sample__fprintf_start()
1829 static void perf_sample__fprint_metric(struct perf_script *script, in perf_sample__fprint_metric() argument
1850 perf_evlist__alloc_stats(script->session->evlist, false); in perf_sample__fprint_metric()
1913 static void process_event(struct perf_script *script, in process_event() argument
1930 if (evswitch__discard(&script->evswitch, evsel)) in process_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h30 * Macro used to generate interfaces for script A.
49 * Macro used to generate interfaces for script B.
65 * Macro used to generate interfaces for script Z.
72 * offsets within script A, B and Z.
91 * bus addresses within script A, B and Z.
119 u32 *a_base; /* Pointer to script A template */
120 int a_size; /* Size of script A */
122 *a_ofs; /* Useful offsets in script A */
123 u32 *b_base; /* Pointer to script B template */
124 int b_size; /* Size of script B */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dtranslit_font19 <U210A> <U0067> % SCRIPT SMALL G
20 <U210B> <U0048> % SCRIPT CAPITAL H
25 <U2110> <U0049> % SCRIPT CAPITAL I
27 <U2112> <U004C> % SCRIPT CAPITAL L
28 <U2113> <U006C> % SCRIPT SMALL L
32 <U211B> <U0052> % SCRIPT CAPITAL R
37 <U212C> <U0042> % SCRIPT CAPITAL B
39 <U212F> <U0065> % SCRIPT SMALL E
40 <U2130> <U0045> % SCRIPT CAPITAL E
41 <U2131> <U0046> % SCRIPT CAPITAL F
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dtranslit_font19 <U210A> <U0067> % SCRIPT SMALL G
20 <U210B> <U0048> % SCRIPT CAPITAL H
25 <U2110> <U0049> % SCRIPT CAPITAL I
27 <U2112> <U004C> % SCRIPT CAPITAL L
28 <U2113> <U006C> % SCRIPT SMALL L
32 <U211B> <U0052> % SCRIPT CAPITAL R
37 <U212C> <U0042> % SCRIPT CAPITAL B
39 <U212F> <U0065> % SCRIPT SMALL E
40 <U2130> <U0045> % SCRIPT CAPITAL E
41 <U2131> <U0046> % SCRIPT CAPITAL F
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/exec/
H A Dexecveat.c191 * a script or not (because the interpreter sees a filename like in check_execveat_pathmax()
206 * Execute as a long pathname relative to "/". If this is a script, in check_execveat_pathmax()
207 * the interpreter will launch but fail to open the script because its in check_execveat_pathmax()
228 char *fullname_script = realpath("script", NULL); in run_tests()
243 int fd_script = open_or_die("script", O_RDONLY); in run_tests()
247 int fd_script_ephemeral = open_or_die("script.ephemeral", O_RDONLY); in run_tests()
249 int fd_script_cloexec = open_or_die("script", O_RDONLY|O_CLOEXEC); in run_tests()
320 /* Shell script wrapping executable file: */ in run_tests()
322 fail += check_execveat(subdir_dfd, "../script", 0); in run_tests()
323 fail += check_execveat(dot_dfd, "script", 0); in run_tests()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dbuildtools-tarball.bb68 script=${1:-${SDK_OUTPUT}/${SDKPATH}/environment-setup-${SDK_SYS}}
69 touch $script
70 …SDKPATHNATIVE}${base_bindir_nativesdk}:${SDKPATHNATIVE}${base_sbindir_nativesdk}:$PATH"' >> $script
71 echo 'export OECORE_NATIVE_SYSROOT="${SDKPATHNATIVE}"' >> $script
73 …cho 'export GIT_SSL_CAINFO="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script
74 …echo 'export SSL_CERT_FILE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script
75 …'export REQUESTS_CA_BUNDLE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script
76 …cho 'export CURL_CA_BUNDLE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script
78 echo 'HOST_PKG_PATH=$(command -p pkg-config --variable=pc_path pkg-config 2>/dev/null)' >>$script
79 …THNATIVE}/${datadir}/pkgconfig:${HOST_PKG_PATH:-/usr/lib/pkgconfig:/usr/share/pkgconfig}' >>$script
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/pm-qa/
H A Dpm-qa_git.bb41 for script in `find . -name "*.sh" | grep include`
44 sed -i -e 's#..\/utils\/##' ${script}
45 sed -i -e 's#. ..\/Switches#${bindir}#g' ${script}
47 script_basename=`basename ${script}`
48 install -m 0755 $script ${D}${libdir}/${BPN}/${script_basename}
53 for script in `find . -name "*.sh" | grep -v include`
55 # if the script includes any helper scripts from the $libdir
58 sed -i -e "s#. ../include#. ${libdir}/${BPN}#g" ${script}
60 sed -i -e 's#..\/utils\/##' ${script}
62 script_basename=`basename ${script}`
[all …]

12345678910>>...115