# CONFIG_FUNCTION_ERROR_INJECTION is not set # CONFIG_FUNCTION_TRACER is not set # CONFIG_FUSE_FS is not set # CONFIG_FUSION is not set 0 comments on commit f9bd655 Please sign in to comment. Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Mana...
# CONFIG_FUNCTION_ERROR_INJECTION is not set # CONFIG_FUNCTION_TRACER is not set # CONFIG_FUSE_FS is not set # CONFIG_FUSION is not set 0 comments on commit b3dd15c Please sign in to comment. Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact ...
CONFIG_HAVE_FUNCTION_TRACER=y CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y CONFIG_HAVE_DYNAMIC_FTRACE=y CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y CONFIG_HAVE_C_RECORDMCOUNT=y CONFIG_TRACING_SUPPORT=y CONFIG_FTRACE=y # CONFIG_FUNCTION_TRACER is not set # CONFIG_IRQSOFF_TRACER is not set # CON...
65:if(!CollectionUtils.isEmpty(newNotifications)){66:deferredResultWrapper.setResult(newNotifications);67:// 若无新的通知,68:}else{69:// 注册超时事件70:deferredResultWrapper.onTimeout(()->logWatchedKeys(watchedKeys,"Apollo.LongPoll.TimeOutKeys"));// 【TODO 6001】Tracer 日志71:// 注册结束事件7...
Gedetailleerde instellingen voor het traceren van beveiligingsbeleid en controlegebeurtenissen kunnen worden gebruikt om de activiteiten van afzonderlijke toepassingen en gebruikers op die computer te bewaken en om te begrijpen hoe een computer wordt gebruikt. Deze categorie bevat de volg...
();/** * 通过 ReleaseMessage 的消息内容,获得对应 Namespace 的名字 */private static final Function<String,String>retrieveNamespaceFromReleaseMessage = releaseMessage -> { if (Strings.isNullOrEmpty(releaseMessage)) { return null; } List<String>keys = STRING_SPLITTER.splitToList(releaseMessage); ...
config KERNEL_FUNCTION_TRACER bool "Function tracer" depends on KERNEL_FTRACE default n config KERNEL_FUNCTION_GRAPH_TRACER bool "Function graph tracer" depends on KERNEL_FUNCTION_TRACER default n config KERNEL_DYNAMIC_FTRACE bool "Enable/disable function tracing dynamically" depends on...
Enable the sound related settings: Device Drivers->Sound card support’ Device Drivers->Sound card support->Advanced Linux Sound Architecture’ enabling ALSA support Kernel hacking > Tracers > Kernel Function Tracer Save and Exit the kernel configuration....
1: @Override 2: public void handleMessage(ReleaseMessage message, String channel) { 3: ("message received - channel: {}, message: {}", channel, message); 4: // 【TODO 6001】Tracer 日志 5: String content = message.getMessage(); 6: Tracer.logEvent("Apollo.LongPoll.Messages", content...
KBUILD_CFLAGS += $(call cc-option, -femit-struct-debug-baseonly) KBUILD_CFLAGS += $(call cc-option, -femit-struct-debug-baseonly) \ $(call cc-option,-fno-var-tracking) endif ifdef CONFIG_FUNCTION_TRACER 0 comments on commit e82c4bb Please sign in to comment. Footer...