/kernel/linux/linux-5.10/tools/perf/Documentation/ |
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 …]
|
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 …]
|
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 …]
|
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
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-script.c | 631 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 …]
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | 53c700.h | 219 __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 …]
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
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 …]
|
/kernel/linux/linux-5.10/scripts/coccinelle/null/ |
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@
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
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()
|
/kernel/linux/linux-5.10/scripts/coccinelle/misc/ |
D | boolinit.cocci | 149 @script:python depends on org@ 155 @script:python depends on org@ 161 @script:python depends on org@ 167 @script:python depends on org@ 173 @script:python depends on report@ 179 @script:python depends on report@ 185 @script:python depends on report@ 191 @script:python depends on report@
|
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 …]
|
D | flexible_array.cocci | 29 position p : script:python() { relevant(p) }; 57 position p : script:python() { relevant(p) }; 76 @script: python depends on report@ 83 @script: python depends on org@
|
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@
|
/kernel/linux/linux-5.10/scripts/coccinelle/api/ |
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@
|
D | ptr_ret.cocci | 62 @script:python depends on org@ 69 @script:python depends on org@ 75 @script:python depends on org@ 81 @script:python depends on report@ 87 @script:python depends on report@ 93 @script:python depends on report@
|
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@
|
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@
|
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@
|
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@
|
/kernel/linux/linux-5.10/scripts/coccinelle/api/alloc/ |
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@ 225 @script:python depends on report@ 246 @script:python depends on org@ 255 @script:python depends on report@ 276 @script:python depends on org@ 285 @script:python depends on report@ [all …]
|
/kernel/linux/linux-5.10/Documentation/admin-guide/aoe/ |
D | examples.rst | 7 Example of udev install rules script 13 Example script to get status 19 Example of AoE autoload script
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 339 cat << ___EOF___ > $T/script 503 }' >> $T/script 505 cat << ___EOF___ >> $T/script 514 if test "$dryrun" = script 516 cat $T/script 521 egrep 'Start batch|Starting build\.' $T/script | 527 sh $T/script
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
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)
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
D | af9005-fe.c | 961 scriptlen = sizeof(script) / sizeof(RegDesc); in af9005_fe_init() 964 af9005_write_register_bits(state->d, script[i].reg, 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() [all …]
|
/kernel/linux/linux-5.10/scripts/package/ |
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"
|