Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 12 of 12) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/stacktrace_rust/
Dmain.rs26 let trace = stacktrace_rust::get_trace(false); in test_get_trace() localVariable
38 let trace = stacktrace_rust::get_trace(false); in test_get_trace_in_multithread() localVariable
60 let trace = fs::read_to_string(path).unwrap(); in test_print_trace() localVariable
/base/security/asset/services/core_service/src/
Dtrace_scope.rs32 pub(crate) fn trace(value: &str) -> Self { in trace() method
33 let trace = Self { label: Self::HITRACE_TAG_SECURITY }; in trace() localVariable
/base/powermgr/power_manager/services/native/include/
Dpower_hitrace.h25 explicit PowerHitrace(const std::string& trace) : trace_(trace) in PowerHitrace()
/base/hiviewdfx/hiview/utility/smart_parser/test/moduletest/common/
Dsmart_parser_module_test.cpp80 std::vector<std::string> trace; variable
120 std::vector<std::string> trace; variable
163 std::vector<std::string> trace; variable
198 std::vector<std::string> trace; variable
233 std::vector<std::string> trace; variable
318 std::vector<std::string> trace; variable
754 std::vector<std::string> trace; variable
789 std::vector<std::string> trace; variable
824 std::vector<std::string> trace; variable
/base/hiviewdfx/faultloggerd/tools/panic_maker/
Dmain.rs64 let trace = stacktrace_rust::get_trace(false); in get_trace_in_multi_thread() localVariable
/base/hiviewdfx/faultloggerd/interfaces/rust/stacktrace/
Dlib.rs47 let trace = GetTrace(skip_frame_num); in get_trace() localVariable
/base/useriam/user_auth_framework/services/context/src/
Dtrace.cpp32 Trace Trace::trace; member in OHOS::UserIam::UserAuth::Trace
/base/hiviewdfx/hiview/utility/common_utils/
Dtbox.cpp143 std::vector<std::string> trace; in FilterTrace() local
Dlog_parse.cpp272 std::string LogParse::GetFilterTrace(const std::string& info, std::vector<std::string>& trace, in GetFilterTrace()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local.cpp135 static std::string trace; in GetTrace() local
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
Dbacktrace_local_test.cpp241 const char* trace = GetTrace(); variable
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
Dtrace_utils.cpp511 for (const auto &trace : ret.outputFiles) { in GetUnifiedSpecialFiles() local