Searched refs:perf (Results 1 - 25 of 68) sorted by relevance

123

/external/linux-tools-perf/scripts/perl/bin/
H A Dfailed-syscalls-record2 perf record -e raw_syscalls:sys_exit $@
H A Drw-by-file-record2 perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
H A Drw-by-pid-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl
H A Dwakeup-latency-record2 perf record -e sched:sched_switch -e sched:sched_wakeup $@
H A Dwakeup-latency-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
H A Dworkqueue-stats-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/workqueue-stats.pl
H A Dcheck-perf-trace-record2 perf record -a -e kmem:kmalloc -e irq:softirq_entry -e kmem:kfree
H A Dfailed-syscalls-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
H A Drw-by-file-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm
H A Drw-by-pid-record2 perf record -e syscalls:sys_enter_read -e syscalls:sys_exit_read -e syscalls:sys_enter_write -e syscalls:sys_exit_write $@
H A Drwtop-record2 perf record -e syscalls:sys_enter_read -e syscalls:sys_exit_read -e syscalls:sys_enter_write -e syscalls:sys_exit_write $@
H A Dworkqueue-stats-record2 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/
H A Dfailed-syscalls-by-pid-record2 perf record -e raw_syscalls:sys_exit $@
H A Dsctop-record2 perf record -e raw_syscalls:sys_enter $@
H A Dsyscall-counts-by-pid-record2 perf record -e raw_syscalls:sys_enter $@
H A Dsyscall-counts-record2 perf record -e raw_syscalls:sys_enter $@
H A Dfutex-contention-record2 perf record -e syscalls:sys_enter_futex -e syscalls:sys_exit_futex $@
H A Dfutex-contention-report4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
H A Dnetdev-times-report5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
H A Dsched-migration-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
H A Dsched-migration-record2 perf record -m 16384 -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched:sched_migrate_task $@
H A Dsyscall-counts-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
/external/linux-tools-perf/
H A Dcommand-list.txt2 # 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
[all...]
/external/linux-tools-perf/python/
H A Dtwatch.py4 # 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
[all...]
/external/linux-tools-perf/util/
H A Dsetup.py9 perf = Extension('perf', variable
17 setup(name='perf',
23 url='http://perf.wiki.kernel.org',
24 ext_modules=[perf])

Completed in 1705 milliseconds

123