summaryrefslogtreecommitdiff
path: root/tools/tracing/rtla/src/utils.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30rtla: Fix uninitialized variable foundColin Ian King1-1/+1
2023-06-13rtla/timerlat_top: Add timerlat user-space supportDaniel Bristot de Oliveira1-0/+58
2023-06-13rtla: Automatically move rtla to a house-keeping cpuDaniel Bristot de Oliveira1-0/+50
2023-06-13rtla: Change monitored_cpus from char * to cpu_set_tDaniel Bristot de Oliveira1-63/+0
2023-06-13rtla: Add --house-keeping optionDaniel Bristot de Oliveira1-0/+58
2023-06-13rtla: Add -C cgroup supportDaniel Bristot de Oliveira1-0/+185
2022-08-01rtla: Define syscall numbers for riscvAndreas Schwab1-1/+1
2022-07-12rtla/utils: Use calloc and check the potential memory allocation failurejianchunfu1-2/+3
2022-05-26rtla: Remove procps-ng dependencyDaniel Bristot de Oliveira1-21/+85
2022-05-26rtla: Fix __set_sched_attr error messageDaniel Bristot de Oliveira1-1/+1
2022-03-15rtla/timerlat: Add --dma-latency optionDaniel Bristot de Oliveira1-0/+33
2022-02-04rtla/utils: Fix session duration parsingDaniel Bristot de Oliveira1-2/+2
2022-01-14rtla: Helper functions for rtlaDaniel Bristot de Oliveira1-0/+433