Searched refs:RTLA (Results 1 – 8 of 8) sorted by relevance
27 RTLA := $(OUTPUT)rtla macro28 RTLA_IN := $(RTLA)-in.o40 all: $(RTLA)64 $(RTLA): $(RTLA_IN)65 $(QUIET_LINK)$(CC) $(LDFLAGS) -o $(RTLA) $(RTLA_IN) $(EXTLIBS)69 $(QUIET_LINK)$(CC) -static $(LDFLAGS) -o $(RTLA)-static $(RTLA_IN) $(EXTLIBS)82 check: $(RTLA)83 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"19 result=$(stdbuf -oL $TIMEOUT "$RTLA" $2 2>&1); exitcode=$?
7 RTLA provides a set of tools for the analysis of the kernel's realtime
44 # RTLA timerlat histogram
40 # RTLA osnoise histogram
19956 Real-time Linux Analysis (RTLA) tools