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

1 2 3 4 5 6 7 8 91011>>

  /external/linux-tools-perf/perf-3.12.0/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/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/bin/
wakeup-latency-record 2 perf record -e sched:sched_switch -e sched:sched_wakeup $@
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-sched.c 103 int (*switch_event)(struct perf_sched *sched, struct perf_evsel *evsel,
106 int (*runtime_event)(struct perf_sched *sched, struct perf_evsel *evsel,
109 int (*wakeup_event)(struct perf_sched *sched, struct perf_evsel *evsel,
113 int (*fork_event)(struct perf_sched *sched, union perf_event *event,
116 int (*migrate_task_event)(struct perf_sched *sched,
188 static void burn_nsecs(struct perf_sched *sched, u64 nsecs)
194 } while (T1 + sched->run_measurement_overhead < T0 + nsecs);
207 static void calibrate_run_measurement_overhead(struct perf_sched *sched)
214 burn_nsecs(sched, 0);
219 sched->run_measurement_overhead = min_delta
464 struct perf_sched *sched; member in struct:sched_thread_parms
472 struct perf_sched *sched = parms->sched; local
1268 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1360 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1386 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1399 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1416 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1665 static struct perf_sched sched = { variable in typeref:struct:perf_sched
    [all...]
  /bionic/libc/bionic/
sched_getcpu.cpp 30 #include <sched.h>
  /development/ndk/platforms/android-3/include/linux/
mm.h 15 #include <linux/sched.h>
taskstats_kern.h 16 #include <linux/sched.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
irq_32.h 21 #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>
  /prebuilts/ndk/5/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/6/platforms/android-3/arch-arm/usr/include/linux/
mm.h 15 #include <linux/sched.h>

Completed in 1141 milliseconds

1 2 3 4 5 6 7 8 91011>>