Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/examples/cpp/pyperf/
H A DPyPerfDefaultPrinter.cc18 const static std::string kNonPythonStack = "[Non-Python Code]"; variable
82 std::printf(" %s\n", kNonPythonStack.c_str()); in processSamples()