Lines Matching +full:self +full:- +full:describing
3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
7 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 \*===----------------------------------------------------------------------===*/
16 * the other one sits in compiler-rt/include/profile directory. To make changes
17 * in this file, first modify the primary copy and copy it over to compiler-rt.
21 \*===----------------------------------------------------------------------===*/
30 // A 64-bit magic number to uniquely identify the raw binary memprof profile file.
48 // A struct describing the header used for the raw binary memprof profile format.
58 // A struct describing the information necessary to describe a /proc/maps
103 // runtime context. This struct is shared between the compiler-rt runtime and
104 // the raw profile reader. The indexed format uses a separate, self-describing
140 TotalLifetime = DeallocTimestamp - AllocTimestamp;