summaryrefslogtreecommitdiff
path: root/tools/tracing/rtla
AgeCommit message (Expand)Author
3 daysMerge 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
2026-01-13rtla: Fix parse_cpu_set() bug introduced by strtoi()Costa Shulyupin
2026-01-07rtla: Fix parse_cpu_set() return value documentationWander Lairson Costa
2026-01-07rtla: Ensure null termination after read operations in utils.cWander Lairson Costa
2026-01-07rtla: Make stop_tracing variable volatileWander Lairson Costa
2026-01-07rtla: Add generated output files to gitignoreWander Lairson Costa
2026-01-07rtla: Fix NULL pointer dereference in actions_parseWander Lairson Costa
2026-01-07rtla: Remove unused headersWander Lairson Costa
2026-01-07rtla: Remove redundant memset after callocWander Lairson Costa
2026-01-07rtla: Use standard exit codes for result enumWander Lairson Costa
2026-01-07rtla: Replace atoi() with a robust strtoi()Wander Lairson Costa
2026-01-07rtla: Introduce for_each_action() helperWander Lairson Costa
2026-01-07tools/rtla: Deduplicate cgroup path opening codeCosta Shulyupin
2026-01-07tools/rtla: Consolidate -H/--house-keeping option parsingCosta Shulyupin
2026-01-07tools/rtla: Consolidate -P/--priority option parsingCosta Shulyupin
2026-01-07tools/rtla: Consolidate -e/--event option parsingCosta Shulyupin
2026-01-07tools/rtla: Consolidate -d/--duration option parsingCosta Shulyupin
2026-01-07tools/rtla: Consolidate -D/--debug option parsingCosta Shulyupin
2026-01-07tools/rtla: Consolidate -C/--cgroup option parsingCosta Shulyupin
2026-01-07tools/rtla: Consolidate -c/--cpus option parsingCosta Shulyupin
2026-01-07tools/rtla: Add common_parse_options()Costa Shulyupin
2026-01-07rtla/tests: Run Test::Harness in verbose modeTomas Glozar
2026-01-07rtla/tests: Test BPF action programTomas Glozar
2026-01-07rtla/timerlat: Add example for BPF action programTomas Glozar