/linux-2.4.37.9/drivers/s390/net/ |
D | qeth.c | 294 QETH_DBF_TEXT3(0,trace,dbf_text); in qeth_wait_nonbusy() 342 QETH_DBF_TEXT6(0,trace,"rd_lck"); \ 343 QETH_DBF_HEX6(0,trace,&ptr,sizeof(void*)); \ 348 QETH_DBF_TEXT6(0,trace,"rd_unlck"); \ 349 QETH_DBF_HEX6(0,trace,&ptr,sizeof(void*)); \ 354 QETH_DBF_TEXT6(0,trace,"wr_lck"); \ 355 QETH_DBF_HEX6(0,trace,&ptr,sizeof(void*)); \ 360 QETH_DBF_TEXT6(0,trace,"wr_unlck"); \ 361 QETH_DBF_HEX6(0,trace,&ptr,sizeof(void*)); \ 367 QETH_DBF_TEXT6(0,trace,"sp_lck"); \ [all …]
|
/linux-2.4.37.9/drivers/s390/ |
D | qdio.c | 220 QDIO_DBF_TEXT3(0,trace,dbf_text); in qdio_wait_nonbusy() 238 QDIO_DBF_TEXT3(0,trace,"wtnousec"); in qdio_wait_for_no_use_count() 242 QDIO_DBF_TEXT1(1,trace,"WTNOUSTO"); in qdio_wait_for_no_use_count() 246 QDIO_DBF_TEXT3(0,trace,"wtnoused"); in qdio_wait_for_no_use_count() 299 QDIO_DBF_TEXT4(0,trace,"sigasync"); in qdio_siga_sync() 300 QDIO_DBF_HEX4(0,trace,&q,sizeof(int)); in qdio_siga_sync() 301 QDIO_DBF_HEX4(0,trace,&gpr2,sizeof(int)); in qdio_siga_sync() 302 QDIO_DBF_HEX4(0,trace,&gpr3,sizeof(int)); in qdio_siga_sync() 340 QDIO_DBF_TEXT3(0,trace,"sigasync"); in qdio_siga_sync() 341 QDIO_DBF_HEX3(0,trace,&q,sizeof(void*)); in qdio_siga_sync() [all …]
|
/linux-2.4.37.9/drivers/char/drm/ |
D | sis_ds.c | 62 set->trace = -1; in setInit() 122 set->trace = set->list[set->alloc].alloc_next; in setFirst() 129 if(set->trace == -1) in setNext() 132 *item = set->list[set->trace].val; in setNext() 133 set->trace = set->list[set->trace].alloc_next; in setNext()
|
D | via_ds.c | 61 set->trace = -1; in via_set_init() 115 set->trace = set->list[set->alloc].alloc_next; in via_set_first() 123 if (set->trace == -1) in via_set_next() 126 *item = set->list[set->trace].val; in via_set_next() 127 set->trace = set->list[set->trace].alloc_next; in via_set_next()
|
D | via_ds.h | 40 int trace; member
|
D | sis_ds.h | 50 int trace; member
|
/linux-2.4.37.9/Documentation/usb/ |
D | philips.txt | 152 trace 154 'trace' of some of the calls the module makes; it logs all items in your 157 The trace variable is a bitmask; each bit represents a certain feature. 158 If you want to trace something, look up the bit value(s) in the table 159 below, add the values together and supply that to the trace variable. 180 For example, to trace the open() & read() fuctions, sum 8 + 4 = 12, 181 so you would supply trace=12 during insmod or modprobe. If 182 you want to turn the initialization and probing tracing off, set trace=0. 183 The default value for trace is 35 (0x23). 189 The fbufs, mbufs and trace parameters are global and apply to all connected
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | entry-common.S | 92 mov r0, #1 @ trace exit [IP = 1] 170 mov r0, #0 @ trace entry [IP = 0] 183 mov r0, #1 @ trace exit [IP = 1]
|
/linux-2.4.37.9/drivers/scsi/ |
D | qlogicisp.c | 81 } trace; variable 89 trace.buf[trace.next].name = (w); \ 90 trace.buf[trace.next].time = jiffies; \ 91 trace.buf[trace.next].index = (i); \ 92 trace.buf[trace.next].addr = (long) (a); \ 93 trace.next = (trace.next + 1) & (TRACE_BUF_LEN - 1); \
|
D | qlogicfc.c | 119 } trace; variable 127 trace.buf[trace.next].name = (w); \ 128 trace.buf[trace.next].time = jiffies; \ 129 trace.buf[trace.next].index = (i); \ 130 trace.buf[trace.next].addr = (long) (a); \ 131 trace.next = (trace.next + 1) & (TRACE_BUF_LEN - 1); \
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | setup.c | 469 unsigned int trace = 0, l1i = 0, l1d = 0, l2 = 0, l3 = 0; /* Cache sizes */ in init_intel() local 517 trace += cache_table[k].size; in init_intel() 528 if ( trace ) in init_intel() 529 printk (KERN_INFO "CPU: Trace cache: %dK uops", trace); in init_intel()
|
/linux-2.4.37.9/Documentation/networking/ |
D | iphase.txt | 107 5.2 Turn on ia debug trace 110 can provide more debug trace if needed. There is a bit mask variable, 113 The debug trace can be turn on through the insmod command line option, for
|
/linux-2.4.37.9/arch/m68k/ifpsp060/ |
D | iskeleton.S | 112 | move.b #0x24,0x7(%sp) | set trace vecno 127 | Remember that a trace exception may be pending. The code below performs 152 | move.b #0x24,0x7(%sp) | set trace vecno
|
/linux-2.4.37.9/drivers/char/ip2/ |
D | i2lib.h | 217 void (*trace)(unsigned short,unsigned char,unsigned char,unsigned long,...); member
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | irq.c | 834 unsigned long trace[5]; in __global_restore_flags() local 840 count = tb(trace, 5); in __global_restore_flags() 843 printk(" %8.8lx", trace[i]); in __global_restore_flags()
|
/linux-2.4.37.9/drivers/usb/ |
D | pwc-if.c | 1956 static int trace = -1; variable 1969 MODULE_PARM(trace, "i"); 1970 MODULE_PARM_DESC(trace, "For debugging purposes"); 2032 if (trace >= 0) { in usb_pwc_init() 2033 Info("Trace options: 0x%04x\n", trace); in usb_pwc_init() 2034 pwc_trace = trace; in usb_pwc_init()
|
/linux-2.4.37.9/drivers/char/mwave/ |
D | README | 7 mwave_debug=value, where value is bitwise OR of trace flags:
|
/linux-2.4.37.9/scripts/lxdialog/ |
D | lxdialog.c | 67 trace(TRACE_CALLS|TRACE_UPDATE); in main()
|
/linux-2.4.37.9/Documentation/s390/ |
D | Debugging390.txt | 1005 the reason 2 processes cannot trace or debug the same program is that strace 1144 ( more about trace sets later ). 1161 /* goes to trace set a */ 1163 /* goes to trace set b */ 1165 /* goes to trace set c */ 1177 TR I DATA <MNEMONIC> <OPTIONAL RANGE> will trace for particular mnemonics 1180 will trace for BAS'es ( opcode 4D ) in the range 0197BC.4000 1184 TR BR <INTO OR FROM> will trace branches into or out of an address. 1363 You can restart linux & trace these using the tr prog <range or value> trace option. 1378 tr prog 10 will trace segment translation exceptions. [all …]
|
/linux-2.4.37.9/include/asm-i386/ |
D | processor.h | 352 unsigned short trace, bitmap; member
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | README.freeze | 29 If you run into some kind of deadlock, you can try to dump a call trace
|
/linux-2.4.37.9/arch/m68k/math-emu/ |
D | fp_entry.S | 96 | send a trace signal if we are debugged
|
/linux-2.4.37.9/drivers/net/ |
D | acenic.c | 581 static int trace[ACE_MAX_MOD_PARMS]; variable 846 MODULE_PARM(trace, "1-" __MODULE_STRING(8) "i"); 853 MODULE_PARM_DESC(trace, "AceNIC/3C985/NetGear firmware trace level"); 1651 if (trace[board_idx]) in ace_init() 1652 writel(trace[board_idx], ®s->TuneTrace); in ace_init() 3009 ecmd.trace = readl(®s->TuneTrace); in ace_ioctl()
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | gen_except.S | 377 | If trace mode enabled, then go to trace handler. This handler
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | setup.c | 2359 unsigned int trace = 0, l1i = 0, l1d = 0, l2 = 0, l3 = 0; /* Cache sizes */ in init_intel() local 2420 trace += cache_table[k].size; in init_intel() 2442 if ( trace ) in init_intel() 2443 printk (KERN_INFO "CPU: Trace cache: %dK uops", trace); in init_intel()
|