6 <key>/schemas/apps/memprof/skip_funcs
</key>
7 <applyto>/apps/memprof/skip_funcs
</applyto>
10 <list_type>string
</list_type>
11 <default>[g_malloc,g_malloc0,g_realloc,g_strdup,strdup,strndup]
</default>
13 <short>List of functions to skip
</short>
14 <long>List of functions to skip when computing profiles.
</long>
19 <key>/schemas/apps/memprof/skip_regexes
</key>
20 <applyto>/apps/memprof/skip_regexes
</applyto>
21 <owner>memprof
</owner>
23 <list_type>string
</list_type>
25 <short>List of regexes to skip
</short>
26 <long>List of regular expressions to skip when computing profiles
</long>
31 <key>/schemas/apps/memprof/stack_command
</key>
32 <applyto>/apps/memprof/stack_command
</applyto>
33 <owner>memprof
</owner>
35 <default>emacsclient -n +%l
"%f"</default>
38 <long>Command to run on double click in stack trace.
</long>