Searched refs:rtla (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | Build | 1 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 D | Makefile.standalone | 7 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 D | Makefile | 27 RTLA := $(OUTPUT)rtla 55 DOCSRC := ../../../Documentation/tools/rtla/ 75 include Makefile.rtla 127 rtla.%: fixdep FORCE 131 make $(build)=rtla 162 $(call QUIET_CLEAN, rtla) 164 $(Q)rm -f rtla rtla-static fixdep FEATURE-DUMP rtla-*
|
| H A D | README.txt | 3 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 | .gitignore | 2 /rtla 3 /rtla-static
|
| H A D | Build | 1 rtla-y += src/
|
| /linux/tools/tracing/ |
| H A D | Makefile | 4 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 D | common_options.txt | 9 Run rtla control threads only on the given cpu-list. 11 …If omitted, rtla will attempt to auto-migrate its main thread to any CPU that is not running any w… 34 …rtla <command> <mode> -t -e osnoise:irq_noise --trigger="hist:key=desc,duration/1000:sort=desc,dur… 49 …If not set, tracer threads keep their default priority. For rtla user threads, it is set to SCHED_… 53 …** option is passed without arguments, the tracer's thread will inherit **rtla**'s *cgroup*. Other… 55 …havior differs between workload types. User workloads created by rtla will inherit rtla's cgroup. … 86 the parent process of rtla. 98 $ rtla |tool| |thresharg| 20 --on-threshold trace 123 $ rtla |tool| -d 5s --on-end trace 125 This runs rtla with the default options, and saves trace output at the end.
|
| H A D | common_timerlat_description.txt | 1 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 D | common_timerlat_aa.txt | 7 disable auto-analysis, reducing rtla timerlat cpu usage
|
| H A D | common_osnoise_description.txt | 1 The **rtla osnoise** tool is an interface for the *osnoise* tracer. The
|
| H A D | Makefile | 12 MAN1_RST = $(wildcard rtla*.rst)
|
| /linux/tools/verification/rv/ |
| H A D | README.txt | 20 For development, we suggest the following steps for compiling rtla:
|
| /linux/ |
| H A D | MAINTAINERS | 22706 F: Documentation/tools/rtla/ 22707 F: tools/tracing/rtla/
|