summaryrefslogtreecommitdiff
path: root/tools/tracing
AgeCommit message (Expand)AuthorFilesLines
14 daysrtla/tests: Fix pgrep filter in get_workload_pids.shTomas Glozar1-1/+1
14 daysrtla: Fix and clean up .gitignoreTomas Glozar1-9/+4
2026-05-29rtla: Document tests in READMETomas Glozar1-0/+30
2026-05-28rtla/tests: Add unit tests for -A/--aligned optionTomas Glozar3-0/+52
2026-05-28rtla/timerlat: Add -A/--aligned CLI optionTomas Glozar7-0/+202
2026-05-28rtla/tests: Add unit tests for CLI option callbacksTomas Glozar5-1/+710
2026-05-28rtla/tests: Add unit tests for _parse_args() functionsTomas Glozar10-5/+2486
2026-05-28rtla: Parse cmdline using libsubcmdTomas Glozar19-1283/+1252
2026-05-28rtla: Add libsubcmd dependencyTomas Glozar4-15/+67
2026-05-28rtla/tests: Add runtime tests for restoring continue flagTomas Glozar2-0/+4
2026-05-28rtla/tests: Run runtime tests in temporary directoryTomas Glozar3-12/+24
2026-05-28rtla/tests: Add unit test for restoring continue flagTomas Glozar1-0/+13
2026-05-28rtla/actions: Restore continue flag in actions_perform()Tomas Glozar1-0/+2
2026-05-18rtla: Stop the record trace on interruptCrystal Wood3-10/+12
2026-05-18rtla/tests: Add unit tests for actions moduleTomas Glozar7-104/+502
2026-05-18rtla/tests: Add runtime tests for -C/--cgroupTomas Glozar3-0/+23
2026-05-18rtla/tests: Add runtime test for -k and -u optionsTomas Glozar3-6/+30
2026-05-18rtla/tests: Add runtime test for -H/--house-keepingTomas Glozar3-0/+8
2026-05-18rtla/tests: Cover all hist options in runtime testsTomas Glozar2-2/+36
2026-05-18rtla/tests: Extend timerlat top --aa-only coverageTomas Glozar1-2/+4
2026-05-18rtla/tests: Use negative match when testing --aa-onlyTomas Glozar1-1/+1
2026-05-18rtla/tests: Check -c/--cpus thread affinityTomas Glozar3-2/+13
2026-05-18rtla/tests: Add get_workload_pids() helperTomas Glozar4-6/+17
2026-05-18rtla/tests: Cover both top and hist tools where possibleTomas Glozar3-64/+73
2026-05-18tools/rtla: Fix --dump-tasks usage in timerlatCosta Shulyupin2-3/+4
2026-04-16Merge tag 'trace-rtla-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds28-402/+721
2026-03-30rtla: Fix build without libbpf headerTomas Glozar1-1/+0
2026-03-20rtla: Fix segfault on multiple SIGINTsTomas Glozar1-1/+15
2026-03-11rtla/utils: Fix loop condition in PID validationWander Lairson Costa1-1/+1
2026-03-11rtla/utils: Fix resource leak in set_comm_sched_attr()Wander Lairson Costa1-5/+6
2026-03-11rtla/trace: Fix I/O handling in save_trace_to_file()Wander Lairson Costa1-7/+24
2026-03-11rtla/trace: Fix write loop in trace_event_save_hist()Wander Lairson Costa1-3/+11
2026-03-11rtla/timerlat: Simplify RTLA_NO_BPF environment variable checkWander Lairson Costa1-1/+2
2026-03-11rtla: Use str_has_prefix() for option prefix checkWander Lairson Costa2-2/+2
2026-03-11rtla: Enforce exact match for time unit suffixesWander Lairson Costa1-4/+19
2026-03-11rtla: Use str_has_prefix() for prefix checksWander Lairson Costa2-5/+3
2026-03-11rtla: Add str_has_prefix() helper functionWander Lairson Costa1-0/+13
2026-03-11rtla: Handle pthread_create() failure properlyWander Lairson Costa1-1/+3
2026-03-11rtla/timerlat: Add bounds check for softirq vectorWander Lairson Costa1-2/+2
2026-03-10rtla: Simplify code by caching string lengthsWander Lairson Costa2-6/+11
2026-03-10rtla: Replace magic number with MAX_PATHWander Lairson Costa3-13/+13
2026-03-10rtla: Introduce common_threshold_handler() helperWander Lairson Costa4-44/+86
2026-03-10rtla/actions: Simplify argument parsingWander Lairson Costa2-15/+52
2026-03-10rtla: Use strdup() to simplify codeWander Lairson Costa1-4/+2
2026-03-10rtla: Exit on memory allocation failures during initializationWander Lairson Costa11-132/+108
2026-03-09tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpuCosta Shulyupin6-21/+20
2026-03-09tools/rtla: Remove unneeded nr_cpus membersCosta Shulyupin5-50/+38
2026-03-09tools/rtla: Remove unneeded nr_cpus argumentsCosta Shulyupin7-51/+34
2026-03-09tools/rtla: Consolidate nr_cpus usage across all toolsCosta Shulyupin12-62/+31
2026-03-04rtla/timerlat: Add --stack-format optionTomas Glozar8-9/+77