summaryrefslogtreecommitdiffstats
path: root/tools/tracing/rtla/src
AgeCommit message (Expand)AuthorLines
2025-05-07rtla: Define _GNU_SOURCE in timerlat_bpf.cTomas Glozar-0/+1
2025-05-07rtla: Define __NR_sched_setattr for LoongArchTiezhu Yang-0/+2
2025-05-07rtla: Set distinctive exit value for failed testsCosta Shulyupin-8/+18
2025-03-26rtla: Always set all tracer optionsTomas Glozar-59/+56
2025-03-26rtla/osnoise: Set OSNOISE_WORKLOAD to trueTomas Glozar-0/+6
2025-03-26rtla: Unify apply_config between top and histTomas Glozar-334/+227
2025-03-26rtla/osnoise: Unify params structTomas Glozar-87/+68
2025-03-26rtla: Fix segfault in save_trace_to_file callTomas Glozar-5/+9
2025-03-04rtla: Refactor save_trace_to_fileCosta Shulyupin-16/+8
2025-03-04rtla/timerlat_top: Use BPF to collect samplesTomas Glozar-40/+215
2025-03-04rtla/timerlat_top: Move divisor to updateTomas Glozar-29/+25
2025-03-04rtla/timerlat_hist: Use BPF to collect samplesTomas Glozar-21/+146
2025-03-04rtla/timerlat: Add BPF skeleton to collect samplesTomas Glozar-0/+375
2025-03-04rtla/timerlat: Unify params structTomas Glozar-99/+78
2025-01-26Merge tag 'trace-tools-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-42/+154
2025-01-24rtla: Report missed event countTomas Glozar-0/+4
2025-01-24rtla: Add function to report missed eventsTomas Glozar-0/+21
2025-01-24rtla: Count all processed eventsTomas Glozar-0/+5
2025-01-24rtla: Count missed trace eventsTomas Glozar-0/+35
2025-01-24tools/rtla: Add osnoise_trace_is_off()Costa Shulyupin-29/+26
2025-01-24rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threadsTomas Glozar-6/+9
2025-01-24rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threadsTomas Glozar-6/+9
2025-01-24rtla/osnoise: Distinguish missing workload optionTomas Glozar-1/+1
2025-01-24rtla/timerlat_top: Abort event processing on second signalTomas Glozar-0/+8
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