Home
last modified time | relevance | path

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

12345678910>>...85

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtoolchain-scripts.bbclass26 # This function creates an environment-setup-script for use in a deployable SDK
28 # Create environment setup script. Remember that $SDKTARGETSYSROOT should
39 script=${1:-${SDK_OUTPUT}/${SDKPATH}/environment-setup-$multimach_target_sys}
40 rm -f $script
41 touch $script
43 …heck for LD_LIBRARY_PATH being set, which can break SDK and generally is a bad practice' >> $script
44 echo '# http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80' >> $script
45 echo '# http://xahlee.info/UnixResource_dir/_/ldpath.html' >> $script
46 echo '# Only disable this check if you are absolutely know what you are doing!' >> $script
47 echo 'if [ ! -z "${LD_LIBRARY_PATH:-}" ]; then' >> $script
[all …]
/openbmc/openbmc/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-3.4.1.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-3.7.1.min.js' %}">
18 </script>
19 <script src="{% static 'js/jquery.cookie.js' %}">
20 </script>
21 <script src="{% static 'js/bootstrap-3.4.1.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 Dbase.html17 <script src="{% static 'js/jquery-3.7.1.min.js' %}">
18 </script>
19 <script src="{% static 'js/jquery.cookie.js' %}">
20 </script>
21 <script src="{% static 'js/bootstrap-3.4.1.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 …]
/openbmc/linux/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 …]
/openbmc/openbmc/meta-security/
H A D.gitlab-ci.yml1 .before-my-script: &before-my-script
9 .after-my-script: &after-my-script
25 - *before-my-script
28 - *after-my-script
32 - *before-my-script
35 - *after-my-script
39 - *before-my-script
42 - *after-my-script
46 - *before-my-script
49 - *after-my-script
[all …]
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_task_analyzer.sh2 # perf script task-analyzer tests
5 tmpdir=$(mktemp -d /tmp/perf-script-task-analyzer-XXXXX)
72 perf script report task-analyzer > "$out"
73 check_exec_0 "perf script report task-analyzer"
79 perf script report task-analyzer --ns --rename-comms-by-tids 0:random > "$out"
80 check_exec_0 "perf script report task-analyzer --ns --rename-comms-by-tids 0:random"
86 perf script report task-analyzer --ms --filter-tasks perf --highlight-tasks perf \
88 check_exec_0 "perf script report task-analyzer --ms --filter-tasks perf --highlight-tasks perf"
94 perf script report task-analyzer --extended-times --time-limit :99999 \
96 …check_exec_0 "perf script report task-analyzer --extended-times --time-limit :99999 --limit-to-tas…
[all …]
H A Dtest_brstack.sh27 perf script -i $TMPDIR/perf.data --fields brstacksym | xargs -n1 > $TMPDIR/perf.script
33 grep -E -m1 "^brstack_bench\+[^ ]*/brstack_foo\+[^ ]*/IND_CALL/.*$" $TMPDIR/perf.script
34 grep -E -m1 "^brstack_foo\+[^ ]*/brstack_bar\+[^ ]*/CALL/.*$" $TMPDIR/perf.script
35 grep -E -m1 "^brstack_bench\+[^ ]*/brstack_foo\+[^ ]*/CALL/.*$" $TMPDIR/perf.script
36 grep -E -m1 "^brstack_bench\+[^ ]*/brstack_bar\+[^ ]*/CALL/.*$" $TMPDIR/perf.script
37 grep -E -m1 "^brstack_bar\+[^ ]*/brstack_foo\+[^ ]*/RET/.*$" $TMPDIR/perf.script
38 grep -E -m1 "^brstack_foo\+[^ ]*/brstack_bench\+[^ ]*/RET/.*$" $TMPDIR/perf.script
39 grep -E -m1 "^brstack_bench\+[^ ]*/brstack_bench\+[^ ]*/COND/.*$" $TMPDIR/perf.script
40 grep -E -m1 "^brstack\+[^ ]*/brstack\+[^ ]*/UNCOND/.*$" $TMPDIR/perf.script
56 perf script -i $TMPDIR/perf.data --fields brstack | xargs -n1 > $TMPDIR/perf.script
[all …]
/openbmc/pldm/tools/fw-update/
H A DREADME.md3 pldm_fwup_pkg_creator.py is a python script that can package one or more
49 - which fields of the PLDM firmware update package are supported by the script
51 script
60 - PackageHeaderSize: Supported, generated by the script
65 - ComponentBitmapBitLength: Supported, generated by the script
68 the script
69 - PackageVersionStringLength: Supported, generated by the script
78 - DeviceIDRecordCount: Supported, generated by the script
81 - RecordLength: Supported, generated by the script
82 - DescriptorCount: Supported, generated by the script
[all …]
/openbmc/openbmc/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 …]
/openbmc/qemu/
H A D.patchew.yml8 # to YAML using the following Python script:
98 … {% lines_between logtext start="^=== TEST SCRIPT BEGIN ===$" stop="^=== TEST SCRIPT END ===$" %}
106 … {% lines_between logtext start="^=== TEST SCRIPT BEGIN ===$" stop="^=== TEST SCRIPT END ===$" %}
124 script: |
131 script: |
138 script: |
146 script: |
153 script: |
155 # Testing script will be invoked under the git checkout with
182 script: |
[all …]
/openbmc/openbmc-tools/dbus-vis/
H A Dindex.html7 <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
8 <meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'">
91 …The <b>dbus-pcap</b> script is not found; dbus-vis needs <b>dbus-pcap</b> for parsing PCAP files.<…
151 <script src="./timeline_view.js"></script>
152 <script src="./dbus_timeline_vis.js"></script>
153 <script src="./ipmi_timeline_vis.js"></script>
154 <script src="./boost_handler_timeline_vis.js"></script>
155 <script src="./ipmi_parse.js"></script>
156 <script src="./ipmi_capture.js"></script>
157 <script src="./renderer.js"></script>
[all …]
/openbmc/linux/scripts/coccinelle/misc/
H A Ddo_div.cocci67 long l: script:python() { filter_out_safe_constants(l) };
68 unsigned long ul : script:python() { filter_out_safe_constants(ul) };
69 u64 ul64 : script:python() { filter_out_safe_constants(ul64) };
70 s64 sl64 : script:python() { filter_out_safe_constants(sl64) };
86 long l: script:python() { filter_out_safe_constants(l) };
87 unsigned long ul : script:python() { filter_out_safe_constants(ul) };
88 u64 ul64 : script:python() { filter_out_safe_constants(ul64) };
89 s64 sl64 : script:python() { filter_out_safe_constants(sl64) };
101 @script:python depends on org@
108 @script:python depends on org@
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-When-cross-installing-execute-package-scriptlets-wit.patch45 @@ -482,7 +481,13 @@ rpmRC rpmScriptRun(rpmScript script, int arg1, int arg2, FD_t scriptFd,
49 … rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1,…
52 + rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, ar…
55 + rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, ar…
58 …rc = runLuaScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, arg2…
/openbmc/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
38 The test script supports either:
50 can use the Python `virtualenv` script to locally install more up-to-date
77 running the test script.
79 The test script will attach to U-Boot, execute all valid tests for the board,
129 not interpreted by the test script in any way, but rather is simply passed
132 - `--build` indicates that the test script should compile U-Boot itself
147 test.py script passes all command-line arguments directly to `pytest` for
[all …]
/openbmc/rest-dbus/resources/
H A Dindex.html6 <script type="text/javascript" src="res/jquery.min.js"></script>
7 <script type="text/javascript" src="res/jstree.min.js"></script>
8 <script type="text/javascript" src="res/jsrender.min.js"></script>
9 <script type="text/javascript" src="res/dbus.js"></script>
19 <script id="method-call-ui-template" type="text/x-jsrender">
38 </script>
/openbmc/openbmc/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 …]
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dbuildtools-tarball.bb72 script=${1:-${SDK_OUTPUT}/${SDKPATH}/environment-setup-${SDK_SYS}}
73 touch $script
74 …SDKPATHNATIVE}${base_bindir_nativesdk}:${SDKPATHNATIVE}${base_sbindir_nativesdk}:$PATH"' >> $script
75 echo 'export OECORE_NATIVE_SYSROOT="${SDKPATHNATIVE}"' >> $script
77 …cho 'export GIT_SSL_CAINFO="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script
78 …echo 'export SSL_CERT_FILE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script
79 …'export REQUESTS_CA_BUNDLE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script
80 …cho 'export CURL_CA_BUNDLE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script
82 echo 'HOST_PKG_PATH=$(command -p pkg-config --variable=pc_path pkg-config 2>/dev/null)' >>$script
83 …THNATIVE}/${datadir}/pkgconfig:${HOST_PKG_PATH:-/usr/lib/pkgconfig:/usr/share/pkgconfig}' >>$script
[all …]
H A Dtestexport-tarball.bb46 script=${1:-${SDK_OUTPUT}/${SDKPATH}/environment-setup-${SDK_SYS}}
47 touch $script
48 echo 'export PATH=${SDKPATHNATIVE}${bindir_nativesdk}:$PATH' >> $script
49 # In order for the self-extraction script to correctly extract and set up things,
50 # we need a 'OECORE_NATIVE_SYSROOT=xxx' line in environment setup script.
53 echo '#OECORE_NATIVE_SYSROOT="${SDKPATHNATIVE}"' >> $script
56 …cho 'export GIT_SSL_CAINFO="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script
59 echo 'export NO32LIBS="0"' >>$script
60 echo 'echo "$BB_ENV_PASSTHROUGH_ADDITIONS" | grep -q "NO32LIBS"' >>$script
61 …? != 0 ] && export BB_ENV_PASSTHROUGH_ADDITIONS="NO32LIBS $BB_ENV_PASSTHROUGH_ADDITIONS"' >>$script
/openbmc/linux/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 …]
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-debug-collector.bbclass7 # Make the links for a single user plugin script
24 #Extract the script name, and open the user script file
26 script = os.path.basename(script_path)
29 #softlink to the script
30 srclink = os.path.join(d.getVar('dreport_plugin_dir', True), script)
41 #Regex search to identify which directories get softlinks to the script
50 #For every dump type identified from 'types',create softlink to script
62 #Create softlinks to the user script in the directories
63 linkname = "E" + priority + script
/openbmc/linux/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 …]

12345678910>>...85