summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Ostapenko <m.ostapenko@samsung.com>2016-09-26 18:05:01 +0300
committerMaxim Ostapenko <m.ostapenko@samsung.com>2016-10-05 17:40:03 +0300
commit877275a056bcda686ffadd7347cc7533c911a933 (patch)
treecd08feb43db7822f0148008af80254c09ce21553
parent539962e0d43290e4477391ba3dc926989c983acc (diff)
downloadswap-probe-sandbox/mro/got_lsan.tar.gz
swap-probe-sandbox/mro/got_lsan.tar.bz2
swap-probe-sandbox/mro/got_lsan.zip
Make evas_object_show probe non-blocking againsandbox/mro/got_lsan
Change-Id: Idf1c804433b4c517413f3685531c8048d300848b
-rw-r--r--probe_ui/probe_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/probe_ui/probe_ui.c b/probe_ui/probe_ui.c
index 183cc62..462315a 100644
--- a/probe_ui/probe_ui.c
+++ b/probe_ui/probe_ui.c
@@ -38,7 +38,7 @@ enum ui_funcs_id_t get_ui_feature_id(void *ptr)
/* X-macros replaced by structures defenitions */
#define X(func_name, orig_name) \
- { (ElfW(Addr))& func_name, orig_name, GT_TARGET_PROBE, NULL },
+ { (ElfW(Addr))& func_name, orig_name, GT_TARGET_PROBE | GT_INVERTED_PROBE, NULL },
static struct probe_desc_t ui_probes[] = {
PROBES_LIST