/linux-2.6.39/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 …]
|
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nv50_pm.c | 93 u16 script; in nv50_pm_clock_set() local 101 script = ROM16(BIT_M.data[0x05]); in nv50_pm_clock_set() 102 if (script) in nv50_pm_clock_set() 103 nouveau_bios_run_init_table(dev, script, NULL); in nv50_pm_clock_set() 104 script = ROM16(BIT_M.data[0x07]); in nv50_pm_clock_set() 105 if (script) in nv50_pm_clock_set() 106 nouveau_bios_run_init_table(dev, script, NULL); in nv50_pm_clock_set() 107 script = ROM16(BIT_M.data[0x09]); in nv50_pm_clock_set() 108 if (script) in nv50_pm_clock_set() 109 nouveau_bios_run_init_table(dev, script, NULL); in nv50_pm_clock_set()
|
D | nv50_display.c | 498 u32 script = 0, or; in nv50_display_script_select() local 513 script = (mc >> 8) & 0xf; in nv50_display_script_select() 516 script |= 0x0100; in nv50_display_script_select() 518 script |= 0x0200; in nv50_display_script_select() 521 script |= 0x0100; in nv50_display_script_select() 523 script |= 0x0200; in nv50_display_script_select() 526 script |= 0x0200; in nv50_display_script_select() 531 script |= 0x0200; in nv50_display_script_select() 536 "for output LVDS-%d\n", script, in nv50_display_script_select() 538 script = nouveau_uscript_lvds; in nv50_display_script_select() [all …]
|
/linux-2.6.39/drivers/scsi/ |
D | 53c700.h | 216 __u32 *script; /* pointer to script location */ member 423 #define script_patch_32(dev, script, symbol, value) \ argument 427 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + value; \ 428 (script)[A_##symbol##_used[i]] = bS_to_host(val); \ 429 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \ 435 #define script_patch_32_abs(dev, script, symbol, value) \ argument 439 (script)[A_##symbol##_used[i]] = bS_to_host(value); \ 440 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \ 447 #define script_patch_ID(dev, script, symbol, value) \ argument 451 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \ [all …]
|
D | 53c700.c | 293 __u32 *script; in NCR_700_detect() local 308 script = (__u32 *)memory; in NCR_700_detect() 354 script[j] = bS_to_host(SCRIPT[j]); in NCR_700_detect() 358 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect() 360 script_patch_32(hostdata->dev, script, MessageLocation, in NCR_700_detect() 362 script_patch_32(hostdata->dev, script, StatusAddress, in NCR_700_detect() 364 script_patch_32(hostdata->dev, script, ReceiveMsgAddress, in NCR_700_detect() 367 hostdata->script = script; in NCR_700_detect() 417 hostdata->script, hostdata->pScript); in NCR_700_release() 831 script_patch_16(hostdata->dev, hostdata->script, in process_extended_message() [all …]
|
/linux-2.6.39/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-2.6.39/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" 147 test -d $debhookdir/$script.d && run-parts --arg="$version" $debhookdir/$script.d 150 chmod 755 "$tmpdir/DEBIAN/$script"
|
/linux-2.6.39/Documentation/dvb/ |
D | udev.txt | 18 1. Unfortunately, you'll need a helper script to transform the kernel 20 The script should be called "dvb.sh" and should be placed into a script 29 Don't forget to make the script executable with "chmod". 45 the helper script /etc/udev/scripts/dvb.sh is invoked, which will then
|
/linux-2.6.39/scripts/coccinelle/api/ |
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 | err_cast.cocci | 41 @script:python depends on org@ 50 @script:python depends on report@
|
/linux-2.6.39/drivers/media/dvb/dvb-usb/ |
D | af9005-fe.c | 974 scriptlen = sizeof(script) / sizeof(RegDesc); in af9005_fe_init() 977 af9005_write_register_bits(state->d, script[i].reg, in af9005_fe_init() 978 script[i].pos, in af9005_fe_init() 979 script[i].len, script[i].val))) in af9005_fe_init() 982 if (script[i].reg == 0xae18) in af9005_fe_init() 983 temp2 = script[i].val; in af9005_fe_init() 984 if (script[i].reg == 0xae19) in af9005_fe_init() 985 temp1 = script[i].val; in af9005_fe_init() 986 if (script[i].reg == 0xae1a) in af9005_fe_init() 987 temp0 = script[i].val; in af9005_fe_init() [all …]
|
/linux-2.6.39/drivers/mfd/ |
D | twl4030-power.c | 160 static int __init twl4030_write_script(u8 address, struct twl4030_ins *script, in twl4030_write_script() argument 165 for (; len; len--, address++, script++) { in twl4030_write_script() 168 script->pmb_message, in twl4030_write_script() 169 script->delay, in twl4030_write_script() 175 script->pmb_message, in twl4030_write_script() 176 script->delay, in twl4030_write_script() 430 err = twl4030_write_script(address, tscript->script, tscript->size); in load_twl4030_script()
|
/linux-2.6.39/scripts/coccinelle/tests/ |
D | doubletest.cocci | 30 @script:python depends on org@ 36 @script:python depends on report@
|
D | doublebitand.cocci | 44 @script:python depends on org@ 50 @script:python depends on report@
|
/linux-2.6.39/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 363 static int python_start_script(const char *script, int argc, const char **argv) in python_start_script() argument 371 command_line[0] = script; in python_start_script() 381 fp = fopen(script, "r"); in python_start_script() 383 sprintf(buf, "Can't open python script \"%s\"", script); in python_start_script() 389 err = PyRun_SimpleFile(fp, script); in python_start_script() 391 fprintf(stderr, "Error running python script %s\n", script); in python_start_script() 397 fprintf(stderr, "Error starting python script %s\n", script); in python_start_script()
|
/linux-2.6.39/tools/perf/util/ |
D | trace-event-scripting.c | 56 static int python_start_script_unsupported(const char *script __unused, in python_start_script_unsupported() 117 static int perl_start_script_unsupported(const char *script __unused, in perl_start_script_unsupported()
|
/linux-2.6.39/scripts/coccinelle/api/alloc/ |
D | drop_kmalloc_cast.cocci | 54 @script:python depends on org@ 61 @script:python depends on report@
|
/linux-2.6.39/Documentation/powerpc/ |
D | bootwrapper.txt | 20 it uses the wrapper script (arch/powerpc/boot/wrapper) to generate target 56 can be overridden by the wrapper script. 76 added as part of the wrapper script and is keyed on 82 script for 'virtex405' and see the file 130 script' (found in arch/powerpc/boot/wrapper) is called by the Makefile and 132 The arguments are well documented in the script's comment block, so they 133 are not repeated here. However, it is worth mentioning that the script 136 middle of the script. This is also the place where platform specific fixups
|
/linux-2.6.39/ |
D | REPORTING-BUGS | 36 First run the ver_linux script included as scripts/ver_linux, which 37 reports the version of some important subsystems. Run this script with 53 [7.] A small shell script or example program which triggers the 56 [8.1.] Software (add the output of the ver_linux script here)
|
/linux-2.6.39/tools/perf/ |
D | builtin-script.c | 194 static int default_start_script(const char *script __unused, in default_start_script() 407 const char *script, *ext; in parse_scriptname() local 415 script = strchr(str, ':'); in parse_scriptname() 416 if (script) { in parse_scriptname() 417 len = script - str; in parse_scriptname() 429 script++; in parse_scriptname() 431 script = str; in parse_scriptname() 432 ext = strrchr(script, '.'); in parse_scriptname() 444 script_name = strdup(script); in parse_scriptname()
|
/linux-2.6.39/scripts/coccinelle/misc/ |
D | ifcol.cocci | 32 @script:python depends on org@ 41 @script:python depends on report@
|
/linux-2.6.39/drivers/net/wireless/iwlegacy/ |
D | Kconfig | 84 look in the hotplug script /etc/hotplug/firmware.agent to 85 determine which directory FIRMWARE_DIR is set to when the script 110 look in the hotplug script /etc/hotplug/firmware.agent to 111 determine which directory FIRMWARE_DIR is set to when the script
|
/linux-2.6.39/Documentation/target/ |
D | tcm_mod_builder.txt | 1 >>>>>>>>>> The TCM v4 fabric module script generator <<<<<<<<<< 6 script to generate a brand new functional TCM v4 fabric .ko module of your very own, 13 This script will create a new drivers/target/$TCM_NEW_MOD/, and will do the following 28 $FABRIC_MOD_name' parameters, and actually running the script looks like: 55 At the end of tcm_mod_builder.py. the script will ask to add the following
|