/linux/tools/perf/Documentation/ |
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 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 D | perf-script.txt | 1 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 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. 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 …]
|
A D | tips.txt | 5 Customize output of perf script with: perf script -F event,ip,sym 6 Generate a script for your data: perf script -g <lang> 15 Show individual samples with: perf script 18 To show assembler sample contexts use perf record -b / perf script -F +brstackinsn --xed
|
/linux/scripts/coccinelle/misc/ |
A D | do_div.cocci | 67 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 D | array_size_dup.cocci | 38 @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 D | minmax.cocci | 168 @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 D | swap.cocci | 100 @script:python depends on report@ 106 @script:python depends on org@ 112 @script:python depends on report@ 118 @script:python depends on org@
|
A D | warn.cocci | 31 @script:python depends on org@ 37 @script:python depends on report@ 80 @script:python depends on org@ 86 @script:python depends on report@
|
A D | flexible_array.cocci | 29 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@
|
/linux/tools/perf/ |
A D | builtin-script.c | 2019 script->name_width = evlist__max_name_len(script->session->evlist); in process_event() 2790 script = path; in find_script() 2810 if (script) { in parse_scriptname() 2811 len = script - str; in parse_scriptname() 2823 script++; in parse_scriptname() 2825 script = str; in parse_scriptname() 3513 if (!script->cpus || !script->threads) in set_maps() 3519 perf_evlist__set_maps(&evlist->core, script->cpus, script->threads); in set_maps() 3541 if (!script->threads) in process_thread_map_event() 3554 if (script->cpus) { in process_cpu_map_event() [all …]
|
/linux/arch/ia64/kernel/ |
A D | unwind.c | 138 } 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/drivers/scsi/ |
A D | 53c700.h | 218 __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/scripts/coccinelle/null/ |
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@
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
A D | dp.c | 107 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/scripts/coccinelle/api/ |
A D | memdup_user.cocci | 28 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 D | platform_no_drv_owner.cocci | 123 @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 D | kfree_sensitive.cocci | 36 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 D | kfree_mismatch.cocci | 164 @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 D | resource_size.cocci | 62 @script:python depends on org@ 71 @script:python depends on report@ 79 @script:python depends on org@ 88 @script:python depends on report@
|
/linux/scripts/coccinelle/api/alloc/ |
A D | zalloc-simple.cocci | 156 @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/Documentation/admin-guide/aoe/ |
A D | examples.rst | 7 Example of udev install rules script 13 Example script to get status 19 Example of AoE autoload script
|
/linux/drivers/media/usb/dvb-usb/ |
A D | af9005-fe.c | 961 scriptlen = sizeof(script) / sizeof(RegDesc); in af9005_fe_init() 965 script[i].pos, in af9005_fe_init() 966 script[i].len, script[i].val))) in af9005_fe_init() 969 if (script[i].reg == 0xae18) in af9005_fe_init() 970 temp2 = script[i].val; in af9005_fe_init() 971 if (script[i].reg == 0xae19) in af9005_fe_init() 972 temp1 = script[i].val; in af9005_fe_init() 973 if (script[i].reg == 0xae1a) in af9005_fe_init() 974 temp0 = script[i].val; in af9005_fe_init() 977 if (script[i].reg == xd_p_reg_unplug_th) in af9005_fe_init() [all …]
|
/linux/tools/testing/selftests/exec/ |
A D | binfmt_script | 71 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)
|
/linux/scripts/package/ |
A D | builddeb | 192 for script in postinst postrm preinst prerm ; do 193 mkdir -p "$tmpdir$debhookdir/$script.d" 194 cat <<EOF > "$tmpdir/DEBIAN/$script" 205 test -d $debhookdir/$script.d && run-parts --arg="$version" --arg="/$installed_image_path" $debhook… 208 chmod 755 "$tmpdir/DEBIAN/$script"
|