mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-23 15:00:17 +00:00
fix error
Signed-off-by: zyxzyx <zhangyixin19@huawei.com>
This commit is contained in:
parent
7fc9fb27d3
commit
79d13de8c4
@ -177,9 +177,7 @@ private:
|
||||
|
||||
// find synbols function name
|
||||
void MakeCallFrame(DfxSymbol &symbol, CallFrame &callFrame);
|
||||
|
||||
// threads
|
||||
VirtualThread &UpdateThread(pid_t pid, pid_t tid, const std::string name = "");
|
||||
|
||||
std::string ReadThreadName(pid_t tid);
|
||||
VirtualThread &CreateThread(pid_t pid, pid_t tid);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user