Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dthread-stack.c527 u64 last_context; in thread_stack__sample() local
543 last_context = context; in thread_stack__sample()
548 if (context != last_context) { in thread_stack__sample()
552 last_context = context; in thread_stack__sample()
570 u64 last_context, context, ip; in thread_stack__sample_late() local
594 last_context = sample_ip; /* Use sample_ip as an invalid context */ in thread_stack__sample_late()
599 if (context != last_context) { in thread_stack__sample_late()
603 last_context = context; in thread_stack__sample_late()