Home
last modified time | relevance | path

Searched defs:trace_dir (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/scripts/
H A Dtracegz.py6 trace, trace_dir = sys.argv[1:] variable
/aosp_15_r20/external/vixl/tools/
H A Dverify_assembler_traces.py432 trace_dir = 'test/aarch32/traces/' variable
/aosp_15_r20/external/libtracefs/include/
H A Dtracefs-local.h39 char *trace_dir; member
/aosp_15_r20/external/libtracefs/utest/
H A Dtracefs-utest.c2224 const char *trace_dir = tracefs_tracing_dir(); in dup_trace_dir() local
2237 const char *trace_dir = tracefs_tracing_dir(); in dup_trace_file() local
2278 const char *trace_dir; in test_custom_trace_dir() local
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtensor_tracer_report.py295 def report_proto_path(self, trace_dir, summary_tag_name): argument
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-instance.c52 static struct tracefs_instance *instance_alloc(const char *trace_dir, const char *name) in instance_alloc()