main.c: Fixup in case the contains malloc or similiar in the backtrace
[memprof.git] / memprof.schemas
blob386cb3dd5aea5fcba1affa2594383a2b7aba1aca
1 <?xml version="1.0"?>
2 <gconfschemafile>
3 <schemalist>
5 <schema>
6 <key>/schemas/apps/memprof/skip_funcs</key>
7 <applyto>/apps/memprof/skip_funcs</applyto>
8 <owner>memprof</owner>
9 <type>list</type>
10 <list_type>string</list_type>
11 <default>[g_malloc,g_malloc0,g_realloc,g_strdup,strdup,strndup]</default>
12 <locale name="C">
13 <short>List of functions to skip</short>
14 <long>List of functions to skip when computing profiles.</long>
15 </locale>
16 </schema>
18 <schema>
19 <key>/schemas/apps/memprof/skip_regexes</key>
20 <applyto>/apps/memprof/skip_regexes</applyto>
21 <owner>memprof</owner>
22 <type>list</type>
23 <list_type>string</list_type>
24 <locale name="C">
25 <short>List of regexes to skip</short>
26 <long>List of regular expressions to skip when computing profiles</long>
27 </locale>
28 </schema>
30 <schema>
31 <key>/schemas/apps/memprof/stack_command</key>
32 <applyto>/apps/memprof/stack_command</applyto>
33 <owner>memprof</owner>
34 <type>string</type>
35 <default>emacsclient -n +%l "%f"</default>
36 <locale name="C">
37 <short>Editor</short>
38 <long>Command to run on double click in stack trace.</long>
39 </locale>
40 </schema>
42 </schemalist>
43 </gconfschemafile>