/external/linux-tools-perf/scripts/perl/bin/ |
failed-syscalls-record | 2 perf record -e raw_syscalls:sys_exit $@
|
rw-by-file-record | 2 perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
|
rw-by-pid-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl
|
wakeup-latency-record | 2 perf record -e sched:sched_switch -e sched:sched_wakeup $@
|
wakeup-latency-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
|
workqueue-stats-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/workqueue-stats.pl
|
check-perf-trace-record | 2 perf record -a -e kmem:kmalloc -e irq:softirq_entry -e kmem:kfree
|
failed-syscalls-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
|
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 $@
|
workqueue-stats-record | 2 perf record -e workqueue:workqueue_creation -e workqueue:workqueue_destruction -e workqueue:workqueue_execution -e workqueue:workqueue_insertion $@
|
/external/linux-tools-perf/scripts/python/bin/ |
failed-syscalls-by-pid-record | 2 perf record -e raw_syscalls:sys_exit $@
|
sctop-record | 2 perf record -e raw_syscalls:sys_enter $@
|
syscall-counts-by-pid-record | 2 perf record -e raw_syscalls:sys_enter $@
|
syscall-counts-record | 2 perf record -e raw_syscalls:sys_enter $@
|
futex-contention-record | 2 perf record -e syscalls:sys_enter_futex -e syscalls:sys_exit_futex $@
|
futex-contention-report | 4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
|
netdev-times-report | 5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
|
sched-migration-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
|
/external/linux-tools-perf/ |
command-list.txt | 2 # List of known perf commands. 5 perf-annotate mainporcelain common 6 perf-archive mainporcelain common 7 perf-bench mainporcelain common 8 perf-buildid-cache mainporcelain common 9 perf-buildid-list mainporcelain common 10 perf-diff mainporcelain common 11 perf-evlist mainporcelain common 12 perf-inject mainporcelain common 13 perf-list mainporcelain commo [all...] |
/external/linux-tools-perf/python/ |
twatch.py | 4 # twatch - Experimental use of the perf python interface 16 import perf namespace 19 cpus = perf.cpu_map() 20 threads = perf.thread_map() 21 evsel = perf.evsel(task = 1, comm = 1, mmap = 0, 24 sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU | perf.SAMPLE_TID) 26 evlist = perf.evlist(cpus, threads [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_print.h | 31 char *info; /* PERF instance information text */ 32 char *prompt; /* PERF prompt */ 46 PERF_PRINT_done(PERF_Private *perf); 49 PERF_PRINT_create(PERF_Private *perf, PERF_Config *config, 54 PERF_Private *perf,PERF_BOUNDARYTYPE eBoundary); 58 PERF_Private *perf,unsigned long ulAddress1, 65 PERF_Private *perf, 72 PERF_Private *perf); 76 PERF_Private *perf); 80 PERF_Private *perf, [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_log.c | 21 #include "perf.h" 27 PERF LOG Methods 54 * Pointer to a handle to the PERF object, which will be 58 void __PERF_LOG_done(PERF_Private *perf) 60 PERF_LOG_Private *me = perf->pLog; 67 __PERF_log1(perf, PERF_LOG_Done); 85 "PERF Instrumentation [%c%c%c%c %05ld-%08lx] produced" 87 PERF_FOUR_CHARS(perf->ulID), perf->ulPID, 88 (unsigned long) perf, [all...] |
perf_print.c | 26 #include "perf.h" 33 void PERF_PRINT_done(PERF_Private *perf) 35 PERF_PRINT_Private *me = perf->cip.pDebug; 46 perf->cip.pDebug = NULL; 59 int PERF_PRINT_setup(PERF_Private *perf, PERF_MODULETYPE eModule) 61 PERF_PRINT_Private *me = perf->cip.pDebug; 107 perf->ulPID, 109 (unsigned long) perf, 114 PERF_FOUR_CHARS(perf->ulID), 138 void __print_Location(PERF_Private *perf, [all...] |