index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
tracing
/
rtla
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-30
rtla: Fix build without libbpf header
Tomas Glozar
1
-1
/
+0
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: 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/timerlat: Add --bpf-action option
Tomas Glozar
6
-2
/
+80
2026-01-07
rtla/timerlat: Support tail call from BPF program
Tomas Glozar
3
-4
/
+35
2026-01-07
tools/rtla: Add common_usage()
Costa Shulyupin
6
-64
/
+81
2026-01-07
rtla: Set stop threshold after all instances are enabled
Crystal Wood
5
-37
/
+38
2026-01-06
tools/rtla: Remove unused function declarations
Costa Shulyupin
2
-4
/
+0
2025-11-21
rtla/timerlat: Exit top main loop on any non-zero wait_retval
Crystal Wood
1
-1
/
+1
2025-11-21
rtla: Fix -a overriding -t argument
Ivan Pravdin
4
-4
/
+8
2025-11-21
rtla: Fix -C/--cgroup interface
Ivan Pravdin
6
-76
/
+55
2025-11-21
tools/rtla: Replace osnoise_hist_usage("...") with fatal("...")
Costa Shulyupin
1
-19
/
+13
2025-11-21
tools/rtla: Replace osnoise_top_usage("...") with fatal("...")
Costa Shulyupin
1
-16
/
+10
2025-11-21
tools/rtla: Replace timerlat_hist_usage("...") with fatal("...")
Costa Shulyupin
1
-19
/
+13
2025-11-21
tools/rtla: Replace timerlat_top_usage("...") with fatal("...")
Costa Shulyupin
1
-17
/
+11
2025-11-21
tools/rtla: Add fatal() and replace error handling pattern
Costa Shulyupin
7
-129
/
+81
2025-11-20
tools/rtla: Fix --on-threshold always triggering
Tomas Glozar
1
-9
/
+15
2025-11-20
rtla/timerlat_bpf: Stop tracing on user latency
Tomas Glozar
1
-0
/
+3
2025-11-20
tools/rtla: Fix unassigned nr_cpus
Costa Shulyupin
1
-1
/
+2
2025-11-20
tools/rtla: Remove unused optional option_index
Costa Shulyupin
4
-16
/
+4
2025-11-20
tools/rtla: Add for_each_monitored_cpu() helper
Costa Shulyupin
6
-58
/
+23
2025-10-05
Merge tag 'trace-tools-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
15
-1636
/
+1260
2025-09-27
rtla/actions: Fix condition for buffer reallocation
Wander Lairson Costa
1
-1
/
+1
2025-09-27
rtla: Fix buffer overflow in actions_parse
Ivan Pravdin
1
-1
/
+1
2025-09-27
tools/rtla: Add remaining support for osnoise actions
Crystal Wood
6
-9
/
+53
2025-09-27
tools/rtla: Consolidate code between osnoise/timerlat and hist/top
Crystal Wood
12
-1194
/
+792
2025-09-27
tools/rtla: Create common_apply_config()
Crystal Wood
9
-150
/
+142
2025-09-27
tools/rtla: Move top/hist params into common struct
Crystal Wood
8
-163
/
+152
2025-09-27
tools/rtla: Consolidate common parameters into shared structure
Costa Shulyupin
10
-252
/
+253
2025-07-25
rtla/timerlat: Add action on end feature
Tomas Glozar
3
-29
/
+65
2025-07-25
rtla/timerlat: Add continue action
Tomas Glozar
4
-29
/
+100
2025-07-25
rtla/timerlat_bpf: Allow resuming tracing
Tomas Glozar
3
-4
/
+25
2025-07-25
rtla/timerlat: Add action on threshold feature
Tomas Glozar
6
-22
/
+341
[next]