Home
last modified time | relevance | path

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

/openbmc/obmc-console/
H A Dconsole-mux.c233 char buf_timestamp[TIMESTAMP_MAX_SIZE]; in console_print_timestamped() local
237 status = console_timestamp(buf_timestamp, sizeof(buf_timestamp)); in console_print_timestamped()
243 status = asprintf(&buf, "[obmc-console] %s %s\n", buf_timestamp, in console_print_timestamped()
/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c158 uint64_t buf_timestamp; member
651 decoder->buf_timestamp = buffer.ref_timestamp; in intel_pt_get_data()
1792 uint64_t max_timestamp = decoder->buf_timestamp; in intel_pt_time_in_range()
1799 timestamp < decoder->buf_timestamp; in intel_pt_time_in_range()
1827 if (!decoder->buf_timestamp || in intel_pt_calc_tsc_timestamp()
1828 (timestamp + (1ULL << 56) < decoder->buf_timestamp)) { in intel_pt_calc_tsc_timestamp()
4397 uint64_t buf_timestamp; member
4435 d->buf_timestamp = buffer->ref_timestamp; in intel_pt_ff_cb()
4466 if (d.buf_timestamp) { in intel_pt_fast_forward()
4474 } while (decoder->buf_timestamp != d.buf_timestamp); in intel_pt_fast_forward()
[all …]