代码搜索:Events
找到约 10,000 项符合「Events」的源代码
代码结果 10,000
www.eeworm.com/read/281885/9127873
events
www.eeworm.com/read/374502/9402303
events
www.eeworm.com/read/247212/4483971
events
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Naming Service
echo "Starting Naming Service ..."
rm -f nsd.ior
nsd --ior nsd.ior &
nsd_pid=$!
trap "kill $nsd_pid > /dev/null 2> /dev/null" 0
# wa
www.eeworm.com/read/334125/3373535
events
#!/bin/sh
# event script for 'make test'
cmd="$1"
shift
case $cmd in
monitor)
echo "`date` monitor event"
exit 0
;;
startup)
echo "`date` ctdb startup event"
exit 0;
;;
takei
www.eeworm.com/read/420998/2057608
events
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Naming Service
echo "Starting Naming Service ..."
rm -f nsd.ior
nsd --ior nsd.ior &
nsd_pid=$!
trap "kill $nsd_pid > /dev/null 2> /dev/null" 0
# wa
www.eeworm.com/read/416830/2106299
events
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Naming Service
echo "Starting Naming Service ..."
rm -f nsd.ior
nsd --ior nsd.ior &
nsd_pid=$!
trap "kill $nsd_pid > /dev/null 2> /dev/null" 0
# wa
www.eeworm.com/read/351837/3098635
events
#
# MIPS 5K
#
# As standard the CPU supports 2 performance counters. Event 0, 2, 3 and 4
# are available on both counters; the INSNS_EXECED is available on counter 0
# as event 0 and on counter 1 as
www.eeworm.com/read/351837/3098637
events
#
# RM7000 events
#
event:0x00 counters:0,1 um:zero minimum:500 name:CYCLES : Clock cycles
event:0x01 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_ISSUED : Total instructions issued
event:0x02 c
www.eeworm.com/read/351837/3098639
events
#
# R10000 events
#
# The same event numbers mean different things on the two counters
#
event:0x00 counters:0,1 um:zero minimum:500 name:CYCLES : Cycles
event:0x01 counters:0 um:zero minimum:500 name
www.eeworm.com/read/351837/3098641
events
#
# VR5500, VR5532 and VR7701 events
#
# Very similar to what the VR5432 provides.
#
event:0x0 counters:0,1 um:zero minimum:500 name:CYCLES : Processor clock cycles
event:0x1 counters:0,1 um:zero mini