Searched refs:RTLA (Results 1 – 6 of 6) sorted by relevance
27 RTLA := $(OUTPUT)rtla macro 28 RTLA_IN := $(RTLA)-in.o72 all: $(RTLA)120 $(RTLA): $(RTLA_IN) $(LIBSUBCMD) $(LIB_STRING) $(LIB_STR_ERROR_R)121 $(QUIET_LINK)$(CC) $(LDFLAGS) -o $(RTLA) $(RTLA_IN) $(LIBSUBCMD) $(LIB_STRING) $(LIB_STR_ERROR_R) $(EXTLIBS)125 $(QUIET_LINK)$(CC) -static $(LDFLAGS) -o $(RTLA)-static $(RTLA_IN) $(LIBSUBCMD) $(LIB_STRING) $(LIB_STR_ERROR_R) $(EXTLIBS)169 check: $(RTLA) tests/bpf/bpf_action_map.o170 RTLA=$(RTLA) BPFTOOL=$(SYSTEM_BPFTOOL) prove -o -f -v tests/
1 RTLA: Real-Time Linux Analysis tools8 Installing RTLA10 RTLA depends on the following libraries and tools:47 RTLA has two test suites: a runtime test suite and a unit test suite.50 the following dependencies, in addition to RTLA build dependencies:
18 $(info This is a deprecated method to compile RTLA, please compile from Linux kernel source)
10 [ -z "$RTLA" ] && RTLA="./rtla"64 result=$(eval stdbuf -oL $TIMEOUT "$RTLA" $2 2>&1); exitcode=$?
9 if ldd $RTLA | grep libbpf >/dev/null && [ -d "$timerlat_sample_event" ]66 "timerlat hist --no-header -d 1s" 0 "" "RTLA timerlat histogram"92 "timerlat hist -T 2 --on-threshold shell,command='echo -n 1; false' --on-threshold shell,command='echo -n 2'" 2 "^1# RTLA timerlat histogram$"
22698 Real-time Linux Analysis (RTLA) tools