Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
4b99b58a847c8424d9992a1e92a9f8ae7e4d7b51
/
llvm
/
tools
/
llvm-xray
/
xray-account.cpp
d9b948b
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
by Fangrui Song
· 6 years ago
a2048f8
Symbolize: Replace the Options constructor with in-class initialization. NFCI.
by Peter Collingbourne
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
9569523
[XRay] Add a helper function sortByKey to simplify code
by Fangrui Song
· 7 years ago
25f8d20
[XRay] Update XRayRecord to support Custom/Typed Events
by Dean Michael Berris
· 7 years ago
0cac726
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
by Fangrui Song
· 7 years ago
38a20c2
[Xray] llvm-xray fix possible segfault
by David Carlier
· 7 years ago
1014126
[XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata record entry in FDR mode
by Dean Michael Berris
· 7 years ago
a0e3ae4
[XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC)
by Dean Michael Berris
· 8 years ago
[Renamed from llvm/tools/llvm-xray/xray-account.cc]
8db564e
[tools] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 8 years ago
cb6422d
[XRay] fix 99th percentile lookups by sorting the array correctly
by Martin Pelikan
· 8 years ago
8b0cdbf
[XRay] fix the -Werror build by handling all enum cases in switches
by Martin Pelikan
· 8 years ago
10c873f
[XRay] convert FDR arg1 log entries
by Martin Pelikan
· 8 years ago
0f84a7d
[XRay][tools] Support tail-call exits before we write them in the runtime
by Dean Michael Berris
· 8 years ago
415f15c
[XRay][tools] Fix an accounting bug in llvm-xray account
by Dean Michael Berris
· 8 years ago
0e8abab
[XRay] Define the InstrumentationMap type
by Dean Michael Berris
· 9 years ago
c433de7
xray-account: Avoid std::errc::bad_message to appease mingw.
by NAKAMURA Takumi
· 9 years ago
84da661
Avoid std::errc::protocol_* to appease mingw
by Hans Wennborg
· 9 years ago
8ed5705
Fix windows buildbots building llvm-xray
by Simon Pilgrim
· 9 years ago
0c6392d
[XRay] Include <numeric> for std::accumulate.
by Dean Michael Berris
· 9 years ago
429bac8
[XRay] Implement the `llvm-xray account` subcommand
by Dean Michael Berris
· 9 years ago