Home
last modified time | relevance | path

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

/tools/perf/tests/shell/coresight/asm_pure_loop/
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)
/tools/perf/tests/shell/coresight/memcpy_thread/
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)
/tools/perf/tests/shell/coresight/thread_loop/
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)
/tools/perf/tests/shell/coresight/unroll_loop_thread/
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)
/tools/testing/selftests/net/
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 \
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}" "…
/tools/perf/tests/shell/lib/
A Dcoresight.sh17 BIN="$DIR/$TEST"
19 if ! test -x "$BIN"; then exit 2; fi
/tools/perf/tests/shell/coresight/
A Dasm_pure_loop.sh17 perf record $PERFRECOPT -o "$DATA" "$BIN" $ARGS
A Dmemcpy_thread_16k_10.sh17 perf record $PERFRECOPT -o "$DATA" "$BIN" $ARGS
A Dunroll_loop_thread_10.sh17 perf record $PERFRECOPT -o "$DATA" "$BIN" $ARGS
A Dthread_loop_check_tid_10.sh18 SHOW_TID=1 perf record -s $PERFRECOPT -o "$DATA" "$BIN" $ARGS > $STDO
A Dthread_loop_check_tid_2.sh18 SHOW_TID=1 perf record -s $PERFRECOPT -o "$DATA" "$BIN" $ARGS > $STDO

Completed in 9 milliseconds