sh: Trivial trace_mark() instrumentation for core events.
[sfrench/cifs-2.6.git] / arch / sh / kernel / sys_sh.c
index 0dfb88925addc3b209b082da0b51e01fb58b7606..38f098c9c72de2e2fd6eb47cbe4b3c874420aa72 100644 (file)
@@ -171,6 +171,8 @@ asmlinkage int sys_ipc(uint call, int first, int second,
        version = call >> 16; /* hack for backward compatibility */
        call &= 0xffff;
 
+       trace_mark(kernel_arch_ipc_call, "call %u first %d", call, first);
+
        if (call <= SEMTIMEDOP)
                switch (call) {
                case SEMOP: