summaryrefslogtreecommitdiff
path: root/tools/tracing/rtla/src/osnoise_hist.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-07rtla: Set distinctive exit value for failed testsCosta Shulyupin1-2/+3
2025-03-26rtla: Unify apply_config between top and histTomas Glozar1-63/+3
2025-03-26rtla/osnoise: Unify params structTomas Glozar1-41/+11
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-01-24rtla: Report missed event countTomas Glozar1-0/+1
2025-01-24tools/rtla: Add osnoise_trace_is_off()Costa Shulyupin1-2/+2
2024-06-21rtla/osnoise: Better report when histogram is emptyLuis Claudio R. Goncalves1-0/+15
2024-05-16rtla: Fix -t\--trace[=file]John Kacur1-5/+9
2024-05-16rtla: Add --trace-buffer-size optionDaniel Bristot de Oliveira1-1/+12
2024-05-15rtla: Add the --warm-up optionDaniel Bristot de Oliveira1-3/+27
2024-02-12tools/rtla: Exit with EXIT_SUCCESS when help is invokedJohn Kacur1-1/+5
2024-02-12tools/rtla: Fix uninitialized bucket/data->bucket_size warningDaniel Bristot de Oliveira1-2/+1
2023-06-13rtla: Start the tracers after creating all instancesDaniel Bristot de Oliveira1-3/+11
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-9/+9
2023-06-13rtla: Add --house-keeping optionDaniel Bristot de Oliveira1-3/+26
2023-06-13rtla: Add -C cgroup supportDaniel Bristot de Oliveira1-2/+24
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-05-26rtla: Avoid record NULL pointer dereferenceWan Jiabing1-2/+3
2022-03-15rtla: Tools main loop cleanupDaniel Bristot de Oliveira1-1/+1
2022-03-15rtla/osnoise: Fix osnoise hist stop tracing messageDaniel Bristot de Oliveira1-1/+1
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-3/+17
2022-03-15rtla: Add --trigger supportDaniel Bristot de Oliveira1-3/+16
2022-03-15rtla: Add -e/--event supportDaniel Bristot de Oliveira1-3/+28
2022-03-15rtla/osnoise: Add the automatic trace optionDaniel Bristot de Oliveira1-3/+16
2022-03-15rtla/osnoise: Add an option to set the thresholdDaniel Bristot de Oliveira1-4/+18
2022-02-26rtla/hist: Make -E the short version of --entriesDaniel Bristot de Oliveira1-5/+5
2022-02-08rtla: Fix segmentation fault when failing to enable -tDaniel Bristot de Oliveira1-4/+3
2022-01-14rtla/osnoise: Add the hist modeDaniel Bristot de Oliveira1-0/+801