aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-12Add some missing sha256 hashes to WORKSPACE dependencies.upstream-masterhzeller
2024-03-12Fix build issues: missing include; initialize uninitialized value.hzeller
2024-03-12Update .bazelrc for warnings; read user.bazelrchzeller
2024-03-12Automated Code Changeckennelly
2024-02-13Remove dead code after LOG(FATAL)Googler
2024-02-13Arm SPE support: convert SPE auxtrace into perf data samplesyelouis
2024-02-13Make quipper not use virtual android mappings as main execnameshantuo
2024-01-16Set --noenable_bzlmod to avoid bazel automatically pull in older protobuf ver...shantuo
2024-01-16Make quipper support parsing hybrid topology metadata in the perf headershantuo
2024-01-16Make tests compare the deserialized protobuf instead of the binary formatshantuo
2024-01-16Internal Code ChangeGoogler
2023-12-06Make ByteSwap explicit specialization on all integer types instead of using e...shantuo
2023-11-28Set root path to "/tmp" for temporary files.gmx
2023-11-28Check that the parsed number of events doesn't exceed the maximum representablegmx
2023-11-14Fix corner cases in root path extraction and generate custom root pathsgmx
2023-11-14Move RootPath to string_utils and make it public so it can be tested.gmx
2023-11-14Internal changeGoogler
2023-10-12Add a .bazelrc file with -std=c++17, which is shared between Github CI, and i...skanev
2023-10-12Arm SPE decoder: use memcpy to copy trace to a temp var to avoid misaligned a...yelouis
2023-10-12Pin boringssl to fix breakage.nolanmar
2023-10-12Limit including "base/logging.h" to cc files.rahmanl
2023-10-12Update protobuf dependency to 3.20.1skanev
2023-10-12Remove test_compat for internal cleanupyelouis
2023-10-12Add more tests for snoop none and other cache bits.xliuprof
2023-10-12Arm SPE support: add SPE decoderyelouis
2023-10-12Simplify MakeSampleKey by splitting a helper function to set up data_src and ...xliuprof
2023-10-12Add the support of snoop label obtained from data source.xliuprof
2023-09-11Add data source label support (#147)shantuo
2023-08-24Bump zlib to 1.3shantuo
2023-08-15Update to latest internal version (#144)Mohammad (Moa) Raji
2023-06-06Remove unnecessary sizeof codeshantuo
2023-06-05Migrate quipper to support OpenSSL 3shantuo
2023-04-26Fix error message to not double 0x prefix.Googler
2023-04-26Use buildid-mmap event value and add corresponding build ID source statsGoogler
2023-04-26Add build_id of the mmap event in HugePage deduction and mmap combinationGoogler
2023-04-05Fix dependency complainsshantuo
2023-04-05Update Quipper github action to run gcc 12shantuo
2023-04-05Update github action to run on ubuntu 22.04shantuo
2023-04-05Use std::string directly in perf_data_converter / quipper.aalexand
2023-04-05Use C++11 integral types.aalexand
2023-03-29Internal Code ChangeGoogler
2023-03-29Fix perf_serializer_test out-of-boundary memcpy with added helper methodGoogler
2023-03-29Check the size of build ID before HexString conversion in mmap2 de/serializationGoogler
2023-03-29Add buildid-mmap field support in quipper perf.data de/serializationGoogler
2023-03-29undo licensesGoogler
2023-03-29update license rulesGoogler
2023-01-17Save the MD5 hash for the root path of filenamesshantuo
2023-01-17Add support for CPU label in perf_data_converter.aalexand
2023-01-17 Load spec field into BranchStackPair.Googler
2023-01-17Parse spec field in BranchEntry.Googler