Home
last modified time | relevance | path

Searched refs:perf_record_time_conv (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dtsc.c83 .size = sizeof(struct perf_record_time_conv), in perf_event__synth_time_conv()
118 struct perf_record_time_conv *tc = (struct perf_record_time_conv *)event; in perf_event__fprintf_time_conv()
H A Dsession.h39 struct perf_record_time_conv time_conv;
H A Djitdump.c395 struct perf_record_time_conv *time_conv = &jd->session->time_conv; in convert_timestamp()
H A Darm-spe.c1295 struct perf_record_time_conv *tc = &session->time_conv; in arm_spe_process_auxtrace_info()
H A Dcs-etm.c3214 struct perf_record_time_conv *tc = &session->time_conv; in cs_etm__process_auxtrace_info_full()
/openbmc/linux/tools/lib/perf/include/perf/
H A Devent.h431 struct perf_record_time_conv { struct
512 struct perf_record_time_conv time_conv;
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf.txt211 struct perf_record_time_conv;
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c1329 static void get_tsc_conv(struct perf_tsc_conversion *tc, struct perf_record_time_conv *time_conv) in get_tsc_conv()