summaryrefslogtreecommitdiff
path: root/tools/tracing
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'trace-tools-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-372/+246
2025-11-21rtla/timerlat: Exit top main loop on any non-zero wait_retvalCrystal Wood1-1/+1
2025-11-21rtla/tests: Don't rely on matching ^1ALLCrystal Wood1-1/+1
2025-11-21rtla: Fix -a overriding -t argumentIvan Pravdin4-4/+8
2025-11-21rtla: Fix -C/--cgroup interfaceIvan Pravdin6-76/+55
2025-11-21tools/rtla: Replace osnoise_hist_usage("...") with fatal("...")Costa Shulyupin1-19/+13
2025-11-21tools/rtla: Replace osnoise_top_usage("...") with fatal("...")Costa Shulyupin1-16/+10
2025-11-21tools/rtla: Replace timerlat_hist_usage("...") with fatal("...")Costa Shulyupin1-19/+13
2025-11-21tools/rtla: Replace timerlat_top_usage("...") with fatal("...")Costa Shulyupin1-17/+11
2025-11-21tools/rtla: Add fatal() and replace error handling patternCosta Shulyupin7-129/+81
2025-11-21rtla/tests: Fix osnoise test calling timerlatTomas Glozar1-1/+1
2025-11-21rtla/tests: Extend action tests to 5sTomas Glozar2-4/+4
2025-11-20tools/rtla: Fix --on-threshold always triggeringTomas Glozar1-9/+15
2025-11-20rtla/timerlat_bpf: Stop tracing on user latencyTomas Glozar1-0/+3
2025-11-20tools/rtla: Fix unassigned nr_cpusCosta Shulyupin2-2/+3
2025-11-20tools/rtla: Remove unused optional option_indexCosta Shulyupin4-16/+4
2025-11-20tools/rtla: Add for_each_monitored_cpu() helperCosta Shulyupin6-58/+23
2025-11-07tracing/tools: Fix incorrcet short option in usage text for --threadsZhang Chujun1-1/+1
2025-10-05Merge tag 'trace-tools-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-1647/+1306
2025-09-27rtla/actions: Fix condition for buffer reallocationWander Lairson Costa1-1/+1
2025-09-27rtla: Fix buffer overflow in actions_parseIvan Pravdin1-1/+1
2025-09-27tools/rtla: Add remaining support for osnoise actionsCrystal Wood7-10/+79
2025-09-27tools/rtla: Add test engine support for unexpected outputCrystal Wood1-8/+18
2025-09-27tools/rtla: Fix -A option name in test commentCrystal Wood1-2/+2
2025-09-27tools/rtla: Consolidate code between osnoise/timerlat and hist/topCrystal Wood12-1194/+792
2025-09-27tools/rtla: Create common_apply_config()Crystal Wood9-150/+142
2025-09-27tools/rtla: Move top/hist params into common structCrystal Wood8-163/+152
2025-09-27tools/rtla: Consolidate common parameters into shared structureCosta Shulyupin10-252/+253
2025-08-20rtla: Check pkg-config installTao Chen1-0/+8
2025-08-20tools/latency-collector: Check pkg-config installTao Chen1-0/+8
2025-07-28rtla/tests: Test timerlat -P option using actionsTomas Glozar3-2/+11
2025-07-28rtla/tests: Add grep checks for base test casesTomas Glozar3-13/+16
2025-07-25rtla/tests: Limit duration to maximum of 10sTomas Glozar3-10/+10
2025-07-25rtla/tests: Add tests for actionsTomas Glozar1-0/+28
2025-07-25rtla/tests: Check rtla output with grepTomas Glozar1-4/+17
2025-07-25rtla/timerlat: Add action on end featureTomas Glozar3-29/+65
2025-07-25rtla/timerlat: Add continue actionTomas Glozar4-29/+100
2025-07-25rtla/timerlat_bpf: Allow resuming tracingTomas Glozar3-4/+25
2025-07-25rtla/timerlat: Add action on threshold featureTomas Glozar6-22/+341
2025-07-25rtla/timerlat: Introduce enum timerlat_tracing_modeTomas Glozar4-53/+97
2025-05-30Merge tag 'trace-tools-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-21/+37
2025-05-08rtla: Define _GNU_SOURCE in timerlat_bpf.cTomas Glozar1-0/+1
2025-05-07rtla: Define __NR_sched_setattr for LoongArchTiezhu Yang1-0/+2
2025-05-07rtla: Set distinctive exit value for failed testsCosta Shulyupin9-21/+34
2025-04-14Documentation/rtla: Include BPF sample collectionTomas Glozar1-0/+7
2025-03-28Merge tag 'trace-tools-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-623/+1306
2025-03-26rtla: Add the ability to create ctags and etagsJohn Kacur1-2/+15
2025-03-26rtla/tests: Test setting default optionsTomas Glozar2-0/+32
2025-03-26rtla/tests: Reset osnoise options before checkTomas Glozar1-0/+40
2025-03-26rtla: Always set all tracer optionsTomas Glozar2-59/+56