Steven, > > Hmm, maybe we can do it. Have two counters, a debug_idt_ctr and a > trace_idt_ctr, then have a function that basically does this: > > if (this_cpu_read(debug_idt_ctr))
I think we can use "debug_stack_use_ctr" for the checking. Is it correct? Or, do I need to introduce a new debug_idt_ctr? Seiji