Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/
H A DMakefile27 RTLA := $(OUTPUT)rtla macro
28 RTLA_IN := $(RTLA)-in.o
72 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.o
170 RTLA=$(RTLA) BPFTOOL=$(SYSTEM_BPFTOOL) prove -o -f -v tests/
H A DREADME.txt1 RTLA: Real-Time Linux Analysis tools
8 Installing RTLA
10 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:
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.sh10 [ -z "$RTLA" ] && RTLA="./rtla"
64 result=$(eval stdbuf -oL $TIMEOUT "$RTLA" $2 2>&1); exitcode=$?
H A Dtimerlat.t9 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$"
/linux/
H A DMAINTAINERS22698 Real-time Linux Analysis (RTLA) tools