summaryrefslogtreecommitdiff
path: root/tools/tracing/rtla/src
AgeCommit message (Expand)AuthorFilesLines
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 Oliveira6-4/+67
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 Oliveira2-9/+21
2024-03-20tools/rtla: Use tools/build makefiles to build rtlaDaniel Bristot de Oliveira1-0/+11
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
2024-02-12tools/rtla: Fix clang warning about mount_point var sizeDaniel Bristot de Oliveira1-1/+1
2024-02-12tools/rtla: Fix uninitialized bucket/data->bucket_size warningDaniel Bristot de Oliveira2-4/+2
2023-10-30rtla: Fix uninitialized variable foundColin Ian King1-1/+1
2023-09-22rtla/timerlat: Do not stop user-space if a cpu is offlineDaniel Bristot de Oliveira1-2/+4
2023-09-12rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens after thread s...Daniel Bristot de Oliveira1-5/+8
2023-09-12rtla/timerlat_aa: Fix negative IRQ delayDaniel Bristot de Oliveira1-1/+17
2023-09-12rtla/timerlat_aa: Zero thread sum after every sample analysisDaniel Bristot de Oliveira1-0/+1
2023-06-13rtla/timerlat_hist: Add timerlat user-space supportDaniel Bristot de Oliveira1-11/+118
2023-06-13rtla/timerlat_top: Add timerlat user-space supportDaniel Bristot de Oliveira7-6/+474
2023-06-13rtla/hwnoise: Reduce runtime to 75%Daniel Bristot de Oliveira1-1/+7
2023-06-13rtla: Start the tracers after creating all instancesDaniel Bristot de Oliveira4-17/+46
2023-06-13rtla/timerlat_hist: Add auto-analysis supportDaniel Bristot de Oliveira1-2/+49
2023-06-13rtla/timerlat: Give timerlat auto analysis its own instanceDaniel Bristot de Oliveira3-21/+67
2023-06-13rtla: Automatically move rtla to a house-keeping cpuDaniel Bristot de Oliveira6-0/+87
2023-06-13rtla: Change monitored_cpus from char * to cpu_set_tDaniel Bristot de Oliveira5-87/+24
2023-06-13rtla: Add --house-keeping optionDaniel Bristot de Oliveira6-9/+162
2023-06-13rtla: Add -C cgroup supportDaniel Bristot de Oliveira6-9/+282
2023-04-26rtla/timerlat: Fix "Previous IRQ" auto analysis' lineDaniel Bristot de Oliveira1-1/+1
2023-04-26rtla/timerlat: Add auto-analysis only optionDaniel Bristot de Oliveira1-5/+44
2023-02-14rtla: Add hwnoise toolDaniel Bristot de Oliveira4-16/+196
2023-02-02rtla/timerlat: Add auto-analysis support to timerlat topDaniel Bristot de Oliveira1-2/+44
2023-02-02rtla/timerlat: Add auto-analysis coreDaniel Bristot de Oliveira3-0/+1005
2023-02-01tools/tracing/rtla: osnoise_hist: display average with two-digit precisionAndreas Ziegler1-2/+2
2023-02-01tools/tracing/rtla: osnoise_hist: use total duration for average calculationAndreas Ziegler1-1/+4
2022-12-10rtla: Fix exit status when returning from calls to usage()John Kacur3-17/+13
2022-08-10rtla: Fix tracer nameAlexandre Vicenzi2-2/+2
2022-08-01rtla: Define syscall numbers for riscvAndreas Schwab1-1/+1
2022-08-01rtla: Fix double freeAndreas Schwab1-2/+7
2022-07-12rtla/utils: Use calloc and check the potential memory allocation failurejianchunfu1-2/+3
2022-05-26rtla: Remove procps-ng dependencyDaniel Bristot de Oliveira2-22/+87
2022-05-26rtla: Fix __set_sched_attr error messageDaniel Bristot de Oliveira1-1/+1
2022-05-26rtla: Avoid record NULL pointer dereferenceWan Jiabing4-16/+20
2022-03-15rtla: Tools main loop cleanupDaniel Bristot de Oliveira4-5/+5
2022-03-15rtla/timerlat: Add --dma-latency optionDaniel Bristot de Oliveira4-4/+86
2022-03-15rtla/osnoise: Fix osnoise hist stop tracing messageDaniel Bristot de Oliveira1-1/+1