Home
last modified time | relevance | path

Searched refs:RTLA (Results 1 – 8 of 8) sorted by relevance

/linux/tools/tracing/rtla/
H A DMakefile27 RTLA := $(OUTPUT)rtla macro
28 RTLA_IN := $(RTLA)-in.o
40 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/
H A DREADME.txt1 RTLA: Real-Time Linux Analysis tools
8 Installing RTLA
10 RTLA depends on the following libraries and tools:
H A DMakefile.standalone18 $(info This is a deprecated method to compile RTLA, please compile from Linux kernel source)
/linux/tools/tracing/rtla/tests/
H A Dengine.sh7 [ -z "$RTLA" ] && RTLA="./rtla"
19 result=$(stdbuf -oL $TIMEOUT "$RTLA" $2 2>&1); exitcode=$?
/linux/Documentation/tools/rtla/
H A Dindex.rst7 RTLA provides a set of tools for the analysis of the kernel's realtime
H A Drtla-timerlat-hist.rst44 # RTLA timerlat histogram
H A Drtla-osnoise-hist.rst40 # RTLA osnoise histogram
/linux/
H A DMAINTAINERS19956 Real-time Linux Analysis (RTLA) tools