Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c38 static bool trace_check_bounds(struct trace_buffer *tb, void *p) in trace_check_bounds() function
54 if (!trace_check_bounds(tb, p)) { in trace_check_alloc()
287 while (trace_check_bounds(tb, p) && p < tb->tail) { in trace_buffer_print()