| 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/... | 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 |
| 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-12-05 | Merge tag 'trace-tools-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 14 | -372/+246 |
| 2025-11-21 | rtla/timerlat: Exit top main loop on any non-zero wait_retval | Crystal Wood | 1 | -1/+1 |
| 2025-11-21 | rtla/tests: Don't rely on matching ^1ALL | 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-21 | rtla/tests: Fix osnoise test calling timerlat | Tomas Glozar | 1 | -1/+1 |
| 2025-11-21 | rtla/tests: Extend action tests to 5s | Tomas Glozar | 2 | -4/+4 |
| 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 | 2 | -2/+3 |
| 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-11-07 | tracing/tools: Fix incorrcet short option in usage text for --threads | Zhang Chujun | 1 | -1/+1 |
| 2025-10-05 | Merge tag 'trace-tools-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 18 | -1647/+1306 |
| 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 | 7 | -10/+79 |
| 2025-09-27 | tools/rtla: Add test engine support for unexpected output | Crystal Wood | 1 | -8/+18 |
| 2025-09-27 | tools/rtla: Fix -A option name in test comment | Crystal Wood | 1 | -2/+2 |
| 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-08-19 | rtla: Check pkg-config install | Tao Chen | 1 | -0/+8 |
| 2025-08-19 | tools/latency-collector: Check pkg-config install | Tao Chen | 1 | -0/+8 |
| 2025-07-28 | rtla/tests: Test timerlat -P option using actions | Tomas Glozar | 3 | -2/+11 |
| 2025-07-28 | rtla/tests: Add grep checks for base test cases | Tomas Glozar | 3 | -13/+16 |
| 2025-07-25 | rtla/tests: Limit duration to maximum of 10s | Tomas Glozar | 3 | -10/+10 |
| 2025-07-25 | rtla/tests: Add tests for actions | Tomas Glozar | 1 | -0/+28 |
| 2025-07-25 | rtla/tests: Check rtla output with grep | Tomas Glozar | 1 | -4/+17 |
| 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 |
| 2025-07-25 | rtla/timerlat: Introduce enum timerlat_tracing_mode | Tomas Glozar | 4 | -53/+97 |
| 2025-05-29 | Merge tag 'trace-tools-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 11 | -21/+37 |
| 2025-05-07 | rtla: Define _GNU_SOURCE in timerlat_bpf.c | Tomas Glozar | 1 | -0/+1 |
| 2025-05-07 | rtla: Define __NR_sched_setattr for LoongArch | Tiezhu Yang | 1 | -0/+2 |
| 2025-05-07 | rtla: Set distinctive exit value for failed tests | Costa Shulyupin | 9 | -21/+34 |
| 2025-04-14 | Documentation/rtla: Include BPF sample collection | Tomas Glozar | 1 | -0/+7 |
| 2025-03-27 | Merge tag 'trace-tools-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 21 | -622/+1305 |
| 2025-03-26 | rtla: Add the ability to create ctags and etags | John Kacur | 1 | -2/+15 |
| 2025-03-26 | rtla/tests: Test setting default options | Tomas Glozar | 2 | -0/+32 |
| 2025-03-26 | rtla/tests: Reset osnoise options before check | Tomas Glozar | 1 | -0/+40 |
| 2025-03-26 | rtla: Always set all tracer options | Tomas Glozar | 2 | -59/+56 |
| 2025-03-26 | rtla/osnoise: Set OSNOISE_WORKLOAD to true | Tomas Glozar | 1 | -0/+6 |
| 2025-03-26 | rtla: Unify apply_config between top and hist | Tomas Glozar | 8 | -334/+227 |
| 2025-03-26 | rtla/osnoise: Unify params struct | Tomas Glozar | 5 | -87/+68 |
| 2025-03-26 | rtla: Fix segfault in save_trace_to_file call | Tomas Glozar | 5 | -5/+9 |
| 2025-03-26 | tools/build: Use SYSTEM_BPFTOOL for system bpftool | Tomas Glozar | 1 | -1/+1 |
| 2025-03-04 | rtla: Refactor save_trace_to_file | Costa Shulyupin | 5 | -16/+8 |
| 2025-03-04 | rtla/timerlat: Test BPF mode | Tomas Glozar | 1 | -0/+14 |
| 2025-03-04 | rtla/timerlat_top: Use BPF to collect samples | Tomas Glozar | 1 | -40/+215 |
| 2025-03-04 | rtla/timerlat_top: Move divisor to update | Tomas Glozar | 1 | -29/+25 |
| 2025-03-04 | rtla/timerlat_hist: Use BPF to collect samples | Tomas Glozar | 1 | -20/+145 |
| 2025-03-04 | rtla/timerlat: Add BPF skeleton to collect samples | Tomas Glozar | 6 | -1/+389 |
| 2025-03-04 | rtla: Add optional dependency on BPF tooling | Tomas Glozar | 2 | -0/+48 |
| 2025-03-04 | rtla/timerlat: Unify params struct | Tomas Glozar | 5 | -99/+78 |
| 2025-02-25 | Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p... | Linus Torvalds | 2 | -12/+0 |
| 2025-02-18 | tools: Remove redundant quiet setup | Charlie Jenkins | 2 | -12/+0 |
| 2025-01-26 | Merge tag 'trace-tools-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 13 | -43/+272 |
| 2025-01-24 | rtla: Report missed event count | Tomas Glozar | 4 | -0/+4 |
| 2025-01-24 | rtla: Add function to report missed events | Tomas Glozar | 2 | -0/+21 |
| 2025-01-24 | rtla: Count all processed events | Tomas Glozar | 2 | -0/+5 |
| 2025-01-24 | rtla: Count missed trace events | Tomas Glozar | 2 | -0/+35 |
| 2025-01-24 | tools/rtla: Add osnoise_trace_is_off() | Costa Shulyupin | 8 | -29/+26 |
| 2025-01-24 | rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads | Tomas Glozar | 1 | -6/+9 |
| 2025-01-24 | rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads | Tomas Glozar | 1 | -6/+9 |
| 2025-01-24 | rtla/osnoise: Distinguish missing workload option | Tomas Glozar | 1 | -1/+1 |
| 2025-01-24 | rtla/timerlat_top: Abort event processing on second signal | Tomas Glozar | 1 | -0/+8 |
| 2025-01-24 | rtla/timerlat_hist: Abort event processing on second signal | Tomas Glozar | 1 | -0/+8 |
| 2025-01-24 | rtla/timerlat_top: Stop timerlat tracer on signal | Tomas Glozar | 1 | -1/+11 |
| 2025-01-24 | rtla/timerlat_hist: Stop timerlat tracer on signal | Tomas Glozar | 1 | -1/+10 |
| 2025-01-24 | rtla: Add trace_instance_stop | Tomas Glozar | 2 | -0/+9 |
| 2025-01-23 | tools/rtla: Add basic test suite | Tomas Glozar | 5 | -1/+118 |
| 2024-12-27 | rtla/timerlat: Fix histogram ALL for zero samples | Tomas Glozar | 1 | -81/+96 |
| 2024-11-22 | Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 9 | -66/+327 |
| 2024-11-19 | tools/rtla: Improve exception handling in timerlat_load.py | furkanonder | 1 | -16/+21 |
| 2024-11-19 | tools/rtla: Enhance argument parsing in timerlat_load.py | furkanonder | 1 | -5/+4 |
| 2024-11-19 | tools/rtla: Improve code readability in timerlat_load.py | furkanonder | 1 | -5/+5 |
| 2024-11-19 | rtla/timerlat: Do not set params->user_workload with -U | Tomas Glozar | 2 | -2/+2 |
| 2024-10-17 | rtla: Documentation: Mention --deepest-idle-state | Tomas Glozar | 1 | -0/+4 |
| 2024-10-17 | rtla/timerlat: Add --deepest-idle-state for hist | Tomas Glozar | 1 | -1/+41 |
| 2024-10-17 | rtla/timerlat: Add --deepest-idle-state for top | Tomas Glozar | 1 | -1/+41 |
| 2024-10-17 | rtla/utils: Add idle state disabling via libcpupower | Tomas Glozar | 2 | -0/+163 |
| 2024-10-17 | rtla: Add optional dependency on libcpupower | Tomas Glozar | 2 | -0/+12 |
| 2024-10-11 | rtla/timerlat: Make timerlat_hist_cpu->*_count unsigned long long | Tomas Glozar | 1 | -9/+9 |
| 2024-10-11 | rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long long | Tomas Glozar | 1 | -4/+4 |
| 2024-10-10 | tools/rtla: fix collision with glibc sched_attr/sched_set_attr | Jan Stancek | 2 | -2/+4 |
| 2024-10-10 | tools/rtla: drop __NR_sched_getattr | Jan Stancek | 1 | -18/+14 |
| 2024-10-04 | rtla: Fix consistency in getopt_long for timerlat_hist | Gabriele Monaco | 1 | -1/+1 |
| 2024-10-04 | rtla: use the definition for stdout fd when calling isatty() | Eder Zulian | 2 | -2/+2 |
| 2024-10-03 | rtla: Fix the help text in osnoise and timerlat top tools | Eder Zulian | 2 | -3/+3 |
| 2024-10-03 | tools/rtla: Fix installation from out-of-tree build | Ben Hutchings | 1 | -1/+1 |
| 2024-08-09 | rtla/osnoise: Prevent NULL dereference in error handling | Dan Carpenter | 1 | -7/+4 |
| 2024-07-23 | Merge tag 'perf-tools-fixes-for-v6.11-2024-07-23' of git://git.kernel.org/pub... | Linus Torvalds | 2 | -2/+4 |
| 2024-07-17 | tools/latency: Use pkg-config in lib_setup of Makefile.config | Guilherme Amadio | 1 | -1/+2 |
| 2024-07-17 | tools/rtla: Use pkg-config in lib_setup of Makefile.config | Guilherme Amadio | 1 | -1/+2 |
| 2024-06-21 | rtla/osnoise: Better report when histogram is empty | Luis Claudio R. Goncalves | 1 | -0/+15 |
| 2024-06-21 | rtla/osnoise: Use pretty formatting only on interactive tty | Luis Claudio R. Goncalves | 1 | -4/+15 |
| 2024-05-23 | tools/latency-collector: Fix -Wformat-security compile warns | Shuah Khan | 1 | -4/+4 |
| 2024-05-16 | rtla: Fix -t\--trace[=file] | John Kacur | 4 | -20/+36 |
| 2024-05-16 | rtla/timerlat: Fix histogram report when a cpu count is 0 | John Kacur | 1 | -18/+42 |
| 2024-05-16 | rtla: Add --trace-buffer-size option | Daniel Bristot de Oliveira | 7 | -5/+68 |
| 2024-05-15 | rtla/timerlat: Make user-space threads the default | Daniel Bristot de Oliveira | 2 | -6/+56 |
| 2024-05-15 | rtla: Add the --warm-up option | Daniel Bristot de Oliveira | 4 | -40/+115 |
| 2024-05-15 | rtla/timerlat: Add a summary for hist mode | Daniel Bristot de Oliveira | 1 | -1/+129 |
| 2024-05-15 | rtla/timerlat: Add a summary for top mode | Daniel Bristot de Oliveira | 1 | -0/+108 |
| 2024-05-15 | rtla/timerlat: Use pretty formatting only on interactive tty | Daniel Bristot de Oliveira | 1 | -7/+18 |
| 2024-05-15 | rtla/auto-analysis: Replace \t with spaces | Daniel Bristot de Oliveira | 1 | -46/+63 |
| 2024-05-15 | rtla/timerlat: Simplify "no value" printing on top | Daniel Bristot de Oliveira | 1 | -12/+5 |
| 2024-03-20 | tools/rtla: Add -U/--user-load option to timerlat | Daniel Bristot de Oliveira | 3 | -9/+95 |
| 2024-03-20 | tools/rtla: Use tools/build makefiles to build rtla | Daniel Bristot de Oliveira | 7 | -133/+232 |
| 2024-03-20 | tools/tracing: Use tools/build makefiles on latency-collector | Daniel Bristot de Oliveira | 4 | -19/+122 |
| 2024-02-12 | tools/rtla: Exit with EXIT_SUCCESS when help is invoked | John Kacur | 4 | -4/+20 |
| 2024-02-12 | tools/rtla: Replace setting prio with nice for SCHED_OTHER | limingming3 | 2 | -3/+5 |
| 2024-02-12 | tools/rtla: Remove unused sched_getattr() function | Daniel Bristot de Oliveira | 1 | -6/+0 |
| 2024-02-12 | tools/rtla: Fix clang warning about mount_point var size | Daniel Bristot de Oliveira | 1 | -1/+1 |
| 2024-02-12 | tools/rtla: Fix uninitialized bucket/data->bucket_size warning | Daniel Bristot de Oliveira | 2 | -4/+2 |
| 2024-02-12 | tools/rtla: Fix Makefile compiler options for clang | Daniel Bristot de Oliveira | 1 | -1/+6 |
| 2023-10-30 | rtla: Fix uninitialized variable found | Colin Ian King | 1 | -1/+1 |
| 2023-09-22 | rtla/timerlat: Do not stop user-space if a cpu is offline | Daniel Bristot de Oliveira | 1 | -2/+4 |
| 2023-09-12 | rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens after thread s... | Daniel Bristot de Oliveira | 1 | -5/+8 |
| 2023-09-12 | rtla/timerlat_aa: Fix negative IRQ delay | Daniel Bristot de Oliveira | 1 | -1/+17 |
| 2023-09-12 | rtla/timerlat_aa: Zero thread sum after every sample analysis | Daniel Bristot de Oliveira | 1 | -0/+1 |
| 2023-06-13 | rtla/timerlat_hist: Add timerlat user-space support | Daniel Bristot de Oliveira | 1 | -11/+118 |
| 2023-06-13 | rtla/timerlat_top: Add timerlat user-space support | Daniel Bristot de Oliveira | 7 | -6/+474 |
| 2023-06-13 | rtla/hwnoise: Reduce runtime to 75% | Daniel Bristot de Oliveira | 1 | -1/+7 |
| 2023-06-13 | rtla: Start the tracers after creating all instances | Daniel Bristot de Oliveira | 4 | -17/+46 |
| 2023-06-13 | rtla/timerlat_hist: Add auto-analysis support | Daniel Bristot de Oliveira | 1 | -2/+49 |
| 2023-06-13 | rtla/timerlat: Give timerlat auto analysis its own instance | Daniel Bristot de Oliveira | 3 | -21/+67 |
| 2023-06-13 | rtla: Automatically move rtla to a house-keeping cpu | Daniel Bristot de Oliveira | 6 | -0/+87 |
| 2023-06-13 | rtla: Change monitored_cpus from char * to cpu_set_t | Daniel Bristot de Oliveira | 5 | -87/+24 |
| 2023-06-13 | rtla: Add --house-keeping option | Daniel Bristot de Oliveira | 6 | -9/+162 |
| 2023-06-13 | rtla: Add -C cgroup support | Daniel Bristot de Oliveira | 6 | -9/+282 |
| 2023-04-25 | rtla/timerlat: Fix "Previous IRQ" auto analysis' line | Daniel Bristot de Oliveira | 1 | -1/+1 |
| 2023-04-25 | rtla/timerlat: Add auto-analysis only option | Daniel Bristot de Oliveira | 1 | -5/+44 |
| 2023-04-25 | rtla: Add .gitignore file | Rong Tao | 1 | -0/+1 |
| 2023-02-23 | Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-18 | tracing: Always use canonical ftrace path | Ross Zwisler | 1 | -1/+1 |