summaryrefslogtreecommitdiff
path: root/tools/tracing
AgeCommit message (Expand)Author
2025-02-21rtla/timerlat_top: Abort event processing on second signalTomas Glozar
2025-02-21rtla/timerlat_hist: Abort event processing on second signalTomas Glozar
2025-02-21rtla/timerlat_top: Stop timerlat tracer on signalTomas Glozar
2025-02-21rtla/timerlat_hist: Stop timerlat tracer on signalTomas Glozar
2025-02-21rtla: Add trace_instance_stopTomas Glozar
2025-02-21rtla/osnoise: Distinguish missing workload optionTomas Glozar
2024-12-14tools/rtla: fix collision with glibc sched_attr/sched_set_attrJan Stancek
2024-08-29rtla/osnoise: Prevent NULL dereference in error handlingDan Carpenter
2024-06-12tools/latency-collector: Fix -Wformat-security compile warnsShuah Khan
2024-02-23tools/rtla: Fix Makefile compiler options for clangDaniel Bristot de Oliveira
2024-02-23tools/rtla: Fix uninitialized bucket/data->bucket_size warningDaniel Bristot de Oliveira
2024-02-23tools/rtla: Exit with EXIT_SUCCESS when help is invokedJohn Kacur
2024-02-23tools/rtla: Replace setting prio with nice for SCHED_OTHERlimingming3
2024-02-23tools/rtla: Remove unused sched_getattr() functionDaniel Bristot de Oliveira
2023-03-10tools/tracing/rtla: osnoise_hist: use total duration for average calculationAndreas Ziegler
2022-08-10rtla: Consolidate and show all necessary libraries that failed for buildingSteven Rostedt (Google)
2022-08-10tools/rtla: Build with EXTRA_{C,LD}FLAGSBen Hutchings
2022-08-10tools/rtla: Fix command symlinksBen Hutchings
2022-08-10rtla: Fix tracer nameAlexandre Vicenzi
2022-07-31rtla: Define syscall numbers for riscvAndreas Schwab
2022-07-31rtla: Fix double freeAndreas Schwab
2022-07-31rtla: Fix Makefile when called from -C tools/Daniel Bristot de Oliveira
2022-07-11rtla/utils: Use calloc and check the potential memory allocation failurejianchunfu
2022-05-26rtla: Remove procps-ng dependencyDaniel Bristot de Oliveira
2022-05-26rtla: Fix __set_sched_attr error messageDaniel Bristot de Oliveira
2022-05-26rtla: Minor grammar fix for rtla READMEJohn Kacur
2022-05-26rtla: Don't overwrite existing directory modeJohn Kacur
2022-05-26rtla: Avoid record NULL pointer dereferenceWan Jiabing
2022-05-26rtla/Makefile: Properly handle dependenciesDaniel Bristot de Oliveira
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-15rtla: Tools main loop cleanupDaniel Bristot de Oliveira
2022-03-15rtla/timerlat: Add --dma-latency optionDaniel Bristot de Oliveira
2022-03-15rtla/osnoise: Fix osnoise hist stop tracing messageDaniel Bristot de Oliveira
2022-03-15rtla: Check for trace off also in the trace instanceDaniel Bristot de Oliveira
2022-03-15rtla/trace: Save event histogram output to a fileDaniel Bristot de Oliveira
2022-03-15rtla: Add --filter supportDaniel Bristot de Oliveira
2022-03-15rtla/trace: Add trace event filter helpersDaniel Bristot de Oliveira
2022-03-15rtla: Add --trigger supportDaniel Bristot de Oliveira
2022-03-15rtla/trace: Add trace event trigger helpersDaniel Bristot de Oliveira
2022-03-15rtla: Add -e/--event supportDaniel Bristot de Oliveira
2022-03-15rtla/trace: Add trace events helpersDaniel Bristot de Oliveira
2022-03-15rtla/timerlat: Add the automatic trace optionDaniel Bristot de Oliveira
2022-03-15rtla/osnoise: Add the automatic trace optionDaniel Bristot de Oliveira
2022-03-15rtla/osnoise: Add an option to set the thresholdDaniel Bristot de Oliveira
2022-03-15rtla/osnoise: Add support to adjust the tracing_threshDaniel Bristot de Oliveira
2022-02-25rtla/osnoise: Fix error message when failing to enable trace instanceDaniel Bristot de Oliveira
2022-02-25rtla/osnoise: Free params at the exitDaniel Bristot de Oliveira
2022-02-25rtla/hist: Make -E the short version of --entriesDaniel Bristot de Oliveira
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2022-02-08rtla: Fix segmentation fault when failing to enable -tDaniel Bristot de Oliveira