Home
last modified time | relevance | path

Searched defs:current_tracer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dftrace_procfs.cc223 std::string current_tracer = ReadFileIntoString(path); in GetCurrentTracer() local
488 std::string current_tracer = GetCurrentTracer(); in IsTracingAvailable() local
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Doutput_graph.py520 def current_tracer(self): member in OutputGraph