summaryrefslogtreecommitdiffstats
path: root/tools/tracing/rtla (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11 days9-66/+327
|\
| * tools/rtla: Improve exception handling in timerlat_load.pyfurkanonder2024-11-191-16/+21
| * tools/rtla: Enhance argument parsing in timerlat_load.pyfurkanonder2024-11-191-5/+4
| * tools/rtla: Improve code readability in timerlat_load.pyfurkanonder2024-11-191-5/+5
| * rtla/timerlat: Do not set params->user_workload with -UTomas Glozar2024-11-192-2/+2
| * rtla: Documentation: Mention --deepest-idle-stateTomas Glozar2024-10-171-0/+4
| * rtla/timerlat: Add --deepest-idle-state for histTomas Glozar2024-10-171-1/+41
| * rtla/timerlat: Add --deepest-idle-state for topTomas Glozar2024-10-171-1/+41
| * rtla/utils: Add idle state disabling via libcpupowerTomas Glozar2024-10-172-0/+163
| * rtla: Add optional dependency on libcpupowerTomas Glozar2024-10-172-0/+12
| * rtla/timerlat: Make timerlat_hist_cpu->*_count unsigned long longTomas Glozar2024-10-111-9/+9
| * rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long longTomas Glozar2024-10-111-4/+4
| * tools/rtla: fix collision with glibc sched_attr/sched_set_attrJan Stancek2024-10-112-2/+4
| * tools/rtla: drop __NR_sched_getattrJan Stancek2024-10-111-18/+14
| * rtla: Fix consistency in getopt_long for timerlat_histGabriele Monaco2024-10-051-1/+1
| * rtla: use the definition for stdout fd when calling isatty()Eder Zulian2024-10-042-2/+2
* | rtla: Fix the help text in osnoise and timerlat top toolsEder Zulian2024-10-032-3/+3
* | tools/rtla: Fix installation from out-of-tree buildBen Hutchings2024-10-031-1/+1
|/
* rtla/osnoise: Prevent NULL dereference in error handlingDan Carpenter2024-08-091-7/+4
* Merge tag 'perf-tools-fixes-for-v6.11-2024-07-23' of git://git.kernel.org/pub...Linus Torvalds2024-07-241-1/+2
|\
| * tools/rtla: Use pkg-config in lib_setup of Makefile.configGuilherme Amadio2024-07-171-1/+2
* | rtla/osnoise: Better report when histogram is emptyLuis Claudio R. Goncalves2024-06-211-0/+15
* | rtla/osnoise: Use pretty formatting only on interactive ttyLuis Claudio R. Goncalves2024-06-211-4/+15
|/
* rtla: Fix -t\--trace[=file]John Kacur2024-05-164-20/+36
* rtla/timerlat: Fix histogram report when a cpu count is 0John Kacur2024-05-161-18/+42
* rtla: Add --trace-buffer-size optionDaniel Bristot de Oliveira2024-05-167-5/+68
* rtla/timerlat: Make user-space threads the defaultDaniel Bristot de Oliveira2024-05-152-6/+56
* rtla: Add the --warm-up optionDaniel Bristot de Oliveira2024-05-154-40/+115
* rtla/timerlat: Add a summary for hist modeDaniel Bristot de Oliveira2024-05-151-1/+129
* rtla/timerlat: Add a summary for top modeDaniel Bristot de Oliveira2024-05-151-0/+108
* rtla/timerlat: Use pretty formatting only on interactive ttyDaniel Bristot de Oliveira2024-05-151-7/+18
* rtla/auto-analysis: Replace \t with spacesDaniel Bristot de Oliveira2024-05-151-46/+63
* rtla/timerlat: Simplify "no value" printing on topDaniel Bristot de Oliveira2024-05-151-12/+5
* tools/rtla: Add -U/--user-load option to timerlatDaniel Bristot de Oliveira2024-03-203-9/+95
* tools/rtla: Use tools/build makefiles to build rtlaDaniel Bristot de Oliveira2024-03-207-145/+244
* tools/rtla: Exit with EXIT_SUCCESS when help is invokedJohn Kacur2024-02-124-4/+20
* tools/rtla: Replace setting prio with nice for SCHED_OTHERlimingming32024-02-122-3/+5
* tools/rtla: Remove unused sched_getattr() functionDaniel Bristot de Oliveira2024-02-121-6/+0
* tools/rtla: Fix clang warning about mount_point var sizeDaniel Bristot de Oliveira2024-02-121-1/+1
* tools/rtla: Fix uninitialized bucket/data->bucket_size warningDaniel Bristot de Oliveira2024-02-122-4/+2
* tools/rtla: Fix Makefile compiler options for clangDaniel Bristot de Oliveira2024-02-121-1/+6
* rtla: Fix uninitialized variable foundColin Ian King2023-10-301-1/+1
* rtla/timerlat: Do not stop user-space if a cpu is offlineDaniel Bristot de Oliveira2023-09-221-2/+4
* rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens after thread s...Daniel Bristot de Oliveira2023-09-121-5/+8
* rtla/timerlat_aa: Fix negative IRQ delayDaniel Bristot de Oliveira2023-09-121-1/+17
* rtla/timerlat_aa: Zero thread sum after every sample analysisDaniel Bristot de Oliveira2023-09-121-0/+1
* rtla/timerlat_hist: Add timerlat user-space supportDaniel Bristot de Oliveira2023-06-131-11/+118
* rtla/timerlat_top: Add timerlat user-space supportDaniel Bristot de Oliveira2023-06-137-6/+474
* rtla/hwnoise: Reduce runtime to 75%Daniel Bristot de Oliveira2023-06-131-1/+7
* rtla: Start the tracers after creating all instancesDaniel Bristot de Oliveira2023-06-134-17/+46