aboutsummaryrefslogtreecommitdiff
path: root/tools/tracing (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-232-2/+4
|\
| * tools/latency: Use pkg-config in lib_setup of Makefile.configGuilherme Amadio2024-07-171-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
|/
* tools/latency-collector: Fix -Wformat-security compile warnsShuah Khan2024-05-231-4/+4
* 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/tracing: Use tools/build makefiles on latency-collectorDaniel Bristot de Oliveira2024-03-204-19/+122
* 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
* rtla/timerlat_hist: Add auto-analysis supportDaniel Bristot de Oliveira2023-06-131-2/+49
* rtla/timerlat: Give timerlat auto analysis its own instanceDaniel Bristot de Oliveira2023-06-133-21/+67
* rtla: Automatically move rtla to a house-keeping cpuDaniel Bristot de Oliveira2023-06-136-0/+87
* rtla: Change monitored_cpus from char * to cpu_set_tDaniel Bristot de Oliveira2023-06-135-87/+24
* rtla: Add --house-keeping optionDaniel Bristot de Oliveira2023-06-136-9/+162
* rtla: Add -C cgroup supportDaniel Bristot de Oliveira2023-06-136-9/+282
* rtla/timerlat: Fix "Previous IRQ" auto analysis' lineDaniel Bristot de Oliveira2023-04-251-1/+1
* rtla/timerlat: Add auto-analysis only optionDaniel Bristot de Oliveira2023-04-251-5/+44
* rtla: Add .gitignore fileRong Tao2023-04-251-0/+1
* Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-02-231-1/+1
|\
| * tracing: Always use canonical ftrace pathRoss Zwisler2023-02-181-1/+1
* | rtla: Add hwnoise toolDaniel Bristot de Oliveira2023-02-135-16/+198
* | rtla/timerlat: Add auto-analysis support to timerlat topDaniel Bristot de Oliveira2023-02-021-2/+44
* | rtla/timerlat: Add auto-analysis coreDaniel Bristot de Oliveira2023-02-023-0/+1005
* | tools/tracing/rtla: osnoise_hist: display average with two-digit precisionAndreas Ziegler2023-01-311-2/+2