Searched refs:mProfileFile (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveInstrumentation.java | 47 String mProfileFile; field in ActiveInstrumentation 125 if (mProfileFile != null) { in dump() 126 pw.print(prefix); pw.print("mProfileFile="); pw.println(mProfileFile); in dump() 157 proto.write(ActiveInstrumentationProto.PROFILE_FILE, mProfileFile); in dumpDebug()
|
D | ActivityManagerShellCommand.java | 200 private String mProfileFile; field in ActivityManagerShellCommand 527 mProfileFile = null; in makeIntent() 554 mProfileFile = getNextArgRequired(); in makeIntent() 557 mProfileFile = getNextArgRequired(); in makeIntent() 723 if (mProfileFile != null || mAgent != null) { 725 if (mProfileFile != null) { 726 fd = openFileForSystem(mProfileFile, "w"); 732 new ProfilerInfo(mProfileFile, fd, mSamplingInterval, mAutoStop, mStreaming,
|
D | AppProfiler.java | 2416 } else if (instr != null && instr.mProfileFile != null) { in setupProfilerInfoLocked() 2417 profilerInfo = new ProfilerInfo(instr.mProfileFile, null, 0, false, false, null, in setupProfilerInfoLocked()
|