Searched refs:no_such_process (Results 1 – 4 of 4) sorted by relevance
62 no_such_process = int(std::errc::no_such_process), enumerator
69 no_such_process, // ESRCH174 no_such_process = ESRCH,
71 static_assert(static_cast<int>(std::errc::no_such_process) == ESRCH, ""); in main()
1067 return make_error_code(errc::no_such_process); in parseBranchSample()1298 if (EC == errc::no_such_process) in printLBRHeatMap()1311 if (EC == errc::no_such_process) in printLBRHeatMap()1398 if (EC == errc::no_such_process) in parseBranchEvents()