I am using Jetpack 3.3. Will KPROBES work on TX2? Is it enabled by default?
If not how can I enable it? I couldn’t find it on the .config file.
Do you like to enable the tracing? You may need to add below to the config.
CONFIG_KPROBE_EVENTS and CONFIG_UPROBE_EVENTS.
How can I enable CONFIG_KPROBE_EVENTS and CONFIG_UPROBE_EVENTS?
Those are not listed in the .config and not getting listed in make menuconfig.
BTW it was jetpack 3.2.1[L4T 28.2.1]. Not 3.3.
Just add them to the …/kernel/kernel-4.4/arch/arm64/configs/tegra18_defconfig and clean build the kernel.