Home
last modified time | relevance | path

Searched refs:unwind (Results 1 - 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
H A Dmain.cpp99 std::string unwind = args[idx + 1]; in ParseCommand() local
100 if (unwind == "dwarf") { in ParseCommand()
102 } else if (unwind == "fp") { in ParseCommand()
107 printf("set unwind mode:%s\n", unwind.c_str()); in ParseCommand()
/developtools/profiler/hiebpf/src/
H A Dhiebpf.bpf.c97 u32 unwind = 0; in unwind_stack() local
98 int err = bpf_probe_read_kernel(&unwind, sizeof(u32), unwind_ptr); in unwind_stack()
100 BPFLOGW(BPF_TRUE, "failed to read unwind configuration"); in unwind_stack()
102 return unwind; in unwind_stack()
H A Dbpf_controller.cpp277 static inline int InitUnwindFlag(const int fd, bool unwind) in InitUnwindFlag() argument
281 if (unwind) { in InitUnwindFlag()
285 CHECK_TRUE(!err, -1, "failed to set unwind stack flag in config_var_map"); in InitUnwindFlag()
301 "failed to init unwind stack flag in config_var_map"); in InitBPFVariables()

Completed in 4 milliseconds