summaryrefslogtreecommitdiffstats
path: root/tools/tracing/rtla/src
AgeCommit message (Expand)AuthorLines
2025-01-24rtla/timerlat_hist: Abort event processing on second signalTomas Glozar-0/+8
2025-01-24rtla/timerlat_top: Stop timerlat tracer on signalTomas Glozar-1/+11
2025-01-24rtla/timerlat_hist: Stop timerlat tracer on signalTomas Glozar-1/+10
2025-01-24rtla: Add trace_instance_stopTomas Glozar-0/+9
2024-12-27rtla/timerlat: Fix histogram ALL for zero samplesTomas Glozar-81/+96
2024-11-22Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-40/+281
2024-11-19rtla/timerlat: Do not set params->user_workload with -UTomas Glozar-2/+2
2024-10-17rtla/timerlat: Add --deepest-idle-state for histTomas Glozar-1/+41
2024-10-17rtla/timerlat: Add --deepest-idle-state for topTomas Glozar-1/+41
2024-10-17rtla/utils: Add idle state disabling via libcpupowerTomas Glozar-0/+163
2024-10-11rtla/timerlat: Make timerlat_hist_cpu->*_count unsigned long longTomas Glozar-9/+9
2024-10-11rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long longTomas Glozar-4/+4
2024-10-10tools/rtla: fix collision with glibc sched_attr/sched_set_attrJan Stancek-2/+4
2024-10-10tools/rtla: drop __NR_sched_getattrJan Stancek-18/+14
2024-10-04rtla: Fix consistency in getopt_long for timerlat_histGabriele Monaco-1/+1
2024-10-04rtla: use the definition for stdout fd when calling isatty()Eder Zulian-2/+2
2024-10-03rtla: Fix the help text in osnoise and timerlat top toolsEder Zulian-3/+3
2024-08-09rtla/osnoise: Prevent NULL dereference in error handlingDan Carpenter-7/+4
2024-06-21rtla/osnoise: Better report when histogram is emptyLuis Claudio R. Goncalves-0/+15
2024-06-21rtla/osnoise: Use pretty formatting only on interactive ttyLuis Claudio R. Goncalves-4/+15
2024-05-16rtla: Fix -t\--trace[=file]John Kacur-20/+36
2024-05-16rtla/timerlat: Fix histogram report when a cpu count is 0John Kacur-18/+42
2024-05-16rtla: Add --trace-buffer-size optionDaniel Bristot de Oliveira-4/+67
2024-05-15rtla/timerlat: Make user-space threads the defaultDaniel Bristot de Oliveira-6/+56
2024-05-15rtla: Add the --warm-up optionDaniel Bristot de Oliveira-40/+115
2024-05-15rtla/timerlat: Add a summary for hist modeDaniel Bristot de Oliveira-1/+129
2024-05-15rtla/timerlat: Add a summary for top modeDaniel Bristot de Oliveira-0/+108
2024-05-15rtla/timerlat: Use pretty formatting only on interactive ttyDaniel Bristot de Oliveira-7/+18
2024-05-15rtla/auto-analysis: Replace \t with spacesDaniel Bristot de Oliveira-46/+63
2024-05-15rtla/timerlat: Simplify "no value" printing on topDaniel Bristot de Oliveira-12/+5
2024-03-20tools/rtla: Add -U/--user-load option to timerlatDaniel Bristot de Oliveira-9/+21
2024-03-20tools/rtla: Use tools/build makefiles to build rtlaDaniel Bristot de Oliveira-0/+11
2024-02-12tools/rtla: Exit with EXIT_SUCCESS when help is invokedJohn Kacur-4/+20
2024-02-12tools/rtla: Replace setting prio with nice for SCHED_OTHERlimingming3-3/+5
2024-02-12tools/rtla: Remove unused sched_getattr() functionDaniel Bristot de Oliveira-6/+0
2024-02-12tools/rtla: Fix clang warning about mount_point var sizeDaniel Bristot de Oliveira-1/+1
2024-02-12tools/rtla: Fix uninitialized bucket/data->bucket_size warningDaniel Bristot de Oliveira-4/+2
2023-10-30rtla: Fix uninitialized variable foundColin Ian King-1/+1
2023-09-22rtla/timerlat: Do not stop user-space if a cpu is offlineDaniel Bristot de Oliveira-2/+4
2023-09-12rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens after thread s...Daniel Bristot de Oliveira-5/+8
2023-09-12rtla/timerlat_aa: Fix negative IRQ delayDaniel Bristot de Oliveira-1/+17
2023-09-12rtla/timerlat_aa: Zero thread sum after every sample analysisDaniel Bristot de Oliveira-0/+1
2023-06-13rtla/timerlat_hist: Add timerlat user-space supportDaniel Bristot de Oliveira-11/+118
2023-06-13rtla/timerlat_top: Add timerlat user-space supportDaniel Bristot de Oliveira-6/+474
2023-06-13rtla/hwnoise: Reduce runtime to 75%Daniel Bristot de Oliveira-1/+7
2023-06-13rtla: Start the tracers after creating all instancesDaniel Bristot de Oliveira-17/+46
2023-06-13rtla/timerlat_hist: Add auto-analysis supportDaniel Bristot de Oliveira-2/+49
2023-06-13rtla/timerlat: Give timerlat auto analysis its own instanceDaniel Bristot de Oliveira-21/+67
2023-06-13rtla: Automatically move rtla to a house-keeping cpuDaniel Bristot de Oliveira-0/+87
2023-06-13rtla: Change monitored_cpus from char * to cpu_set_tDaniel Bristot de Oliveira-87/+24