Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/src/
H A Dbpf_controller.cpp108 static inline int VerifyMaxStackDepth(const __u32 depth) in VerifyMaxStackDepth() function
131 CHECK_TRUE(VerifyMaxStackDepth(config_.maxStackDepth_) == 0, -1, in VerifyConfigurations()
132 "VerifyMaxStackDepth() failed: max stack depth = %u", config_.maxStackDepth_); in VerifyConfigurations()
133 HHLOGI(true, "VerifyMaxStackDepth() done"); in VerifyConfigurations()

Completed in 2 milliseconds