Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
44fd38856c43dc5b188fcaefc1c2611ac0a4d5cd
/
compiler-rt
/
lib
/
profile
/
InstrProfilingFile.c
44fd388
[PGO] cleanup: move one support method into InstrProfilingUtil.h /NFC
by Xinliang David Li
· 9 years ago
cf1a8d6
[PGO] internal API name cleanups (for better consistency)
by Xinliang David Li
· 9 years ago
a06e8ca
[profile] Support hostname expansion in LLVM_PROFILE_FILE
by Vedant Kumar
· 9 years ago
ec8d086
Minor cleanup /NFC
by Xinliang David Li
· 9 years ago
d85c32c
Fix typo in comment
by Xinliang David Li
· 9 years ago
a692421
[PGO] Add runtime hook so that IR instrumentation can override version
by Xinliang David Li
· 9 years ago
ba86c92
[PGO] Enable building compiler-rt profile support library on Windows
by Nathan Slingerland
· 9 years ago
cda3bc2
[PGO]: Refactor VP data writer
by Xinliang David Li
· 9 years ago
54dd683
[PGO]: Do not update Data->Value field during profile write.
by Xinliang David Li
· 9 years ago
abfd553
[PGO] cleanup: unify prefix for portability macros
by Xinliang David Li
· 9 years ago
1fbae3b
[PGO] Improve prof library portability
by Xinliang David Li
· 9 years ago
be49271
[PGO] Open file with explict binary mode
by Xinliang David Li
· 9 years ago
55d927a
[PGO] Stop leaking libc function to buffer API impl
by Xinliang David Li
· 9 years ago
9ea3064
[PGO] Introduce error report macro in profile-rt
by Xinliang David Li
· 9 years ago
6fe18f4
[PGO] Compiler-rt cleanup -- introduces macros for various macros
by Xinliang David Li
· 10 years ago
2d5bf07
[PGO] Implement a more robust/readable Writer callback interface
by Xinliang David Li
· 10 years ago
e8efaea
[PGO] Minor cleanups (from review feedback)
by Xinliang David Li
· 10 years ago
6e55716
Fix format of previous patch (NFC)
by Xinliang David Li
· 10 years ago
1d8d46a
[PGO] Refactor File and Buffer API profile writing code
by Xinliang David Li
· 10 years ago
808385f
[PGO] Runtime support for value profiling.
by Betul Buyukkurt
· 10 years ago
b6c81d2
[PGO] Ensure profile section symbols are created (linux)
by Xinliang David Li
· 10 years ago
4da5de9
Use struct type instead of raw array for raw profile header (NFC)
by Xinliang David Li
· 10 years ago
6585b768
[probile] Fix memory leak introduced in r241824.
by Alexey Samsonov
· 10 years ago
eae9514
Add support for generating profiles in a given directory.
by Diego Novillo
· 10 years ago
d641b53
This change is the first of 3 patches to add support for specifying
by Eric Christopher
· 10 years ago
ef24b41
At least on NetBSD, sys/errno.h and errno.h are different, so use the
by Joerg Sonnenberger
· 10 years ago
c9c7a3e
InstrProf: Fix warnings for mixed declarations and code. NFC.
by Vasileios Kalintiris
· 10 years ago
66fd5c9
InstrProf: Optionally print an error when emitting profile data fails
by Justin Bogner
· 10 years ago
cc0d7ee
profile: Avoid name collisions between instrumentation and runtime
by Justin Bogner
· 11 years ago
9101af0
Fix building InstrProfilingFile.c on FreeBSD
by Viktor Kutuzov
· 11 years ago
b1cc6d5
Go via uintptr_t when casting away constness, otherwise GCC will warn
by Joerg Sonnenberger
· 11 years ago
55e4d66
InstrProf: Support profiling dlopen'd shared libraries
by Duncan P. N. Exon Smith
· 11 years ago
0843988
InstrProf: Fix shared object profiling
by Duncan P. N. Exon Smith
· 11 years ago
af6b250
profile: Fix the build with gcc 4.9
by Reid Kleckner
· 11 years ago
21b98a6
InstrProf: Change the extension of the default profile
by Duncan P. N. Exon Smith
· 11 years ago
089b5c9
Avoid GCC's "cast from pointer to integer of different size" warning.
by David Blaikie
· 11 years ago
812dcae
InstrProf: Unify logic in two profile writers
by Duncan P. N. Exon Smith
· 11 years ago
cf4bb96
InstrProf: If libc is available, use it; no functionality change
by Duncan P. N. Exon Smith
· 11 years ago
be0a5e1
InstrProf: Reorganize files; no functionality change
by Duncan P. N. Exon Smith
· 11 years ago
[Renamed (71%) from compiler-rt/lib/profile/InstrProfilingExtras.c]
4543aac
PGO: Indicate errors in profile runtime API
by Duncan P. N. Exon Smith
· 11 years ago
e5edc88
PGO: Substitute pid for %p in filename
by Duncan P. N. Exon Smith
· 11 years ago
7170475
PGO: Declare zero-argument C functions as foo(void)
by Duncan P. N. Exon Smith
· 11 years ago
9edbae0
PGO: Change runtime prefix from pgo to profile
by Duncan P. N. Exon Smith
· 11 years ago
54cc0e2
PGO: Update interface for writing instrumentation data to file
by Duncan P. N. Exon Smith
· 11 years ago
775c178a
PGO: Add explicit static initialization
by Duncan P. N. Exon Smith
· 11 years ago
8353a26
PGO: Splitting implementation files; no functionality change
by Duncan P. N. Exon Smith
· 11 years ago