Lines Matching refs:Abort
149 static void Abort(const char* fmt, ...) { in Abort() function
206 Abort("startRecording: session in wrong state %d", state_); in StartRecording()
223 Abort("pauseRecording: session in wrong state %d", state_); in PauseRecording()
226 Abort("--trace-offcpu doesn't work well with pause/resume recording"); in PauseRecording()
235 Abort("resumeRecording: session in wrong state %d", state_); in ResumeRecording()
244 Abort("stopRecording: session in wrong state %d", state_); in StopRecording()
248 Abort("failed to stop simpleperf: %s", strerror(errno)); in StopRecording()
253 Abort("failed to call waitpid: %s", strerror(errno)); in StopRecording()
256 Abort("simpleperf exited with error, status = 0x%x", status); in StopRecording()
265 Abort("failed to send cmd to simpleperf: %s", strerror(errno)); in SendCmd()
268 Abort("failed to run cmd in simpleperf: %s", cmd.c_str()); in SendCmd()
324 Abort("failed to call waitpid: %s", strerror(errno)); in RunCmd()
348 Abort("can't find simpleperf on device. Please run api_profiler.py."); in FindSimpleperf()
381 Abort("linux perf events aren't enabled on the device. Please run api_profiler.py."); in CheckIfPerfEnabled()
391 Abort("failed to create simpleperf data dir %s: %s", simpleperf_data_dir_.c_str(), in CreateSimpleperfDataDir()
402 Abort("failed to call pipe: %s", strerror(errno)); in CreateSimpleperfProcess()
426 Abort("failed to fork: %s", strerror(errno)); in CreateSimpleperfProcess()
438 Abort("failed to call exec: %s", strerror(errno)); in CreateSimpleperfProcess()
450 Abort("failed to receive simpleperf start flag"); in CreateSimpleperfProcess()
470 Abort("failed to open /proc/self/cmdline: %s", strerror(errno)); in ProfileSession()