From: Dehao Chen Date: Thu, 30 Apr 2015 17:54:26 +0000 (-0700) Subject: Update simpleperf path to /system/xbin/simpleperf. X-Git-Tag: android-x86-7.1-r1~441^2~17^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=35bb6be739761482fa7e72214d2aedf2623cbb9a;p=android-x86%2Fsystem-extras.git Update simpleperf path to /system/xbin/simpleperf. Change-Id: Ib326b1669553146e028c8354bb5077176d150616 --- diff --git a/perfprofd/perfprofdcore.cc b/perfprofd/perfprofdcore.cc index 0371692d..69db2088 100644 --- a/perfprofd/perfprofdcore.cc +++ b/perfprofd/perfprofdcore.cc @@ -178,7 +178,7 @@ void ConfigReader::addDefaultEntries() "/data/data/com.google.android.gms/files"); // Full path to 'perf' executable. - addStringEntry("perf_path", "/system/bin/simpleperf"); + addStringEntry("perf_path", "/system/xbin/simpleperf"); // Desired sampling period (passed to perf -c option). Small // sampling periods can perturb the collected profiles, so enforce