Searched refs:RTLA (Results 1 – 6 of 6) sorted by relevance
27 RTLA := $(OUTPUT)rtla macro 28 RTLA_IN := $(RTLA)-in.o48 all: $(RTLA)96 $(RTLA): $(RTLA_IN)97 $(QUIET_LINK)$(CC) $(LDFLAGS) -o $(RTLA) $(RTLA_IN) $(EXTLIBS)101 $(QUIET_LINK)$(CC) -static $(LDFLAGS) -o $(RTLA)-static $(RTLA_IN) $(EXTLIBS)117 check: $(RTLA) tests/bpf/bpf_action_map.o118 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:
18 $(info This is a deprecated method to compile RTLA, please compile from Linux kernel source)
7 [ -z "$RTLA" ] && RTLA="./rtla"56 result=$(eval stdbuf -oL $TIMEOUT "$RTLA" $2 2>&1); exitcode=$?
9 if ldd $RTLA | grep libbpf >/dev/null && [ -d "$timerlat_sample_event" ]59 "timerlat hist -T 2 --on-threshold shell,command='echo -n 1; false' --on-threshold shell,command='echo -n 2'" 2 "^1# RTLA timerlat histogram$"
22429 Real-time Linux Analysis (RTLA) tools