25 Commits (1a94d8640e99342fa76ae6296aaa921d08ac451f)

Author SHA1 Message Date
  Hyang-Ah Hana Kim 403a828189 profile: fix legacy format Go heap profile parsing (#382) 6 years ago
  Alexey Alexandrov 236aa1ba21 Detect invalid addresses when parsing profile and report as error. 8 years ago
  Raul Silvera 6c04e3db69 Allow comments in mutex profiles 8 years ago
  Raul Silvera 810215ca57 Add support for golang legacy mutex profiles 8 years ago
  Sameer Ajmani 22efa63a2e profile.parseGoCount: accept non-space characters in profile type. 8 years ago
  Raul Silvera 6437823021 Remove logging entries using a regexp 8 years ago
  Raul Silvera 7f6bc39c1b Add comment for ParseMemoryMapFromScanner 8 years ago
  Raul Silvera 251ad27be0 Handle memory maps generated by logging 8 years ago
  Raul Silvera f99c95e2cb Parse correctly mappings where the binary has been deleted 8 years ago
  Raul Silvera 43ebb02455 Improve regexp matching of mappings for legacy formats 8 years ago
  Alexey Alexandrov 4e0f07d812 Use the better fix for the issue with reflected calls in heap profiles 8 years ago
  Alexey Alexandrov 4e36200fb4 Do not hide allocation frames under call32/call64. 8 years ago
  Raul Silvera 7e5698fd75 Allow profiles with no samples 8 years ago
  Raul Silvera 7188567130 Add new Contention entry points 8 years ago
  Raul Silvera 9714e5d100 Misc changes suggested by readability review 8 years ago
  Raul Silvera fbfe4810f1 Upstream minir changes from golang version of pprof 8 years ago
  Raul Silvera d89f0ee907 Apply -1 adjustment to leaf frames for some legacy profiles 9 years ago
  Raul Silvera f263fcbe49 Tighten the growth/fragmentation regexp to only allow an optional z. 9 years ago
  Raul Silvera b270ddac1c Extend regexp for matching legacy growth profiles 9 years ago
  Raul Silvera 8e708c2305 Remove unnecessary named parameter, NFC 9 years ago
  Raul Silvera 4d8e0fa166 Apply leaf cleanup to threadz samples 9 years ago
  Raul Silvera 7d7ed67f71 Fix error handling threadz legacy profiles 9 years ago
  Raul Silvera 164ad05478 Update tree structure to follow Go conventions 9 years ago
  Raul Silvera d174bbe741 first commit of OSS pprof 9 years ago