HomeSort by relevance Sort by last modified time
    Searched full:sched (Results 1 - 25 of 1007) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/linux-tools-perf/scripts/perl/bin/
wakeup-latency-record 2 perf record -e sched:sched_switch -e sched:sched_wakeup $@
  /external/linux-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 $@
sched-migration-report 2 # description: sched migration overview
3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
  /external/valgrind/main/helgrind/tests/
annotate_hbefore.vgtest 1 vgopts: -q --fair-sched=try
  /external/linux-tools-perf/Documentation/
perf-sched.txt 1 perf-sched(1)
6 perf-sched - Tool to trace/measure scheduler properties (latencies)
11 'perf sched' {record|latency|map|replay|trace}
15 There are five variants of perf sched:
17 'perf sched record <command>' to record the scheduling events
20 'perf sched latency' to report the per task scheduling latencies
23 'perf sched trace' to see a detailed trace of the workload that
26 'perf sched replay' to simulate the workload that was recorded
27 via perf sched record. (this is done by starting up mockup threads
33 'perf sched map' to print a textual context-switching outline o
    [all...]
  /external/bison/m4/
sched_h.m4 13 #include <sched.h>
19 [SCHED_H='sched.h'
21 gl_CHECK_NEXT_HEADERS([sched.h])
32 [#include <sched.h>])
  /external/valgrind/main/drd/tests/
annotate_hbefore.vgtest 2 vgopts: --fair-sched=try --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
  /system/core/rootdir/
init.trace.rc 12 chown root shell /sys/kernel/debug/tracing/events/sched/sched_switch/enable
13 chown root shell /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable
23 chmod 0664 /sys/kernel/debug/tracing/events/sched/sched_switch/enable
24 chmod 0664 /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable
  /system/core/toolbox/
renice.c 37 #include <sched.h>
49 int sched; local
55 sched = sched_getscheduler(pid);
56 switch (sched) {
75 sched_get_priority_min(sched), sched_get_priority_max(sched));
96 int sched = SCHED_RR; local
109 sched = get_sched(optarg);
143 ret = sched_setscheduler(pid, sched, &sp);
  /development/ndk/platforms/android-3/include/linux/
mm.h 15 #include <linux/sched.h>
taskstats_kern.h 16 #include <linux/sched.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
mm.h 15 #include <linux/sched.h>
taskstats_kern.h 16 #include <linux/sched.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
mm.h 15 #include <linux/sched.h>
taskstats_kern.h 16 #include <linux/sched.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
mm.h 15 #include <linux/sched.h>
taskstats_kern.h 16 #include <linux/sched.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
irq_32.h 15 #include <linux/sched.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
mm.h 15 #include <linux/sched.h>
taskstats_kern.h 16 #include <linux/sched.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
mm.h 15 #include <linux/sched.h>
taskstats_kern.h 16 #include <linux/sched.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
irq_32.h 15 #include <linux/sched.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
mm.h 15 #include <linux/sched.h>
taskstats_kern.h 16 #include <linux/sched.h>

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>