Lines Matching defs:record
160 def record(command, *,
172 'record',
1132 if args.get('record'):
1133 return record(**args)
1145 if '-R' in sys.argv or '--record' in sys.argv:
1295 # record flags
1296 record_parser = parser.add_argument_group('record options')
1302 '-R', '--record',
1318 help="perf events to record. This is passed directly to perf. "
1334 if args.record: