Home
last modified time | relevance | path

Searched refs:sched (Results 1 – 25 of 52) sorted by relevance

123

/external/linux-tools-perf/Documentation/
Dperf-sched.txt1 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 of
[all …]
Dperf-bench.txt27 % perf bench sched pipe # with no style specified
38 % perf bench --format=simple sched pipe # specified simple
45 'sched'::
48 SUITES FOR 'sched'
76 % perf bench sched messaging # run with default
82 % perf bench sched messaging -t -g 20 # be multi-thread, with 20 groups
103 % perf bench sched pipe
110 % perf bench sched pipe -l 1000 # loop 1000
/external/ipsec-tools/src/racoon/
Dschedule.c69 static TAILQ_HEAD(_schedtree, sched) sctree;
71 static void sched_add __P((struct sched *));
84 struct sched *p, *next = NULL; in schedular()
126 struct sched *
133 struct sched *new;
135 new = (struct sched *)racoon_malloc(sizeof(*new));
159 struct sched *sc; in sched_add()
161 struct sched *p;
199 struct sched *sc; in sched_kill()
211 struct sched *sc;
[all …]
Dschedule.h42 struct sched { struct
56 TAILQ_ENTRY(sched) chain; argument
79 struct sched *sched_new __P((time_t, void (*func) __P((void *)), void *));
80 void sched_kill __P((struct sched *));
Dhandler.h143 struct sched *sce; /* schedule for expire */
145 struct sched *scr; /* schedule for resend */
203 struct sched *dpd_r_u;
262 struct sched *sce; /* schedule for expire */
263 struct sched *scr; /* schedule for resend */
345 struct sched *scr; /* schedule for resend, may not used */
/external/linux-tools-perf/scripts/python/bin/
Dsched-migration-record2 perf record -m 16384 -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched
Dsched-migration-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
/external/openssl/crypto/des/
Denc_read.c87 int DES_enc_read(int fd, void *buf, int len, DES_key_schedule *sched, in OPENSSL_IMPLEMENT_GLOBAL()
195 DES_pcbc_encrypt(net,unnet,num,sched,iv,DES_DECRYPT); in OPENSSL_IMPLEMENT_GLOBAL()
197 DES_cbc_encrypt(net,unnet,num,sched,iv,DES_DECRYPT); in OPENSSL_IMPLEMENT_GLOBAL()
217 DES_pcbc_encrypt(net,tmpbuf,num,sched,iv, in OPENSSL_IMPLEMENT_GLOBAL()
220 DES_cbc_encrypt(net,tmpbuf,num,sched,iv, in OPENSSL_IMPLEMENT_GLOBAL()
230 DES_pcbc_encrypt(net,buf,num,sched,iv, in OPENSSL_IMPLEMENT_GLOBAL()
233 DES_cbc_encrypt(net,buf,num,sched,iv, in OPENSSL_IMPLEMENT_GLOBAL()
Denc_writ.c81 DES_key_schedule *sched, DES_cblock *iv) in DES_enc_write() argument
118 ((len-i) > MAXWRITE)?MAXWRITE:(len-i),sched,iv); in DES_enc_write()
146 DES_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv, in DES_enc_write()
149 DES_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv, in DES_enc_write()
Ddes_old.c180 int _ossl_old_des_enc_read(int fd,char *buf,int len,des_key_schedule sched, in _ossl_old_des_enc_read() argument
183 return DES_enc_read(fd, buf, len, (DES_key_schedule *)sched, iv); in _ossl_old_des_enc_read()
185 int _ossl_old_des_enc_write(int fd,char *buf,int len,des_key_schedule sched, in _ossl_old_des_enc_write() argument
188 return DES_enc_write(fd, buf, len, (DES_key_schedule *)sched, iv); in _ossl_old_des_enc_write()
Ddes.h203 int DES_enc_read(int fd,void *buf,int len,DES_key_schedule *sched,
205 int DES_enc_write(int fd,const void *buf,int len,DES_key_schedule *sched,
/external/linux-tools-perf/scripts/perl/bin/
Dwakeup-latency-record2 perf record -e sched:sched_switch -e sched:sched_wakeup $@
/external/llvm/test/CodeGen/Generic/
D2006-07-03-schedulers.ll1 ; RUN: llc < %s -pre-RA-sched=default
2 ; RUN: llc < %s -pre-RA-sched=list-burr
3 ; RUN: llc < %s -pre-RA-sched=fast
/external/linux-tools-perf/scripts/perl/
Dwakeup-latency.pl28 sub sched::sched_switch subroutine
51 sub sched::sched_wakeup subroutine
/external/llvm/test/CodeGen/ARM/
Dunaligned_load_store.ll1 ; RUN: llc < %s -march=arm -pre-RA-sched=source | FileCheck %s -check-prefix=EXPANDED
2 ; RUN: llc < %s -mtriple=armv6-apple-darwin -mcpu=cortex-a8 -arm-strict-align -pre-RA-sched=source …
Dva_arg.ll1 ; RUN: llc < %s -mtriple=armv7-none-linux-gnueabi -pre-RA-sched=source | FileCheck %s
/external/linux-tools-perf/
DAndroid.mk182 builtin-sched.c \
239 bench/sched-messaging.c \
240 bench/sched-pipe.c \
Dcommand-list.txt14 perf-sched mainporcelain common
/external/llvm/test/CodeGen/X86/
Dpr7882.ll1 ; RUN: llc < %s -march=x86 -mtriple=i686-apple-darwin -pre-RA-sched=fast \
D2011-06-14-PreschedRegalias.ll1 ; RUN: llc < %s -march=x86-64 -stress-sched | FileCheck %s
D2012-05-17-TwoAddressBug.ll1 ; RUN: llc < %s -mtriple=x86_64-apple-macosx -pre-RA-sched=source | FileCheck %s
Dbreak-anti-dependencies.ll4 ; RUN: llc < %s -march=x86-64 -mcpu=atom -post-RA-scheduler -pre-RA-sched=list-burr -break-anti-dep…
/external/llvm/test/CodeGen/Hexagon/
Dstatic.ll1 ; RUN: llc -march=hexagon -mcpu=hexagonv4 -disable-dfa-sched -disable-hexagon-misched < %s | FileCh…
/external/llvm/test/CodeGen/Thumb2/
D2010-03-15-AsmCCClobber.ll2 ; RUN: -pre-RA-sched=source | FileCheck %s
4 ; RUN: -pre-RA-sched=list-hybrid | FileCheck %s
/external/openssl/include/openssl/
Ddes.h203 int DES_enc_read(int fd,void *buf,int len,DES_key_schedule *sched,
205 int DES_enc_write(int fd,const void *buf,int len,DES_key_schedule *sched,

123