Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A DBuild1 rtla-y += trace.o
2 rtla-y += utils.o
3 rtla-y += actions.o
4 rtla-y += common.o
5 rtla-y += osnoise.o
6 rtla-y += osnoise_top.o
7 rtla-y += osnoise_hist.o
8 rtla-y += timerlat.o
9 rtla-y += timerlat_top.o
10 rtla
[all...]
/linux/tools/tracing/rtla/
H 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
H A DMakefile27 RTLA := $(OUTPUT)rtla
58 DOCSRC := ../../../Documentation/tools/rtla/
78 include Makefile.rtla
130 rtla.%: fixdep FORCE
134 make $(build)=rtla
168 $(call QUIET_CLEAN, rtla)
170 $(Q)rm -f rtla rtla-static fixdep FEATURE-DUMP rtla-*
H 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
26 For development, we suggest the following steps for compiling rtla:
59 - bpftool (if rtla is built against libbpf)
75 For further information, please refer to the rtla man page.
H A D.gitignore2 /rtla
3 /rtla-static
H A DBuild1 rtla-y += src/
/linux/tools/tracing/
H 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
/linux/Documentation/tools/rtla/
H A Dcommon_timerlat_description.txt1 The **rtla timerlat** tool is an interface for the *timerlat* tracer. The
12 The **rtla timerlat** tool sets the options of the *timerlat* tracer
17 unavailable, the **rtla timerlat** tool falls back to using tracefs to
H A Dcommon_timerlat_aa.txt7 disable auto-analysis, reducing rtla timerlat cpu usage
H A Dcommon_osnoise_description.txt1 The **rtla osnoise** tool is an interface for the *osnoise* tracer. The
H A DMakefile12 MAN1_RST = $(wildcard rtla*.rst)
/linux/tools/verification/rv/
H A DREADME.txt20 For development, we suggest the following steps for compiling rtla:
/linux/
H A DMAINTAINERS22968 F: Documentation/tools/rtla/
22969 F: tools/tracing/rtla/