Home
last modified time | relevance | path

Searched defs:log (Results 1 – 25 of 47) sorted by relevance

12

/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/
Dffrt_trace_process.py29 def extract_thread_name(log): argument
36 def extract_thread_id(log): argument
46 def extract_process_id(log): argument
61 def extract_cpu_id(log): argument
74 def extract_timestamp(log): argument
87 def extract_trace_marker_task(log): argument
108 def extract_switch_info(log): argument
Dffrt_trace_recover.py25 def extract_timestamp_str(log): argument
38 def extract_cpu_id_str(log): argument
146 def find_ffrt_process_and_classify_logs(log, lineno, trace_map, ffrt_pids): argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
Dskia_trace_memory_dump_test.cpp73 DfxString log; variable
86 DfxString log; variable
Dskia_memory_tracer_test.cpp59 DfxString log; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
Drs_memory_manager.cpp58 void MemoryManager::DumpMemoryUsage(DfxString& log, const GrDirectContext* grContext, std::string& … in DumpMemoryUsage()
76 void MemoryManager::DumpMemoryUsage(DfxString& log, const Drawing::GPUContext* gpuContext, std::str… in DumpMemoryUsage()
304 void MemoryManager::DumpPidMemory(DfxString& log, int pid, const GrDirectContext* grContext) in DumpPidMemory()
313 void MemoryManager::DumpPidMemory(DfxString& log, int pid, const Drawing::GPUContext* gpuContext) in DumpPidMemory()
438 void MemoryManager::DumpRenderServiceMemory(DfxString& log) in DumpRenderServiceMemory()
444 void MemoryManager::DumpDrawingCpuMemory(DfxString& log) in DumpDrawingCpuMemory()
503 DfxString& log, const GrDirectContext* grContext, GrGpuResourceTag* tag, std::string& name) in DumpGpuCache()
525DfxString& log, const Drawing::GPUContext* gpuContext, Drawing::GPUResourceTag* tag, std::string& … in DumpGpuCache()
548 void MemoryManager::DumpAllGpuInfo(DfxString& log, const GrDirectContext* grContext) in DumpAllGpuInfo()
564 void MemoryManager::DumpAllGpuInfo(DfxString& log, const Drawing::GPUContext* gpuContext) in DumpAllGpuInfo()
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
Dace_console.native.d.ts23 log(...args : any) : void; method in AceConsole
Dstate_mgmt_console_trace.ts25 public static log(...args: any): void { method in stateMgmtConsole
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
Dtrace_memory_dump.cpp36 void TraceMemoryDump::LogOutput(OHOS::Rosen::DfxString& log) in LogOutput()
41 void TraceMemoryDump::LogTotals(OHOS::Rosen::DfxString& log) in LogTotals()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_trace_memory_dump.cpp49 void SkiaTraceMemoryDump::LogOutput(OHOS::Rosen::DfxString& log) in LogOutput()
59 void SkiaTraceMemoryDump::LogTotals(OHOS::Rosen::DfxString& log) in LogTotals()
Drs_skia_memory_tracer.cpp121 void SkiaMemoryTracer::LogOutput(DfxString& log) in LogOutput()
169 void SkiaMemoryTracer::LogTotals(DfxString& log) in LogTotals()
/foundation/communication/netmanager_base/bpf/bpf_progs/
Dnetstats.c92 … const char log[] = "[Uid ingress] sock_uid = %d, value->rx_packets = %d, value->rx_bytes = %d"; in bpf_cgroup_skb_uid_ingress() local
113 … const char log[] = "[Uid egress] sock_uid = %d, value->tx_packets = %d, value->tx_bytes = %d"; in bpf_cgroup_skb_uid_egress() local
134 … const char log[] = "[Iface ingress] ifindex = %d, value->rx_packets = %d, value->rx_bytes = %d"; in bpf_socket_iface_ingress() local
154 … const char log[] = "[Iface egress] ifindex = %d, value->tx_packets = %d, value->tx_bytes = %d"; in bpf_socket_iface_egress() local
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/sink/memsink/
Dgst_mem_sink_plugins.cpp20 static inline void check_and_log(gboolean need_log, const char *log) in check_and_log()
/foundation/ability/ability_runtime/test/resource/benchmark/form_test_bundle/src/main/ets/model/
DLogger.ts20 public log(...args: any[]) { method in Logger
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/common/
Dstate_mgmt_console_trace_mock.ts17 public static log (...args : any) : void { method in stateMgmtConsole
/foundation/ability/form_fwk/test/resource/benchmark/form_test_bundle/src/main/ets/model/
DLogger.ts20 public log(...args: any[]) { method in Logger
/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Utils/
DLogUtil.ts58 log(msg): void { method in LogUtil
/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Utils/
DLogUtil.ts57 log(msg): void { method in LogUtil
/foundation/ability/ability_runtime/services/abilitymgr/include/
Dability_util.h69 #define CHECK_POINTER_LOG(object, log) \ argument
81 #define CHECK_POINTER_AND_RETURN_LOG(object, value, log) \ argument
93 #define CHECK_RET_RETURN_RET(object, log) \ argument
99 #define CHECK_TRUE_RETURN_RET(object, value, log) \ argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/memory/
Drs_skia_memory_tracer_test.cpp65 DfxString log; variable
/foundation/communication/dsoftbus/core/common/dfx/interface/include/
Dsoftbus_log.h78 #define CHECK_AND_RETURN_RET_LOG_INNER(cond, ret, log, label, fmt, ...) \ argument
86 #define CHECK_AND_RETURN_LOG_INNER(cond, log, label, fmt, ...) \ argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
Drs_memory_track.cpp134 void MemoryTrack::DumpMemoryStatistics(DfxString& log, in DumpMemoryStatistics()
142 void MemoryTrack::DumpMemoryNodeStatistics(DfxString& log) in DumpMemoryNodeStatistics()
218 void MemoryTrack::DumpMemoryPicStatistics(DfxString& log, in DumpMemoryPicStatistics()
/foundation/communication/dsoftbus/tests/utils/
Dexception_branch_checker.cpp80 void ExceptionBranchChecker::WriteLog(const std::string& log) in WriteLog()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
Dabstract_ui.h53 AlertDialog log; in SetButton() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
Dconsole_module.cpp28 const char * const log = "log"; in Init() local
/foundation/ai/intelligent_voice_framework/utils/
Dtime_util.cpp55 std::string log; in PrintTimeElapse() local

12