Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread-stack.c51 * @non_call: a branch but not a 'call' to the start of a different symbol
64 bool non_call; member
325 if (tse->non_call) in thread_stack__call_return()
807 tse->non_call = false; in thread_stack__push_cp()
831 !ts->stack[ts->cnt - 1].non_call) { in thread_stack__pop_cp()
839 ts->stack[i].non_call) in thread_stack__pop_cp()
971 ts->stack[ts->cnt - 1].non_call = true; in thread_stack__no_call_return()
1227 ts->stack[ts->cnt - 1].non_call = true; in thread_stack__process()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread-stack.c51 * @non_call: a branch but not a 'call' to the start of a different symbol
64 bool non_call; member
325 if (tse->non_call) in thread_stack__call_return()
808 tse->non_call = false; in thread_stack__push_cp()
832 !ts->stack[ts->cnt - 1].non_call) { in thread_stack__pop_cp()
840 ts->stack[i].non_call) in thread_stack__pop_cp()
972 ts->stack[ts->cnt - 1].non_call = true; in thread_stack__no_call_return()
1226 ts->stack[ts->cnt - 1].non_call = true; in thread_stack__process()

Completed in 4 milliseconds