mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-06 12:04:52 +00:00
c4416a6dc0
Summary: This is the third of a multi-part change to implement subcommands for the `llvm-xray` tool. Here we define the `account` subcommand which does simple function call accounting, generating basic statistics on function calls we find in an XRay log/trace. We support text output and csv output for this subcommand. This change also supports sorting, summing, and filtering the top N results. Part of this tool will later be turned into a library that could be used for basic function call accounting. Depends on D24376. Reviewers: dblaikie, echristo Subscribers: mehdi_amini, dberris, beanz, llvm-commits Differential Revision: https://reviews.llvm.org/D24377 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291749 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
Inputs | ||
account-deduce-tail-call.yaml | ||
account-keep-going.yaml | ||
account-simple-case.yaml | ||
account-simple-sorting.yaml | ||
bad-instrmap-sizes.txt | ||
convert-roundtrip.yaml | ||
convert-to-yaml.txt | ||
convert-with-debug-syms.txt | ||
convert-with-standalone-instrmap.txt | ||
convert-with-yaml-instrmap.txt | ||
empty.txt | ||
extract-instrmap.ll | ||
lit.local.cfg | ||
no-instr-map.txt | ||
no-such-file.txt | ||
unsupported-elf32.txt |