Searched refs:record__synthesize (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-record.c | 1261 static int record__synthesize(struct record *rec, bool tail); 1275 record__synthesize(rec, true); in record__switch_output() 1316 record__synthesize(rec, false); in record__switch_output() 1320 * record__synthesize() in record__switch_output() won't in record__switch_output() 1374 static int record__synthesize(struct record *rec, bool tail) in record__synthesize() function 1769 err = record__synthesize(rec, false); in __cmd_record() 2020 record__synthesize(rec, true); in __cmd_record()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-record.c | 1783 static int record__synthesize(struct record *rec, bool tail); 1799 record__synthesize(rec, true); in record__switch_output() 1840 record__synthesize(rec, false); in record__switch_output() 1844 * record__synthesize() in record__switch_output() won't in record__switch_output() 1973 static int record__synthesize(struct record *rec, bool tail) in record__synthesize() function 2479 err = record__synthesize(rec, false); in __cmd_record() 2775 record__synthesize(rec, true); in __cmd_record()
|
Completed in 9 milliseconds