Searched defs:tc (Results 1 – 14 of 14) sorted by relevance
/tools/perf/util/ |
D | tsc.c | 18 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
|
D | term.c | 32 struct termios tc; in set_term_quiet_input() local
|
D | arm-spe.c | 49 struct perf_tsc_conversion tc; member 1049 struct perf_record_time_conv *tc = &session->time_conv; in arm_spe_process_auxtrace_info() local
|
D | jitdump.c | 399 struct perf_tsc_conversion tc = { .time_shift = 0, }; in convert_timestamp() local
|
D | intel-bts.c | 55 struct perf_tsc_conversion tc; member
|
D | intel-pt.c | 83 struct perf_tsc_conversion tc; member
|
/tools/testing/selftests/kvm/x86_64/ |
D | mmio_warning_test.c | 41 struct thread_context *tc = (struct thread_context *)arg; in thr() local 58 struct thread_context tc; in test() local
|
/tools/perf/tests/ |
D | perf-time-to-tsc.c | 63 struct perf_tsc_conversion tc; in test__perf_time_to_tsc() local
|
/tools/lib/bpf/ |
D | nlattr.h | 60 struct tcmsg tc; member
|
D | netlink.c | 544 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/ |
D | sk_assign.c | 35 FILE *tc; in configure_stack() local
|
/tools/perf/arch/x86/util/ |
D | intel-bts.c | 71 struct perf_tsc_conversion tc = { .time_mult = 0, }; in intel_bts_info_fill() local
|
D | intel-pt.c | 331 struct perf_tsc_conversion tc = { .time_mult = 0, }; in intel_pt_info_fill() local
|
/tools/testing/selftests/bpf/ |
D | test_offload.py | 231 def tc(args, JSON=True, ns="", fail=True, include_stderr=False): function
|