Home
last modified time | relevance | path

Searched refs:calltime (Results 1 – 2 of 2) sorted by relevance

/arch/parisc/kernel/
Dftrace.c42 current->ret_stack[index].calltime = time; in push_return_trace()
66 trace->calltime = current->ret_stack[index].calltime; in pop_return_trace()
112 unsigned long long calltime; in prepare_ftrace_return() local
132 calltime = local_clock(); in prepare_ftrace_return()
134 if (push_return_trace(old, calltime, in prepare_ftrace_return()
/arch/parisc/include/asm/
Dftrace.h14 unsigned long long calltime; member