• Home
  • Raw
  • Download

Lines Matching refs:Abort

148 static void Abort(const char* fmt, ...) {  in Abort()  function
205 Abort("startRecording: session in wrong state %d", state_); in StartRecording()
217 Abort("pauseRecording: session in wrong state %d", state_); in PauseRecording()
226 Abort("resumeRecording: session in wrong state %d", state_); in ResumeRecording()
235 Abort("stopRecording: session in wrong state %d", state_); in StopRecording()
239 Abort("failed to stop simpleperf: %s", strerror(errno)); in StopRecording()
244 Abort("failed to call waitpid: %s", strerror(errno)); in StopRecording()
247 Abort("simpleperf exited with error, status = 0x%x", status); in StopRecording()
256 Abort("failed to send cmd to simpleperf: %s", strerror(errno)); in SendCmd()
259 Abort("failed to run cmd in simpleperf: %s", cmd.c_str()); in SendCmd()
284 Abort("can't find simpleperf on device. Please run api_profiler.py."); in FindSimpleperf()
328 Abort("linux perf events aren't enabled on the device. Please run api_profiler.py."); in CheckIfPerfEnabled()
338 Abort("failed to create simpleperf data dir %s: %s", simpleperf_data_dir_.c_str(), in CreateSimpleperfDataDir()
349 Abort("failed to call pipe: %s", strerror(errno)); in CreateSimpleperfProcess()
371 Abort("failed to fork: %s", strerror(errno)); in CreateSimpleperfProcess()
383 Abort("failed to call exec: %s", strerror(errno)); in CreateSimpleperfProcess()
395 Abort("failed to receive simpleperf start flag"); in CreateSimpleperfProcess()
415 Abort("failed to open /proc/self/cmdline: %s", strerror(errno)); in ProfileSession()