Home
last modified time | relevance | path

Searched refs:BIN (Results 1 – 22 of 22) sorted by relevance

/linux/tools/perf/tests/shell/coresight/memcpy_thread/
H A DMakefile6 BIN=memcpy_thread macro
10 all: $(BIN)
12 $(BIN): $(BIN).c
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
26 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)'
31 $(Q)$(RM) -f $(BIN)
/linux/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A DMakefile6 BIN=unroll_loop_thread macro
10 all: $(BIN)
12 $(BIN): $(BIN).c
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
26 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)'
31 $(Q)$(RM) -f $(BIN)
/linux/tools/perf/tests/shell/coresight/thread_loop/
H A DMakefile6 BIN=thread_loop macro
10 all: $(BIN)
12 $(BIN): $(BIN).c
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
26 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)'
31 $(Q)$(RM) -f $(BIN)
/linux/tools/perf/tests/shell/coresight/asm_pure_loop/
H A DMakefile7 BIN=asm_pure_loop macro
11 all: $(BIN)
13 $(BIN): $(BIN).S
17 $(Q)$(CC) $(BIN).S -nostdlib -static -o $(BIN) $(LIB)
27 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)'
32 $(Q)$(RM) -f $(BIN)
/linux/tools/testing/selftests/net/
H A Dmsg_zerocopy.sh11 readonly BIN="./msg_zerocopy"
139 ip netns exec "${NS2}" "${BIN}" "-${IP}" -i "${DEV}" -t 2 -C 2 \
142 ip netns exec "${NS1}" "${BIN}" "-${IP}" -i "${DEV}" -t 1 -C 3 \
154 ip netns exec "${NS1}" "${BIN}" "-${IP}" -i "${DEV}" -t 1 -C 3 \
H A Dso_txtime.sh10 readonly BIN="./so_txtime"
69 …ip netns exec "${NS2}" "${BIN}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "…
70 …ip netns exec "${NS1}" "${BIN}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "…
/linux/tools/perf/tests/shell/coresight/
H A Dunroll_loop_thread_10.sh17 perf record $PERFRECOPT -o "$DATA" "$BIN" $ARGS
H A Dasm_pure_loop.sh17 perf record $PERFRECOPT -o "$DATA" "$BIN" $ARGS
H A Dmemcpy_thread_16k_10.sh17 perf record $PERFRECOPT -o "$DATA" "$BIN" $ARGS
H A Dthread_loop_check_tid_10.sh18 SHOW_TID=1 perf record -s $PERFRECOPT -o "$DATA" "$BIN" $ARGS > $STDO
H A Dthread_loop_check_tid_2.sh18 SHOW_TID=1 perf record -s $PERFRECOPT -o "$DATA" "$BIN" $ARGS > $STDO
/linux/include/uapi/linux/
H A Dgpib.h62 BIN = 0x1000 /* Do 8-bit compare on EOS */ enumerator
/linux/Documentation/input/devices/
H A Dwalkera0701.rst68 SYNC BIN OCT
/linux/Documentation/arch/x86/
H A Dintel_txt.rst208 module /Q35_SINIT_17.BIN
218 The Q35_SINIT_17.BIN file is what Intel TXT refers to as an
/linux/drivers/gpib/tms9914/
H A Dtms9914.c204 priv->eos_flags |= BIN; in tms9914_enable_eos()
432 if (priv->eos_flags & BIN) { in check_for_eos()
/linux/drivers/gpib/common/
H A Diblib.c509 retval = board->interface->enable_eos(board, eos, eosflags & BIN); in ibeos()
/linux/drivers/gpib/gpio/
H A Dgpib_bitbang.c370 priv->eos_check_8 = priv->eos_flags & BIN; /* over 8 bits */ in bb_read()
934 priv->eos_flags |= BIN; in bb_enable_eos()
/linux/drivers/gpib/ni_usb/
H A Dni_usb_gpib.c1200 ni_priv->eos_mode |= BIN; in ni_usb_enable_eos()
1202 ni_priv->eos_mode &= ~BIN; in ni_usb_enable_eos()
1699 if (ni_priv->eos_mode & BIN) in ni_usb_setup_init()
/linux/drivers/gpib/lpvo_usb_gpib/
H A Dlpvo_usb_gpib.c592 pd->eos_flags |= BIN; in usb_gpib_enable_eos()
/linux/kernel/trace/
H A Dtrace.h1393 C(BIN, "bin"), \
H A Dtrace.c4442 if (trace_flags & TRACE_ITER(BIN)) in print_trace_line()
/linux/drivers/gpib/agilent_82357a/
H A Dagilent_82357a.c845 a_priv->eos_mode = REOS | BIN; in agilent_82357a_enable_eos()