[CLEAN] unused NMSG_PROBE_ enums
authorAnastasia Lyupa <a.lyupa@samsung.com>
Thu, 14 Nov 2013 13:27:37 +0000 (17:27 +0400)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 15 Nov 2013 10:00:39 +0000 (10:00 +0000)
Change-Id: I898a407d3b7edb5ce2b12564ec910a6f8f0d69d8
Signed-off-by: Anastasia Lyupa <a.lyupa@samsung.com>
daemon/da_protocol.c
daemon/da_protocol.h

index 4d30dbe..c1c7454 100644 (file)
@@ -100,17 +100,6 @@ char *msg_ID_str(enum HostMessageT ID)
        check_and_return(NMSG_FUNCTION_EXIT);
        check_and_return(NMSG_CONTEXT_SWITCH_ENTRY);
        check_and_return(NMSG_CONTEXT_SWITCH_EXIT);
-       check_and_return(NMSG_PROBE);
-       check_and_return(NMSG_PROBE_MEMORY);
-       check_and_return(NMSG_PROBE_UICONTROL);
-       check_and_return(NMSG_PROBE_UIEVENT);
-       check_and_return(NMSG_PROBE_RESOURCE);
-       check_and_return(NMSG_PROBE_LIFECYCLE);
-       check_and_return(NMSG_PROBE_SCREENSHOT);
-       check_and_return(NMSG_PROBE_SCENE);
-       check_and_return(NMSG_PROBE_THREAD);
-       check_and_return(NMSG_PROBE_CUSTOM);
-       check_and_return(NMSG_PROBE_SYNC);
        return "HZ";
 }
 
index 7d690b5..ca1c68b 100644 (file)
@@ -67,20 +67,6 @@ NMSG_FUNCTION_ENTRY                  =0x0008,        //N     irregular       swap instrumentation, Instrumented
 NMSG_FUNCTION_EXIT                     =0x0009,        //N     irregular       swap instrumentation, Instrumented functions by AppInst and LibInst
 NMSG_CONTEXT_SWITCH_ENTRY      =0x0010,        //N     irregular       swap instrumentation for kernel
 NMSG_CONTEXT_SWITCH_EXIT       =0x0011,        //N     irregular       swap instrumentation for kernel
-
-NMSG_PROBE                                     =0x0100,        //N     irregular       resource log
-NMSG_PROBE_MEMORY                      =0x0101,        //N     irregular       resource log
-NMSG_PROBE_UICONTROL           =0x0102,        //N     irregular       resource log
-NMSG_PROBE_UIEVENT                     =0x0103,        //N     irregular       resource log
-NMSG_PROBE_RESOURCE                    =0x0104,        //N     irregular       resource log
-NMSG_PROBE_LIFECYCLE           =0x0105,        //N     irregular       resource log
-NMSG_PROBE_SCREENSHOT          =0x0106,        //N     irregular       resource log
-NMSG_PROBE_SCENE                       =0x0107,        //N     irregular       resource log
-NMSG_PROBE_THREAD                      =0x0108,        //N     irregular       resource log
-NMSG_PROBE_CUSTOM                      =0x0109,        //N     irregular       resource log
-NMSG_PROBE_SYNC                                =0x0110 //N     irregular       resource log
-
-
 };
 #define MSG_MAX_NUM NMSG_SWAP_INST_REMOVE