[PATCH] D23106: [Profile] introduce interface __llvm_profile_dump

David Li via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 23:55:03 PDT 2016


davidxl created this revision.
davidxl added a reviewer: vsk.
davidxl added a subscriber: llvm-commits.

This new interface is intended to be used to collect profile in hand selected hot regions. It is a wrapper to __llvm_profile_write_file. The behavior of the latter (existing one) does not change.

https://reviews.llvm.org/D23106

Files:
  lib/profile/InstrProfiling.c
  lib/profile/InstrProfiling.h
  lib/profile/InstrProfilingFile.c
  lib/profile/InstrProfilingInternal.h
  test/profile/instrprof-dump.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23106.66618.patch
Type: text/x-patch
Size: 5587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160803/e1b4bcd0/attachment.bin>


More information about the llvm-commits mailing list