Age | Commit message (Expand) | Author | Files | Lines |
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 | 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-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 | -145/+244 |
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-13 | rtla: Add hwnoise tool | Daniel Bristot de Oliveira | 5 | -16/+198 |
2023-02-02 | rtla/timerlat: Add auto-analysis support to timerlat top | Daniel Bristot de Oliveira | 1 | -2/+44 |
2023-02-02 | rtla/timerlat: Add auto-analysis core | Daniel Bristot de Oliveira | 3 | -0/+1005 |
2023-01-31 | tools/tracing/rtla: osnoise_hist: display average with two-digit precision | Andreas Ziegler | 1 | -2/+2 |
2023-01-31 | tools/tracing/rtla: osnoise_hist: use total duration for average calculation | Andreas Ziegler | 1 | -1/+4 |
2022-12-09 | rtla: Fix exit status when returning from calls to usage() | John Kacur | 3 | -17/+13 |
2022-08-10 | rtla: Consolidate and show all necessary libraries that failed for building | Steven Rostedt (Google) | 1 | -26/+36 |