summaryrefslogtreecommitdiff
path: root/tools/tracing/rtla/src
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'trace-rtla-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds21-402/+568
2026-03-30rtla: Fix build without libbpf headerTomas Glozar1-1/+0
2026-03-20rtla: Fix segfault on multiple SIGINTsTomas Glozar1-1/+15
2026-03-11rtla/utils: Fix loop condition in PID validationWander Lairson Costa1-1/+1
2026-03-11rtla/utils: Fix resource leak in set_comm_sched_attr()Wander Lairson Costa1-5/+6
2026-03-11rtla/trace: Fix I/O handling in save_trace_to_file()Wander Lairson Costa1-7/+24
2026-03-11rtla/trace: Fix write loop in trace_event_save_hist()Wander Lairson Costa1-3/+11
2026-03-11rtla/timerlat: Simplify RTLA_NO_BPF environment variable checkWander Lairson Costa1-1/+2
2026-03-11rtla: Use str_has_prefix() for option prefix checkWander Lairson Costa2-2/+2
2026-03-11rtla: Enforce exact match for time unit suffixesWander Lairson Costa1-4/+19
2026-03-11rtla: Use str_has_prefix() for prefix checksWander Lairson Costa2-5/+3
2026-03-11rtla: Add str_has_prefix() helper functionWander Lairson Costa1-0/+13
2026-03-11rtla: Handle pthread_create() failure properlyWander Lairson Costa1-1/+3
2026-03-11rtla/timerlat: Add bounds check for softirq vectorWander Lairson Costa1-2/+2
2026-03-10rtla: Simplify code by caching string lengthsWander Lairson Costa2-6/+11
2026-03-10rtla: Replace magic number with MAX_PATHWander Lairson Costa3-13/+13
2026-03-10rtla: Introduce common_threshold_handler() helperWander Lairson Costa4-44/+86
2026-03-10rtla/actions: Simplify argument parsingWander Lairson Costa2-15/+52
2026-03-10rtla: Use strdup() to simplify codeWander Lairson Costa1-4/+2
2026-03-10rtla: Exit on memory allocation failures during initializationWander Lairson Costa11-132/+108
2026-03-09tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpuCosta Shulyupin6-21/+20
2026-03-09tools/rtla: Remove unneeded nr_cpus membersCosta Shulyupin5-50/+38
2026-03-09tools/rtla: Remove unneeded nr_cpus argumentsCosta Shulyupin7-51/+34
2026-03-09tools/rtla: Consolidate nr_cpus usage across all toolsCosta Shulyupin11-38/+11
2026-03-04rtla/timerlat: Add --stack-format optionTomas Glozar8-9/+77
2026-03-02tools/rtla: Generate optstring from long optionsCosta Shulyupin6-9/+37
2026-01-13rtla: Fix parse_cpu_set() bug introduced by strtoi()Costa Shulyupin1-6/+4
2026-01-07rtla: Fix parse_cpu_set() return value documentationWander Lairson Costa1-1/+1
2026-01-07rtla: Ensure null termination after read operations in utils.cWander Lairson Costa1-0/+3
2026-01-07rtla: Make stop_tracing variable volatileWander Lairson Costa2-2/+2
2026-01-07rtla: Fix NULL pointer dereference in actions_parseWander Lairson Costa1-0/+2
2026-01-07rtla: Remove unused headersWander Lairson Costa4-4/+0
2026-01-07rtla: Remove redundant memset after callocWander Lairson Costa1-2/+0
2026-01-07rtla: Use standard exit codes for result enumWander Lairson Costa1-3/+4
2026-01-07rtla: Replace atoi() with a robust strtoi()Wander Lairson Costa3-8/+41
2026-01-07rtla: Introduce for_each_action() helperWander Lairson Costa2-2/+9
2026-01-07tools/rtla: Deduplicate cgroup path opening codeCosta Shulyupin1-33/+32
2026-01-07tools/rtla: Consolidate -H/--house-keeping option parsingCosta Shulyupin5-33/+11
2026-01-07tools/rtla: Consolidate -P/--priority option parsingCosta Shulyupin5-33/+11
2026-01-07tools/rtla: Consolidate -e/--event option parsingCosta Shulyupin5-52/+16
2026-01-07tools/rtla: Consolidate -d/--duration option parsingCosta Shulyupin5-29/+11
2026-01-07tools/rtla: Consolidate -D/--debug option parsingCosta Shulyupin5-21/+9
2026-01-07tools/rtla: Consolidate -C/--cgroup option parsingCosta Shulyupin5-25/+10
2026-01-07tools/rtla: Consolidate -c/--cpus option parsingCosta Shulyupin5-33/+11
2026-01-07tools/rtla: Add common_parse_options()Costa Shulyupin6-0/+48
2026-01-07rtla/timerlat: Add --bpf-action optionTomas Glozar6-2/+80
2026-01-07rtla/timerlat: Support tail call from BPF programTomas Glozar3-4/+35
2026-01-07tools/rtla: Add common_usage()Costa Shulyupin6-64/+81
2026-01-07rtla: Set stop threshold after all instances are enabledCrystal Wood5-37/+38
2026-01-06tools/rtla: Remove unused function declarationsCosta Shulyupin2-4/+0