Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds