Searched refs:tracers (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/tests/tracing_microbenchmark/
H A Dtracing_microbenchmark.py6 import tracers namespace
19 tracer_class = getattr(tracers, tracer)
/external/blktrace/
H A Dblktrace.c124 * We will use a mutex to guard each of the trace_buf list. The tracers
294 static LIST_HEAD(tracers);
1426 * tracers are done
1843 list_add_tail(&tp->head, &tracers);
1858 __list_for_each(p, &tracers) {
1882 __list_for_each(p, &tracers) {
1892 list_for_each_safe(p, q, &tracers) {
1909 __list_for_each(p, &tracers) {
/external/syslinux/core/
H A Disolinux.asm1112 ; Test tracers

Completed in 228 milliseconds