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-08-05
rtla/cli: Unify and improve handling of invalid option arguments
Tomas Glozar
2
-52
/
+144
2026-08-05
rtla/cli: Unify and improve range validation logic
Tomas Glozar
4
-376
/
+215
2026-08-05
rtla/tests: Test all tracer options in runtime tests
Tomas Glozar
6
-20
/
+124
2026-08-05
rtla: Add unit tests for CLI with unset
Tomas Glozar
4
-0
/
+72
2026-08-05
rtla: Add unit tests for unset in opt callbacks
Tomas Glozar
1
-0
/
+295
2026-08-05
rtla: Allow unsetting non-list custom-callback CLI options
Tomas Glozar
2
-67
/
+194
2026-07-21
rtla/timerlat_top: Fix on-threshold actions firing on signal
Tomas Glozar
1
-1
/
+1
2026-07-08
rtla: Also link in ctype.c
Bastian Blank
1
-4
/
+10
2026-07-07
rtla: Fix missing unistd include
Andreas Ziegler
1
-0
/
+1
2026-06-17
rtla/tests: Fix pgrep filter in get_workload_pids.sh
Tomas Glozar
1
-1
/
+1
2026-06-17
rtla: Fix and clean up .gitignore
Tomas Glozar
1
-9
/
+4
2026-05-29
rtla: Document tests in README
Tomas Glozar
1
-0
/
+30
2026-05-28
rtla/tests: Add unit tests for -A/--aligned option
Tomas Glozar
3
-0
/
+52
2026-05-28
rtla/timerlat: Add -A/--aligned CLI option
Tomas Glozar
7
-0
/
+202
2026-05-28
rtla/tests: Add unit tests for CLI option callbacks
Tomas Glozar
5
-1
/
+710
2026-05-28
rtla/tests: Add unit tests for _parse_args() functions
Tomas Glozar
10
-5
/
+2486
2026-05-28
rtla: Parse cmdline using libsubcmd
Tomas Glozar
19
-1283
/
+1252
2026-05-28
rtla: Add libsubcmd dependency
Tomas Glozar
4
-15
/
+67
2026-05-28
rtla/tests: Add runtime tests for restoring continue flag
Tomas Glozar
2
-0
/
+4
2026-05-28
rtla/tests: Run runtime tests in temporary directory
Tomas Glozar
3
-12
/
+24
2026-05-28
rtla/tests: Add unit test for restoring continue flag
Tomas Glozar
1
-0
/
+13
2026-05-28
rtla/actions: Restore continue flag in actions_perform()
Tomas Glozar
1
-0
/
+2
2026-05-18
rtla: Stop the record trace on interrupt
Crystal Wood
3
-10
/
+12
2026-05-18
rtla/tests: Add unit tests for actions module
Tomas Glozar
7
-104
/
+502
2026-05-18
rtla/tests: Add runtime tests for -C/--cgroup
Tomas Glozar
3
-0
/
+23
2026-05-18
rtla/tests: Add runtime test for -k and -u options
Tomas Glozar
3
-6
/
+30
2026-05-18
rtla/tests: Add runtime test for -H/--house-keeping
Tomas Glozar
3
-0
/
+8
2026-05-18
rtla/tests: Cover all hist options in runtime tests
Tomas Glozar
2
-2
/
+36
2026-05-18
rtla/tests: Extend timerlat top --aa-only coverage
Tomas Glozar
1
-2
/
+4
2026-05-18
rtla/tests: Use negative match when testing --aa-only
Tomas Glozar
1
-1
/
+1
2026-05-18
rtla/tests: Check -c/--cpus thread affinity
Tomas Glozar
3
-2
/
+13
2026-05-18
rtla/tests: Add get_workload_pids() helper
Tomas Glozar
4
-6
/
+17
2026-05-18
rtla/tests: Cover both top and hist tools where possible
Tomas Glozar
3
-64
/
+73
2026-05-18
tools/rtla: Fix --dump-tasks usage in timerlat
Costa Shulyupin
2
-3
/
+4
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
[next]