Lines Matching defs:perf
1 # ===- perf-helper.py - Clang Python Bindings -----------------*- python -*--===#
74 def perf(args):
76 prog="perf-helper perf", description="perf wrapper for BOLT profile collection"
79 "--lbr", action="store_true", help="Use perf with branch stacks"
87 "perf",
91 "--output=%d.perf.data" % os.getpid(),
107 prog="perf-helper perf2bolt",
108 description="perf2bolt conversion wrapper for perf.data files",
111 parser.add_argument("path", help="Path containing perf.data files")
125 for filename in findFilesWithExtension(opts.path, "perf.data"):
132 prog="perf-helper dtrace",
259 prog="perf-helper cc1", description="cc1 wrapper for order file generation"
569 parser.add_argument("--perf-training-binary-dir")
666 "perf": perf,