Home
last modified time | relevance | path

Searched defs:traceFile (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/observer/
DProfilerChartsViewPublisher.java78 private final boolean traceFile; field in ProfilerChartsViewPublisher
111 public ProfilerChartsViewPublisher(ProfilerChartsView view, boolean traceFile) { in ProfilerChartsViewPublisher()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/
DProfilerChartsView.java124 …public ProfilerChartsView(long sessionId, boolean traceFile, TaskScenePanelChart taskScenePanelCha… in ProfilerChartsView()
/developtools/bytrace_standard/bin/src/
Dbytrace_impl.cpp102 const std::string traceFile = "/sys/kernel/tracing/trace_marker"; in OpenTraceMarkerFile() local