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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/bin/
H A Dfailed-syscalls-record2 perf record -a -e raw_syscalls:sys_exit $@
H A Drw-by-file-report10 perf trace $@ -s ~/libexec/perf-core/scripts/perl/rw-by-file.pl $comm
H A Drw-by-pid-report3 perf trace $@ -s ~/libexec/perf-core/scripts/perl/rw-by-pid.pl
H A Dwakeup-latency-report3 perf trace $@ -s ~/libexec/perf-core/scripts/perl/wakeup-latency.pl
H A Dworkqueue-stats-report3 perf trace $@ -s ~/libexec/perf-core/scripts/perl/workqueue-stats.pl
H A Drw-by-file-record2 perf record -a -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
H A Dwakeup-latency-record2 perf record -a -e sched:sched_switch -e sched:sched_wakeup $@
H A Dfailed-syscalls-report10 perf trace $@ -s ~/libexec/perf-core/scripts/perl/failed-syscalls.pl $comm
H A Drwtop-report20 perf trace $@ -s ~/libexec/perf-core/scripts/perl/rwtop.pl $interval
H A Dcheck-perf-trace-record2 perf record -a -e kmem:kmalloc -e irq:softirq_entry -e kmem:kfree
H A Drw-by-pid-record2 perf record -a -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 -a -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 -a -e workqueue:workqueue_creation -e workqueue:workqueue_destruction -e workqueue:workqueue_execution -e workqueue:workqueue_insertion $@
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/bin/
H A Dfailed-syscalls-by-pid-record2 perf record -a -e raw_syscalls:sys_exit $@
H A Dsctop-record2 perf record -a -e raw_syscalls:sys_enter $@
H A Dsyscall-counts-by-pid-record2 perf record -a -e raw_syscalls:sys_enter $@
H A Dsyscall-counts-record2 perf record -a -e raw_syscalls:sys_enter $@
H A Dsched-migration-report3 perf trace $@ -s ~/libexec/perf-core/scripts/python/sched-migration.py
H A Dfailed-syscalls-by-pid-report10 perf trace $@ -s ~/libexec/perf-core/scripts/python/failed-syscalls-by-pid.py $comm
H A Dsyscall-counts-by-pid-report10 perf trace $@ -s ~/libexec/perf-core/scripts/python/syscall-counts-by-pid.py $comm
H A Dsyscall-counts-report10 perf trace $@ -s ~/libexec/perf-core/scripts/python/syscall-counts.py $comm
H A Dsched-migration-record2 perf record -m 16384 -a -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched:sched_migrate_task $@
H A Dsctop-report24 perf trace $@ -s ~/libexec/perf-core/scripts/python/sctop.py $comm $interval
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dperf.c33 #include "perf.h"
65 struct perf struct
83 struct perf perf[PERF_N]; member in struct:perf_set
116 static struct perf *
121 return &perf_set.perf[pindex];
163 state_must_be (const struct perf *p, const int wanted)
172 update_sofar (struct perf *p)
181 perf_start (struct perf *p)
190 perf_stop (struct perf *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dmperf.c36 struct aperfmperf perf; local
40 if (smp_call_function_single(cpu, read_measured_perf_ctrs, &perf, 1))
43 ratio = calc_aperfmperf_ratio(&per_cpu(acfreq_old_perf, cpu), &perf);
44 per_cpu(acfreq_old_perf, cpu) = perf;

Completed in 104 milliseconds

12