Searched refs:rtla (Results 1 – 8 of 8) sorted by relevance
1 rtla-y += trace.o2 rtla-y += utils.o3 rtla-y += actions.o4 rtla-y += osnoise.o5 rtla-y += osnoise_top.o6 rtla-y += osnoise_hist.o7 rtla-y += timerlat.o8 rtla-y += timerlat_top.o10 rtla-y += timerlat_u.o11 rtla-y += timerlat_aa.o[all …]
7 rtla:9 include Makefile.rtla16 rtla: $(OBJ)17 $(CC) -o rtla $(LDFLAGS) $(OBJ) $(LIBS) $(EXTLIBS)22 @test ! -f rtla || rm rtla23 @test ! -f rtla-static || rm rtla-static24 @test ! -f src/rtla.o || rm src/rtla.o
27 RTLA := $(OUTPUT)rtla31 DOCSRC := ../../../Documentation/tools/rtla/49 include Makefile.rtla88 rtla.%: fixdep FORCE92 make $(build)=rtla95 $(call QUIET_CLEAN, rtla)97 $(Q)rm -f rtla rtla-static fixdep FEATURE-DUMP rtla-*
2 rtla3 rtla-static
3 The rtla meta-tool includes a set of commands that aims to analyze5 rtla leverages kernel tracing capabilities to provide precise information25 For development, we suggest the following steps for compiling rtla:44 For further information, please refer to the rtla man page.
1 rtla-y += src/
4 all: latency rtla19 rtla: target20 $(call descend,rtla)23 $(call descend,rtla,install)26 $(call descend,rtla,clean)29 rtla rtla_install rtla_clean
20 For development, we suggest the following steps for compiling rtla:
Completed in 7 milliseconds