Home
last modified time | relevance | path

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

12345678910>>...16

/linux-6.3-rc2/tools/perf/tests/shell/
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 …]
A Dtest_task_analyzer.sh5 tmpdir=$(mktemp -d /tmp/perf-script-task-analyzer-XXXXX)
55 perf script report task-analyzer > $out
62 perf script report task-analyzer --ns --rename-comms-by-tids 0:random > $out
77 perf script report task-analyzer --extended-times --time-limit :99999 \
85 perf script report task-analyzer --summary > $out
92 perf script report task-analyzer --summary-extended > $out
99 perf script report task-analyzer --summary-only > $out
106 perf script report task-analyzer --extended-times --summary --ns > $out
113 perf script report task-analyzer --csv csv > /dev/null
119 perf script report task-analyzer --csv csv --extended-times > /dev/null
[all …]
A Dtest_intel_pt.sh414 decode_br_cnt=$(perf script -i "${perfdatafile}" --itrace=b | wc -l)
416 decode_err_cnt=$(perf script -i "${perfdatafile}" --itrace=e-o-l | grep -ci error)
426 perf script -i "${perfdatafile}" --itrace=e-o-l --show-mmap-events | cat
440 mtc_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep -c "MTC 0x")
446 tsc_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep -c "TSC 0x")
461 tnt_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep -c "TNT 0x")
462 tip_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep -c "TIP 0x")
463 fup_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep -c "FUP 0x")
484 cyc_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep -c "CYC 0x")
492 cyc_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep -c "CYC 0x")
[all …]
/linux-6.3-rc2/tools/perf/Documentation/
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
33 scripts via 'perf script -l'. As such, this script also shows how to
34 integrate your script into the list of general-purpose 'perf script'
114 generated Python script: perf-script.py
161 path append which every perf script script should include.
344 the script.
353 your script:
[all …]
A Dperf-script.txt1 perf-script(1)
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]
39 script --list' i.e. the actual script name minus any language
43 the script.
45 'perf script <script> <required-script-args> <command>' to both
60 <top-script> and to run the <top-script> using 'live-mode'
68 <top-script> 'live-mode' or 'perf script report' variants.
[all …]
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.
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
114 Every perf script Perl script should start by setting up a Perl module
172 Perf::Trace::XXX' line to your perf script script.
206 Various utility functions for use with perf script:
[all …]
/linux-6.3-rc2/scripts/coccinelle/misc/
A Ddo_div.cocci67 long l: script:python() { filter_out_safe_constants(l) };
69 u64 ul64 : script:python() { filter_out_safe_constants(ul64) };
86 long l: script:python() { filter_out_safe_constants(l) };
101 @script:python depends on org@
108 @script:python depends on org@
115 @script:python depends on org@
122 @script:python depends on org@
129 @script:python depends on report@
136 @script:python depends on report@
143 @script:python depends on report@
[all …]
A Darray_size_dup.cocci38 @script:python depends on report@
46 @script:python depends on org@
67 @script:python depends on report@
75 @script:python depends on org@
103 @script:python depends on report@
111 @script:python depends on org@
133 @script:python depends on report@
141 @script:python depends on org@
167 @script:python depends on report@
175 @script:python depends on org@
[all …]
A Dminmax.cocci168 @script:python depends on report@
175 @script:python depends on org@
182 @script:python depends on report@
189 @script:python depends on org@
196 @script:python depends on report@
203 @script:python depends on org@
210 @script:python depends on report@
217 @script:python depends on org@
A Dswap.cocci100 @script:python depends on report@
106 @script:python depends on org@
112 @script:python depends on report@
118 @script:python depends on org@
A Dflexible_array.cocci29 position p : script:python() { relevant(p) };
73 position p : script:python() { relevant(p) };
95 @script: python depends on report@
102 @script: python depends on org@
A Dwarn.cocci31 @script:python depends on org@
37 @script:python depends on report@
80 @script:python depends on org@
86 @script:python depends on report@
/linux-6.3-rc2/tools/perf/
A Dbuiltin-script.c2164 script->name_width = evlist__max_name_len(script->session->evlist); in process_event()
2948 script = path; in find_script()
2968 if (script) { in parse_scriptname()
2969 len = script - str; in parse_scriptname()
2981 script++; in parse_scriptname()
2983 script = str; in parse_scriptname()
3662 if (!script->cpus || !script->threads) in set_maps()
3668 perf_evlist__set_maps(&evlist->core, script->cpus, script->threads); in set_maps()
3693 if (!script->threads) in process_thread_map_event()
3709 if (script->cpus) { in process_cpu_map_event()
[all …]
/linux-6.3-rc2/drivers/scsi/
A D53c700.h218 __u32 *script; /* pointer to script location */ member
425 #define script_patch_32(h, script, symbol, value) \ argument
431 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
438 #define script_patch_32_abs(h, script, symbol, value) \ argument
443 (script)[A_##symbol##_used[i]] = bS_to_host(da); \
451 #define script_patch_ID(h, script, symbol, value) \ argument
455 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \
458 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
465 #define script_patch_16(h, script, symbol, value) \ argument
469 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \
[all …]
/linux-6.3-rc2/arch/ia64/kernel/
A Dunwind.c138 } script; member
1217 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0) in cache_match()
1241 return script; in script_lookup()
1254 return script; in script_lookup()
1258 script = unw.cache + script->coll_chain; in script_lookup()
1329 return script; in script_new()
1353 script->insn[script->count++] = insn; in script_emit()
1552 if (!script) { in build_script()
1595 return script; in build_script()
1711 return script; in build_script()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
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()
/linux-6.3-rc2/scripts/coccinelle/null/
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@
/linux-6.3-rc2/scripts/coccinelle/api/
A Dmemdup_user.cocci28 position p : script:python() { relevant(p) };
53 position p : script:python() { relevant(p) };
75 position p : script:python() { relevant(p) };
88 position p : script:python() { relevant(p) };
97 @script:python depends on org@
103 @script:python depends on report@
109 @script:python depends on org@
115 @script:python depends on report@
A Dplatform_no_drv_owner.cocci123 @script:python fix1_org depends on org@
130 @script:python fix1_i2c_org depends on org@
137 @script:python fix2_org depends on org@
144 @script:python fix2_i2c_org depends on org@
153 @script:python fix1_report depends on report@
160 @script:python fix1_i2c_report depends on report@
167 @script:python fix2_report depends on report@
174 @script:python fix2_i2c_report depends on report@
A Dkfree_sensitive.cocci36 position p : script:python() { relevant(p) };
52 position p : script:python() { relevant(p) };
70 position p : script:python() { relevant(p) };
86 @script:python depends on report@
94 @script:python depends on org@
A Dkfree_mismatch.cocci164 @script: python depends on report@
172 @script: python depends on org@
180 @script: python depends on report@
188 @script: python depends on org@
196 @script: python depends on report@
204 @script: python depends on org@
212 @script: python depends on report@
221 @script: python depends on org@
A Dresource_size.cocci62 @script:python depends on org@
71 @script:python depends on report@
79 @script:python depends on org@
88 @script:python depends on report@
/linux-6.3-rc2/scripts/coccinelle/api/alloc/
A Dzalloc-simple.cocci156 @script:python depends on org@
165 @script:python depends on report@
186 @script:python depends on org@
195 @script:python depends on report@
216 @script:python depends on org@
246 @script:python depends on org@
276 @script:python depends on org@
306 @script:python depends on org@
336 @script:python depends on org@
366 @script:python depends on org@
[all …]
/linux-6.3-rc2/Documentation/admin-guide/aoe/
A Dexamples.rst7 Example of udev install rules script
13 Example script to get status
19 Example of AoE autoload script
/linux-6.3-rc2/tools/testing/selftests/exec/
A Dbinfmt_script.py71 script = "binfmt_script-%s" % (name)
72 open(script, "w").write(buf)
73 os.chmod(script, 0o755)
75 proc = subprocess.Popen(["./%s" % (script)], shell=True,
95 os.unlink(script)

Completed in 44 milliseconds

12345678910>>...16