/aosp_15_r20/art/runtime/interpreter/ |
H A D | interpreter.cc | 64 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local 73 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local 80 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local 87 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local 94 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local 105 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local 114 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local 124 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local 132 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local 139 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local [all …]
|
/aosp_15_r20/external/libnl/lib/route/qdisc/ |
H A D | hfsc.c | 72 struct tc_service_curve tsc; in hfsc_class_msg_parser() local 80 struct tc_service_curve tsc; in hfsc_class_msg_parser() local 88 struct tc_service_curve tsc; in hfsc_class_msg_parser() local 113 static void hfsc_dump_tsc(struct nl_dump_params *p, struct tc_service_curve *tsc) in hfsc_dump_tsc() 156 struct tc_service_curve tsc; in hfsc_class_msg_fill() local 239 int rtnl_class_hfsc_get_rsc(const struct rtnl_class *class, struct tc_service_curve *tsc) in rtnl_class_hfsc_get_rsc() 253 int rtnl_class_hfsc_set_rsc(struct rtnl_class *class, const struct tc_service_curve *tsc) in rtnl_class_hfsc_set_rsc() 267 int rtnl_class_hfsc_get_fsc(const struct rtnl_class *class, struct tc_service_curve *tsc) in rtnl_class_hfsc_get_fsc() 281 int rtnl_class_hfsc_set_fsc(struct rtnl_class *class, const struct tc_service_curve *tsc) in rtnl_class_hfsc_set_fsc() 295 int rtnl_class_hfsc_get_usc(const struct rtnl_class *class, struct tc_service_curve *tsc) in rtnl_class_hfsc_get_usc() [all …]
|
/aosp_15_r20/art/runtime/ |
H A D | signal_catcher.cc | 112 ScopedThreadStateChange tsc(Thread::Current(), ThreadState::kWaitingForSignalCatcherOutput); in Output() local 161 ScopedThreadStateChange tsc(self, ThreadState::kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
|
/aosp_15_r20/art/runtime/gc/ |
H A D | task_processor.cc | 42 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForTaskProcessor); in AddTask() local 49 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForTaskProcessor); in GetTask() local
|
H A D | heap.cc | 991 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcToComplete); in IncrementDisableMovingGC() local 1014 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcThreadFlip); in IncrementDisableThreadFlip() local 1073 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcThreadFlip); in ThreadFlipBegin() local 1644 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables() local 2144 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGetObjectsAllocated); in GetObjectsAllocated() local 2220 ScopedThreadStateChange tsc(self, ThreadState::kWaitingPerformingGc); in PerformHomogeneousSpaceCompact() local 2791 ScopedThreadStateChange tsc(self, ThreadState::kWaitingPerformingGc); in CollectGarbageInternal() local 3670 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcToComplete); in WaitForGcToComplete() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_tex.c | 632 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); in nvc0_validate_tsc() local 690 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); in nve4_validate_tsc() local 802 struct nv50_tsc_entry *tsc = pipe->create_sampler_state(pipe, sampler); in nve4_create_texture_handle() local 860 uint32_t tsc = (handle & NVE4_TSC_ENTRY_INVALID) >> 20; in nve4_delete_texture_handle() local
|
H A D | nvc0_screen.h | 104 } tsc; member 196 nvc0_screen_tsc_unlock(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) in nvc0_screen_tsc_unlock() 212 nvc0_screen_tsc_free(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) in nvc0_screen_tsc_free()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/XRay/ |
D | FDRRecords.h | 175 uint64_t tsc() const { return TSC; } in tsc() function 197 uint64_t tsc() const { return BaseTSC; } in tsc() function 224 uint64_t tsc() const { return TSC; } in tsc() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | FDRRecords.h | 175 uint64_t tsc() const { return TSC; } in tsc() function 197 uint64_t tsc() const { return BaseTSC; } in tsc() function 224 uint64_t tsc() const { return TSC; } in tsc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/XRay/ |
D | FDRRecords.h | 175 uint64_t tsc() const { return TSC; } in tsc() function 197 uint64_t tsc() const { return BaseTSC; } in tsc() function 224 uint64_t tsc() const { return TSC; } in tsc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/XRay/ |
D | FDRRecords.h | 175 uint64_t tsc() const { return TSC; } in tsc() function 197 uint64_t tsc() const { return BaseTSC; } in tsc() function 224 uint64_t tsc() const { return TSC; } in tsc() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/XRay/ |
H A D | FDRRecords.h | 175 uint64_t tsc() const { return TSC; } in tsc() function 197 uint64_t tsc() const { return BaseTSC; } in tsc() function 224 uint64_t tsc() const { return TSC; } in tsc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/XRay/ |
D | FDRRecords.h | 175 uint64_t tsc() const { return TSC; } in tsc() function 197 uint64_t tsc() const { return BaseTSC; } in tsc() function 224 uint64_t tsc() const { return TSC; } in tsc() function
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_residency.c | 382 uint64_t tsc, pc, res; in wait_until_idle() local 408 uint64_t tsc, pc; in do_measurement() local 430 uint64_t tsc, pc[NUM_PC_STATES], res, best_res; in setup_idle() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_screen.h | 97 } tsc; member 169 nv50_screen_tsc_unlock(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) in nv50_screen_tsc_unlock() 185 nv50_screen_tsc_free(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) in nv50_screen_tsc_free()
|
H A D | nv50_stateobj_tex.h | 9 uint32_t tsc[8]; member
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/ |
H A D | sysinfo.cc | 170 int64_t tsc; // From UnscaledCycleClock::Now(). member 183 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
H A D | sysinfo.cc | 241 int64_t tsc; // From UnscaledCycleClock::Now(). member 254 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/ |
H A D | sysinfo.cc | 256 int64_t tsc; // From UnscaledCycleClock::Now(). member 269 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | sysinfo.cc | 241 int64_t tsc; // From UnscaledCycleClock::Now(). member 254 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
|
/aosp_15_r20/external/abseil-cpp/absl/base/internal/ |
H A D | sysinfo.cc | 256 int64_t tsc; // From UnscaledCycleClock::Now(). member 269 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/ |
H A D | sysinfo.cc | 241 int64_t tsc; // From UnscaledCycleClock::Now(). member 254 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/ |
H A D | sysinfo.cc | 260 int64_t tsc; // From UnscaledCycleClock::Now(). member 273 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
|
/aosp_15_r20/external/coreboot/src/include/cpu/x86/ |
H A D | tsc.h | 36 static inline void multiply_to_tsc(tsc_t *const tsc, const u32 a, const u32 b) in multiply_to_tsc()
|
/aosp_15_r20/external/coreboot/src/cpu/intel/common/ |
H A D | fsb.c | 94 u32 tsc = 100 * DIV_ROUND_CLOSEST(ratio * fsb, 100); in resolve_timebase() local
|