Searched refs:sample_buffer_pos (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/kernel/
H A Dprofile.c12 static char* sample_buffer_pos; variable
22 *(unsigned int*)sample_buffer_pos = current->pid;
24 *(unsigned int*)sample_buffer_pos = 0;
26 *(unsigned int*)(sample_buffer_pos + 4) = instruction_pointer(regs);
27 sample_buffer_pos += 8;
29 if (sample_buffer_pos == sample_buffer + SAMPLE_BUFFER_SIZE)
30 sample_buffer_pos = sample_buffer;
57 sample_buffer_pos = sample_buffer;
76 sample_buffer_pos = sample_buffer;

Completed in 74 milliseconds