Home
last modified time | relevance | path

Searched refs:tail_synthesize (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Drecord.h49 bool tail_synthesize; member
/linux/tools/perf/
H A Dbuiltin-record.c1886 if (rec->opts.tail_synthesize != tail)
1904 if (rec->opts.tail_synthesize != tail) in record__switch_output()
2108 if (rec->opts.tail_synthesize != tail) in record__synthesize()
3501 OPT_BOOLEAN(0, "tail-synthesize", &record.opts.tail_synthesize,
4300 record.opts.tail_synthesize = true; in cmd_record()