summaryrefslogtreecommitdiffstats
path: root/tools/tracing/rtla
AgeCommit message (Expand)AuthorLines
2026-01-07rtla/timerlat: Add --bpf-action optionTomas Glozar-2/+80
2026-01-07rtla/timerlat: Support tail call from BPF programTomas Glozar-4/+35
2026-01-07tools/rtla: Add common_usage()Costa Shulyupin-64/+81
2026-01-07rtla: Set stop threshold after all instances are enabledCrystal Wood-37/+38
2026-01-06tools/rtla: Remove unused function declarationsCosta Shulyupin-4/+0
2025-11-21rtla/timerlat: Exit top main loop on any non-zero wait_retvalCrystal Wood-1/+1
2025-11-21rtla/tests: Don't rely on matching ^1ALLCrystal Wood-1/+1
2025-11-21rtla: Fix -a overriding -t argumentIvan Pravdin-4/+8
2025-11-21rtla: Fix -C/--cgroup interfaceIvan Pravdin-76/+55
2025-11-21tools/rtla: Replace osnoise_hist_usage("...") with fatal("...")Costa Shulyupin-19/+13
2025-11-21tools/rtla: Replace osnoise_top_usage("...") with fatal("...")Costa Shulyupin-16/+10
2025-11-21tools/rtla: Replace timerlat_hist_usage("...") with fatal("...")Costa Shulyupin-19/+13
2025-11-21tools/rtla: Replace timerlat_top_usage("...") with fatal("...")Costa Shulyupin-17/+11
2025-11-21tools/rtla: Add fatal() and replace error handling patternCosta Shulyupin-129/+81
2025-11-21rtla/tests: Fix osnoise test calling timerlatTomas Glozar-1/+1
2025-11-21rtla/tests: Extend action tests to 5sTomas Glozar-4/+4
2025-11-20tools/rtla: Fix --on-threshold always triggeringTomas Glozar-9/+15
2025-11-20rtla/timerlat_bpf: Stop tracing on user latencyTomas Glozar-0/+3
2025-11-20tools/rtla: Fix unassigned nr_cpusCosta Shulyupin-2/+3
2025-11-20tools/rtla: Remove unused optional option_indexCosta Shulyupin-16/+4
2025-11-20tools/rtla: Add for_each_monitored_cpu() helperCosta Shulyupin-58/+23
2025-10-05Merge tag 'trace-tools-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1647/+1306
2025-09-27rtla/actions: Fix condition for buffer reallocationWander Lairson Costa-1/+1
2025-09-27rtla: Fix buffer overflow in actions_parseIvan Pravdin-1/+1
2025-09-27tools/rtla: Add remaining support for osnoise actionsCrystal Wood-10/+79
2025-09-27tools/rtla: Add test engine support for unexpected outputCrystal Wood-8/+18
2025-09-27tools/rtla: Fix -A option name in test commentCrystal Wood-2/+2
2025-09-27tools/rtla: Consolidate code between osnoise/timerlat and hist/topCrystal Wood-1194/+792
2025-09-27tools/rtla: Create common_apply_config()Crystal Wood-150/+142
2025-09-27tools/rtla: Move top/hist params into common structCrystal Wood-163/+152
2025-09-27tools/rtla: Consolidate common parameters into shared structureCosta Shulyupin-252/+253
2025-08-19rtla: Check pkg-config installTao Chen-0/+8
2025-07-28rtla/tests: Test timerlat -P option using actionsTomas Glozar-2/+11
2025-07-28rtla/tests: Add grep checks for base test casesTomas Glozar-13/+16
2025-07-25rtla/tests: Limit duration to maximum of 10sTomas Glozar-10/+10
2025-07-25rtla/tests: Add tests for actionsTomas Glozar-0/+28
2025-07-25rtla/tests: Check rtla output with grepTomas Glozar-4/+17
2025-07-25rtla/timerlat: Add action on end featureTomas Glozar-29/+65
2025-07-25rtla/timerlat: Add continue actionTomas Glozar-29/+100
2025-07-25rtla/timerlat_bpf: Allow resuming tracingTomas Glozar-4/+25
2025-07-25rtla/timerlat: Add action on threshold featureTomas Glozar-22/+341
2025-07-25rtla/timerlat: Introduce enum timerlat_tracing_modeTomas Glozar-53/+97
2025-05-29Merge tag 'trace-tools-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-21/+37
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-21/+34
2025-04-14Documentation/rtla: Include BPF sample collectionTomas Glozar-0/+7
2025-03-27Merge tag 'trace-tools-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-623/+1306
2025-03-26rtla: Add the ability to create ctags and etagsJohn Kacur-2/+15
2025-03-26rtla/tests: Test setting default optionsTomas Glozar-0/+32