Tudor pointed out the necessity of an environment variable to disable using --dlfilter with perf script. This is because on our systems, perf is only allowed to run as root and trace the kernel with certain flags which do not include --dlfilter. This environment variable will allow the user to forcibly disable --dlfilter to be able to still trace the kernel in these situations.
Tudor pointed out the necessity of an environment variable to disable using
--dlfilter
withperf script
. This is because on our systems, perf is only allowed to run as root and trace the kernel with certain flags which do not include--dlfilter
. This environment variable will allow the user to forcibly disable--dlfilter
to be able to still trace the kernel in these situations.