Searched refs:RTLA (Results 1 – 9 of 9) sorted by relevance
27 RTLA := $(OUTPUT)rtla macro28 RTLA_IN := $(RTLA)-in.o46 all: $(RTLA)81 $(RTLA): $(RTLA_IN)82 $(QUIET_LINK)$(CC) $(LDFLAGS) -o $(RTLA) $(RTLA_IN) $(EXTLIBS)86 $(QUIET_LINK)$(CC) -static $(LDFLAGS) -o $(RTLA)-static $(RTLA_IN) $(EXTLIBS)100 check: $(RTLA)101 RTLA=$(RTLA) prove -o -f 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" ]
7 RTLA provides a set of tools for the analysis of the kernel's realtime
46 # RTLA timerlat histogram
42 # RTLA osnoise histogram
21936 Real-time Linux Analysis (RTLA) tools