Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 14 of 14) sorted by relevance

/developtools/smartperf_host/patches/
Dproductdefine_common.patch10 inherit/pc.json | 4 ++++
45 diff --git a/inherit/pc.json b/inherit/pc.json
47 --- a/inherit/pc.json
48 +++ b/inherit/pc.json
/developtools/hdc/
DREADME.md7 …- [PC-side compilation instructions<a name="section129654513262"></a>](#pc-side-compilation-instru…
8 - [Getting instructions on pc<a name="section129654513263"></a>](#getting-instructions-on-pc)
40 Compilation steps of hdc pc executable file:
47 ### Getting instructions on pc<a name="section129654513263"></a>
DREADME_zh.md7 - [pc端编译说明<a name="section129654513262"></a>](#pc端编译说明)
8 - [pc端获取说明<a name="section129654513263"></a>](#pc端获取说明)
16 HDC(OpenHarmony Device Connector) 是为开发人员提供的用于设备连接调试的命令行工具,pc端开发机使用命令行工具hdc,该工具需支持部署在Windows/Linux/M…
40 ### pc端编译说明<a name="section129654513262"></a>
43 hdc pc端可执行文件编译步骤:
49 ### pc端获取说明<a name="section129654513263"></a>
305 * step1: 先检查pc(host)端hdc 和L2设备端hdcd版本是否一致(-v 查看版本):
308 * step2: 检查pc(host)端设备管理器设备信息是否正常(设备是否正常加载显示、驱动、id是否正常):
326 1)执行命令hdc kill来重启pc侧hdc服务;
/developtools/hdc/src/daemon/
Dmain.cpp102 pid_t pc = fork(); // create process as daemon process in BackgroundRun() local
103 if (pc < 0) { in BackgroundRun()
105 } else if (!pc) { in BackgroundRun()
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp318 regs[RegisterGetIP(buildArchType)] = context.uc_mcontext.pc; in hook_malloc()
403 regs[RegisterGetIP(buildArchType)] = context.uc_mcontext.pc; in hook_calloc()
487 regs[RegisterGetIP(buildArchType)] = context.uc_mcontext.pc; in hook_realloc()
573 regs[RegisterGetIP(buildArchType)] = context.uc_mcontext.pc; in hook_free()
662 regs[RegisterGetIP(buildArchType)] = context.uc_mcontext.pc; in hook_mmap()
751 regs[RegisterGetIP(buildArchType)] = context.uc_mcontext.pc; in hook_munmap()
846 regs[RegisterGetIP(buildArchType)] = context.uc_mcontext.pc; in hook_memtrace()
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dftrace.proto87 uint64 pc = 3; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dftrace.proto87 uint64 pc = 3; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dftrace.proto87 uint64 pc = 3; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dftrace.proto87 uint64 pc = 3; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dftrace.proto87 uint64 pc = 3; field
/developtools/hdc/src/host/
Dserver.cpp183 pid_t pc = fork(); // create process as daemon process in PullupServer() local
184 if (pc < 0) { in PullupServer()
186 } else if (!pc) { in PullupServer()
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
Dftrace_ftrace_event_formatter.cpp212 … "mmiotrace_rw: %" PRIx64 " %" PRIx64 " %" PRIx64 " %d %x %x", msg.phys(), msg.value(), msg.pc(), in __anonfbdbda491302()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp206 ProcessConfig pc; in SetProcessPluginConfig() local
207 pc.set_report_process_tree(true); in SetProcessPluginConfig()
208 std::vector<uint8_t> configData(pc.ByteSizeLong()); in SetProcessPluginConfig()
209 pc.SerializeToArray(configData.data(), configData.size()); in SetProcessPluginConfig()
/developtools/profiler/hiebpf/include/
Dvmlinux.h800 long unsigned int pc; member
1198 __u64 pc; member
1208 u64 pc; member
14093 long unsigned int pc; member
14550 __u64 pc; member
18452 long unsigned int pc; member
20461 long unsigned int pc; member
24796 u32 pc; member
149757 __u8 pc[8]; member
149931 void *pc; member