summaryrefslogtreecommitdiff
path: root/tools/tracing
AgeCommit message (Expand)Author
2026-05-29rtla: Document tests in READMETomas Glozar
2026-05-28rtla/tests: Add unit tests for -A/--aligned optionTomas Glozar
2026-05-28rtla/timerlat: Add -A/--aligned CLI optionTomas Glozar
2026-05-28rtla/tests: Add unit tests for CLI option callbacksTomas Glozar
2026-05-28rtla/tests: Add unit tests for _parse_args() functionsTomas Glozar
2026-05-28rtla: Parse cmdline using libsubcmdTomas Glozar
2026-05-28rtla: Add libsubcmd dependencyTomas Glozar
2026-05-28rtla/tests: Add runtime tests for restoring continue flagTomas Glozar
2026-05-28rtla/tests: Run runtime tests in temporary directoryTomas Glozar
2026-05-28rtla/tests: Add unit test for restoring continue flagTomas Glozar
2026-05-28rtla/actions: Restore continue flag in actions_perform()Tomas Glozar
2026-05-18rtla: Stop the record trace on interruptCrystal Wood
2026-05-18rtla/tests: Add unit tests for actions moduleTomas Glozar
2026-05-18rtla/tests: Add runtime tests for -C/--cgroupTomas Glozar
2026-05-18rtla/tests: Add runtime test for -k and -u optionsTomas Glozar
2026-05-18rtla/tests: Add runtime test for -H/--house-keepingTomas Glozar
2026-05-18rtla/tests: Cover all hist options in runtime testsTomas Glozar
2026-05-18rtla/tests: Extend timerlat top --aa-only coverageTomas Glozar
2026-05-18rtla/tests: Use negative match when testing --aa-onlyTomas Glozar
2026-05-18rtla/tests: Check -c/--cpus thread affinityTomas Glozar
2026-05-18rtla/tests: Add get_workload_pids() helperTomas Glozar
2026-05-18rtla/tests: Cover both top and hist tools where possibleTomas Glozar
2026-05-18tools/rtla: Fix --dump-tasks usage in timerlatCosta Shulyupin
2026-04-15Merge tag 'trace-rtla-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-30rtla: Fix build without libbpf headerTomas Glozar
2026-03-20rtla: Fix segfault on multiple SIGINTsTomas Glozar
2026-03-11rtla/utils: Fix loop condition in PID validationWander Lairson Costa
2026-03-11rtla/utils: Fix resource leak in set_comm_sched_attr()Wander Lairson Costa
2026-03-11rtla/trace: Fix I/O handling in save_trace_to_file()Wander Lairson Costa
2026-03-11rtla/trace: Fix write loop in trace_event_save_hist()Wander Lairson Costa
2026-03-11rtla/timerlat: Simplify RTLA_NO_BPF environment variable checkWander Lairson Costa
2026-03-11rtla: Use str_has_prefix() for option prefix checkWander Lairson Costa
2026-03-11rtla: Enforce exact match for time unit suffixesWander Lairson Costa
2026-03-11rtla: Use str_has_prefix() for prefix checksWander Lairson Costa
2026-03-11rtla: Add str_has_prefix() helper functionWander Lairson Costa
2026-03-11rtla: Handle pthread_create() failure properlyWander Lairson Costa
2026-03-11rtla/timerlat: Add bounds check for softirq vectorWander Lairson Costa
2026-03-10rtla: Simplify code by caching string lengthsWander Lairson Costa
2026-03-10rtla: Replace magic number with MAX_PATHWander Lairson Costa
2026-03-10rtla: Introduce common_threshold_handler() helperWander Lairson Costa
2026-03-10rtla/actions: Simplify argument parsingWander Lairson Costa
2026-03-10rtla: Use strdup() to simplify codeWander Lairson Costa
2026-03-10rtla: Exit on memory allocation failures during initializationWander Lairson Costa
2026-03-09tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpuCosta Shulyupin
2026-03-09tools/rtla: Remove unneeded nr_cpus membersCosta Shulyupin
2026-03-09tools/rtla: Remove unneeded nr_cpus argumentsCosta Shulyupin
2026-03-09tools/rtla: Consolidate nr_cpus usage across all toolsCosta Shulyupin
2026-03-04rtla/timerlat: Add --stack-format optionTomas Glozar
2026-03-04tools/rtla: Add unit tests for utils.cCosta Shulyupin
2026-03-02tools/rtla: Generate optstring from long optionsCosta Shulyupin