summaryrefslogtreecommitdiff
path: root/tools/tracing
AgeCommit message (Expand)Author
2024-02-12tools/rtla: Exit with EXIT_SUCCESS when help is invokedJohn Kacur
2024-02-12tools/rtla: Replace setting prio with nice for SCHED_OTHERlimingming3
2024-02-12tools/rtla: Remove unused sched_getattr() functionDaniel Bristot de Oliveira
2024-02-12tools/rtla: Fix clang warning about mount_point var sizeDaniel Bristot de Oliveira
2024-02-12tools/rtla: Fix uninitialized bucket/data->bucket_size warningDaniel Bristot de Oliveira
2024-02-12tools/rtla: Fix Makefile compiler options for clangDaniel Bristot de Oliveira
2023-10-30rtla: Fix uninitialized variable foundColin Ian King
2023-09-22rtla/timerlat: Do not stop user-space if a cpu is offlineDaniel Bristot de Oliveira
2023-09-12rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens after thread s...Daniel Bristot de Oliveira
2023-09-12rtla/timerlat_aa: Fix negative IRQ delayDaniel Bristot de Oliveira
2023-09-12rtla/timerlat_aa: Zero thread sum after every sample analysisDaniel Bristot de Oliveira
2023-06-13rtla/timerlat_hist: Add timerlat user-space supportDaniel Bristot de Oliveira
2023-06-13rtla/timerlat_top: Add timerlat user-space supportDaniel Bristot de Oliveira
2023-06-13rtla/hwnoise: Reduce runtime to 75%Daniel Bristot de Oliveira
2023-06-13rtla: Start the tracers after creating all instancesDaniel Bristot de Oliveira
2023-06-13rtla/timerlat_hist: Add auto-analysis supportDaniel Bristot de Oliveira
2023-06-13rtla/timerlat: Give timerlat auto analysis its own instanceDaniel Bristot de Oliveira
2023-06-13rtla: Automatically move rtla to a house-keeping cpuDaniel Bristot de Oliveira
2023-06-13rtla: Change monitored_cpus from char * to cpu_set_tDaniel Bristot de Oliveira
2023-06-13rtla: Add --house-keeping optionDaniel Bristot de Oliveira
2023-06-13rtla: Add -C cgroup supportDaniel Bristot de Oliveira
2023-04-25rtla/timerlat: Fix "Previous IRQ" auto analysis' lineDaniel Bristot de Oliveira
2023-04-25rtla/timerlat: Add auto-analysis only optionDaniel Bristot de Oliveira
2023-04-25rtla: Add .gitignore fileRong Tao
2023-02-23Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-02-18tracing: Always use canonical ftrace pathRoss Zwisler
2023-02-13rtla: Add hwnoise toolDaniel Bristot de Oliveira
2023-02-02rtla/timerlat: Add auto-analysis support to timerlat topDaniel Bristot de Oliveira
2023-02-02rtla/timerlat: Add auto-analysis coreDaniel Bristot de Oliveira
2023-01-31tools/tracing/rtla: osnoise_hist: display average with two-digit precisionAndreas Ziegler
2023-01-31tools/tracing/rtla: osnoise_hist: use total duration for average calculationAndreas Ziegler
2022-12-09rtla: Fix exit status when returning from calls to usage()John Kacur
2022-08-10rtla: Consolidate and show all necessary libraries that failed for buildingSteven Rostedt (Google)
2022-08-10tools/rtla: Build with EXTRA_{C,LD}FLAGSBen Hutchings
2022-08-10tools/rtla: Fix command symlinksBen Hutchings
2022-08-10rtla: Fix tracer nameAlexandre Vicenzi
2022-07-31rtla: Define syscall numbers for riscvAndreas Schwab
2022-07-31rtla: Fix double freeAndreas Schwab
2022-07-31rtla: Fix Makefile when called from -C tools/Daniel Bristot de Oliveira
2022-07-11rtla/utils: Use calloc and check the potential memory allocation failurejianchunfu
2022-05-26rtla: Remove procps-ng dependencyDaniel Bristot de Oliveira
2022-05-26rtla: Fix __set_sched_attr error messageDaniel Bristot de Oliveira
2022-05-26rtla: Minor grammar fix for rtla READMEJohn Kacur
2022-05-26rtla: Don't overwrite existing directory modeJohn Kacur
2022-05-26rtla: Avoid record NULL pointer dereferenceWan Jiabing
2022-05-26rtla/Makefile: Properly handle dependenciesDaniel Bristot de Oliveira
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-15rtla: Tools main loop cleanupDaniel Bristot de Oliveira
2022-03-15rtla/timerlat: Add --dma-latency optionDaniel Bristot de Oliveira
2022-03-15rtla/osnoise: Fix osnoise hist stop tracing messageDaniel Bristot de Oliveira