Home
last modified time | relevance | path

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

/tools/tracing/rtla/src/
A DBuild1 rtla-y += trace.o
2 rtla-y += utils.o
3 rtla-y += actions.o
4 rtla-y += osnoise.o
5 rtla-y += osnoise_top.o
6 rtla-y += osnoise_hist.o
7 rtla-y += timerlat.o
8 rtla-y += timerlat_top.o
10 rtla-y += timerlat_u.o
11 rtla-y += timerlat_aa.o
[all …]
/tools/tracing/rtla/
A DMakefile.standalone7 rtla:
9 include Makefile.rtla
16 rtla: $(OBJ)
17 $(CC) -o rtla $(LDFLAGS) $(OBJ) $(LIBS) $(EXTLIBS)
22 @test ! -f rtla || rm rtla
23 @test ! -f rtla-static || rm rtla-static
24 @test ! -f src/rtla.o || rm src/rtla.o
A DMakefile27 RTLA := $(OUTPUT)rtla
31 DOCSRC := ../../../Documentation/tools/rtla/
49 include Makefile.rtla
88 rtla.%: fixdep FORCE
92 make $(build)=rtla
95 $(call QUIET_CLEAN, rtla)
97 $(Q)rm -f rtla rtla-static fixdep FEATURE-DUMP rtla-*
A D.gitignore2 rtla
3 rtla-static
A DREADME.txt3 The rtla meta-tool includes a set of commands that aims to analyze
5 rtla leverages kernel tracing capabilities to provide precise information
25 For development, we suggest the following steps for compiling rtla:
44 For further information, please refer to the rtla man page.
A DBuild1 rtla-y += src/
/tools/tracing/
A DMakefile4 all: latency rtla
19 rtla: target
20 $(call descend,rtla)
23 $(call descend,rtla,install)
26 $(call descend,rtla,clean)
29 rtla rtla_install rtla_clean
/tools/verification/rv/
A DREADME.txt20 For development, we suggest the following steps for compiling rtla:

Completed in 7 milliseconds