Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 1626) sorted by relevance

12345678910>>...66

/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 …]
H A Dmultilib_script.bbclass4 # to indicate which script files to process from which packages.
26 pkg, script = entry.split(":")
28 scriptname = os.path.basename(script)
30 d.setVarFlag("ALTERNATIVE_LINK_NAME", scriptname, script)
31 d.setVarFlag("ALTERNATIVE_TARGET", scriptname, script + "-${MULTILIB_SUFFIX}")
32 …d.appendVar("multilibscript_rename", "\n mv ${PKGD}" + script + " ${PKGD}" + script + "-${MULTILI…
33 d.appendVar("FILES:" + epkg, " " + script + "-${MULTILIB_SUFFIX}")
/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/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 …]
H A D0092-script-execute-Fix-NULL-dereference-in-grub_script_e.patch4 Subject: [PATCH] script/execute: Fix NULL dereference in
11 grub-core/script/execute.c | 2 +-
14 diff --git a/grub-core/script/execute.c b/grub-core/script/execute.c
16 --- a/grub-core/script/execute.c
17 +++ b/grub-core/script/execute.c
H A D0096-script-execute-Don-t-crash-on-a-for-loop-with-no-ite.patch4 Subject: [PATCH] script/execute: Don't crash on a "for" loop with no items
21 grub-core/script/execute.c | 3 +++
24 diff --git a/grub-core/script/execute.c b/grub-core/script/execute.c
26 --- a/grub-core/script/execute.c
27 +++ b/grub-core/script/execute.c
/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/external/security/rk_tee_user/v1/export-user_ta/mk/
H A Dlink.mk3 link-script = $(TA_DEV_KIT_DIR)/src/ta.ld.S
4 link-script-pp = $(link-out-dir)/ta.lds
5 link-script-dep = $(link-out-dir)/.ta.ld.d
21 cleanfiles += $(link-script-pp)
25 link-ldflags += -T $(link-script-pp) -Map=$(link-out-dir)/$(binary).map
37 link-script-cppflags-$(sm) := -DASM=1 \
43 -include $(link-script-dep)
45 $(link-script-pp): $(link-script) $(MAKEFILE_LIST)
48 $(q)$(CPP$(sm)) -Wp,-P,-MT,$@,-MD,$(link-script-dep) \
49 $(link-script-cppflags-$(sm)) $< > $@
[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/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 …]
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-script.c631 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()
1935 perf_sample__fprintf_start(script, sample, thread, evsel, in process_event()
[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 …]
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
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/
H A Dlink.mk1 link-script$(sm) = $(ta-dev-kit-dir$(sm))/src/ta.ld.S
2 link-script-pp$(sm) = $(link-out-dir$(sm))/ta.lds
3 link-script-dep$(sm) = $(link-out-dir$(sm))/.ta.ld.d
34 cleanfiles += $(link-script-pp$(sm)) $(link-script-dep$(sm))
37 link-ldflags += -T $(link-script-pp$(sm))
73 link-script-cppflags-$(sm) := \
79 -include $(link-script-dep$(sm))
81 link-script-pp-makefiles$(sm) = $(filter-out %.d %.cmd,$(MAKEFILE_LIST))
84 $(link-script-pp$(sm)): $(link-script$(sm)) $(conf-file) $(link-script-pp-makefiles$(sm))
87 $(q)$(CPP$(sm)) -P -MT $$@ -MD -MF $(link-script-dep$(sm)) \
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/
H A Dlink.mk1 link-script$(sm) = $(ta-dev-kit-dir$(sm))/src/ta.ld.S
2 link-script-pp$(sm) = $(link-out-dir$(sm))/ta.lds
3 link-script-dep$(sm) = $(link-out-dir$(sm))/.ta.ld.d
34 cleanfiles += $(link-script-pp$(sm)) $(link-script-dep$(sm))
37 link-ldflags += -T $(link-script-pp$(sm))
73 link-script-cppflags-$(sm) := \
79 -include $(link-script-dep$(sm))
81 link-script-pp-makefiles$(sm) = $(filter-out %.d %.cmd,$(MAKEFILE_LIST))
84 $(link-script-pp$(sm)): $(link-script$(sm)) $(conf-file) $(link-script-pp-makefiles$(sm))
87 $(q)$(CPP$(sm)) -P -MT $$@ -MD -MF $(link-script-dep$(sm)) \
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dverify-bashisms31 def process(filename, function, lineno, script): argument
34 if not script.startswith("#!"):
35 script = "#! /bin/sh\n" + script
38 fn.write(script)
110 (filename, key, lineno), script = item
113 return process(filename, key, lineno, script)
142 script = data.getVar(key, False) variable
143 if script:
151 scripts.setdefault(attributes, script)
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dunwind.c138 } script; member
1214 cache_match (struct unw_script *script, unsigned long ip, unsigned long pr) in cache_match() argument
1216 read_lock(&script->lock); in cache_match()
1217 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0) in cache_match()
1220 read_unlock(&script->lock); in cache_match()
1227 struct unw_script *script = unw.cache + info->hint; in script_lookup() local
1239 if (cache_match(script, ip, pr)) { in script_lookup()
1241 return script; in script_lookup()
1248 script = unw.cache + index; in script_lookup()
1250 if (cache_match(script, ip, pr)) { in script_lookup()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A D53c700.h219 __u32 *script; /* pointer to script location */ member
426 #define script_patch_32(h, script, symbol, value) \ argument
431 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + da; \
432 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
433 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \
439 #define script_patch_32_abs(h, script, symbol, value) \ argument
444 (script)[A_##symbol##_used[i]] = bS_to_host(da); \
445 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \
452 #define script_patch_ID(h, script, symbol, value) \ argument
456 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \
[all …]
/OK3568_Linux_fs/buildroot/utils/
H A Dreadme.txt6 a script that can be run instead of make, that prepends the date in
10 Do not run this script for interactive configuration (e.g. menuconfig)
15 a script that checks the coding style of a package's Config.in and
19 a script that generates a random configuration, used by the autobuilders
24 a script to return the list of people interested in a specific part
29 a script to create a Buildroot package by scanning a CPAN module
33 a script to create a Buildroot package by scanning a PyPI package
37 a script to compare the rootfs size between two different Buildroot
43 a script that tests a specific package against a set of various
/OK3568_Linux_fs/buildroot/package/erlang-p1-acme/
H A D0001-rebar.config.script-remove-extra-dependency-to-base6.patch4 Subject: [PATCH] rebar.config.script: remove extra dependency to base64url
8 rebar.config.script | 2 +-
11 diff --git a/rebar.config.script b/rebar.config.script
13 --- a/rebar.config.script
14 +++ b/rebar.config.script
/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/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddp.c107 info->script[0] = nvbios_rd16(bios, data + 0x06); in nvbios_dpout_parse()
108 info->script[1] = nvbios_rd16(bios, data + 0x08); in nvbios_dpout_parse()
112 info->script[2] = nvbios_rd16(bios, data + 0x0c); in nvbios_dpout_parse()
113 info->script[3] = nvbios_rd16(bios, data + 0x0e); in nvbios_dpout_parse()
116 info->script[4] = nvbios_rd16(bios, data + 0x10); in nvbios_dpout_parse()
122 info->script[0] = nvbios_rd16(bios, data + 0x05); in nvbios_dpout_parse()
123 info->script[1] = nvbios_rd16(bios, data + 0x07); in nvbios_dpout_parse()
125 info->script[2] = nvbios_rd16(bios, data + 0x0b); in nvbios_dpout_parse()
126 info->script[3] = nvbios_rd16(bios, data + 0x0d); in nvbios_dpout_parse()
127 info->script[4] = nvbios_rd16(bios, data + 0x0f); in nvbios_dpout_parse()
/OK3568_Linux_fs/kernel/scripts/coccinelle/null/
H A Dbadzero.cocci70 @script:python depends on org@
76 @script:python depends on report@
93 @script:ocaml depends on s@
113 @script:ocaml@
168 @script:python depends on org@
174 @script:python depends on org@
180 @script:python depends on report@
186 @script:python depends on report@
229 @script:python depends on org@
235 @script:python depends on report@

12345678910>>...66