Home
last modified time | relevance | path

Searched refs:subtime (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dftrace.h896 unsigned long long subtime; member
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dftrace.c804 ret_stack->subtime = 0; in profile_graph_entry()
833 ret_stack->subtime += calltime; in profile_graph_return()
836 if (ret_stack && ret_stack->subtime < calltime) in profile_graph_return()
837 calltime -= ret_stack->subtime; in profile_graph_return()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-Fix-imports-for-ptests.patch640 - stats = stats.sort("subtime", "asc")
2556 + stats = stats.sort("subtime", "asc")