Home
last modified time | relevance | path

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

/linux-6.1.9/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.h37 struct perf_record_time_conv time_conv;
Djitdump.c393 struct perf_record_time_conv *time_conv = &jd->session->time_conv; in convert_timestamp()
Darm-spe.c1275 struct perf_record_time_conv *tc = &session->time_conv; in arm_spe_process_auxtrace_info()
/linux-6.1.9/tools/lib/perf/include/perf/
Devent.h418 struct perf_record_time_conv { struct
499 struct perf_record_time_conv time_conv;
/linux-6.1.9/tools/lib/perf/Documentation/
Dlibperf.txt211 struct perf_record_time_conv;
/linux-6.1.9/tools/perf/
Dbuiltin-inject.c1313 static void get_tsc_conv(struct perf_tsc_conversion *tc, struct perf_record_time_conv *time_conv) in get_tsc_conv()