/tools/testing/selftests/arm64/signal/ |
D | test_signals_utils.c | 66 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 …]
|
D | test_signals_utils.h | 21 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/ |
D | dlfilter-test.c | 69 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
|
D | mmap-thread-lookup.c | 34 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/ |
D | tpidr2_restore.c | 45 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()
|
D | za_no_regs.c | 23 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()
|
D | sve_regs.c | 23 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()
|
D | ssve_regs.c | 23 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()
|
D | za_regs.c | 23 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()
|
D | sme_trap_za.c | 15 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()
|
D | sme_trap_non_streaming.c | 16 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()
|
D | sme_trap_no_sm.c | 16 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()
|
D | ssve_za_regs.c | 23 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()
|
D | sve_vl.c | 19 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()
|
D | sme_vl.c | 19 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()
|
D | fake_sigreturn_sve_change_vl.c | 21 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()
|
D | fake_sigreturn_sme_change_vl.c | 20 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()
|
D | mangle_pstate_invalid_compat_toggle.c | 13 static int mangle_invalid_pstate_run(struct tdescr *td, siginfo_t *si, in mangle_invalid_pstate_run()
|
D | mangle_pstate_invalid_daif_bits.c | 14 static int mangle_invalid_pstate_run(struct tdescr *td, siginfo_t *si, in mangle_invalid_pstate_run()
|
D | fake_sigreturn_misaligned_sp.c | 18 static int fake_sigreturn_misaligned_run(struct tdescr *td, in fake_sigreturn_misaligned_run()
|
D | fake_sigreturn_bad_size_for_magic0.c | 18 static int fake_sigreturn_bad_size_for_magic0_run(struct tdescr *td, in fake_sigreturn_bad_size_for_magic0_run()
|
D | fake_sigreturn_duplicated_fpsimd.c | 18 static int fake_sigreturn_duplicated_fpsimd_run(struct tdescr *td, in fake_sigreturn_duplicated_fpsimd_run()
|
D | fake_sigreturn_bad_magic.c | 18 static int fake_sigreturn_bad_magic_run(struct tdescr *td, in fake_sigreturn_bad_magic_run()
|
/tools/thermal/thermal-engine/ |
D | thermal-engine.c | 96 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/ |
D | sched-pipe.c | 56 struct thread_data *td = __tdata; in worker_thread() local 79 struct thread_data threads[2], *td; in bench_sched_pipe() local
|