Home
last modified time | relevance | path

Searched defs:tc (Results 1 – 14 of 14) sorted by relevance

/tools/perf/util/
Dtsc.c18 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc) in perf_time_to_tsc()
29 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time()
44 struct perf_tsc_conversion *tc) in perf_read_tsc_conversion()
87 struct perf_tsc_conversion tc; in perf_event__synth_time_conv() local
118 struct perf_record_time_conv *tc = (struct perf_record_time_conv *)event; in perf_event__fprintf_time_conv() local
Dterm.c32 struct termios tc; in set_term_quiet_input() local
Darm-spe.c49 struct perf_tsc_conversion tc; member
1049 struct perf_record_time_conv *tc = &session->time_conv; in arm_spe_process_auxtrace_info() local
Djitdump.c399 struct perf_tsc_conversion tc = { .time_shift = 0, }; in convert_timestamp() local
Dintel-bts.c55 struct perf_tsc_conversion tc; member
Dintel-pt.c83 struct perf_tsc_conversion tc; member
/tools/testing/selftests/kvm/x86_64/
Dmmio_warning_test.c41 struct thread_context *tc = (struct thread_context *)arg; in thr() local
58 struct thread_context tc; in test() local
/tools/perf/tests/
Dperf-time-to-tsc.c63 struct perf_tsc_conversion tc; in test__perf_time_to_tsc() local
/tools/lib/bpf/
Dnlattr.h60 struct tcmsg tc; member
Dnetlink.c544 static int __get_tc_info(void *cookie, struct tcmsg *tc, struct nlattr **tb, in __get_tc_info()
572 struct tcmsg *tc = NLMSG_DATA(nh); in get_tc_info() local
/tools/testing/selftests/bpf/prog_tests/
Dsk_assign.c35 FILE *tc; in configure_stack() local
/tools/perf/arch/x86/util/
Dintel-bts.c71 struct perf_tsc_conversion tc = { .time_mult = 0, }; in intel_bts_info_fill() local
Dintel-pt.c331 struct perf_tsc_conversion tc = { .time_mult = 0, }; in intel_pt_info_fill() local
/tools/testing/selftests/bpf/
Dtest_offload.py231 def tc(args, JSON=True, ns="", fail=True, include_stderr=False): function