summaryrefslogtreecommitdiff
path: root/tools/tracing
AgeCommit message (Expand)AuthorFilesLines
2025-02-21rtla/timerlat_top: Abort event processing on second signalTomas Glozar1-0/+8
2025-02-21rtla/timerlat_hist: Abort event processing on second signalTomas Glozar1-0/+8
2025-02-17rtla/timerlat_top: Stop timerlat tracer on signalTomas Glozar1-1/+11
2025-02-17rtla/timerlat_hist: Stop timerlat tracer on signalTomas Glozar1-1/+10
2025-02-17rtla: Add trace_instance_stopTomas Glozar2-0/+9
2025-02-17rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threadsTomas Glozar1-6/+9
2025-02-17rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threadsTomas Glozar1-6/+9
2025-02-17rtla/osnoise: Distinguish missing workload optionTomas Glozar1-1/+1
2024-12-27rtla/timerlat: Fix histogram ALL for zero samplesTomas Glozar1-81/+96
2024-11-22Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-66/+327
2024-11-19tools/rtla: Improve exception handling in timerlat_load.pyfurkanonder1-16/+21
2024-11-19tools/rtla: Enhance argument parsing in timerlat_load.pyfurkanonder1-5/+4
2024-11-19tools/rtla: Improve code readability in timerlat_load.pyfurkanonder1-5/+5
2024-11-19rtla/timerlat: Do not set params->user_workload with -UTomas Glozar2-2/+2
2024-10-17rtla: Documentation: Mention --deepest-idle-stateTomas Glozar1-0/+4
2024-10-17rtla/timerlat: Add --deepest-idle-state for histTomas Glozar1-1/+41
2024-10-17rtla/timerlat: Add --deepest-idle-state for topTomas Glozar1-1/+41
2024-10-17rtla/utils: Add idle state disabling via libcpupowerTomas Glozar2-0/+163
2024-10-17rtla: Add optional dependency on libcpupowerTomas Glozar2-0/+12
2024-10-11rtla/timerlat: Make timerlat_hist_cpu->*_count unsigned long longTomas Glozar1-9/+9
2024-10-11rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long longTomas Glozar1-4/+4
2024-10-10tools/rtla: fix collision with glibc sched_attr/sched_set_attrJan Stancek2-2/+4
2024-10-10tools/rtla: drop __NR_sched_getattrJan Stancek1-18/+14
2024-10-04rtla: Fix consistency in getopt_long for timerlat_histGabriele Monaco1-1/+1
2024-10-04rtla: use the definition for stdout fd when calling isatty()Eder Zulian2-2/+2
2024-10-03rtla: Fix the help text in osnoise and timerlat top toolsEder Zulian2-3/+3
2024-10-03tools/rtla: Fix installation from out-of-tree buildBen Hutchings1-1/+1
2024-08-09rtla/osnoise: Prevent NULL dereference in error handlingDan Carpenter1-7/+4
2024-07-23Merge tag 'perf-tools-fixes-for-v6.11-2024-07-23' of git://git.kernel.org/pub...Linus Torvalds2-2/+4
2024-07-17tools/latency: Use pkg-config in lib_setup of Makefile.configGuilherme Amadio1-1/+2
2024-07-17tools/rtla: Use pkg-config in lib_setup of Makefile.configGuilherme Amadio1-1/+2
2024-06-21rtla/osnoise: Better report when histogram is emptyLuis Claudio R. Goncalves1-0/+15
2024-06-21rtla/osnoise: Use pretty formatting only on interactive ttyLuis Claudio R. Goncalves1-4/+15
2024-05-23tools/latency-collector: Fix -Wformat-security compile warnsShuah Khan1-4/+4
2024-05-16rtla: Fix -t\--trace[=file]John Kacur4-20/+36
2024-05-16rtla/timerlat: Fix histogram report when a cpu count is 0John Kacur1-18/+42
2024-05-16rtla: Add --trace-buffer-size optionDaniel Bristot de Oliveira7-5/+68
2024-05-15rtla/timerlat: Make user-space threads the defaultDaniel Bristot de Oliveira2-6/+56
2024-05-15rtla: Add the --warm-up optionDaniel Bristot de Oliveira4-40/+115
2024-05-15rtla/timerlat: Add a summary for hist modeDaniel Bristot de Oliveira1-1/+129
2024-05-15rtla/timerlat: Add a summary for top modeDaniel Bristot de Oliveira1-0/+108
2024-05-15rtla/timerlat: Use pretty formatting only on interactive ttyDaniel Bristot de Oliveira1-7/+18
2024-05-15rtla/auto-analysis: Replace \t with spacesDaniel Bristot de Oliveira1-46/+63
2024-05-15rtla/timerlat: Simplify "no value" printing on topDaniel Bristot de Oliveira1-12/+5
2024-03-20tools/rtla: Add -U/--user-load option to timerlatDaniel Bristot de Oliveira3-9/+95
2024-03-20tools/rtla: Use tools/build makefiles to build rtlaDaniel Bristot de Oliveira7-145/+244
2024-03-20tools/tracing: Use tools/build makefiles on latency-collectorDaniel Bristot de Oliveira4-19/+122
2024-02-12tools/rtla: Exit with EXIT_SUCCESS when help is invokedJohn Kacur4-4/+20
2024-02-12tools/rtla: Replace setting prio with nice for SCHED_OTHERlimingming32-3/+5
2024-02-12tools/rtla: Remove unused sched_getattr() functionDaniel Bristot de Oliveira1-6/+0