Note: I am assuming that debugfs is mounted under /sys/kernel/debug
If not, try:
mount -t debugfs none /sys/kernel/debug
Change into the tracing directory:
cd /sys/kernel/debug/tracing/
Make sure the function tracer is disabled:
echo nop > current_tracer
Enable all I2C events:
echo ...