Searched refs:pr_time2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | data-convert-bt.c | 44 #define pr_time2(t, fmt, ...) pr_time_N(2, debug_data_convert, t, pr_fmt(fmt), ##__VA_ARGS__) macro 813 pr_time2(sample->time, "sample %" PRIu64 "\n", c->events_count); in process_sample_event()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | data-convert-bt.c | 48 #define pr_time2(t, fmt, ...) pr_time_N(2, debug_data_convert, t, pr_fmt(fmt), ##__VA_ARGS__) macro 819 pr_time2(sample->time, "sample %" PRIu64 "\n", c->events_count); in process_sample_event()
|
Completed in 4 milliseconds