Lines Matching refs:and
3 The overhead can be shown in two columns as 'Children' and 'Self' when
6 This is the value that perf shows traditionally and sum of all the
39 In this case 'foo' is a child of 'bar', and 'bar' is an immediate
41 'main' is a parent of 'foo' and 'bar', and 'bar' is a parent of 'foo'.
43 Suppose all samples are recorded in 'foo' and 'bar' only. When it's
65 child functions (i.e. 'foo' and 'bar') are added to the parents to
96 'children' overhead of 'bar', 'main' and '\_\_libc_start_main'.
98 'children' overhead of 'main' and '\_\_libc_start_main'.
100 So '\_\_libc_start_main' and 'main' are shown first since they have
102 overhead) and they are the parents of 'foo' and 'bar'.
104 Since v3.16 the 'children' overhead is shown by default and the output