index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
tracing
/
rtla
/
src
/
osnoise_top.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-21
rtla: Fix -a overriding -t argument
Ivan Pravdin
1
-1
/
+2
2025-11-21
rtla: Fix -C/--cgroup interface
Ivan Pravdin
1
-19
/
+7
2025-11-21
tools/rtla: Replace osnoise_top_usage("...") with fatal("...")
Costa Shulyupin
1
-16
/
+10
2025-11-21
tools/rtla: Add fatal() and replace error handling pattern
Costa Shulyupin
1
-28
/
+14
2025-11-20
tools/rtla: Remove unused optional option_index
Costa Shulyupin
1
-4
/
+1
2025-11-20
tools/rtla: Add for_each_monitored_cpu() helper
Costa Shulyupin
1
-3
/
+1
2025-09-27
tools/rtla: Add remaining support for osnoise actions
Crystal Wood
1
-0
/
+20
2025-09-27
tools/rtla: Consolidate code between osnoise/timerlat and hist/top
Crystal Wood
1
-180
/
+38
2025-09-27
tools/rtla: Move top/hist params into common struct
Crystal Wood
1
-9
/
+10
2025-09-27
tools/rtla: Consolidate common parameters into shared structure
Costa Shulyupin
1
-40
/
+40
2025-05-07
rtla: Set distinctive exit value for failed tests
Costa Shulyupin
1
-2
/
+3
2025-03-26
rtla: Unify apply_config between top and hist
Tomas Glozar
1
-63
/
+3
2025-03-26
rtla/osnoise: Unify params struct
Tomas Glozar
1
-44
/
+10
2025-03-26
rtla: Fix segfault in save_trace_to_file call
Tomas Glozar
1
-1
/
+2
2025-03-04
rtla: Refactor save_trace_to_file
Costa Shulyupin
1
-4
/
+1
2025-01-24
rtla: Report missed event count
Tomas Glozar
1
-0
/
+1
2025-01-24
tools/rtla: Add osnoise_trace_is_off()
Costa Shulyupin
1
-2
/
+2
2024-11-22
Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2024-10-04
rtla: use the definition for stdout fd when calling isatty()
Eder Zulian
1
-1
/
+1
2024-10-03
rtla: Fix the help text in osnoise and timerlat top tools
Eder Zulian
1
-1
/
+1
2024-08-09
rtla/osnoise: Prevent NULL dereference in error handling
Dan Carpenter
1
-7
/
+4
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
1
-5
/
+9
2024-05-16
rtla: Add --trace-buffer-size option
Daniel Bristot de Oliveira
1
-1
/
+13
2024-05-15
rtla: Add the --warm-up option
Daniel Bristot de Oliveira
1
-2
/
+27
2024-02-12
tools/rtla: Exit with EXIT_SUCCESS when help is invoked
John Kacur
1
-1
/
+5
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
1
-3
/
+10
2023-06-13
rtla: Automatically move rtla to a house-keeping cpu
Daniel Bristot de Oliveira
1
-0
/
+9
2023-06-13
rtla: Change monitored_cpus from char * to cpu_set_t
Daniel Bristot de Oliveira
1
-3
/
+3
2023-06-13
rtla: Add --house-keeping option
Daniel Bristot de Oliveira
1
-2
/
+25
2023-06-13
rtla: Add -C cgroup support
Daniel Bristot de Oliveira
1
-2
/
+24
2023-02-13
rtla: Add hwnoise tool
Daniel Bristot de Oliveira
1
-16
/
+68
2022-05-26
rtla: Avoid record NULL pointer dereference
Wan Jiabing
1
-4
/
+5
2022-03-15
rtla: Tools main loop cleanup
Daniel Bristot de Oliveira
1
-2
/
+2
2022-03-15
rtla: Check for trace off also in the trace instance
Daniel Bristot de Oliveira
1
-2
/
+2
2022-03-15
rtla: Add --filter support
Daniel Bristot de Oliveira
1
-2
/
+16
2022-03-15
rtla: Add --trigger support
Daniel Bristot de Oliveira
1
-2
/
+15
2022-03-15
rtla: Add -e/--event support
Daniel Bristot de Oliveira
1
-2
/
+27
2022-03-15
rtla/osnoise: Add the automatic trace option
Daniel Bristot de Oliveira
1
-3
/
+16
2022-03-15
rtla/osnoise: Add an option to set the threshold
Daniel Bristot de Oliveira
1
-3
/
+17
2022-02-25
rtla/osnoise: Free params at the exit
Daniel Bristot de Oliveira
1
-0
/
+1
2022-02-08
rtla: Fix segmentation fault when failing to enable -t
Daniel Bristot de Oliveira
1
-4
/
+3
2022-01-13
rtla/osnoise: Add osnoise top mode
Daniel Bristot de Oliveira
1
-0
/
+579