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