HomeSort by relevance Sort by last modified time
    Searched refs:perf (Results 26 - 50 of 169) sorted by null

12 3 4 5 6 7

  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/bin/
rw-by-file-report 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm
rw-by-pid-record 2 perf record -e syscalls:sys_enter_read -e syscalls:sys_exit_read -e syscalls:sys_enter_write -e syscalls:sys_exit_write $@
rwtop-record 2 perf record -e syscalls:sys_enter_read -e syscalls:sys_exit_read -e syscalls:sys_enter_write -e syscalls:sys_exit_write $@
rwtop-report 20 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rwtop.pl $interval
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/
sched-migration-record 2 perf record -m 16384 -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched:sched_migrate_task $@
syscall-counts-report 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
failed-syscalls-by-pid-report 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
syscall-counts-by-pid-report 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
sctop-report 24 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 135 PERF_RT_done(PERF_Private *perf);
138 PERF_RT_create(PERF_Private *perf, PERF_Config *config, PERF_MODULETYPE eModule);
141 __rt_Boundary(PERF_Private *perf,PERF_BOUNDARYTYPE eBoundary);
144 __rt_Buffer(PERF_Private *perf,unsigned long ulAddress1,
150 __rt_Command(PERF_Private *perf,
156 __rt_Create(PERF_Private *perf);
159 __rt_Done(PERF_Private *perf);
162 __rt_Log(PERF_Private *perf,
167 __rt_SyncAV(PERF_Private *perf,
173 __rt_ThreadCreated(PERF_Private *perf,
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
perf-archive.sh 2 # perf archive
5 PERF_DATA=perf.data
11 # PERF_BUILDID_DIR environment variable set by perf
21 BUILDIDS=$(mktemp /tmp/perf-archive-buildids.XXXXXX)
24 perf buildid-list -i $PERF_DATA --with-hits | grep -v "^$NOBUILDID " > $BUILDIDS
26 echo "perf archive: no build-ids found"
31 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
46 echo "wherever you need to run 'perf report' on."
  /external/chromium_org/build/android/pylib/perf/
perf_control_unittest.py 14 from pylib.perf import perf_control
27 perf = perf_control.PerfControl(self._device)
29 perf.SetPerfProfilingMode()
30 for cpu in range(perf._NumCpuCores):
38 perf.SetDefaultPerfMode()
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/
Android.mk 9 src/perf.c \
28 $(TI_OMX_SYSTEM)/perf/inc \
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
Android.mk 9 ../src/perf.c \
25 $(TI_OMX_SYSTEM)/perf/inc \
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 27 #include "perf.h"
48 PERF_RT_create(PERF_Private *perf, PERF_Config *config,
55 if (perf->ulID != PERF_FOURS("CAM_") && perf->ulID != PERF_FOURS("CAMT") &&
56 perf->ulID != PERF_FOURS("VP__") && perf->ulID != PERF_FOURS("VP_T") &&
57 perf->ulID != PERF_FOURS("VD__") && perf->ulID != PERF_FOURS("VD_T") &&
58 perf->ulID != PERF_FOURS("VE__") && perf->ulID != PERF_FOURS("VE_T")
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_perf 3 # android_perf: utility for running perf on an android device
6 # 1) perf record [gm/tests/bench] # runs profiler on specified app
7 # 2) perf report # prints profiler results
8 # 3) perf clean # cleans the temporary directory used to store results
24 # grab and remove the perf command from the input args
78 # PERF, BUT AT THIS POINT THE DATA FILE WE GET WHEN GOING THAT ROUTE IS UNABLE
82 $ADB shell perf record -p ${APP_PID} sleep 70
84 $ADB pull /data/perf.data $PERF_TMP_DIR/perf.data
90 adb_pull_if_needed /data/perf.data $PERF_TMP_DIR/perf.dat
    [all...]
  /external/skia/platform_tools/android/bin/
android_perf 3 # android_perf: utility for running perf on an android device
6 # 1) perf record [gm/tests/bench] # runs profiler on specified app
7 # 2) perf report # prints profiler results
8 # 3) perf clean # cleans the temporary directory used to store results
24 # grab and remove the perf command from the input args
78 # PERF, BUT AT THIS POINT THE DATA FILE WE GET WHEN GOING THAT ROUTE IS UNABLE
82 $ADB shell perf record -p ${APP_PID} sleep 70
84 $ADB pull /data/perf.data $PERF_TMP_DIR/perf.data
90 adb_pull_if_needed /data/perf.data $PERF_TMP_DIR/perf.dat
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
contperf.sh 8 PERF=test/perf/unisetperf/unisetperf
21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span16perf.sh 8 PERF=test/perf/unisetperf/unisetperf
21 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span8perf.sh 8 PERF=test/perf/unisetperf/unisetperf
21 $PERF SpanUTF8 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
genresults.bat 5 java -Declipse.perf.dbloc=%dbloc% -jar .\..\..\..\plugins\org.eclipse.equinox.launcher.jar -application org.eclipse.test.performance.ui.resultGenerator %*
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
contperf.sh 8 PERF=test/perf/unisetperf/unisetperf
21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span16perf.sh 8 PERF=test/perf/unisetperf/unisetperf
21 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span8perf.sh 8 PERF=test/perf/unisetperf/unisetperf
21 $PERF SpanUTF8 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
Android.mk 16 $(TI_OMX_SYSTEM)/perf/inc

Completed in 1229 milliseconds

12 3 4 5 6 7