As has been mentioned elsewhere, a generic data file format would allow for converters to be written to support formats other than perf. Has there been any work towards this yet?
Another approach seems to be what it being implemented in the source with "native" support of various profilers, with each format having its own parsing routine. I prefer this second approach, but it seems the interface should be formalized a bit more.
Has a decision been made on which approach to take? I would like to start sending some PRs to provide support for other profilers.
As has been mentioned elsewhere, a generic data file format would allow for converters to be written to support formats other than
perf. Has there been any work towards this yet?Another approach seems to be what it being implemented in the source with "native" support of various profilers, with each format having its own parsing routine. I prefer this second approach, but it seems the interface should be formalized a bit more.
Has a decision been made on which approach to take? I would like to start sending some PRs to provide support for other profilers.