Home
last modified time | relevance | path

Searched defs:td (Results 1 – 25 of 32) sorted by relevance

12

/tools/testing/selftests/arm64/signal/
Dtest_signals_utils.c66 static void default_result(struct tdescr *td, bool force_exit) in default_result()
90 static bool handle_signal_unsupported(struct tdescr *td, in handle_signal_unsupported()
112 static bool handle_signal_trigger(struct tdescr *td, in handle_signal_trigger()
122 static bool handle_signal_ok(struct tdescr *td, in handle_signal_ok()
168 static bool handle_signal_copyctx(struct tdescr *td, in handle_signal_copyctx()
259 static int default_setup(struct tdescr *td) in default_setup()
295 static inline int default_trigger(struct tdescr *td) in default_trigger()
300 int test_init(struct tdescr *td) in test_init()
372 int test_setup(struct tdescr *td) in test_setup()
388 int test_run(struct tdescr *td) in test_run()
[all …]
Dtest_signals_utils.h21 static inline bool feats_ok(struct tdescr *td) in feats_ok()
60 static __always_inline bool get_current_context(struct tdescr *td, in get_current_context()
/tools/perf/tests/
Ddlfilter-test.c69 struct test_data *td = container_of(tool, struct test_data, tool); in process() local
112 static int write_attr(struct test_data *td, u64 sample_type, u64 *id) in write_attr()
173 static int write_sample(struct test_data *td, u64 sample_type, u64 id, pid_t pid, pid_t tid) in write_sample()
245 static int check_filter_desc(struct test_data *td) in check_filter_desc()
263 static int get_ip_addr(struct test_data *td) in get_ip_addr()
288 static int do_run_perf_script(struct test_data *td, int do_early) in do_run_perf_script()
302 static int run_perf_script(struct test_data *td) in run_perf_script()
320 static int test__dlfilter_test(struct test_data *td) in test__dlfilter_test()
395 static void test_data__free(struct test_data *td) in test_data__free()
408 struct test_data td = {.fd = -1}; in test__dlfilter_ver() local
Dmmap-thread-lookup.c34 static int thread_init(struct thread_data *td) in thread_init()
56 struct thread_data *td = arg; in thread_fn() local
81 struct thread_data *td = &threads[i]; in thread_create() local
186 struct thread_data *td = &threads[i]; in mmap_events() local
/tools/testing/selftests/arm64/signal/testcases/
Dtpidr2_restore.c45 static bool save_tpidr2(struct tdescr *td) in save_tpidr2()
53 static int modify_tpidr2(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in modify_tpidr2()
64 static void check_tpidr2(struct tdescr *td) in check_tpidr2()
Dza_no_regs.c23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls()
52 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl()
98 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
Dsve_regs.c23 static bool sve_get_vls(struct tdescr *td) in sve_get_vls()
58 static int do_one_sve_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sve_vl()
100 static int sve_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sve_regs()
Dssve_regs.c23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls()
62 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl()
111 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
Dza_regs.c23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls()
64 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl()
117 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
Dsme_trap_za.c15 int sme_trap_za_trigger(struct tdescr *td) in sme_trap_za_trigger()
23 int sme_trap_za_run(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_trap_za_run()
Dsme_trap_non_streaming.c16 int sme_trap_non_streaming_trigger(struct tdescr *td) in sme_trap_non_streaming_trigger()
30 int sme_trap_non_streaming_run(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_trap_non_streaming_run()
Dsme_trap_no_sm.c16 int sme_trap_no_sm_trigger(struct tdescr *td) in sme_trap_no_sm_trigger()
24 int sme_trap_no_sm_run(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_trap_no_sm_run()
Dssve_za_regs.c23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls()
67 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl()
140 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
Dsve_vl.c19 static bool get_sve_vl(struct tdescr *td) in get_sve_vl()
30 static int sve_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sve_vl()
Dsme_vl.c19 static bool get_sme_vl(struct tdescr *td) in get_sme_vl()
30 static int sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_vl()
Dfake_sigreturn_sve_change_vl.c21 static bool sve_get_vls(struct tdescr *td) in sve_get_vls()
51 static int fake_sigreturn_sve_change_vl(struct tdescr *td, in fake_sigreturn_sve_change_vl()
Dfake_sigreturn_sme_change_vl.c20 static bool sme_get_vls(struct tdescr *td) in sme_get_vls()
49 static int fake_sigreturn_ssve_change_vl(struct tdescr *td, in fake_sigreturn_ssve_change_vl()
Dmangle_pstate_invalid_compat_toggle.c13 static int mangle_invalid_pstate_run(struct tdescr *td, siginfo_t *si, in mangle_invalid_pstate_run()
Dmangle_pstate_invalid_daif_bits.c14 static int mangle_invalid_pstate_run(struct tdescr *td, siginfo_t *si, in mangle_invalid_pstate_run()
Dfake_sigreturn_misaligned_sp.c18 static int fake_sigreturn_misaligned_run(struct tdescr *td, in fake_sigreturn_misaligned_run()
Dfake_sigreturn_bad_size_for_magic0.c18 static int fake_sigreturn_bad_size_for_magic0_run(struct tdescr *td, in fake_sigreturn_bad_size_for_magic0_run()
Dfake_sigreturn_duplicated_fpsimd.c18 static int fake_sigreturn_duplicated_fpsimd_run(struct tdescr *td, in fake_sigreturn_duplicated_fpsimd_run()
Dfake_sigreturn_bad_magic.c18 static int fake_sigreturn_bad_magic_run(struct tdescr *td, in fake_sigreturn_bad_magic_run()
/tools/thermal/thermal-engine/
Dthermal-engine.c96 struct thermal_data *td = arg; in tz_disable() local
106 struct thermal_data *td = arg; in tz_enable() local
116 struct thermal_data *td = arg; in trip_high() local
127 struct thermal_data *td = arg; in trip_low() local
154 struct thermal_data *td = arg; in trip_change() local
190 struct thermal_data *td = arg; in gov_change() local
218 struct thermal_data *td = arg; in thermal_event() local
288 struct thermal_data td; in main() local
/tools/perf/bench/
Dsched-pipe.c56 struct thread_data *td = __tdata; in worker_thread() local
79 struct thread_data threads[2], *td; in bench_sched_pipe() local

12