Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull tracing tools updates from Steven Rostedt: - Add ':' to getopt option 'trace-buffer-size' in timerlat_hist for consistency - Remove unused sched_getattr define - Rename sched_setattr() helper to syscall_sched_setattr() to avoid conflicts - Update counters to long from int to avoid overflow - Add libcpupower dependency detection - Add --deepest-idle-state to timerlat to limit deep idle sleeps - Other minor clean ups and documentation changes * tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: verification/dot2: Improve dot parser robustness tools/rtla: Improve exception handling in timerlat_load.py tools/rtla: Enhance argument parsing in timerlat_load.py tools/rtla: Improve code readability in timerlat_load.py rtla/timerlat: Do not set params->user_workload with -U rtla: Documentation: Mention --deepest-idle-state rtla/timerlat: Add --deepest-idle-state for hist rtla/timerlat: Add --deepest-idle-state for top rtla/utils: Add idle state disabling via libcpupower rtla: Add optional dependency on libcpupower tools/build: Add libcpupower dependency detection rtla/timerlat: Make timerlat_hist_cpu->*_count unsigned long long rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long long tools/rtla: fix collision with glibc sched_attr/sched_set_attr tools/rtla: drop __NR_sched_getattr rtla: Fix consistency in getopt_long for timerlat_hist rv: Fix a typo tools/rv: Correct the grammatical errors in the comments tools/rv: Correct the grammatical errors in the comments rtla: use the definition for stdout fd when calling isatty()
No related branches found
No related tags found
Showing
- Documentation/tools/rtla/common_timerlat_options.rst 8 additions, 0 deletionsDocumentation/tools/rtla/common_timerlat_options.rst
- kernel/trace/rv/rv.c 1 addition, 1 deletionkernel/trace/rv/rv.c
- tools/build/Makefile.feature 1 addition, 0 deletionstools/build/Makefile.feature
- tools/build/feature/Makefile 4 additions, 0 deletionstools/build/feature/Makefile
- tools/build/feature/test-libcpupower.c 8 additions, 0 deletionstools/build/feature/test-libcpupower.c
- tools/tracing/rtla/Makefile 2 additions, 0 deletionstools/tracing/rtla/Makefile
- tools/tracing/rtla/Makefile.config 10 additions, 0 deletionstools/tracing/rtla/Makefile.config
- tools/tracing/rtla/README.txt 4 additions, 0 deletionstools/tracing/rtla/README.txt
- tools/tracing/rtla/sample/timerlat_load.py 30 additions, 26 deletionstools/tracing/rtla/sample/timerlat_load.py
- tools/tracing/rtla/src/osnoise_top.c 1 addition, 1 deletiontools/tracing/rtla/src/osnoise_top.c
- tools/tracing/rtla/src/timerlat_hist.c 52 additions, 12 deletionstools/tracing/rtla/src/timerlat_hist.c
- tools/tracing/rtla/src/timerlat_top.c 47 additions, 7 deletionstools/tracing/rtla/src/timerlat_top.c
- tools/tracing/rtla/src/utils.c 166 additions, 20 deletionstools/tracing/rtla/src/utils.c
- tools/tracing/rtla/src/utils.h 15 additions, 0 deletionstools/tracing/rtla/src/utils.h
- tools/verification/dot2/automata.py 9 additions, 9 deletionstools/verification/dot2/automata.py
- tools/verification/rv/src/in_kernel.c 2 additions, 2 deletionstools/verification/rv/src/in_kernel.c
- tools/verification/rv/src/trace.c 1 addition, 1 deletiontools/verification/rv/src/trace.c
Loading
Please register or sign in to comment