1
0
Fork 0
tuned/tuned/profiles/functions
Jaroslav Škarvada 3a286103c3
functions: added 'log' which helps with debugging
E.g.:
[variables]
dummy=${f:log:${f:exec:uname}}

Logs the output of the 'uname' command to the TuneD log.

Also added more verbose debug output which can help with functions
debugging. Enable with 'tuned -D'.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2024-04-14 15:26:00 +02:00
..
__init__.py An attempt to port Tuned to python3 and keeping it python2 compatible 2017-12-21 10:20:13 +01:00
base.py builtin_functions: fixed check for number of arguments 2020-03-23 16:35:43 +01:00
function_assertion.py builtin_functions: fixed check for number of arguments 2020-03-23 16:35:43 +01:00
function_assertion_non_equal.py builtin_functions: fixed check for number of arguments 2020-03-23 16:35:43 +01:00
function_calc_isolated_cores.py No errors when physical_package_id file does not exist 2023-08-16 22:40:03 +02:00
function_check_net_queue_count.py realtime: added support for netdev_queue_count 2021-01-22 11:55:39 -05:00
function_cpuinfo_check.py plugins: support cpuinfo_regex and uname_regex matching 2019-11-25 16:00:54 +01:00
function_cpulist2devs.py API: add support for moving devices between instances 2023-02-06 22:58:56 +01:00
function_cpulist2hex.py Fix calling methods of parent classes 2018-01-14 15:13:27 +01:00
function_cpulist2hex_invert.py Fix calling methods of parent classes 2018-01-14 15:13:27 +01:00
function_cpulist_invert.py Use online CPUs for cpusets calculations instead of present CPUs 2018-08-27 00:23:51 +02:00
function_cpulist_online.py functions: Return an ordered cpu list in cpulist_online 2019-05-09 10:23:07 +02:00
function_cpulist_pack.py Fix calling methods of parent classes 2018-01-14 15:13:27 +01:00
function_cpulist_present.py Fix calling methods of parent classes 2018-01-14 15:13:27 +01:00
function_cpulist_unpack.py Fix calling methods of parent classes 2018-01-14 15:13:27 +01:00
function_exec.py Fix calling methods of parent classes 2018-01-14 15:13:27 +01:00
function_hex2cpulist.py builtin_functions: fixed check for number of arguments 2020-03-23 16:35:43 +01:00
function_intel_recommended_pstate.py Added intel_recommended_pstate builtin function. 2024-03-21 16:11:24 +01:00
function_kb2s.py builtin_functions: fixed check for number of arguments 2020-03-23 16:35:43 +01:00
function_log.py functions: added 'log' which helps with debugging 2024-04-14 15:26:00 +02:00
function_regex_search_ternary.py builtin_functions: fixed check for number of arguments 2020-03-23 16:35:43 +01:00
function_s2kb.py builtin_functions: fixed check for number of arguments 2020-03-23 16:35:43 +01:00
function_strip.py Fix calling methods of parent classes 2018-01-14 15:13:27 +01:00
function_virt_check.py builtin_functions: fixed check for number of arguments 2020-03-23 16:35:43 +01:00
functions.py functions: added 'log' which helps with debugging 2024-04-14 15:26:00 +02:00
repository.py Fix calling methods of parent classes 2018-01-14 15:13:27 +01:00