• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE UI><UI>
2<class>oprof_start_base</class>
3<widget>
4    <class>QDialog</class>
5    <property stdset="1">
6        <name>name</name>
7        <cstring>oprof_start_base</cstring>
8    </property>
9    <property stdset="1">
10        <name>geometry</name>
11        <rect>
12            <x>0</x>
13            <y>0</y>
14            <width>625</width>
15            <height>735</height>
16        </rect>
17    </property>
18    <property stdset="1">
19        <name>caption</name>
20        <string>Start profiler</string>
21    </property>
22    <property stdset="1">
23        <name>sizeGripEnabled</name>
24        <bool>true</bool>
25    </property>
26    <vbox>
27        <property stdset="1">
28            <name>margin</name>
29            <number>11</number>
30        </property>
31        <property stdset="1">
32            <name>spacing</name>
33            <number>6</number>
34        </property>
35        <widget>
36            <class>QTabWidget</class>
37            <property stdset="1">
38                <name>name</name>
39                <cstring>setup_config_tab</cstring>
40            </property>
41            <widget>
42                <class>QWidget</class>
43                <property stdset="1">
44                    <name>name</name>
45                    <cstring>counter_setup_page</cstring>
46                </property>
47                <attribute>
48                    <name>title</name>
49                    <string>&amp;Setup</string>
50                </attribute>
51                <vbox>
52                    <property stdset="1">
53                        <name>margin</name>
54                        <number>11</number>
55                    </property>
56                    <property stdset="1">
57                        <name>spacing</name>
58                        <number>6</number>
59                    </property>
60                    <widget>
61                        <class>QGroupBox</class>
62                        <property stdset="1">
63                            <name>name</name>
64                            <cstring>counter_group</cstring>
65                        </property>
66                        <property stdset="1">
67                            <name>title</name>
68                            <string>Events</string>
69                        </property>
70                        <vbox>
71                            <property stdset="1">
72                                <name>margin</name>
73                                <number>11</number>
74                            </property>
75                            <property stdset="1">
76                                <name>spacing</name>
77                                <number>6</number>
78                            </property>
79                            <widget>
80                                <class>QLayoutWidget</class>
81                                <property stdset="1">
82                                    <name>name</name>
83                                    <cstring>Layout10</cstring>
84                                </property>
85                                <hbox>
86                                    <property stdset="1">
87                                        <name>margin</name>
88                                        <number>0</number>
89                                    </property>
90                                    <property stdset="1">
91                                        <name>spacing</name>
92                                        <number>6</number>
93                                    </property>
94                                    <widget>
95                                        <class>QListView</class>
96                                        <column>
97                                            <property>
98                                                <name>text</name>
99                                                <string>Removedincode</string>
100                                            </property>
101                                            <property>
102                                                <name>clickable</name>
103                                                <bool>false</bool>
104                                            </property>
105                                            <property>
106                                                <name>resizeable</name>
107                                                <bool>true</bool>
108                                            </property>
109                                        </column>
110                                        <property stdset="1">
111                                            <name>name</name>
112                                            <cstring>events_list</cstring>
113                                        </property>
114                                        <property stdset="1">
115                                            <name>minimumSize</name>
116                                            <size>
117                                                <width>250</width>
118                                                <height>0</height>
119                                            </size>
120                                        </property>
121                                        <property stdset="1">
122                                            <name>selectionMode</name>
123                                            <enum>Multi</enum>
124                                        </property>
125                                        <property>
126                                            <name>toolTip</name>
127                                            <string>Available events</string>
128                                        </property>
129                                    </widget>
130                                    <widget>
131                                        <class>QLayoutWidget</class>
132                                        <property stdset="1">
133                                            <name>name</name>
134                                            <cstring>Layout9</cstring>
135                                        </property>
136                                        <vbox>
137                                            <property stdset="1">
138                                                <name>margin</name>
139                                                <number>0</number>
140                                            </property>
141                                            <property stdset="1">
142                                                <name>spacing</name>
143                                                <number>6</number>
144                                            </property>
145                                            <widget>
146                                                <class>QCheckBox</class>
147                                                <property stdset="1">
148                                                    <name>name</name>
149                                                    <cstring>os_ring_count_cb</cstring>
150                                                </property>
151                                                <property stdset="1">
152                                                    <name>text</name>
153                                                    <string>Profile &amp;kernel</string>
154                                                </property>
155                                                <property>
156                                                    <name>toolTip</name>
157                                                    <string>Profile kernel code</string>
158                                                </property>
159                                            </widget>
160                                            <widget>
161                                                <class>QCheckBox</class>
162                                                <property stdset="1">
163                                                    <name>name</name>
164                                                    <cstring>user_ring_count_cb</cstring>
165                                                </property>
166                                                <property stdset="1">
167                                                    <name>text</name>
168                                                    <string>Profile &amp;user binaries</string>
169                                                </property>
170                                                <property>
171                                                    <name>toolTip</name>
172                                                    <string>Profile user libraries and applications</string>
173                                                </property>
174                                            </widget>
175                                            <widget>
176                                                <class>QLayoutWidget</class>
177                                                <property stdset="1">
178                                                    <name>name</name>
179                                                    <cstring>Layout16</cstring>
180                                                </property>
181                                                <hbox>
182                                                    <property stdset="1">
183                                                        <name>margin</name>
184                                                        <number>0</number>
185                                                    </property>
186                                                    <property stdset="1">
187                                                        <name>spacing</name>
188                                                        <number>6</number>
189                                                    </property>
190                                                    <widget>
191                                                        <class>QLabel</class>
192                                                        <property stdset="1">
193                                                            <name>name</name>
194                                                            <cstring>TextLabel1_2</cstring>
195                                                        </property>
196                                                        <property stdset="1">
197                                                            <name>text</name>
198                                                            <string>C&amp;ount</string>
199                                                        </property>
200                                                        <property>
201                                                            <name>buddy</name>
202                                                            <cstring>event_count_edit</cstring>
203                                                        </property>
204                                                    </widget>
205                                                    <widget>
206                                                        <class>QLineEdit</class>
207                                                        <property stdset="1">
208                                                            <name>name</name>
209                                                            <cstring>event_count_edit</cstring>
210                                                        </property>
211                                                        <property stdset="1">
212                                                            <name>sizePolicy</name>
213                                                            <sizepolicy>
214                                                                <hsizetype>1</hsizetype>
215                                                                <vsizetype>0</vsizetype>
216                                                            </sizepolicy>
217                                                        </property>
218                                                        <property>
219                                                            <name>toolTip</name>
220                                                            <string>Set the count value</string>
221                                                        </property>
222                                                    </widget>
223                                                    <spacer>
224                                                        <property>
225                                                            <name>name</name>
226                                                            <cstring>Spacer13_2</cstring>
227                                                        </property>
228                                                        <property stdset="1">
229                                                            <name>orientation</name>
230                                                            <enum>Horizontal</enum>
231                                                        </property>
232                                                        <property stdset="1">
233                                                            <name>sizeType</name>
234                                                            <enum>Expanding</enum>
235                                                        </property>
236                                                        <property>
237                                                            <name>sizeHint</name>
238                                                            <size>
239                                                                <width>20</width>
240                                                                <height>20</height>
241                                                            </size>
242                                                        </property>
243                                                    </spacer>
244                                                </hbox>
245                                            </widget>
246                                            <widget>
247                                                <class>QButtonGroup</class>
248                                                <property stdset="1">
249                                                    <name>name</name>
250                                                    <cstring>unit_mask_group</cstring>
251                                                </property>
252                                                <property stdset="1">
253                                                    <name>sizePolicy</name>
254                                                    <sizepolicy>
255                                                        <hsizetype>1</hsizetype>
256                                                        <vsizetype>5</vsizetype>
257                                                    </sizepolicy>
258                                                </property>
259                                                <property stdset="1">
260                                                    <name>title</name>
261                                                    <string>Unit mask</string>
262                                                </property>
263                                                <property>
264                                                    <name>toolTip</name>
265                                                    <string>Unit mask settings for this event</string>
266                                                </property>
267                                                <grid>
268                                                    <property stdset="1">
269                                                        <name>margin</name>
270                                                        <number>11</number>
271                                                    </property>
272                                                    <property stdset="1">
273                                                        <name>spacing</name>
274                                                        <number>6</number>
275                                                    </property>
276                                                    <widget row="0"  column="0" >
277                                                        <class>QCheckBox</class>
278                                                        <property stdset="1">
279                                                            <name>name</name>
280                                                            <cstring>check0</cstring>
281                                                        </property>
282                                                        <property stdset="1">
283                                                            <name>text</name>
284                                                            <string>check0</string>
285                                                        </property>
286                                                    </widget>
287                                                    <widget row="1"  column="0"  rowspan="2"  colspan="2" >
288                                                        <class>QCheckBox</class>
289                                                        <property stdset="1">
290                                                            <name>name</name>
291                                                            <cstring>check1</cstring>
292                                                        </property>
293                                                        <property stdset="1">
294                                                            <name>text</name>
295                                                            <string>check1</string>
296                                                        </property>
297                                                    </widget>
298                                                    <widget row="3"  column="0"  rowspan="2"  colspan="2" >
299                                                        <class>QCheckBox</class>
300                                                        <property stdset="1">
301                                                            <name>name</name>
302                                                            <cstring>check2</cstring>
303                                                        </property>
304                                                        <property stdset="1">
305                                                            <name>text</name>
306                                                            <string>check2</string>
307                                                        </property>
308                                                    </widget>
309                                                    <widget row="5"  column="0" >
310                                                        <class>QCheckBox</class>
311                                                        <property stdset="1">
312                                                            <name>name</name>
313                                                            <cstring>check3</cstring>
314                                                        </property>
315                                                        <property stdset="1">
316                                                            <name>text</name>
317                                                            <string>check3</string>
318                                                        </property>
319                                                    </widget>
320                                                    <widget row="6"  column="0" >
321                                                        <class>QCheckBox</class>
322                                                        <property stdset="1">
323                                                            <name>name</name>
324                                                            <cstring>check4</cstring>
325                                                        </property>
326                                                        <property stdset="1">
327                                                            <name>text</name>
328                                                            <string>check4</string>
329                                                        </property>
330                                                    </widget>
331                                                    <widget row="7"  column="0" >
332                                                        <class>QCheckBox</class>
333                                                        <property stdset="1">
334                                                            <name>name</name>
335                                                            <cstring>check5</cstring>
336                                                        </property>
337                                                        <property stdset="1">
338                                                            <name>text</name>
339                                                            <string>check5</string>
340                                                        </property>
341                                                    </widget>
342                                                    <widget row="8"  column="0"  rowspan="2"  colspan="2" >
343                                                        <class>QCheckBox</class>
344                                                        <property stdset="1">
345                                                            <name>name</name>
346                                                            <cstring>check6</cstring>
347                                                        </property>
348                                                        <property stdset="1">
349                                                            <name>text</name>
350                                                            <string>check6</string>
351                                                        </property>
352                                                    </widget>
353                                                    <widget row="10"  column="0" >
354                                                        <class>QCheckBox</class>
355                                                        <property stdset="1">
356                                                            <name>name</name>
357                                                            <cstring>check7</cstring>
358                                                        </property>
359                                                        <property stdset="1">
360                                                            <name>text</name>
361                                                            <string>check7</string>
362                                                        </property>
363                                                    </widget>
364                                                    <spacer row="11"  column="1" >
365                                                        <property>
366                                                            <name>name</name>
367                                                            <cstring>Spacer14</cstring>
368                                                        </property>
369                                                        <property stdset="1">
370                                                            <name>orientation</name>
371                                                            <enum>Vertical</enum>
372                                                        </property>
373                                                        <property stdset="1">
374                                                            <name>sizeType</name>
375                                                            <enum>Expanding</enum>
376                                                        </property>
377                                                        <property>
378                                                            <name>sizeHint</name>
379                                                            <size>
380                                                                <width>20</width>
381                                                                <height>20</height>
382                                                            </size>
383                                                        </property>
384                                                    </spacer>
385                                                    <widget row="5"  column="1" >
386                                                        <class>QCheckBox</class>
387                                                        <property stdset="1">
388                                                            <name>name</name>
389                                                            <cstring>check11</cstring>
390                                                        </property>
391                                                        <property stdset="1">
392                                                            <name>text</name>
393                                                            <string>check11</string>
394                                                        </property>
395                                                    </widget>
396                                                    <widget row="7"  column="1" >
397                                                        <class>QCheckBox</class>
398                                                        <property stdset="1">
399                                                            <name>name</name>
400                                                            <cstring>check13</cstring>
401                                                        </property>
402                                                        <property stdset="1">
403                                                            <name>text</name>
404                                                            <string>check13</string>
405                                                        </property>
406                                                    </widget>
407                                                    <widget row="10"  column="1" >
408                                                        <class>QCheckBox</class>
409                                                        <property stdset="1">
410                                                            <name>name</name>
411                                                            <cstring>check15</cstring>
412                                                        </property>
413                                                        <property stdset="1">
414                                                            <name>text</name>
415                                                            <string>check15</string>
416                                                        </property>
417                                                    </widget>
418                                                    <widget row="4"  column="1" >
419                                                        <class>QCheckBox</class>
420                                                        <property stdset="1">
421                                                            <name>name</name>
422                                                            <cstring>check10</cstring>
423                                                        </property>
424                                                        <property stdset="1">
425                                                            <name>text</name>
426                                                            <string>check10</string>
427                                                        </property>
428                                                    </widget>
429                                                    <widget row="9"  column="1" >
430                                                        <class>QCheckBox</class>
431                                                        <property stdset="1">
432                                                            <name>name</name>
433                                                            <cstring>check14</cstring>
434                                                        </property>
435                                                        <property stdset="1">
436                                                            <name>text</name>
437                                                            <string>check14</string>
438                                                        </property>
439                                                    </widget>
440                                                    <widget row="2"  column="1" >
441                                                        <class>QCheckBox</class>
442                                                        <property stdset="1">
443                                                            <name>name</name>
444                                                            <cstring>check9</cstring>
445                                                        </property>
446                                                        <property stdset="1">
447                                                            <name>text</name>
448                                                            <string>check9</string>
449                                                        </property>
450                                                    </widget>
451                                                    <widget row="0"  column="1" >
452                                                        <class>QCheckBox</class>
453                                                        <property stdset="1">
454                                                            <name>name</name>
455                                                            <cstring>check8</cstring>
456                                                        </property>
457                                                        <property stdset="1">
458                                                            <name>text</name>
459                                                            <string>check8</string>
460                                                        </property>
461                                                    </widget>
462                                                    <widget row="6"  column="1" >
463                                                        <class>QCheckBox</class>
464                                                        <property stdset="1">
465                                                            <name>name</name>
466                                                            <cstring>check12</cstring>
467                                                        </property>
468                                                        <property stdset="1">
469                                                            <name>text</name>
470                                                            <string>check12</string>
471                                                        </property>
472                                                    </widget>
473                                                </grid>
474                                            </widget>
475                                        </vbox>
476                                    </widget>
477                                </hbox>
478                            </widget>
479                            <widget>
480                                <class>QLabel</class>
481                                <property stdset="1">
482                                    <name>name</name>
483                                    <cstring>event_help_label</cstring>
484                                </property>
485                                <property stdset="1">
486                                    <name>enabled</name>
487                                    <bool>true</bool>
488                                </property>
489                                <property stdset="1">
490                                    <name>sizePolicy</name>
491                                    <sizepolicy>
492                                        <hsizetype>1</hsizetype>
493                                        <vsizetype>1</vsizetype>
494                                    </sizepolicy>
495                                </property>
496                                <property stdset="1">
497                                    <name>frameShape</name>
498                                    <enum>WinPanel</enum>
499                                </property>
500                                <property stdset="1">
501                                    <name>frameShadow</name>
502                                    <enum>Sunken</enum>
503                                </property>
504                                <property stdset="1">
505                                    <name>text</name>
506                                    <string></string>
507                                </property>
508                            </widget>
509                        </vbox>
510                    </widget>
511                </vbox>
512            </widget>
513            <widget>
514                <class>QWidget</class>
515                <property stdset="1">
516                    <name>name</name>
517                    <cstring>configuration_page</cstring>
518                </property>
519                <attribute>
520                    <name>title</name>
521                    <string>&amp;Configuration</string>
522                </attribute>
523                <vbox>
524                    <property stdset="1">
525                        <name>margin</name>
526                        <number>11</number>
527                    </property>
528                    <property stdset="1">
529                        <name>spacing</name>
530                        <number>6</number>
531                    </property>
532                    <widget>
533                        <class>QLayoutWidget</class>
534                        <property stdset="1">
535                            <name>name</name>
536                            <cstring>Layout11</cstring>
537                        </property>
538                        <hbox>
539                            <property stdset="1">
540                                <name>margin</name>
541                                <number>0</number>
542                            </property>
543                            <property stdset="1">
544                                <name>spacing</name>
545                                <number>6</number>
546                            </property>
547                            <widget>
548                                <class>QLabel</class>
549                                <property stdset="1">
550                                    <name>name</name>
551                                    <cstring>TextLabel1</cstring>
552                                </property>
553                                <property stdset="1">
554                                    <name>text</name>
555                                    <string>&amp;Kernel image file</string>
556                                </property>
557                                <property>
558                                    <name>buddy</name>
559                                    <cstring>kernel_filename_edit</cstring>
560                                </property>
561                            </widget>
562                            <widget>
563                                <class>QLineEdit</class>
564                                <property stdset="1">
565                                    <name>name</name>
566                                    <cstring>kernel_filename_edit</cstring>
567                                </property>
568                                <property>
569                                    <name>toolTip</name>
570                                    <string>The vmlinux file of the running kernel</string>
571                                </property>
572                            </widget>
573                            <widget>
574                                <class>QToolButton</class>
575                                <property stdset="1">
576                                    <name>name</name>
577                                    <cstring>kernel_filename_tb</cstring>
578                                </property>
579                                <property stdset="1">
580                                    <name>text</name>
581                                    <string>...</string>
582                                </property>
583                            </widget>
584                            <widget>
585                                <class>QCheckBox</class>
586                                <property stdset="1">
587                                    <name>name</name>
588                                    <cstring>no_vmlinux</cstring>
589                                </property>
590                                <property stdset="1">
591                                    <name>text</name>
592                                    <string>No kernel image</string>
593                                </property>
594                                <property>
595                                    <name>toolTip</name>
596                                    <string>No kernel image available. Disables kernel profiling.</string>
597                                </property>
598                            </widget>
599                        </hbox>
600                    </widget>
601                    <widget>
602                        <class>QLayoutWidget</class>
603                        <property stdset="1">
604                            <name>name</name>
605                            <cstring>Layout12</cstring>
606                        </property>
607                        <hbox>
608                            <property stdset="1">
609                                <name>margin</name>
610                                <number>0</number>
611                            </property>
612                            <property stdset="1">
613                                <name>spacing</name>
614                                <number>6</number>
615                            </property>
616                            <widget>
617                                <class>QLayoutWidget</class>
618                                <property stdset="1">
619                                    <name>name</name>
620                                    <cstring>Layout11</cstring>
621                                </property>
622                                <grid>
623                                    <property stdset="1">
624                                        <name>margin</name>
625                                        <number>0</number>
626                                    </property>
627                                    <property stdset="1">
628                                        <name>spacing</name>
629                                        <number>6</number>
630                                    </property>
631                                    <widget row="0"  column="1" >
632                                        <class>QLineEdit</class>
633                                        <property stdset="1">
634                                            <name>name</name>
635                                            <cstring>buffer_size_edit</cstring>
636                                        </property>
637                                        <property>
638                                            <name>toolTip</name>
639                                            <string>The size of the profiler's buffers</string>
640                                        </property>
641                                    </widget>
642                                    <widget row="1"  column="1" >
643                                        <class>QLineEdit</class>
644                                        <property stdset="1">
645                                            <name>name</name>
646                                            <cstring>note_table_size_edit</cstring>
647                                        </property>
648                                    </widget>
649                                    <widget row="3"  column="0" >
650                                        <class>QLabel</class>
651                                        <property stdset="1">
652                                            <name>name</name>
653                                            <cstring>cpu_buffer_size_label</cstring>
654                                        </property>
655                                        <property stdset="1">
656                                            <name>text</name>
657                                            <string>Cpu buffer size</string>
658                                        </property>
659                                        <property>
660                                            <name>buddy</name>
661                                            <cstring>cpu_buffer_size_edit</cstring>
662                                        </property>
663                                    </widget>
664                                    <widget row="3"  column="1" >
665                                        <class>QLineEdit</class>
666                                        <property stdset="1">
667                                            <name>name</name>
668                                            <cstring>cpu_buffer_size_edit</cstring>
669                                        </property>
670                                    </widget>
671                                    <widget row="0"  column="0" >
672                                        <class>QLabel</class>
673                                        <property stdset="1">
674                                            <name>name</name>
675                                            <cstring>buffer_size_label</cstring>
676                                        </property>
677                                        <property stdset="1">
678                                            <name>text</name>
679                                            <string>&amp;Buffer size</string>
680                                        </property>
681                                        <property>
682                                            <name>buddy</name>
683                                            <cstring>buffer_size_edit</cstring>
684                                        </property>
685                                    </widget>
686                                    <widget row="1"  column="0" >
687                                        <class>QLabel</class>
688                                        <property stdset="1">
689                                            <name>name</name>
690                                            <cstring>note_table_size_label</cstring>
691                                        </property>
692                                        <property stdset="1">
693                                            <name>text</name>
694                                            <string>Note Size</string>
695                                        </property>
696                                        <property>
697                                            <name>buddy</name>
698                                            <cstring>note_table_size_edit</cstring>
699                                        </property>
700                                    </widget>
701                                    <widget row="2"  column="1" >
702                                        <class>QLineEdit</class>
703                                        <property stdset="1">
704                                            <name>name</name>
705                                            <cstring>buffer_watershed_edit</cstring>
706                                        </property>
707                                    </widget>
708                                    <widget row="2"  column="0" >
709                                        <class>QLabel</class>
710                                        <property stdset="1">
711                                            <name>name</name>
712                                            <cstring>buffer_watershed_label</cstring>
713                                        </property>
714                                        <property stdset="1">
715                                            <name>text</name>
716                                            <string>Buffer watershed</string>
717                                        </property>
718                                        <property>
719                                            <name>buddy</name>
720                                            <cstring>buffer_watershed_edit</cstring>
721                                        </property>
722                                    </widget>
723                                </grid>
724                            </widget>
725                            <spacer>
726                                <property>
727                                    <name>name</name>
728                                    <cstring>Spacer11</cstring>
729                                </property>
730                                <property stdset="1">
731                                    <name>orientation</name>
732                                    <enum>Horizontal</enum>
733                                </property>
734                                <property stdset="1">
735                                    <name>sizeType</name>
736                                    <enum>Expanding</enum>
737                                </property>
738                                <property>
739                                    <name>sizeHint</name>
740                                    <size>
741                                        <width>20</width>
742                                        <height>20</height>
743                                    </size>
744                                </property>
745                            </spacer>
746                        </hbox>
747                    </widget>
748                    <widget>
749                        <class>QLayoutWidget</class>
750                        <property stdset="1">
751                            <name>name</name>
752                            <cstring>Layout36</cstring>
753                        </property>
754                        <grid>
755                            <property stdset="1">
756                                <name>margin</name>
757                                <number>0</number>
758                            </property>
759                            <property stdset="1">
760                                <name>spacing</name>
761                                <number>6</number>
762                            </property>
763                            <widget row="0"  column="0" >
764                                <class>QLayoutWidget</class>
765                                <property stdset="1">
766                                    <name>name</name>
767                                    <cstring>Layout34</cstring>
768                                </property>
769                                <vbox>
770                                    <property stdset="1">
771                                        <name>margin</name>
772                                        <number>0</number>
773                                    </property>
774                                    <property stdset="1">
775                                        <name>spacing</name>
776                                        <number>6</number>
777                                    </property>
778                                    <widget>
779                                        <class>QCheckBox</class>
780                                        <property stdset="1">
781                                            <name>name</name>
782                                            <cstring>verbose</cstring>
783                                        </property>
784                                        <property stdset="1">
785                                            <name>text</name>
786                                            <string>&amp;Verbose</string>
787                                        </property>
788                                        <property>
789                                            <name>toolTip</name>
790                                            <string>Very verbose output in log file</string>
791                                        </property>
792                                    </widget>
793                                    <widget>
794                                        <class>QCheckBox</class>
795                                        <property stdset="1">
796                                            <name>name</name>
797                                            <cstring>separate_lib_cb</cstring>
798                                        </property>
799                                        <property stdset="1">
800                                            <name>text</name>
801                                            <string>Per-application profiles</string>
802                                        </property>
803                                        <property>
804                                            <name>toolTip</name>
805                                            <string>Separate samples for each shared library. This increases the time and space overhead of OProfile.</string>
806                                        </property>
807                                    </widget>
808                                    <widget>
809                                        <class>QCheckBox</class>
810                                        <property stdset="1">
811                                            <name>name</name>
812                                            <cstring>separate_kernel_cb</cstring>
813                                        </property>
814                                        <property stdset="1">
815                                            <name>text</name>
816                                            <string>Per-application profiles, including kernel</string>
817                                        </property>
818                                        <property>
819                                            <name>toolTip</name>
820                                            <string>Separate samples for each shared library and kernel samples. This increases the time and space overhead of OProfile.</string>
821                                        </property>
822                                    </widget>
823                                    <widget>
824                                        <class>QCheckBox</class>
825                                        <property stdset="1">
826                                            <name>name</name>
827                                            <cstring>separate_cpu_cb</cstring>
828                                        </property>
829                                        <property stdset="1">
830                                            <name>text</name>
831                                            <string>Per-CPU profiles</string>
832                                        </property>
833                                        <property>
834                                            <name>toolTip</name>
835                                            <string>Separate samples for each shared library and kernel samples. This increases the time and space overhead of OProfile.</string>
836                                        </property>
837                                    </widget>
838                                    <widget>
839                                        <class>QCheckBox</class>
840                                        <property stdset="1">
841                                            <name>name</name>
842                                            <cstring>separate_thread_cb</cstring>
843                                        </property>
844                                        <property stdset="1">
845                                            <name>text</name>
846                                            <string>Per-thread/task profiles</string>
847                                        </property>
848                                        <property>
849                                            <name>toolTip</name>
850                                            <string>Separate samples for each shared library and kernel samples. This increases the time and space overhead of OProfile.</string>
851                                        </property>
852                                    </widget>
853                                    <widget>
854                                        <class>QLayoutWidget</class>
855                                        <property stdset="1">
856                                            <name>name</name>
857                                            <cstring>Layout33</cstring>
858                                        </property>
859                                        <hbox>
860                                            <property stdset="1">
861                                                <name>margin</name>
862                                                <number>0</number>
863                                            </property>
864                                            <property stdset="1">
865                                                <name>spacing</name>
866                                                <number>6</number>
867                                            </property>
868                                            <widget>
869                                                <class>QLabel</class>
870                                                <property stdset="1">
871                                                    <name>name</name>
872                                                    <cstring>callgraph_depth_label</cstring>
873                                                </property>
874                                                <property stdset="1">
875                                                    <name>text</name>
876                                                    <string>callgraph depth, zero to disable</string>
877                                                </property>
878                                                <property>
879                                                    <name>buddy</name>
880                                                    <cstring>callgraph_depth_edit</cstring>
881                                                </property>
882                                            </widget>
883                                            <widget>
884                                                <class>QLineEdit</class>
885                                                <property stdset="1">
886                                                    <name>name</name>
887                                                    <cstring>callgraph_depth_edit</cstring>
888                                                </property>
889                                            </widget>
890                                        </hbox>
891                                    </widget>
892                                </vbox>
893                            </widget>
894                            <spacer row="0"  column="1" >
895                                <property>
896                                    <name>name</name>
897                                    <cstring>Spacer12</cstring>
898                                </property>
899                                <property stdset="1">
900                                    <name>orientation</name>
901                                    <enum>Horizontal</enum>
902                                </property>
903                                <property stdset="1">
904                                    <name>sizeType</name>
905                                    <enum>Expanding</enum>
906                                </property>
907                                <property>
908                                    <name>sizeHint</name>
909                                    <size>
910                                        <width>20</width>
911                                        <height>20</height>
912                                    </size>
913                                </property>
914                            </spacer>
915                        </grid>
916                    </widget>
917                    <spacer>
918                        <property>
919                            <name>name</name>
920                            <cstring>Spacer9</cstring>
921                        </property>
922                        <property stdset="1">
923                            <name>orientation</name>
924                            <enum>Vertical</enum>
925                        </property>
926                        <property stdset="1">
927                            <name>sizeType</name>
928                            <enum>Expanding</enum>
929                        </property>
930                        <property>
931                            <name>sizeHint</name>
932                            <size>
933                                <width>20</width>
934                                <height>20</height>
935                            </size>
936                        </property>
937                    </spacer>
938                </vbox>
939            </widget>
940        </widget>
941        <widget>
942            <class>QLabel</class>
943            <property stdset="1">
944                <name>name</name>
945                <cstring>daemon_label</cstring>
946            </property>
947            <property stdset="1">
948                <name>frameShape</name>
949                <enum>Panel</enum>
950            </property>
951            <property stdset="1">
952                <name>frameShadow</name>
953                <enum>Sunken</enum>
954            </property>
955            <property stdset="1">
956                <name>text</name>
957                <string></string>
958            </property>
959            <property>
960                <name>toolTip</name>
961                <string>Current daemon status</string>
962            </property>
963        </widget>
964        <widget>
965            <class>QLayoutWidget</class>
966            <property stdset="1">
967                <name>name</name>
968                <cstring>Layout37</cstring>
969            </property>
970            <hbox>
971                <property stdset="1">
972                    <name>margin</name>
973                    <number>0</number>
974                </property>
975                <property stdset="1">
976                    <name>spacing</name>
977                    <number>6</number>
978                </property>
979                <widget>
980                    <class>QPushButton</class>
981                    <property stdset="1">
982                        <name>name</name>
983                        <cstring>start_profiler_btn</cstring>
984                    </property>
985                    <property stdset="1">
986                        <name>text</name>
987                        <string>St&amp;art</string>
988                    </property>
989                </widget>
990                <widget>
991                    <class>QPushButton</class>
992                    <property stdset="1">
993                        <name>name</name>
994                        <cstring>flush_profiler_data_btn</cstring>
995                    </property>
996                    <property stdset="1">
997                        <name>text</name>
998                        <string>&amp;Flush</string>
999                    </property>
1000                </widget>
1001                <widget>
1002                    <class>QPushButton</class>
1003                    <property stdset="1">
1004                        <name>name</name>
1005                        <cstring>stop_profiler_btn</cstring>
1006                    </property>
1007                    <property stdset="1">
1008                        <name>text</name>
1009                        <string>Stop</string>
1010                    </property>
1011                </widget>
1012                <spacer>
1013                    <property>
1014                        <name>name</name>
1015                        <cstring>Spacer5</cstring>
1016                    </property>
1017                    <property stdset="1">
1018                        <name>orientation</name>
1019                        <enum>Horizontal</enum>
1020                    </property>
1021                    <property stdset="1">
1022                        <name>sizeType</name>
1023                        <enum>Expanding</enum>
1024                    </property>
1025                    <property>
1026                        <name>sizeHint</name>
1027                        <size>
1028                            <width>20</width>
1029                            <height>20</height>
1030                        </size>
1031                    </property>
1032                </spacer>
1033                <widget>
1034                    <class>QPushButton</class>
1035                    <property stdset="1">
1036                        <name>name</name>
1037                        <cstring>reset_sample_files_btn</cstring>
1038                    </property>
1039                    <property stdset="1">
1040                        <name>text</name>
1041                        <string>Reset sample files</string>
1042                    </property>
1043                </widget>
1044                <widget>
1045                    <class>QPushButton</class>
1046                    <property stdset="1">
1047                        <name>name</name>
1048                        <cstring>quit_and_save_btn</cstring>
1049                    </property>
1050                    <property stdset="1">
1051                        <name>text</name>
1052                        <string>Save and &amp;quit</string>
1053                    </property>
1054                    <property stdset="1">
1055                        <name>autoDefault</name>
1056                        <bool>true</bool>
1057                    </property>
1058                </widget>
1059            </hbox>
1060        </widget>
1061    </vbox>
1062</widget>
1063<connections>
1064    <connection>
1065        <sender>start_profiler_btn</sender>
1066        <signal>clicked()</signal>
1067        <receiver>oprof_start_base</receiver>
1068        <slot>on_start_profiler()</slot>
1069    </connection>
1070    <connection>
1071        <sender>stop_profiler_btn</sender>
1072        <signal>clicked()</signal>
1073        <receiver>oprof_start_base</receiver>
1074        <slot>on_stop_profiler()</slot>
1075    </connection>
1076    <connection>
1077        <sender>flush_profiler_data_btn</sender>
1078        <signal>clicked()</signal>
1079        <receiver>oprof_start_base</receiver>
1080        <slot>on_flush_profiler_data()</slot>
1081    </connection>
1082    <connection>
1083        <sender>quit_and_save_btn</sender>
1084        <signal>clicked()</signal>
1085        <receiver>oprof_start_base</receiver>
1086        <slot>accept()</slot>
1087    </connection>
1088    <connection>
1089        <sender>kernel_filename_tb</sender>
1090        <signal>clicked()</signal>
1091        <receiver>oprof_start_base</receiver>
1092        <slot>choose_kernel_filename()</slot>
1093    </connection>
1094    <connection>
1095        <sender>no_vmlinux</sender>
1096        <signal>toggled(bool)</signal>
1097        <receiver>kernel_filename_tb</receiver>
1098        <slot>setDisabled(bool)</slot>
1099    </connection>
1100    <connection>
1101        <sender>no_vmlinux</sender>
1102        <signal>toggled(bool)</signal>
1103        <receiver>kernel_filename_edit</receiver>
1104        <slot>setDisabled(bool)</slot>
1105    </connection>
1106    <connection>
1107        <sender>no_vmlinux</sender>
1108        <signal>toggled(bool)</signal>
1109        <receiver>TextLabel1</receiver>
1110        <slot>setDisabled(bool)</slot>
1111    </connection>
1112    <connection>
1113        <sender>separate_kernel_cb</sender>
1114        <signal>stateChanged(int)</signal>
1115        <receiver>oprof_start_base</receiver>
1116        <slot>on_separate_kernel_cb_changed(int)</slot>
1117    </connection>
1118    <connection>
1119        <sender>reset_sample_files_btn</sender>
1120        <signal>clicked()</signal>
1121        <receiver>oprof_start_base</receiver>
1122        <slot>on_reset_sample_files()</slot>
1123    </connection>
1124    <connection>
1125        <sender>events_list</sender>
1126        <signal>selectionChanged()</signal>
1127        <receiver>oprof_start_base</receiver>
1128        <slot>event_selected()</slot>
1129    </connection>
1130    <connection>
1131        <sender>events_list</sender>
1132        <signal>currentChanged(QListViewItem*)</signal>
1133        <receiver>oprof_start_base</receiver>
1134        <slot>event_over(QListViewItem *)</slot>
1135    </connection>
1136    <connection>
1137        <sender>events_list</sender>
1138        <signal>onItem(QListViewItem*)</signal>
1139        <receiver>oprof_start_base</receiver>
1140        <slot>event_over(QListViewItem *)</slot>
1141    </connection>
1142    <slot access="protected">choose_kernel_filename()</slot>
1143    <slot access="protected">event_over(QListViewItem *)</slot>
1144    <slot access="protected">event_selected()</slot>
1145    <slot access="protected">on_reset_sample_files()</slot>
1146    <slot access="protected">on_flush_profiler_data()</slot>
1147    <slot access="protected">on_separate_kernel_cb_changed(int)</slot>
1148    <slot access="protected">on_start_profiler()</slot>
1149    <slot access="protected">on_stop_profiler()</slot>
1150</connections>
1151<tabstops>
1152    <tabstop>setup_config_tab</tabstop>
1153    <tabstop>events_list</tabstop>
1154    <tabstop>os_ring_count_cb</tabstop>
1155    <tabstop>user_ring_count_cb</tabstop>
1156    <tabstop>event_count_edit</tabstop>
1157    <tabstop>check0</tabstop>
1158    <tabstop>check1</tabstop>
1159    <tabstop>check2</tabstop>
1160    <tabstop>check3</tabstop>
1161    <tabstop>check4</tabstop>
1162    <tabstop>check5</tabstop>
1163    <tabstop>check6</tabstop>
1164    <tabstop>check7</tabstop>
1165    <tabstop>check8</tabstop>
1166    <tabstop>check9</tabstop>
1167    <tabstop>check10</tabstop>
1168    <tabstop>check11</tabstop>
1169    <tabstop>check12</tabstop>
1170    <tabstop>check13</tabstop>
1171    <tabstop>check14</tabstop>
1172    <tabstop>check15</tabstop>
1173    <tabstop>start_profiler_btn</tabstop>
1174    <tabstop>flush_profiler_data_btn</tabstop>
1175    <tabstop>stop_profiler_btn</tabstop>
1176    <tabstop>reset_sample_files_btn</tabstop>
1177    <tabstop>quit_and_save_btn</tabstop>
1178    <tabstop>kernel_filename_edit</tabstop>
1179    <tabstop>no_vmlinux</tabstop>
1180    <tabstop>buffer_size_edit</tabstop>
1181    <tabstop>note_table_size_edit</tabstop>
1182    <tabstop>buffer_watershed_edit</tabstop>
1183    <tabstop>verbose</tabstop>
1184    <tabstop>separate_lib_cb</tabstop>
1185    <tabstop>separate_kernel_cb</tabstop>
1186    <tabstop>separate_cpu_cb</tabstop>
1187    <tabstop>separate_thread_cb</tabstop>
1188    <tabstop>callgraph_depth_edit</tabstop>
1189</tabstops>
1190</UI>
1191