/Linux-v4.19/tools/perf/Documentation/ |
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-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-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
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | scripts.c | 119 struct perf_script_browser script = { in script_browse() local 128 INIT_LIST_HEAD(&script.entries); in script_browse() 164 list_add_tail(&sline->node, &script.entries); in script_browse() 166 if (script.b.width < retlen) in script_browse() 167 script.b.width = retlen; in script_browse() 174 if (script.b.width > AVERAGE_LINE_LEN) in script_browse() 175 script.b.width = AVERAGE_LINE_LEN; in script_browse() 180 script.nr_lines = nr_entries; in script_browse() 181 script.b.nr_entries = nr_entries; in script_browse() 182 script.b.entries = &script.entries; in script_browse() [all …]
|
/Linux-v4.19/tools/perf/ |
D | builtin-script.c | 1574 static void perf_sample__fprint_metric(struct perf_script *script, in perf_sample__fprint_metric() argument 1600 perf_evlist__alloc_stats(script->session->evlist, false); in perf_sample__fprint_metric() 1622 static void process_event(struct perf_script *script, in process_event() argument 1647 if (!script->name_width) in process_event() 1648 script->name_width = perf_evlist__max_name_len(script->session->evlist); in process_event() 1650 fprintf(fp, "%*s: ", script->name_width, evname ?: "[unknown]"); in process_event() 1712 perf_sample__fprint_metric(script, thread, evsel, sample, fp); in process_event() 1882 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_comm_event() local 1883 struct perf_session *session = script->session; in process_comm_event() 1917 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_namespaces_event() local [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | 53c700.h | 218 __u32 *script; /* pointer to script location */ member 425 #define script_patch_32(dev, 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_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \ 438 #define script_patch_32_abs(dev, script, symbol, value) \ argument 443 (script)[A_##symbol##_used[i]] = bS_to_host(da); \ 444 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \ 451 #define script_patch_ID(dev, script, symbol, value) \ argument 455 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \ [all …]
|
/Linux-v4.19/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 …]
|
/Linux-v4.19/scripts/coccinelle/null/ |
D | badzero.cocci | 69 @script:python depends on org@ 75 @script:python depends on report@ 92 @script:ocaml depends on s@ 112 @script:ocaml@ 167 @script:python depends on org@ 173 @script:python depends on org@ 179 @script:python depends on report@ 185 @script:python depends on report@ 228 @script:python depends on org@ 234 @script:python depends on report@
|
/Linux-v4.19/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()
|
/Linux-v4.19/scripts/coccinelle/misc/ |
D | boolinit.cocci | 132 @script:python depends on org@ 138 @script:python depends on org@ 144 @script:python depends on org@ 150 @script:python depends on org@ 156 @script:python depends on report@ 162 @script:python depends on report@ 168 @script:python depends on report@ 174 @script:python depends on report@
|
D | warn.cocci | 30 @script:python depends on org@ 36 @script:python depends on report@ 79 @script:python depends on org@ 85 @script:python depends on report@
|
D | semicolon.cocci | 58 @script:python@ 70 @script:python depends on report@ 80 @script:python depends on org@
|
/Linux-v4.19/scripts/coccinelle/api/ |
D | ptr_ret.cocci | 61 @script:python depends on org@ 68 @script:python depends on org@ 74 @script:python depends on org@ 80 @script:python depends on report@ 86 @script:python depends on report@ 92 @script:python depends on report@
|
D | platform_no_drv_owner.cocci | 122 @script:python fix1_org depends on org@ 129 @script:python fix1_i2c_org depends on org@ 136 @script:python fix2_org depends on org@ 143 @script:python fix2_i2c_org depends on org@ 152 @script:python fix1_report depends on report@ 159 @script:python fix1_i2c_report depends on report@ 166 @script:python fix2_report depends on report@ 173 @script:python fix2_i2c_report depends on report@
|
D | resource_size.cocci | 61 @script:python depends on org@ 70 @script:python depends on report@ 78 @script:python depends on org@ 87 @script:python depends on report@
|
D | atomic_as_refcounter.cocci | 53 @script:python depends on report@ 86 @script:python depends on report@ 106 @script:python depends on report@ 125 @script:python depends on report@
|
/Linux-v4.19/scripts/coccinelle/api/alloc/ |
D | zalloc-simple.cocci | 154 @script:python depends on org@ 163 @script:python depends on report@ 184 @script:python depends on org@ 193 @script:python depends on report@ 214 @script:python depends on org@ 223 @script:python depends on report@ 244 @script:python depends on org@ 253 @script:python depends on report@ 274 @script:python depends on org@ 283 @script:python depends on report@ [all …]
|
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 289 cat << ___EOF___ > $T/script 445 }' >> $T/script 447 cat << ___EOF___ >> $T/script 455 if test "$dryrun" = script 457 cat $T/script 462 egrep 'Start batch|Starting build\.' $T/script | 468 sh $T/script
|
D | config_override.sh | 59 }' > $T/script 60 sh $T/script < $base
|
/Linux-v4.19/tools/hv/ |
D | Makefile | 33 for script in $(ALL_SCRIPTS); do \ 34 install $$script -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd/$${script%.sh}; \
|
/Linux-v4.19/scripts/package/ |
D | builddeb | 137 for script in postinst postrm preinst prerm ; do 138 mkdir -p "$tmpdir$debhookdir/$script.d" 139 cat <<EOF > "$tmpdir/DEBIAN/$script" 150 test -d $debhookdir/$script.d && run-parts --arg="$version" --arg="/$installed_image_path" $debhook… 153 chmod 755 "$tmpdir/DEBIAN/$script"
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | af9005-fe.c | 970 scriptlen = sizeof(script) / sizeof(RegDesc); in af9005_fe_init() 973 af9005_write_register_bits(state->d, script[i].reg, in af9005_fe_init() 974 script[i].pos, in af9005_fe_init() 975 script[i].len, script[i].val))) in af9005_fe_init() 978 if (script[i].reg == 0xae18) in af9005_fe_init() 979 temp2 = script[i].val; in af9005_fe_init() 980 if (script[i].reg == 0xae19) in af9005_fe_init() 981 temp1 = script[i].val; in af9005_fe_init() 982 if (script[i].reg == 0xae1a) in af9005_fe_init() 983 temp0 = script[i].val; in af9005_fe_init() [all …]
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | udev.rst | 31 1. Unfortunately, you'll need a helper script to transform the kernel 33 The script should be called "dvb.sh" and should be placed into a script 43 Don't forget to make the script executable with "chmod". 60 the helper script /etc/udev/scripts/dvb.sh is invoked, which will then
|
/Linux-v4.19/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 57 Description: This entry is used by a Unisys support script installed on the 58 guest, and triggered by a udev event. The support script is 65 the script will disable the device. When the PF is recovered, 76 Description: This entry is used by a Unisys support script installed on the 77 guest, and triggered by a udev event. The support script is 84 the script will disable the device. When the PF is recovered,
|