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