Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dftrace.h1055 unsigned long long subtime; member
/openbmc/linux/kernel/trace/
H A Dftrace.c832 ret_stack->subtime = 0; in profile_graph_entry()
861 ret_stack->subtime += calltime; in profile_graph_return()
864 if (ret_stack && ret_stack->subtime < calltime) in profile_graph_return()
865 calltime -= ret_stack->subtime; in profile_graph_return()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch620 - stats = stats.sort("subtime", "asc")
2531 + stats = stats.sort("subtime", "asc")