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
48 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.o
118 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:
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"
56 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" ]
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$"
/linux/
H A DMAINTAINERS22429 Real-time Linux Analysis (RTLA) tools