Home
last modified time | relevance | path

Searched refs:ksp (Results 1 - 7 of 7) sorted by relevance

/third_party/libuv/src/unix/
H A Dsunos.c647 kstat_t *ksp; in uv_uptime() local
656 ksp = kstat_lookup(kc, (char*) "unix", 0, (char*) "system_misc"); in uv_uptime()
657 if (kstat_read(kc, ksp, NULL) == -1) { in uv_uptime()
660 knp = (kstat_named_t*) kstat_data_lookup(ksp, (char*) "clk_intr"); in uv_uptime()
672 kstat_t *ksp; in uv_cpu_info() local
682 while ((ksp = kstat_lookup(kc, (char*) "cpu_info", lookup_instance, NULL))) { in uv_cpu_info()
696 while ((ksp = kstat_lookup(kc, (char*) "cpu_info", lookup_instance, NULL))) { in uv_cpu_info()
697 if (kstat_read(kc, ksp, NULL) == -1) { in uv_cpu_info()
701 knp = kstat_data_lookup(ksp, (char*) "clock_MHz"); in uv_cpu_info()
707 knp = kstat_data_lookup(ksp, (cha in uv_cpu_info()
[all...]
/third_party/node/deps/uv/src/unix/
H A Dsunos.c640 kstat_t *ksp; in uv_uptime() local
649 ksp = kstat_lookup(kc, (char*) "unix", 0, (char*) "system_misc"); in uv_uptime()
650 if (kstat_read(kc, ksp, NULL) == -1) { in uv_uptime()
653 knp = (kstat_named_t*) kstat_data_lookup(ksp, (char*) "clk_intr"); in uv_uptime()
665 kstat_t *ksp; in uv_cpu_info() local
675 while ((ksp = kstat_lookup(kc, (char*) "cpu_info", lookup_instance, NULL))) { in uv_cpu_info()
689 while ((ksp = kstat_lookup(kc, (char*) "cpu_info", lookup_instance, NULL))) { in uv_cpu_info()
690 if (kstat_read(kc, ksp, NULL) == -1) { in uv_cpu_info()
694 knp = kstat_data_lookup(ksp, (char*) "clock_MHz"); in uv_cpu_info()
700 knp = kstat_data_lookup(ksp, (cha in uv_cpu_info()
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer_decoder.cpp144 uint32_t ksp, const char *type) in ctx_disassemble_program()
146 uint64_t addr = ctx->instruction_base + ksp; in ctx_disassemble_program()
325 uint64_t ksp = 0; in handle_media_interface_descriptor_load() local
330 ksp = strtoll(iter.value, NULL, 16); in handle_media_interface_descriptor_load()
342 ctx_disassemble_program(ctx, ksp, "compute shader"); in handle_media_interface_descriptor_load()
469 uint64_t ksp = 0; in decode_single_ksp() local
477 ksp = iter.raw_value; in decode_single_ksp()
501 ctx_disassemble_program(ctx, ksp, type); in decode_single_ksp()
509 uint64_t ksp[3] = {0, 0, 0}; in decode_ps_kernels() local
518 ksp[id in decode_ps_kernels()
143 ctx_disassemble_program(struct aub_viewer_decode_ctx *ctx, uint32_t ksp, const char *type) ctx_disassemble_program() argument
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c134 uint32_t ksp, const char *type) in ctx_disassemble_program()
136 uint64_t addr = ctx->instruction_base + ksp; in ctx_disassemble_program()
385 uint64_t ksp = 0; in handle_interface_descriptor_data() local
393 ksp = strtoll(iter.value, NULL, 16); in handle_interface_descriptor_data()
405 ctx_disassemble_program(ctx, ksp, "compute shader"); in handle_interface_descriptor_data()
591 uint64_t ksp = 0; in decode_single_ksp() local
599 ksp = iter.raw_value; in decode_single_ksp()
623 ctx_disassemble_program(ctx, ksp, type); in decode_single_ksp()
633 uint64_t ksp = 0; in decode_mesh_task_ksp() local
641 ksp in decode_mesh_task_ksp()
133 ctx_disassemble_program(struct intel_batch_decode_ctx *ctx, uint32_t ksp, const char *type) ctx_disassemble_program() argument
665 uint64_t ksp[3] = {0, 0, 0}; decode_ps_kern() local
1149 uint64_t ksp = 0; decode_vs_state() local
[all...]
/third_party/libunwind/libunwind/src/ia64/
H A DGinit_local.c60 *sp = uc->ksp; in get_initial_stack_pointers()
/third_party/benchmark/src/
H A Dsysinfo.cc749 kstat_t* ksp = kstat_lookup(kc, const_cast<char*>("cpu_info"), -1, in GetCPUCyclesPerSecond()
751 if (!ksp) { in GetCPUCyclesPerSecond()
755 if (kstat_read(kc, ksp, NULL) < 0) { in GetCPUCyclesPerSecond()
760 ksp, const_cast<char*>("current_clock_Hz")); in GetCPUCyclesPerSecond()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c8163 const uint64_t ksp = KSP(ice,shader) + brw_cs_prog_data_prog_offset(cs_prog_data, dispatch.simd_size); local
8165 idd.KernelStartPointer = ksp;

Completed in 23 milliseconds