summaryrefslogtreecommitdiff
path: root/tools/tracing/rtla/src/timerlat_top.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-26rtla: Unify apply_config between top and histTomas Glozar1-100/+10
2025-03-26rtla: Fix segfault in save_trace_to_file callTomas Glozar1-1/+2
2025-03-04rtla: Refactor save_trace_to_fileCosta Shulyupin1-4/+1
2025-03-04rtla/timerlat_top: Use BPF to collect samplesTomas Glozar1-40/+215
2025-03-04rtla/timerlat_top: Move divisor to updateTomas Glozar1-29/+25
2025-03-04rtla/timerlat: Unify params structTomas Glozar1-46/+11
2025-01-24rtla: Report missed event countTomas Glozar1-0/+1
2025-01-24tools/rtla: Add osnoise_trace_is_off()Costa Shulyupin1-3/+3
2025-01-24rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threadsTomas Glozar1-6/+9
2025-01-24rtla/timerlat_top: Abort event processing on second signalTomas Glozar1-0/+8
2025-01-24rtla/timerlat_top: Stop timerlat tracer on signalTomas Glozar1-1/+11
2024-11-22Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+47
2024-11-19rtla/timerlat: Do not set params->user_workload with -UTomas Glozar1-1/+1
2024-10-17rtla/timerlat: Add --deepest-idle-state for topTomas Glozar1-1/+41
2024-10-11rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long longTomas Glozar1-4/+4
2024-10-04rtla: use the definition for stdout fd when calling isatty()Eder Zulian1-1/+1
2024-10-03rtla: Fix the help text in osnoise and timerlat top toolsEder Zulian1-2/+2
2024-05-16rtla: Fix -t\--trace[=file]John Kacur1-5/+9
2024-05-16rtla: Add --trace-buffer-size optionDaniel Bristot de Oliveira1-1/+13
2024-05-15rtla/timerlat: Make user-space threads the defaultDaniel Bristot de Oliveira1-3/+28
2024-05-15rtla: Add the --warm-up optionDaniel Bristot de Oliveira1-18/+29
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/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 Oliveira1-4/+10
2024-02-12tools/rtla: Exit with EXIT_SUCCESS when help is invokedJohn Kacur1-1/+5
2023-06-13rtla/timerlat_top: Add timerlat user-space supportDaniel Bristot de Oliveira1-6/+102
2023-06-13rtla: Start the tracers after creating all instancesDaniel Bristot de Oliveira1-6/+13
2023-06-13rtla/timerlat: Give timerlat auto analysis its own instanceDaniel Bristot de Oliveira1-15/+33
2023-06-13rtla: Automatically move rtla to a house-keeping cpuDaniel Bristot de Oliveira1-0/+9
2023-06-13rtla: Change monitored_cpus from char * to cpu_set_tDaniel Bristot de Oliveira1-3/+3
2023-06-13rtla: Add --house-keeping optionDaniel Bristot de Oliveira1-2/+25
2023-06-13rtla: Add -C cgroup supportDaniel Bristot de Oliveira1-2/+24
2023-04-25rtla/timerlat: Add auto-analysis only optionDaniel Bristot de Oliveira1-5/+44
2023-02-02rtla/timerlat: Add auto-analysis support to timerlat topDaniel Bristot de Oliveira1-2/+44
2022-08-10rtla: Fix tracer nameAlexandre Vicenzi1-1/+1
2022-05-26rtla: Avoid record NULL pointer dereferenceWan Jiabing1-5/+6
2022-03-15rtla: Tools main loop cleanupDaniel Bristot de Oliveira1-1/+1
2022-03-15rtla/timerlat: Add --dma-latency optionDaniel Bristot de Oliveira1-2/+26
2022-03-15rtla: Check for trace off also in the trace instanceDaniel Bristot de Oliveira1-2/+2
2022-03-15rtla: Add --filter supportDaniel Bristot de Oliveira1-2/+16
2022-03-15rtla: Add --trigger supportDaniel Bristot de Oliveira1-2/+15
2022-03-15rtla: Add -e/--event supportDaniel Bristot de Oliveira1-2/+26
2022-03-15rtla/timerlat: Add the automatic trace optionDaniel Bristot de Oliveira1-3/+19
2022-02-08rtla: Fix segmentation fault when failing to enable -tDaniel Bristot de Oliveira1-4/+3
2022-01-13rtla: Add timerlat tool and timelart top modeDaniel Bristot de Oliveira1-0/+618