summaryrefslogtreecommitdiffstats
path: root/tools/tracing
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tools/tracing/rtla: osnoise_hist: use total duration for average calculationAndreas Ziegler2023-01-311-1/+4
|/
* rtla: Fix exit status when returning from calls to usage()John Kacur2022-12-093-17/+13
* rtla: Consolidate and show all necessary libraries that failed for buildingSteven Rostedt (Google)2022-08-101-26/+36
* tools/rtla: Build with EXTRA_{C,LD}FLAGSBen Hutchings2022-08-101-2/+2
* tools/rtla: Fix command symlinksBen Hutchings2022-08-101-2/+2
* rtla: Fix tracer nameAlexandre Vicenzi2022-08-102-2/+2
* rtla: Define syscall numbers for riscvAndreas Schwab2022-07-311-1/+1
* rtla: Fix double freeAndreas Schwab2022-07-311-2/+7
* rtla: Fix Makefile when called from -C tools/Daniel Bristot de Oliveira2022-07-311-1/+1
* rtla/utils: Use calloc and check the potential memory allocation failurejianchunfu2022-07-111-2/+3
* rtla: Remove procps-ng dependencyDaniel Bristot de Oliveira2022-05-264-24/+88
* rtla: Fix __set_sched_attr error messageDaniel Bristot de Oliveira2022-05-261-1/+1
* rtla: Minor grammar fix for rtla READMEJohn Kacur2022-05-261-7/+5
* rtla: Don't overwrite existing directory modeJohn Kacur2022-05-261-1/+2
* rtla: Avoid record NULL pointer dereferenceWan Jiabing2022-05-264-16/+20
* rtla/Makefile: Properly handle dependenciesDaniel Bristot de Oliveira2022-05-261-0/+35
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-1/+1
|\