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

1 2 3 4 5 6 7

  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/
event_analyzing_sample-record 4 # event_analyzing_sample.py can cover all type of perf samples including
8 perf record $@
failed-syscalls-by-pid-record 2 perf record -e raw_syscalls:sys_exit $@
net_dropmonitor-record 2 perf record -e skb:kfree_skb $@
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 $@
event_analyzing_sample-report 2 # description: analyze all perf samples
3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
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
net_dropmonitor-report 4 perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.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/perf-3.12.0/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-kmem mainporcelain commo
    [all...]
  /external/linux-tools-perf/perf-3.12.0/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
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
  /external/chromium_org/tools/telemetry/build/
generate_telemetry_harness.sh 11 src/tools/perf/run_benchmark \
12 src/tools/perf/run_measurement \
13 src/tools/perf/record_wpr \
  /external/linux-tools-perf/perf-3.12.0/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)
26 evlist = perf.evlist(cpus, threads)
  /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...]

Completed in 177 milliseconds

1 2 3 4 5 6 7