/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | toolchain-scripts.bbclass | 26 # 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 …]
|
H A D | multilib_script.bbclass | 10 # to indicate which script files to process from which packages. 32 pkg, script = entry.split(":", 1) 33 scriptname = os.path.basename(script) 35 d.setVarFlag("ALTERNATIVE_LINK_NAME", scriptname, script) 36 d.setVarFlag("ALTERNATIVE_TARGET", scriptname, script + "-${MULTILIB_SUFFIX}") 37 …d.appendVar("multilibscript_rename", "\n mv ${PKGD}" + script + " ${PKGD}" + script + "-${MULTILI… 38 d.appendVar("FILES:" + pkg, " " + script + "-${MULTILIB_SUFFIX}")
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | test_brstack.sh | 27 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 …]
|
H A D | test_task_analyzer.sh | 5 tmpdir=$(mktemp -d /tmp/perf-script-task-analyzer-XXXXX) 72 perf script report task-analyzer > "$out" 79 perf script report task-analyzer --ns --rename-comms-by-tids 0:random > "$out" 86 perf script report task-analyzer --ms --filter-tasks perf --highlight-tasks perf \ 94 perf script report task-analyzer --extended-times --time-limit :99999 \ 102 perf script report task-analyzer --summary > "$out" 109 perf script report task-analyzer --summary-extended > "$out" 116 perf script report task-analyzer --summary-only > "$out" 123 perf script report task-analyzer --extended-times --summary --ns > "$out" 130 perf script report task-analyzer --csv csv > /dev/null [all …]
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-script-python.txt | 1 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 D | perf-script.txt | 1 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 D | perf-script-perl.txt | 1 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/poky/meta/recipes-devtools/rpm/files/ |
H A D | 0001-When-cross-installing-execute-package-scriptlets-wit.patch | 45 @@ -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/linux/scripts/coccinelle/misc/ |
H A D | do_div.cocci | 67 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/meta-openembedded/meta-oe/recipes-test/pm-qa/ |
H A D | pm-qa_git.bb | 41 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 D | buildtools-tarball.bb | 72 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 D | testexport-tarball.bb | 46 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/openbmc/poky/scripts/ |
H A D | verify-bashisms | 33 def process(filename, function, lineno, script): argument 36 if not script.startswith("#!"): 37 script = "#! /bin/sh\n" + script 40 fn.write(script) 112 (filename, key, lineno), script = item 115 return process(filename, key, lineno, script) 144 script = data.getVar(key, False) variable 145 if script: 153 scripts.setdefault(attributes, script)
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | phosphor-debug-collector.bbclass | 7 # 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/perf/ |
H A D | builtin-script.c | 712 tod_scnprintf(struct perf_script *script, char *buf, int buflen, in tod_scnprintf() argument 723 if (buflen < 64 || !script) in tod_scnprintf() 726 env = &script->session->header.env; in tod_scnprintf() 773 static int perf_sample__fprintf_start(struct perf_script *script, in perf_sample__fprintf_start() argument 862 tod_scnprintf(script, tstr, sizeof(tstr), sample->time); in perf_sample__fprintf_start() 2056 static void perf_sample__fprint_metric(struct perf_script *script, in perf_sample__fprint_metric() argument 2078 evlist__alloc_stats(&stat_config, script->session->evlist, /*alloc_raw=*/false); in perf_sample__fprint_metric() 2137 static void process_event(struct perf_script *script, in process_event() argument 2156 perf_sample__fprintf_start(script, sample, thread, evsel, in process_event() 2165 if (!script->name_width) in process_event() [all …]
|
/openbmc/pldm/tools/fw-update/ |
H A D | README.md | 3 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/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet/ |
H A D | 0001-linker-scripts-Do-not-export-_IO_stdin_used.patch | 4 Subject: [PATCH] linker-script: Do not export _IO_stdin_used 14 linker-script-binary.ver | 1 - 17 diff --git a/linker-script-binary.ver b/linker-script-binary.ver 19 --- a/linker-script-binary.ver 20 +++ b/linker-script-binary.ver
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn/ |
H A D | 0001-linker-scripts-Do-not-export-_IO_stdin_used.patch | 4 Subject: [PATCH] linker-script: Do not export _IO_stdin_used 14 linker-script-binary.ver | 1 - 17 diff --git a/linker-script-binary.ver b/linker-script-binary.ver 19 --- a/linker-script-binary.ver 20 +++ b/linker-script-binary.ver
|
/openbmc/linux/drivers/scsi/ |
H A D | 53c700.h | 218 __u32 *script; /* pointer to script location */ member 425 #define script_patch_32(h, script, symbol, value) \ argument 430 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + da; \ 431 (script)[A_##symbol##_used[i]] = bS_to_host(val); \ 432 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \ 438 #define script_patch_32_abs(h, script, symbol, value) \ argument 443 (script)[A_##symbol##_used[i]] = bS_to_host(da); \ 444 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \ 451 #define script_patch_ID(h, script, symbol, value) \ argument 455 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \ [all …]
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | unwind.c | 138 } 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 …]
|
/openbmc/qemu/scripts/ |
H A D | qemu-trace-stap | 72 script = " ".join(probes) 74 print("Compiling script '%s'" % script) 75 script = """probe begin { print("Running script, <Ctrl>-c to quit\\n") } """ + script 82 stapargs.extend(["-e", script]) 95 script = prefix + "." + name 98 print("Listing probes with name '%s'" % script) 99 proc = subprocess.Popen(["stap", "-I", tapsets, "-l", script],
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-custom-env.patch | 8 test/fixtures/run-script/node_modules/.bin/custom-env | 2 +- 11 diff --git a/test/fixtures/run-script/node_modules/.bin/custom-env b/test/fixtures/run-script/node_… 13 --- a/test/fixtures/run-script/node_modules/.bin/custom-env 14 +++ b/test/fixtures/run-script/node_modules/.bin/custom-env
|
H A D | 0001-positional-args.patch | 8 test/fixtures/run-script/node_modules/.bin/positional-args | 2 +- 11 diff --git a/test/fixtures/run-script/node_modules/.bin/positional-args b/test/fixtures/run-script/… 13 --- a/test/fixtures/run-script/node_modules/.bin/positional-args 14 +++ b/test/fixtures/run-script/node_modules/.bin/positional-args
|
/openbmc/u-boot/scripts/coccinelle/null/ |
H A D | badzero.cocci | 72 @script:python depends on org@ 78 @script:python depends on report@ 95 @script:ocaml depends on s@ 115 @script:ocaml@ 170 @script:python depends on org@ 176 @script:python depends on org@ 182 @script:python depends on report@ 188 @script:python depends on report@ 231 @script:python depends on org@ 237 @script:python depends on report@
|
/openbmc/linux/scripts/coccinelle/null/ |
H A D | badzero.cocci | 70 @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@
|