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