index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
tracing
/
rtla
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'trace-rtla-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-30
rtla: Fix build without libbpf header
Tomas Glozar
2026-03-20
rtla: Fix segfault on multiple SIGINTs
Tomas Glozar
2026-03-11
rtla/utils: Fix loop condition in PID validation
Wander Lairson Costa
2026-03-11
rtla/utils: Fix resource leak in set_comm_sched_attr()
Wander Lairson Costa
2026-03-11
rtla/trace: Fix I/O handling in save_trace_to_file()
Wander Lairson Costa
2026-03-11
rtla/trace: Fix write loop in trace_event_save_hist()
Wander Lairson Costa
2026-03-11
rtla/timerlat: Simplify RTLA_NO_BPF environment variable check
Wander Lairson Costa
2026-03-11
rtla: Use str_has_prefix() for option prefix check
Wander Lairson Costa
2026-03-11
rtla: Enforce exact match for time unit suffixes
Wander Lairson Costa
2026-03-11
rtla: Use str_has_prefix() for prefix checks
Wander Lairson Costa
2026-03-11
rtla: Add str_has_prefix() helper function
Wander Lairson Costa
2026-03-11
rtla: Handle pthread_create() failure properly
Wander Lairson Costa
2026-03-11
rtla/timerlat: Add bounds check for softirq vector
Wander Lairson Costa
2026-03-10
rtla: Simplify code by caching string lengths
Wander Lairson Costa
2026-03-10
rtla: Replace magic number with MAX_PATH
Wander Lairson Costa
2026-03-10
rtla: Introduce common_threshold_handler() helper
Wander Lairson Costa
2026-03-10
rtla/actions: Simplify argument parsing
Wander Lairson Costa
2026-03-10
rtla: Use strdup() to simplify code
Wander Lairson Costa
2026-03-10
rtla: Exit on memory allocation failures during initialization
Wander Lairson Costa
2026-03-09
tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpu
Costa Shulyupin
2026-03-09
tools/rtla: Remove unneeded nr_cpus members
Costa Shulyupin
2026-03-09
tools/rtla: Remove unneeded nr_cpus arguments
Costa Shulyupin
2026-03-09
tools/rtla: Consolidate nr_cpus usage across all tools
Costa Shulyupin
2026-03-04
rtla/timerlat: Add --stack-format option
Tomas Glozar
2026-03-04
tools/rtla: Add unit tests for utils.c
Costa Shulyupin
2026-03-02
tools/rtla: Generate optstring from long options
Costa Shulyupin
2026-01-13
rtla: Fix parse_cpu_set() bug introduced by strtoi()
Costa Shulyupin
2026-01-07
rtla: Fix parse_cpu_set() return value documentation
Wander Lairson Costa
2026-01-07
rtla: Ensure null termination after read operations in utils.c
Wander Lairson Costa
2026-01-07
rtla: Make stop_tracing variable volatile
Wander Lairson Costa
2026-01-07
rtla: Add generated output files to gitignore
Wander Lairson Costa
2026-01-07
rtla: Fix NULL pointer dereference in actions_parse
Wander Lairson Costa
2026-01-07
rtla: Remove unused headers
Wander Lairson Costa
2026-01-07
rtla: Remove redundant memset after calloc
Wander Lairson Costa
2026-01-07
rtla: Use standard exit codes for result enum
Wander Lairson Costa
2026-01-07
rtla: Replace atoi() with a robust strtoi()
Wander Lairson Costa
2026-01-07
rtla: Introduce for_each_action() helper
Wander Lairson Costa
2026-01-07
tools/rtla: Deduplicate cgroup path opening code
Costa Shulyupin
2026-01-07
tools/rtla: Consolidate -H/--house-keeping option parsing
Costa Shulyupin
2026-01-07
tools/rtla: Consolidate -P/--priority option parsing
Costa Shulyupin
2026-01-07
tools/rtla: Consolidate -e/--event option parsing
Costa Shulyupin
2026-01-07
tools/rtla: Consolidate -d/--duration option parsing
Costa Shulyupin
2026-01-07
tools/rtla: Consolidate -D/--debug option parsing
Costa Shulyupin
2026-01-07
tools/rtla: Consolidate -C/--cgroup option parsing
Costa Shulyupin
2026-01-07
tools/rtla: Consolidate -c/--cpus option parsing
Costa Shulyupin
2026-01-07
tools/rtla: Add common_parse_options()
Costa Shulyupin
2026-01-07
rtla/tests: Run Test::Harness in verbose mode
Tomas Glozar
2026-01-07
rtla/tests: Test BPF action program
Tomas Glozar
2026-01-07
rtla/timerlat: Add example for BPF action program
Tomas Glozar
[next]