Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
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()
Dsession.h61 struct perf_record_time_conv time_conv;
Djitdump.c395 struct perf_record_time_conv *time_conv = &jd->session->time_conv; in convert_timestamp()
Darm-spe.c1266 struct perf_record_time_conv *tc = &session->time_conv; in arm_spe_process_auxtrace_info()
Dcs-etm.c3342 struct perf_record_time_conv *tc = &session->time_conv; in cs_etm__process_auxtrace_info_full()
/linux-6.12.1/tools/lib/perf/include/perf/
Devent.h437 struct perf_record_time_conv { struct
518 struct perf_record_time_conv time_conv;
/linux-6.12.1/tools/lib/perf/Documentation/
Dlibperf.txt211 struct perf_record_time_conv;
/linux-6.12.1/tools/perf/
Dbuiltin-inject.c1518 static void get_tsc_conv(struct perf_tsc_conversion *tc, struct perf_record_time_conv *time_conv) in get_tsc_conv()