diff --git a/benchmarks/results/linux-arm64-cold-object-probes-asan.json b/benchmarks/results/linux-arm64-cold-object-probes-asan.json new file mode 100644 index 00000000..daa92d49 --- /dev/null +++ b/benchmarks/results/linux-arm64-cold-object-probes-asan.json @@ -0,0 +1,30 @@ +{ + "platform": "native aarch64 Linux on Apple M3 via OrbStack; no CPU emulation", + "image": "quickjs-jit-asan:arm64", + "source_mount": "read-only /src", + "tests_passed": 258, + "command": "CC=clang RUSTFLAGS=-Zsanitizer=address cargo test -p quickjs-jit-runtime --lib --test runtime_feedback --test property_specialization --test helpers --test background --test gpui_shell_surface --test lifecycle --test optimized -Zbuild-std --target aarch64-unknown-linux-gnu --locked --features compiler,test-support", + "sources": { + "jit/src/compiler/helpers.rs": "ed7e2a745da358efb0382f1d3e2250b8db4bc987eafdf221531b0e71eed7a88f", + "jit/src/compiler/baseline.rs": "5e4742bc87548e6acdecba8b3f70f1363632a57dddc2a4dacaf384024f078ae4", + "jit/src/compiler/optimized.rs": "e3f32843e0761b829a04e2c306a6b4d87af6545c291239710b71225d40fe009e", + "jit/src/runtime/coordinator.rs": "509fa154c42ea3c3cee0993e6e34f37430d9ebf1fb1aed88a101bed95c135339", + "jit/src/lib.rs": "18446fa393f9bb095fe5ed88cdb8cc75c435fe36e66b39182e0aa114b647664b", + "jit/tests/optimized.rs": "868963ab843e427937d503976a23d08df60f2360cabaa8743684e755e05e3182", + "sys/patches/0001-rquickjs-jit.patch": "b3f8ed2d67653bad98b690d0e5bf5b18ea1958258624a5060f946a31b5bf93b0", + "sys/patches/0002-runtime-feedback.patch": "82793058130d7e295eb1b82f871e33537fd85223b7c60e03307e7f6cebf6d95b", + "sys/patches/0003-element-layout.patch": "a5daf4a878c34e9a74e756cf46fbb2b8a8b673eca8e8910417e3001e0fe96272", + "sys/patches/0004-tier1-globals.patch": "87dfd973eaecaa5056e9341e97c1905436d0a2c3dcd307eea233072e131d30c6", + "sys/patches/0005-tier1-constructors.patch": "4b2e5d8d4a74873841681ca8069f1be77804cf5bef18e7cb2e3818418060af82", + "sys/patches/0006-tier1-regexp.patch": "c371ffa08b3e0dcaae4c04b54d4ae58e4261cdce0bf02f6b28d88e07cb2dc543", + "sys/patches/0007-msan-slot-boundary.patch": "3007127d85757396d4e5be5fec4ec13aef571d5fef30f882636102f2a3c66d44", + "sys/patches/0008-tier1-atom-values.patch": "482993bedd2b0908bb3459efa89d1a65c8daec24a99ffe3982a90157f5de7a9e", + "sys/patches/0009-tier1-arith-slow.patch": "640c9362df72c991aedfdb294b22a8a8c9e784b71211486354d5c9fff04ef187", + "sys/patches/0010-native-entry-cache.patch": "964f4571a065dab73398898ce69cce032e2d578e208c7697ea8dbcb7bbdc64d4", + "sys/patches/0011-helper-pc-cursor.patch": "3173f900e20f4810488a4309cf8b3617231c724f07781a84c2553c9fdb2bba0e", + "sys/patches/0012-shape-retention.patch": "f73c6fd25b7aec0641d66c049320d2a72f8c59dcbd44514aabe913e48d5890b5", + "sys/patches/0013-feedback-gate.patch": "791fc9efeadd55658f031b0671e5fd7fb82304209f0a26067ce76047f0bf36f3", + "sys/patches/0014-inactive-probes.patch": "89c7d0b788902f4c405f660da462376356a650f45b77210175d01f26a7334a69", + "sys/patches/0015-cold-object-probes.patch": "6c966661b906c1b094ece47c768acd0f6ff6200c88eac5095c9f047f83128a14" + } +} diff --git a/benchmarks/results/linux-arm64-cold-object-probes-asan.log b/benchmarks/results/linux-arm64-cold-object-probes-asan.log new file mode 100644 index 00000000..67e8447c --- /dev/null +++ b/benchmarks/results/linux-arm64-cold-object-probes-asan.log @@ -0,0 +1,355 @@ +warning: unused workspace dependency `rquickjs` + --> Cargo.toml:37:1 + | +37 | rquickjs = { package = "quickjs-jit", version = "0.12.7", path = "./", default-features = false } + | ^^^^^^^^ + | + = note: `cargo::unused_workspace_dependencies` is set to `warn` by default +help: consider removing the workspace dependency `rquickjs` +warning: workspace (manifest) generated 1 warning +warning: explicit `package.readme` can be inferred + --> Cargo.toml:8:1 + | +8 | readme = "README.md" + | ^^^^^^^^^^^^^^^^^^^^ + | + = note: `cargo::manual_readme` is set to `warn` by default +help: consider removing `package.readme` +warning: `quickjs-jit` (manifest) generated 1 warning +warning: explicit `package.readme` can be inferred + --> sys/Cargo.toml:7:1 + | +7 | readme = "README.md" + | ^^^^^^^^^^^^^^^^^^^^ + | + = note: `cargo::manual_readme` is set to `warn` by default +help: consider removing `package.readme` +warning: `quickjs-jit-sys` (manifest) generated 1 warning +warning: explicit `package.readme` can be inferred + --> core/Cargo.toml:7:1 + | +7 | readme = "README.md" + | ^^^^^^^^^^^^^^^^^^^^ + | + = note: `cargo::manual_readme` is set to `warn` by default +help: consider removing `package.readme` +warning: `quickjs-jit-core` (manifest) generated 1 warning +warning: explicit `package.readme` can be inferred + --> macro/Cargo.toml:7:1 + | +7 | readme = "README.md" + | ^^^^^^^^^^^^^^^^^^^^ + | + = note: `cargo::manual_readme` is set to `warn` by default +help: consider removing `package.readme` +warning: `quickjs-jit-macro` (manifest) generated 1 warning + Compiling quickjs-jit-sys v0.12.7 (/src/sys) + Compiling quickjs-jit-runtime v0.12.7 (/src/jit) + Compiling quickjs-jit-core v0.12.7 (/src/core) + Compiling quickjs-jit v0.12.7 (/src) + Finished `test` profile [unoptimized + debuginfo] target(s) in 28.78s + Running unittests src/lib.rs (/target/aarch64-unknown-linux-gnu/debug/build/quickjs-jit-runtime/209983a785d7f1bb/out/rquickjs_jit-209983a785d7f1bb) + +running 50 tests +test ir::optimized::ownership_tests::borrowed_values_cannot_be_consumed_or_duplicated_after_move ... ok +test compiler::baseline::tests::unresolved_numeric_constant_is_guarded_at_use_instead_of_retrying_at_entry ... ok +test bytecode::decode::tests::generated_metadata_matches_the_linked_c_table ... ok +test code_cache::evict::tests::eviction_uses_measured_benefit_per_charged_byte ... ok +test compiler::baseline::target_identity_tests::target_identity_is_the_canonical_identity_of_the_compilers_actual_isa ... ok +test platform::mac_jit_policy_tests::policy_is_immutable_and_mismatch_avoids_platform_calls ... ok +test jit_runtime_drop_tests::owning_runtime_drops_jit_guard_before_quickjs_runtime ... ok +test platform::mac_jit_policy_tests::unsupported_write_protection_does_not_initialize_policy ... ok +test platform::mac_jit_policy_tests::safe_callback_policy_requires_prior_unsafe_bootstrap ... ok +test jit_runtime_drop_tests::reports_whether_a_jit_backend_is_attached ... ok +test platform::mmap_result_tests::address_zero_is_categorized_and_cleaned_up ... ok +test production_environment_tests::artifact_environment_uses_runtime_abi_target_features_and_config ... ok +test compiler::baseline::tests::entry_domain_analysis_exhaustively_handles_every_ir_op_variant ... ok +test platform::linux::tests::cache_sync_republishes_new_bytes_at_the_same_virtual_address ... ok +test production_environment_tests::deopt_demotions_invalidate_entry_cache_before_periodic_maintenance ... ok +test production_environment_tests::call_feedback_preserves_wide_arguments_and_rejects_entire_invalid_events ... ok +test compiler::baseline::target_identity_tests::every_codegen_setting_value_participates_in_target_identity ... ok +test production_environment_tests::unmatched_native_exit_does_not_consume_another_active_timer ... ok +test production_osr_validation_tests::every_invalid_osr_field_retries_without_mutating_the_frame ... ok +test production_environment_tests::native_timing_preserves_recursive_tiers_across_retirement_and_exit_kinds ... ok +test production_osr_validation_tests::invalid_stress_frame_is_byte_identical_and_does_not_arm_stress_gc ... ok +test production_osr_validation_tests::native_return_handoff_preserves_identity_type_and_recursive_exit_order ... ok +test production_osr_validation_tests::osr_success_is_counted_only_after_frame_validation ... ok +test production_environment_tests::sequential_native_entries_reuse_timing_storage_across_functions ... ok +test production_osr_validation_tests::validation_retry_is_not_attributed_to_generated_native_code ... ok +test runtime::background::tests::construction_does_not_start_workers_before_eligible_work_exists ... ok +test production_environment_tests::stable_call_feedback_does_not_allocate_after_warmup ... ok +test runtime::coordinator::tests::compiler_panic_becomes_failure_completion_without_unwinding ... ok +test runtime::background::tests::first_queued_request_starts_the_configured_workers ... ok +test runtime::hotness_tests::adaptive_thresholds_are_consumed_by_hotness_decisions ... ok +test runtime::hotness_tests::adaptive_thresholds_are_integer_deterministic_and_neutral_without_measurements ... ok +test runtime::coordinator::tests::published_metrics_remain_exact_across_compilation_and_native_exits ... ok +test runtime::hotness_tests::cumulative_timings_are_normalized_once ... ok +test runtime::hotness_tests::eight_short_callbacks_do_not_queue_and_counters_saturate ... ok +test runtime::hotness_tests::fixed_policy_is_deterministic_for_reports ... ok +test runtime::hotness_tests::exact_default_call_and_loop_boundaries_queue_once ... ok +test runtime::hotness_tests::automatic_trial_requires_measured_baseline_and_positive_modeled_benefit ... ok +test runtime::coordinator::tests::mock_compiler_waits_for_release_before_submitting_completion ... ok +test runtime::hotness_tests::measured_profitability_keeps_host_heavy_code_at_baseline ... ok +test runtime::hotness_tests::hotness_counters_saturate_and_submission_is_single_shot ... ok +test runtime::hotness_tests::measured_profitability_optimizes_hot_numeric_code_after_break_even ... ok +test runtime::invalidate::shape_tests::prototype_generation_change_invalidates_shape_specialization ... ok +test runtime::invalidate::shape_tests::shape_and_prototype_generation_changes_recursively_invalidate_dependents ... ok +test runtime::shape_feedback::tests::a_new_generation_replaces_the_stale_layout_for_the_same_shape ... ok +test runtime::invalidate::shape_tests::polymorphic_shape_dependencies_are_bounded ... ok +test runtime::shape_feedback::tests::lattice_widens_monotonically_and_is_bounded ... ok +test runtime::shape_feedback::tests::sites_are_keyed_by_exact_function_generation_and_pc ... ok +test runtime::shape_feedback::tests::observation_requires_exact_shape_and_prototype_generations ... ok +test ir::optimized::ownership_tests::call_ownership_protocol_balances_refcounts_under_stress ... ok +test bytecode::decode::tests::arbitrary_byte_sequences_decode_completely_or_return_an_error ... ok + +test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.45s + + Running tests/background.rs (/target/aarch64-unknown-linux-gnu/debug/build/quickjs-jit-runtime/bfffa350c9026e88/out/background-bfffa350c9026e88) + +running 15 tests +test foreground_submission_never_waits_for_blocked_compiler ... ok +test compile_deadline_is_categorized_and_interpretation_remains_available ... ok +test configured_workers_receive_compilations_concurrently ... ok +test eight_short_callbacks_do_not_request_a_snapshot ... ok +test pending_snapshot_and_ir_quotas_are_total_and_release_via_raii ... ok +test generator_resume_keeps_jit_stack_capacity_initialized ... ok +test saturated_completion_mailbox_does_not_deadlock_shutdown ... ok +test snapshot_quota_falls_back_without_disabling_runtime ... ok +test shutdown_cooperatively_cancels_a_blocked_compiler ... ok +test saturated_worker_mailbox_rolls_request_back_to_queue ... ok +test stale_completion_after_reload_is_discarded ... ok +test production_backend_receives_owned_snapshots_automatically ... ok +test pending_job_poll_installs_without_an_additional_eligible_function_call ... ok +test two_production_runtimes_compile_install_execute_and_retire_independently ... ok +test thousand_hot_reload_completions_stay_generation_isolated ... ok + +test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.24s + + Running tests/gpui_shell_surface.rs (/target/aarch64-unknown-linux-gnu/debug/build/quickjs-jit-runtime/13c83621e729ed0e/out/gpui_shell_surface-13c83621e729ed0e) + +running 6 tests +test current_gpui_shell_quickjs_surface_runs_against_jit_runtime ... ok +test rejected_continuation_does_not_starve_later_shell_work ... ok +test reload_generation_gc_and_runtime_teardown_are_composable ... ok +test deterministic_tier1_rejection_stops_after_one_snapshot_without_queueing ... ok +test rendering_events_and_async_continuations_share_live_script_state ... ok +test market_sort_shape_churn_has_bounded_deopts ... ok + +test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.02s + + Running tests/helpers.rs (/target/aarch64-unknown-linux-gnu/debug/build/quickjs-jit-runtime/a33d8a314af0b138/out/helpers-a33d8a314af0b138) + +running 16 tests +test dup_and_free_are_balanced_without_changing_the_borrowed_input ... ok +test call_is_reentrant_and_keeps_borrowed_values_live_across_forced_cycle_gc ... ok +test add_slow_preserves_symbol_to_primitive_order_and_exception_order ... ok +test helper_pc_validation_preserves_boundaries_across_forward_and_backward_queries ... ok +test property_get_routes_getters_and_proxies_through_the_existing_catch_path ... ok +test poll_id_zero_remains_compatible_and_interrupts_native_infinite_work ... ok +test conversion_comparison_and_allocation_helpers_return_owned_values ... ok +test scratch_tail_does_not_overlap_captured_local_var_refs ... ok +test shape_guard_matches_exact_rooted_shape_and_misses_without_mutating_values ... ok +test property_set_consumes_the_value_on_success_and_exception ... ok +test resolve_const_duplicates_the_active_function_constant ... ok +test zero_logical_stack_has_two_explicit_clear_scratch_slots ... ok +test arith_slow_helpers_reject_foreign_opcodes_without_touching_operands ... ok +test unary_arith_slow_matches_interpreter_semantics_and_consumes_the_input ... ok +test binary_arith_slow_matches_interpreter_semantics_and_consumes_both_operands ... ok +test invalid_identity_map_index_and_slot_are_rejected_before_touching_values ... ok + +test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s + + Running tests/lifecycle.rs (/target/aarch64-unknown-linux-gnu/debug/build/quickjs-jit-runtime/affda3028f0d014c/out/lifecycle-affda3028f0d014c) + +running 58 tests +test artifact_identity_distinguishes_every_compatibility_field ... ok +test active_optimizing_code_retains_baseline_after_invalidation ... ok +test bounded_reclamation_revisits_tier1_after_removing_tier2 ... ok +test baseline_retry_cannot_switch_to_optimizing_tier ... ok +test artifact_publication_failures_are_categorized_as_install_failures ... ok +test cache_charges_owned_relocation_metadata ... ok +test active_execution_pin_prevents_eviction ... ok +test advancing_retirement_watermark_unpublishes_every_lower_generation ... ok +test cache_enforces_code_and_metadata_quotas_independently ... ok +test cache_rejects_single_oversize_artifact_without_mutation ... ok +test backend_attached_before_the_first_context_executes_after_context_initialization ... ok +test cache_enforces_byte_quota_with_deterministic_multi_eviction ... ok +test call_specialization_registry_builds_stable_bounded_artifact_identity ... ok +test cache_evicts_low_benefit_least_recent_artifact ... ok +test call_version_registry_bounds_distinct_versions_and_attempts ... ok +test compiled_call_target_is_generation_pinned_and_rejects_new_stale_resolutions ... ok +test compiler_failures_are_categorized_without_losing_the_total ... ok +test compiled_call_target_requires_an_installed_optimizing_callee ... ok +test compiled_artifact_owns_code_and_all_runtime_metadata ... ok +test completion_channel_is_bounded_and_drained_only_by_coordinator ... ok +test completion_drain_obeys_exact_budget_and_reports_remaining_work ... ok +test call_version_identity_distinguishes_generation_target_signature_and_epoch ... ok +test coordinator_propagates_full_environment_into_artifact_identity ... ok +test coordinator_retries_cache_install_while_all_artifacts_are_pinned ... ok +test dependency_release_is_reconsidered_during_transactional_multi_eviction ... ok +test final_pin_drop_marks_invalidated_artifact_for_explicit_poll_reclamation ... ok +test deterministic_harness_rejects_stale_and_blacklists_per_generation ... ok +test failed_dependency_aware_eviction_plan_is_transactional ... ok +test evicting_optimizing_artifact_restores_baseline_install_state ... ok +test coordinator_rejects_snapshot_from_a_different_function_generation ... ok +test full_new_generation_admission_still_retires_older_in_flight_work ... ok +test mismatched_failure_identity_leaves_legitimate_attempt_in_flight ... ok +test old_same_key_retry_completion_cannot_satisfy_new_attempt ... ok +test optimizing_artifact_requires_exact_baseline_deopt_target ... ok +test guard_drop_leaves_runtime_clones_and_contexts_interpreter_only ... ok +test profitability_demoted_baseline_is_not_terminal_for_tier2_feedback ... ok +test newer_generation_retires_older_in_flight_compilation ... ok +test optimizing_install_replaces_entry_but_retains_baseline_target ... ok +test mismatched_artifact_identity_leaves_legitimate_attempt_in_flight ... ok +test repeated_failures_blacklist_only_the_generation ... ok +test optimizing_queue_requires_an_installed_baseline ... ok +test optimized_demotion_does_not_republish_an_absent_baseline ... ok +test released_invalidated_artifact_is_reclaimed_before_live_eviction ... ok +test repeated_instability_cannot_reset_its_budget_by_recompiling_successfully ... ok +test replacement_and_invalidation_update_cache_byte_charge ... ok +test optimizing_failure_preserves_baseline_and_its_own_retry_state ... ok +test raw_runtime_forces_detach_and_drains_work_while_guard_survives ... ok +test retiring_an_installed_dependency_retires_itself_and_transitive_dependents ... ok +test request_queue_saturation_is_bounded_and_observable ... ok +test runtime_owned_registry_releases_functions_before_free_while_guard_survives ... ok +test same_generation_and_specialization_signature_has_a_version_limit ... ok +test shutdown_closes_publication_and_retires_pending_work ... ok +test runtime_poll_shares_budget_between_completions_and_reclamation ... ok +test stale_result_is_never_installed ... ok +test shutdown_unpublishes_and_drains_installed_artifacts ... ok +test stale_dependency_rejects_artifact_before_publication ... ok +test wrong_tier_completion_does_not_consume_legitimate_in_flight_request ... ok +test registry_mutation_and_reads_are_synchronized_across_safe_scoped_threads ... ok + +test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s + + Running tests/optimized.rs (/target/aarch64-unknown-linux-gnu/debug/build/quickjs-jit-runtime/fef4255ee6f012d8/out/optimized-fef4255ee6f012d8) + +running 77 tests +test alternating_argument_types_widen_each_call_slot_without_shifting_positions ... ok +test compile_request_carries_the_runtime_epoch_to_the_worker ... ok +test compile_request_owns_an_immutable_feedback_snapshot ... ok +test cse_rewrites_uses_to_the_canonical_ssa_value ... ok +test dependency_invalidation_is_transitive_and_generation_exact ... ok +test direct_call_entry_uses_only_unboxed_float64_abi ... ok +test feedback_is_bounded_and_transitions_monotonically ... ok +test feedback_lattice_only_widens_and_flags_accumulate ... ok +test feedback_models_all_arguments_return_sites_and_binary_operands ... ok +test direct_call_entry_uses_only_unboxed_int32_abi_and_checked_arithmetic ... ok +test automatic_profitability_blacklist_unpublishes_harmful_baseline ... ok +test counted_loop_increment_bounded_by_its_header_compare_needs_no_overflow_exit ... ok +test bitops_loop_lowers_to_native_shift_and_xor_instructions ... ok +test integer_zero_times_negative_one_folds_to_negative_zero ... ok +test increments_without_a_strict_upper_bound_keep_their_overflow_exit ... ok +test comparisons_lower_to_native_compares_without_helper_calls ... ok +test local_cse_and_dce_are_effect_free_and_bounded ... ok +test m2_core_opcodes::argument_and_local_stores_redefine_the_frame_slot ... ok +test guard_specific_float_side_path_changes_machine_guard_and_preserves_profile ... ok +test m2_core_opcodes::bitwise_not_applies_to_int32_and_converts_floats_exactly ... ok +test m2_core_opcodes::constants_push_exact_tagged_values ... ok +test independent_optimized_machine_lowers_numeric_loop ... ok +test m2_core_opcodes::get_loc0_loc1_pushes_both_locals_in_order ... ok +test m2_core_opcodes::decrement_family_mirrors_increment_with_exact_overflow ... ok +test m2_core_opcodes::goto_with_a_32_bit_label_branches_exactly ... ok +test m2_core_opcodes::is_undefined_and_is_null_test_the_tag ... ok +test m2_core_opcodes::local_arithmetic_updates_the_slot_in_place ... ok +test m2_core_opcodes::logical_not_computes_truthiness_natively_for_primitives ... ok +test iterative_fibonacci_multi_local_loop_translates_to_optimized_ir ... ok +test m2_core_opcodes::modulo_computes_only_exact_int32_remainders ... ok +test iterative_fibonacci_enters_tier2_with_multi_local_loop_phis ... ok +test mixed_numeric_folding_preserves_negative_zero_nan_and_overflow ... ok +test m2_core_opcodes::negation_and_plus_compute_exact_numeric_results ... ok +test monomorphic_call_emits_pointer_guard_and_unboxed_native_abi ... ok +test narrow_optimizer_preserves_javascript_numeric_edges ... ok +test m2_core_opcodes::shifts_mask_the_count_and_unsigned_shift_renormalizes ... ok +test primary_optimized_artifact_is_keyed_by_the_bounded_feedback_signature ... ok +test optimized_passes_rewrite_the_emitted_machine_plan ... ok +test production_cse_keys_exact_ssa_operands_and_respects_frame_writes ... ok +test production_optimized_ir_is_independent_ssa_with_loop_guards ... ok +test modulo_loop_lowers_to_a_guarded_srem ... ok +test int_arith_kernel_inner_loop_is_an_unboxed_int32_loop_around_native_calls ... ok +test production_tier2_direct_call_checks_object_before_payload ... ok +test production_feedback_installs_and_executes_the_int32_add_specialization ... ok +test m2_core_opcodes::equality_opcodes_compute_exact_results_and_deopt_on_coercions ... ok +test automatic_call_heavy_promotes_the_direct_edge_caller ... ok +test m2_core_opcodes::stack_shuffles_permute_values_exactly_like_the_interpreter ... ok +test production_tier2_waits_for_and_calls_a_direct_callee ... ok +test repeated_feedback_preserves_widening_generations_and_capacity_accounting ... ok +test side_path_queue_rejects_stale_or_mismatched_profiles ... ok +test production_tier2_executes_packed_and_typed_element_loops ... ok +test stable_float64_feedback_selects_strict_direct_float_arithmetic ... ok +test production_worker_installs_and_enters_narrow_tier2_native_code ... ok +test stable_int32_add_feedback_selects_a_guarded_integer_only_hot_path ... ok +test stable_int32_loop_carries_unboxed_i32_ssa_through_the_header ... ok +test stable_float64_loop_stays_native_without_a_side_path ... ok +test stable_int32_sub_mul_div_use_checked_native_operations ... ok +test stable_monomorphic_call_lowers_with_visible_owner_provenance ... ok +test production_unboxed_call_deopts_exactly_on_target_type_and_overflow_mismatch ... ok +test stable_side_exit_demotes_when_side_path_cannot_stop_repeated_failures ... ok +test stable_side_exit_reaches_recompile_threshold_and_unstable_exit_demotes_with_backoff ... ok +test stable_side_path_request_owns_exact_guard_profile_without_unloading_target ... ok +test stable_packed_element_loop_lowers_to_native_tier2_loads ... ok +test storing_a_proven_heap_argument_alias_into_a_local_fails_closed ... ok +test automatic_gpui_layout_kernel_enters_tier2_after_harmful_baseline_demotion ... ok +test tail_call_lowers_as_a_guarded_call_followed_by_the_done_exit ... ok +test tier2_feedback_requires_exact_generation_stable_value_and_nonzero_epoch ... ok +test tier2_plan_is_exact_for_numeric_locals_and_rejects_unsupported_semantics ... ok +test stable_int32_loop_waits_for_and_installs_a_bounded_raw_i32_version ... ok +test tier2_rejects_captured_loop_headers_with_live_operand_stack ... ok +test worker_snapshot_contains_stable_tokens_not_runtime_pointers ... ok +test storing_an_unproven_alias_into_a_local_guards_the_tag_before_the_spill ... ok +test stable_typed_element_loop_lowers_native_loads_and_stores ... ok +test production_tier2_runs_the_int_arith_kernel_end_to_end ... ok +test signature_completes_when_the_first_invocation_returns_natively ... ok +test production_tier2_caller_executes_a_monomorphic_compiled_callee ... ok +test production_tier2_truthiness_preserves_negative_zero_and_nan_without_fallback ... ok + +test result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 45.09s + + Running tests/property_specialization.rs (/target/aarch64-unknown-linux-gnu/debug/build/quickjs-jit-runtime/f51022b210b96625/out/property_specialization-f51022b210b96625) + +running 9 tests +test megamorphic_property_site_fails_closed_to_the_generic_tier ... ok +test inherited_accessor_and_refcounted_values_fail_closed ... ok +test guarded_own_primitive_property_lowers_with_owned_deopt_bridge ... ok +test bounded_polymorphic_primitive_store_emits_a_guard_chain_and_raw_stores ... ok +test bounded_polymorphic_property_emits_one_shape_guard_per_layout ... ok +test production_bounded_polymorphic_property_hits_each_layout_without_deopt ... ok +test temporary_receivers_keep_shared_shape_guards_stable_across_gc ... ok +test borrowed_property_store_preserves_live_aliases_and_deopt_owners ... ok +test production_property_specialization_survives_shape_mutation_and_stress_gc ... ok + +test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.81s + + Running tests/runtime_feedback.rs (/target/aarch64-unknown-linux-gnu/debug/build/quickjs-jit-runtime/4d0090797d298fb4/out/runtime_feedback-4d0090797d298fb4) + +running 27 tests +test branch_feedback_tracks_condition_type_and_both_outcomes_monotonically ... ok +test call_signature_lattice_tracks_exact_targets_arguments_and_results ... ok +test call_feedback_keeps_growing_slots_after_arity_and_types_widen ... ok +test call_feedback_records_argc_and_every_argument_type_once ... ok +test accessor_and_proxy_property_paths_do_not_claim_fixed_locations ... ok +test arithmetic_feedback_rechecks_suspension_after_primitive_conversion ... ok +test call_specialization_rejects_unstable_or_unsupported_signatures ... ok +test binary_feedback_records_operands_result_and_numeric_edge_flags ... ok +test callsite_feedback_records_caller_target_arguments_and_result_at_exact_pc ... ok +test conversion_feedback_is_exact_bounded_and_queryable ... ok +test dynamic_add_records_int_float_and_string_without_changing_results ... ok +test exception_and_bigint_do_not_change_interpreter_semantics ... ok +test feedback_survives_nested_calls_and_full_gc_between_executions ... ok +test float_feedback_is_supported_but_mixed_or_unstable_feedback_is_not ... ok +test specialization_rejects_unstable_arity_zero_epoch_and_unbounded_arguments ... ok +test stable_numeric_call_signature_produces_an_exact_bounded_key ... ok +test interpreter_reports_conversion_and_branch_feedback_at_exact_sites ... ok +test stable_numeric_feedback_produces_a_tier2_signature ... ok +test specialization_fingerprint_is_stable_and_sensitive_to_key_fields ... ok +test return_feedback_is_keyed_by_exact_site_and_preserves_dynamic_types ... ok +test property_feedback_records_real_shape_prototype_and_location_only_for_fast_data_properties ... ok +test zero_type_capacity_rejects_repeated_types_but_admits_independent_calls ... ok +test type_feedback_at_capacity_keeps_updates_and_versions_only_lattice_changes ... ok +test terminal_backend_response_disables_hot_and_feedback_callbacks_in_quickjs ... ok +test stable_object_and_int_feedback_produces_a_tier2_loop_signature ... ok +test feedback_cache_does_not_retain_oversized_property_names_or_contexts ... ok +test retained_feedback_shapes_have_bounded_storage_and_detach_releases_them ... ok + +test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s diff --git a/benchmarks/results/m3-market-cold-object-probes-paired.json b/benchmarks/results/m3-market-cold-object-probes-paired.json new file mode 100644 index 00000000..204ddbc7 --- /dev/null +++ b/benchmarks/results/m3-market-cold-object-probes-paired.json @@ -0,0 +1,536 @@ +{ + "host_cpu_start": " %CPU COMM\n 0.1 /sbin/launchd\n 0.0 /System/Library/ExtensionKit/Extensions/StartupDiskWidgetExtension.appex/Contents/MacOS/StartupDiskWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameCenterSettingsSearchExtension.appex/Contents/MacOS/GameCenterSettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/PasswordSettingsAppIntentsExtension.appex/Contents/MacOS/PasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AccessibilitySettingsSearchExtension.appex/Contents/MacOS/AccessibilitySettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AppleAccountIntents_macOS.appex/Contents/MacOS/AppleAccountIntents_macOS\n 0.0 /System/Library/ExtensionKit/Extensions/WiFiMacSettingsIntents.appex/Contents/MacOS/WiFiMacSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/DoNotDisturbAppIntents.appex/Contents/MacOS/DoNotDisturbAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/CDsAndDvDsSettingsIntents.appex/Contents/MacOS/CDsAndDvDsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ScreenTimeAppIntentsExtension.appex/Contents/MacOS/ScreenTimeAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ProfilesSettingsIntents.appex/Contents/MacOS/ProfilesSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/KeyboardSettingsIntents.appex/Contents/MacOS/KeyboardSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BiometricsAndPasswordSettingsAppIntentsExtension.appex/Contents/MacOS/BiometricsAndPasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ClassKitAppIntents.appex/Contents/MacOS/ClassKitAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SpotlightSettingsIntentsExtension.appex/Contents/MacOS/SpotlightSettingsIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameControllerSettingsIntents.appex/Contents/MacOS/GameControllerSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SoftwareUpdateSettingsExtensionIntents.appex/Contents/MacOS/SoftwareUpdateSettingsExtensionIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SiriSetupSettingsIntents.appex/Contents/MacOS/SiriSetupSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/StorageSettingsIntentsExtension.appex/Contents/MacOS/StorageSettingsIntentsExtension\n 0.3 /usr/libexec/logd\n 0.0 /usr/libexec/smd\n 0.0 /usr/libexec/UserEventAgent\n 0.6 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Support/fseventsd\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/libexec/configd\n 0.0 /System/Library/CoreServices/powerd.bundle/powerd\n 0.0 /usr/libexec/IOMFB_bics_daemon\n 0.0 /usr/libexec/remoted\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd_system\n 0.0 /usr/libexec/watchdogd\n 0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds\n 0.0 /usr/libexec/kernelmanagerd\n 0.0 /usr/libexec/diskarbitrationd\n 0.0 /usr/sbin/syslogd\n 0.0 /usr/libexec/thermalmonitord\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/contextstored\n 0.0 /usr/libexec/xprotectd\n 1.7 /usr/libexec/opendirectoryd\n 0.0 /System/Library/PrivateFrameworks/ApplePushService.framework/apsd\n 0.0 /System/Library/CoreServices/launchservicesd\n 0.0 /usr/libexec/timed\n 0.0 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/usbmuxd\n 0.0 /usr/sbin/securityd\n 0.1 /usr/libexec/locationd\n 0.0 autofsd\n 0.0 /usr/libexec/dasd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/logind\n 0.0 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Support/revisiond\n 0.0 /usr/sbin/KernelEventAgent\n 2.3 /usr/sbin/bluetoothd\n 0.1 /usr/sbin/notifyd\n 0.0 /usr/libexec/corebrightnessd\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/com.apple.cmio.registerassistantservice\n 8.2 /System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.1 /usr/sbin/cfprefsd\n 2.1 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow\n 0.0 /usr/libexec/runningboardd\n 0.0 /System/Library/CoreServices/coreservicesd\n 1.3 /usr/libexec/trustd\n 0.5 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd\n 0.0 /usr/libexec/lsd\n 0.0 /usr/sbin/mDNSResponder\n 0.0 /usr/libexec/apfsd\n 0.0 /usr/sbin/cupsd\n 0.0 /usr/libexec/biometrickitd\n 0.0 /usr/libexec/ApplicationFirewall/socketfilterfw\n 0.0 /usr/libexec/airportd\n 0.0 /usr/libexec/symptomsd\n 0.0 /usr/sbin/mDNSResponderHelper\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/authd.xpc/Contents/MacOS/authd\n 0.0 /usr/libexec/syspolicyd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/SystemStatusServer.framework/Support/systemstatusd\n 0.0 /System/Library/CoreServices/TimeMachine/backupd\n 0.0 /usr/libexec/eligibilityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Resources/backgroundtaskmanagementd\n 0.0 /usr/sbin/WirelessRadioManagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/gamepolicyd\n 0.0 /usr/libexec/com.apple.cmio.videodriverkithostextension.systemextension/Contents/MacOS/com.apple.cmio.videodriverkithostextension\n 0.0 /usr/sbin/appleh13camerad\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/suhelperd\n 0.3 /usr/libexec/searchpartyd\n 0.0 /System/Library/DriverExtensions/com.apple.DriverKit-IOUserDockChannelSerial.dext/com.apple.DriverKit-IOUserDockChannelSerial\n 2.7 /System/Library/DriverExtensions/com.apple.DriverKit-AppleBCMWLAN.dext/com.apple.DriverKit-AppleBCMWLAN\n 0.9 /System/Library/DriverExtensions/com.apple.AppleUserHIDDrivers.dext/com.apple.AppleUserHIDDrivers\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/cron\n 0.0 /usr/sbin/coreaudiod\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/osanalyticshelper\n 0.0 Core Audio Driver (BDByteCastVirtualSoundCard.driver)\n 0.0 Core Audio Driver (BlackHole2ch.driver)\n 0.1 /usr/libexec/clocksyncd\n 1.8 /usr/sbin/BTLEServer\n 0.8 /usr/libexec/wifip2pd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/appleeventsd\n 0.0 /usr/sbin/distnoted\n 0.0 Contents/Library/LaunchServices/app.clashmac.helper\n 0.0 /Library/Application Support/Ava/Reveal/contentng/contentng\n 0.0 /bin/sh\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/PrivilegedHelperTools/io.github.clash-verge-rev.clash-verge-rev.service.bundle/Contents/MacOS/clash-verge-service\n 0.0 /usr/local/corplink/corplink-service\n 0.0 /usr/local/lib/mihari/mihari\n 0.0 /nix/var/nix/profiles/default/bin/nix-daemon\n 0.0 /usr/libexec/cameracaptured\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/UVCAssistant.systemextension/Contents/MacOS/UVCAssistant\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kdc\n 0.2 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /usr/libexec/rosetta/oahd\n 0.0 /usr/libexec/audiomxd\n 0.0 /usr/sbin/distnoted\n 0.2 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds_stores\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/SubmitDiagInfo\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/DriverExtensions/IOUserBluetoothSerialDriver.dext/IOUserBluetoothSerialDriver\n 0.0 /usr/libexec/secd\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd\n 0.0 /System/Library/CoreServices/audioaccessoryd\n 0.0 /usr/sbin/universalaccessd\n 0.0 /usr/libexec/pboard\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/BiomeAgent\n 0.0 /usr/libexec/containermanagerd\n 0.0 /usr/libexec/lsd\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/libexec/nsurlsessiond\n 0.3 /usr/libexec/rapportd\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/ContextStoreAgent\n 0.0 /usr/sbin/usernoted\n 0.0 /System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Support/BackgroundTaskManagementAgent.app/Contents/MacOS/BackgroundTaskManagementAgent\n 0.0 /System/Library/PrivateFrameworks/SystemMigrationNetwork.framework/Resources/migrationhelper\n 0.0 /usr/libexec/trustd\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd\n 0.0 /System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/Contents/MacOS/identityservicesd\n 0.0 /usr/libexec/ContinuityCaptureAgent\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/imagent\n 0.4 /usr/libexec/sharingd\n 0.0 /System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed\n 0.0 /usr/sbin/filecoordinationd\n 0.0 /System/Library/CoreServices/sharedfilelistd\n 0.0 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/Support/akd\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CMFSyncAgent\n 0.0 /System/Library/PrivateFrameworks/PassKitCore.framework/passd\n 14.5 /System/Library/PrivateFrameworks/CoreSymbolication.framework/coresymbolicationd\n 0.0 /usr/sbin/distnoted\n 0.1 /usr/libexec/nearbyd\n 0.0 /System/Library/CoreServices/AccessibilityUIServer.app/Contents/MacOS/AccessibilityUIServer\n 0.0 /System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod\n 0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/corespotlightd\n 0.0 /usr/libexec/duetexpertd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/distnoted\n 0.1 /System/Library/CoreServices/ControlCenter.app/Contents/MacOS/ControlCenter\n 0.0 /usr/libexec/wifivelocityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/talagentd\n 4.1 /System/Library/CoreServices/WindowManager.app/Contents/MacOS/WindowManager\n 0.0 /System/Library/CoreServices/WallpaperAgent.app/Contents/MacOS/WallpaperAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent\n 0.1 /usr/libexec/spotlightknowledged.updater\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/fontworker\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdbulkimport\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/CoreServices/NotificationCenter.app/Contents/MacOS/NotificationCenter\n 0.1 /System/Library/CoreServices/MenuBarAgent.app/Contents/MacOS/MenuBarAgent\n 0.0 /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoteagent\n 0.0 /System/Library/PrivateFrameworks/UserActivity.framework/Agents/useractivityd\n 0.0 /usr/libexec/avconferenced\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd\n 0.0 /System/Library/PrivateFrameworks/OnDeviceStorage.framework/Support/amsondevicestoraged\n 0.0 /usr/libexec/routined\n 0.0 /usr/libexec/modelmanagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/fontd\n 0.0 /System/Library/CoreServices/diagnostics_agent\n 0.0 /System/Library/CoreServices/CrashReporterSupportHelper\n 0.0 /System/Library/ExtensionKit/Extensions/NeptuneOneWallpaper.appex/Contents/MacOS/NeptuneOneWallpaper\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperAerialsExtension.appex/Contents/MacOS/WallpaperAerialsExtension\n 0.0 /System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/fairplayd\n 0.0 /Applications/Slack.app/Contents/MacOS/Slack\n 13.2 /Applications/Ghostty.app/Contents/MacOS/ghostty\n 1.5 /Applications/WeChat.app/Contents/MacOS/WeChat\n 0.0 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock\n 0.0 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer\n 0.0 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder\n 0.0 /System/Library/Frameworks/QuickLookUI.framework/Versions/A/XPCServices/QuickLookUIService.xpc/Contents/MacOS/QuickLookUIService\n 0.0 automountd\n 0.0 /System/Library/PrivateFrameworks/AMPDevices.framework/Versions/A/Support/AMPDeviceDiscoveryAgent\n 0.0 /Library/Input Methods/WeType.app/Contents/PlugIns/WeTypeFinderSync.appex/Contents/MacOS/WeTypeFinderSync\n 0.0 /System/Applications/Siri AI.app/Contents/MacOS/Siri AI\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkahp.bundle/Contents/MacOS/ctkahp\n 0.0 /System/Library/Frameworks/InputMethodKit.framework/Resources/imklaunchagent\n 0.0 /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/XPCServices/CursorUIViewService.xpc/Contents/MacOS/CursorUIViewService\n 0.0 /System/Library/PrivateFrameworks/AgentSessionKitRuntime.framework/Versions/A/agentstored\n 0.0 /Applications/WeChat.app/Contents/Frameworks/crashpad_handler\n 0.0 /System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/Contents/Extensions/SafariWidgetExtension.appex/Contents/MacOS/SafariWidgetExtension\n 0.0 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer\n 0.0 /System/Applications/Clock.app/Contents/PlugIns/WorldClockWidget.appex/Contents/MacOS/WorldClockWidget\n 0.0 /System/Applications/Weather.app/Contents/PlugIns/WeatherWidget.appex/Contents/MacOS/WeatherWidget\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeEnergyWidgetsExtension.appex/Contents/MacOS/HomeEnergyWidgetsExtension\n 0.0 /System/Applications/Stocks.app/Contents/PlugIns/StocksWidget.appex/Contents/MacOS/StocksWidget\n 0.0 /Applications/Slack.app/Contents/Frameworks/Electron Framework.framework/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper (Renderer).app/Contents/MacOS/Slack Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/MacOS/WeChatAppEx\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (GPU).app/Contents/MacOS/WeChatAppEx Helper (GPU)\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperLegacyExtension.appex/Contents/MacOS/WallpaperLegacyExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperDynamicExtension.appex/Contents/MacOS/WallpaperDynamicExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperImageExtension.appex/Contents/MacOS/WallpaperImageExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperMacintoshExtension.appex/Contents/MacOS/WallpaperMacintoshExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSonomaExtension.appex/Contents/MacOS/WallpaperSonomaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSequoiaExtension.appex/Contents/MacOS/WallpaperSequoiaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperGradientExtension.appex/Contents/MacOS/WallpaperGradientExtension\n 0.0 /Applications/CorpLink.app/Contents/Frameworks/CorplinkNe.app/Contents/MacOS/CorplinkNe\n 0.0 /System/Library/Image Capture/Support/icdd\n 0.0 /opt/homebrew/opt/postgresql@14/bin/postgres\n 0.0 /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent\n 0.0 /System/Library/CoreServices/TextInputMenuAgent.app/Contents/MacOS/TextInputMenuAgent\n 7.7 /Applications/ClashMac.app/Contents/MacOS/ClashMac\n 0.0 /Applications/Shottr.app/Contents/MacOS/Shottr\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/bin/simdiskimaged\n 0.0 /System/Applications/Calendar.app/Contents/PlugIns/CalendarWidgetExtension.appex/Contents/MacOS/CalendarWidgetExtension\n 0.0 /System/Library/CoreServices/Batteries.app/Contents/PlugIns/BatteriesAvocadoWidgetExtension.appex/Contents/MacOS/BatteriesAvocadoWidgetExtension\n 0.0 postgres: checkpointer \n 0.0 postgres: background writer \n 0.0 postgres: walwriter \n 0.0 postgres: autovacuum launcher \n 0.0 postgres: stats collector \n 0.0 postgres: logical replication launcher \n 0.3 /System/Library/CoreServices/diagnosticservicesd\n 0.0 /System/Applications/Podcasts.app/Contents/PlugIns/PodcastsWidget.appex/Contents/MacOS/PodcastsWidget\n 0.0 /System/Library/CoreServices/Screen Time.app/Contents/PlugIns/ScreenTimeWidgetExtension.appex/Contents/MacOS/ScreenTimeWidgetExtension\n 0.0 /System/Applications/Reminders.app/Contents/PlugIns/RemindersWidgetExtension.appex/Contents/MacOS/RemindersWidgetExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetItems.appex/Contents/MacOS/FindMyWidgetItems\n 0.0 /System/Library/CoreServices/PeopleViewService.app/Contents/PlugIns/PeopleWidget_macOSExtension.appex/Contents/MacOS/PeopleWidget_macOSExtension\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetPeople.appex/Contents/MacOS/FindMyWidgetPeople\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgetsSecure.appex/Contents/MacOS/JournalWidgetsSecure\n 0.0 /System/Applications/Tips.app/Contents/PlugIns/TipsWidgetExtension.appex/Contents/MacOS/TipsWidgetExtension\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeWidget.appex/Contents/MacOS/HomeWidget\n 0.0 /System/Applications/Photos.app/Contents/PlugIns/PhotosReliveWidget.appex/Contents/MacOS/PhotosReliveWidget\n 0.0 /System/Applications/Notes.app/Contents/PlugIns/com.apple.Notes.WidgetExtension.appex/Contents/MacOS/com.apple.Notes.WidgetExtension\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgets.appex/Contents/MacOS/JournalWidgets\n 0.0 /System/Applications/System Settings.app/Contents/PlugIns/SettingsImportExtension.appex/Contents/MacOS/SettingsImportExtension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated\n 0.0 /System/Library/ExtensionKit/Extensions/DesktopSettingsIntents.appex/Contents/MacOS/DesktopSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSettingsIntents.appex/Contents/MacOS/WallpaperSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ControlCenterSettingsIntents.appex/Contents/MacOS/ControlCenterSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BluetoothSettingsAppIntentsWidgetExtension.appex/Contents/MacOS/BluetoothSettingsAppIntentsWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/DateTimeIntentsExtension.appex/Contents/MacOS/DateTimeIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/MouseIntentsExtension.appex/Contents/MacOS/MouseIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/TimeMachineSettingsIntents.appex/Contents/MacOS/TimeMachineSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/NotificationsSettingsIntents.appex/Contents/MacOS/NotificationsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/TrackpadIntentsExtension.appex/Contents/MacOS/TrackpadIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/BatterySettingsIntentsExtension.appex/Contents/MacOS/BatterySettingsIntentsExtension\n 0.0 /System/Library/PrivateFrameworks/WeatherDaemon.framework/weatherd\n 0.0 /usr/libexec/spotlightknowledged.importer\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/Contents/MacOS/com.apple.CoreSimulator.CoreSimulatorService\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/SimulatorTrampoline.xpc/Contents/MacOS/SimulatorTrampoline\n 0.0 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell\n 0.0 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/callservicesd\n 0.0 /System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/Keychain Circle Notification\n 0.0 /System/Library/Frameworks/Contacts.framework/Support/contactsd\n 0.0 /System/Library/CoreServices/PowerChime.app/Contents/MacOS/PowerChime\n 0.0 /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServices/com.apple.AmbientDisplayAgent.xpc/Contents/MacOS/com.apple.AmbientDisplayAgent\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/Resources/VDCAssistant\n 0.0 /System/Library/Input Methods/PressAndHold.app/Contents/PlugIns/PAH_Extension.appex/Contents/MacOS/PAH_Extension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/bin/ssh-agent\n 0.0 /System/Library/CoreServices/CoreServicesUIAgent.app/Contents/MacOS/CoreServicesUIAgent\n 0.0 /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/Support/suggestd\n 0.0 /System/Library/CoreServices/UserNotificationCenter.app/Contents/MacOS/UserNotificationCenter\n 0.1 /System/Library/Input Methods/SCIM.app/Contents/PlugIns/SCIM_Extension.appex/Contents/MacOS/SCIM_Extension\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdwrite\n 0.0 /System/Library/PrivateFrameworks/HearingCore.framework/heard\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/OrbStack.app/Contents/MacOS/OrbStack\n103.0 /Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper.app/Contents/MacOS/OrbStack Helper\n 0.0 /usr/libexec/InternetSharing\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/dhcp6d\n 0.0 /usr/libexec/containermanagerd_system\n 0.0 /usr/libexec/sysmond\n 0.0 /System/Library/SystemConfiguration/EAPOLController.bundle/Contents/Resources/eapolclient\n 0.0 /usr/libexec/aned\n 0.0 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/XPCServices/ANECompilerService.xpc/Contents/MacOS/ANECompilerService\n 0.0 /usr/sbin/netbiosd\n 0.0 /System/Library/PrivateFrameworks/KerberosHelper/Helpers/DiskUnmountWatcher\n 0.0 /usr/libexec/mobileassetd\n 0.0 /usr/libexec/sandboxd\n 0.0 /System/Library/PrivateFrameworks/MobileAssetDaemon.framework/Versions/A/XPCServices/com.apple.MobileAsset.DownloadService.Builtin.xpc/Contents/MacOS/com.apple.MobileAsset.DownloadService.Builtin\n 0.0 /usr/libexec/nsurlsessiond\n 0.0 /System/Library/CoreServices/iconservicesagent\n 0.0 /System/Library/CoreServices/iconservicesd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 1.0 /System/Library/CoreServices/UniversalControl.app/Contents/MacOS/UniversalControl\n 0.0 /usr/libexec/replayd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted\n 0.0 /usr/libexec/pkd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted_helper\n 0.0 /System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter\n 0.0 /usr/libexec/nehelper\n 0.0 /usr/libexec/usermanagerd\n 0.0 /usr/libexec/neagent\n 0.0 /System/Library/PrivateFrameworks/CoreADI.framework/adid\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/XPCServices/AssetCacheLocatorService.xpc/Contents/MacOS/AssetCacheLocatorService\n 0.0 /System/Library/PrivateFrameworks/CloudTelemetry.framework/Support/cloudtelemetryd\n 0.0 /usr/libexec/ospredictiond\n 0.0 /usr/libexec/AirPlayXPCHelper\n 0.0 /usr/libexec/countryd\n 0.1 /System/Library/CoreServices/Siri.app/Contents/MacOS/Siri\n 0.0 /usr/libexec/secinitd\n 0.0 /System/Library/Frameworks/SystemExtensions.framework/Versions/A/Helpers/sysextd\n 0.0 /usr/libexec/logd_helper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/coreduetd\n 0.0 /usr/libexec/knowledge-agent\n 0.0 /usr/libexec/securityd_system\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistantd\n 0.0 /System/Library/CoreServices/Siri.app/Contents/XPCServices/SiriNCService.xpc/Contents/MacOS/SiriNCService\n 0.0 /usr/libexec/siriknowledged\n 0.0 /System/Library/PrivateFrameworks/ContinuousDialogManagerService.framework/assistant_cdmd\n 0.0 /System/Library/PrivateFrameworks/GenerativeExperiencesRuntime.framework/Versions/A/generativeexperiencesd\n 0.0 /usr/libexec/assetsubscriptiond\n 0.0 /System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/speechmaintenanced\n 0.0 /System/Library/PrivateFrameworks/SiriTTSService.framework/sirittsd\n 0.0 /System/Library/PrivateFrameworks/IntelligenceFlowContextRuntime.framework/Versions/A/intelligencecontextd\n 0.0 /System/Library/PrivateFrameworks/ModelCatalogRuntime.framework/Versions/A/modelcatalogd\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/DeviceConfigurationAgent\n 0.0 /System/Library/PrivateFrameworks/CoreParsec.framework/parsecd\n 0.0 /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/Resources/familycircled\n 0.0 /System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/deviceconfigurationd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/libexec/triald\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServices.framework/Resources/amsaccountsd\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd\n 0.0 /System/Library/PrivateFrameworks/CloudSubscriptionFeatures.framework/FeatureAccessAgent\n 0.0 /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/Support/followupd\n 0.0 /usr/libexec/appleaccountd\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/rtcreportingd\n 0.0 /Library/Apple/System/Library/PrivateFrameworks/RemotePairing.framework/Versions/A/XPCServices/remotepairingd.xpc/Contents/MacOS/remotepairingd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsagent\n 0.0 /usr/libexec/mobileactivationd\n 0.0 /usr/libexec/storagekitd\n 0.0 /System/Library/PrivateFrameworks/CoreCDP.framework/Versions/A/Resources/cdpd\n 0.0 /System/Library/PrivateFrameworks/SessionCore.framework/Support/liveactivitiesd\n 0.0 /usr/libexec/milod\n 0.0 /System/Library/CoreServices/TimeMachine/backupd-helper\n 0.0 /System/Library/PrivateFrameworks/DoNotDisturbServer.framework/Support/donotdisturbd\n 0.0 /System/Library/PrivateFrameworks/AppleCredentialManager.framework/AppleCredentialManagerDaemon\n 0.0 /System/Library/PrivateFrameworks/AppSSO.framework/Support/AppSSODaemon\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreautha.bundle/Contents/MacOS/coreautha\n 0.0 /usr/libexec/findmylocateagent\n 0.0 /System/Library/CoreServices/TextInputSwitcher.app/Contents/MacOS/TextInputSwitcher\n 0.0 /System/Library/PrivateFrameworks/ReplicatorCore.framework/Support/replicatord\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/UsageTracking.framework/Versions/A/UsageTrackingAgent\n 0.0 /System/Library/Frameworks/ManagedSettings.framework/Versions/A/ManagedSettingsAgent\n 0.0 /usr/libexec/nesessionmanager\n 0.0 /usr/libexec/inputanalyticsd\n 61.5 /usr/sbin/spindump\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/PrivateFrameworks/StatusKit.framework/StatusKitAgent\n 0.0 /usr/libexec/peakpowermanagerd\n 0.0 /System/Applications/Calendar.app/Contents/MacOS/Calendar\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Contents/MacOS/com.apple.dock.extra\n 0.0 /System/Library/PrivateFrameworks/MapsSync.framework/mapssyncd\n 0.0 /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/XPCServices/PerfPowerTelemetryClientRegistrationService.xpc/Contents/MacOS/PerfPowerTelemetryClientRegistrationService\n 0.0 /usr/libexec/powerexperienced\n 0.0 /usr/libexec/PowerUIAgent\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysis.framework/Versions/A/mediaanalysisd\n 0.0 /System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd\n 0.0 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/Support/photolibraryd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/CoreServices/ScopedBookmarkAgent\n 0.0 /System/Library/PrivateFrameworks/CommunicationTrust.framework/Support/communicationtrustd\n 0.0 /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Versions/A/Support/photoanalysisd\n 0.0 /System/Cryptexes/App/usr/libexec/AuthenticationServicesAgent\n 0.0 cloudphotod\n 0.0 /System/Library/ExtensionKit/Extensions/GenerativeExperiencesSafetyInferenceProvider.appex/Contents/MacOS/GenerativeExperiencesSafetyInferenceProvider\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/aneuserd\n 0.0 /usr/libexec/mlhostd\n 0.0 /usr/libexec/searchpartyuseragent\n 0.0 /System/Library/PrivateFrameworks/ContactsDonation.framework/Versions/A/Support/contactsdonationagent\n 0.0 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/com.apple.Safari.SafeBrowsing.Service\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 0.0 /usr/libexec/keychainsharingmessagingd\n 0.0 /usr/libexec/findmybeaconingd\n 0.0 /usr/libexec/symptomsd-diag\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /usr/libexec/textunderstandingd\n 0.0 /usr/libexec/fskitd\n 0.0 /usr/libexec/findmydevice-user-agent\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Support/softwareupdated\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Versions/A/XPCServices/com.apple.MobileSoftwareUpdate.CleanupPreparePathService.xpc/Contents/MacOS/com.apple.MobileSoftwareUpdate.CleanupPreparePathService\n 0.0 /usr/libexec/findmydeviced\n 0.0 /usr/libexec/triald_system\n 0.0 /usr/libexec/AssetCache/AssetCache\n 0.0 /System/Library/Frameworks/QuickLookThumbnailing.framework/Support/com.apple.quicklook.ThumbnailsAgent\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/geodMachServiceBridge\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServicesExtensions.framework/XPCServices/AssetCacheTetheratorService.xpc/Contents/MacOS/AssetCacheTetheratorService\n 0.0 /System/Library/PrivateFrameworks/TrialServer.framework/Versions/A/XPCServices/TrialArchivingService.xpc/Contents/MacOS/TrialArchivingService\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveCore.framework/Versions/A/Support/bird\n 0.0 /System/Library/PrivateFrameworks/ShazamEvents.framework/shazameventsd\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveService.framework/XPCServices/ContainerMetadataExtractor.xpc/Contents/MacOS/ContainerMetadataExtractor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/AppPredictionFoundation.framework/Versions/A/XPCServices/AppPredictionIntentsHelperService.xpc/Contents/MacOS/AppPredictionIntentsHelperService\n 0.0 /usr/libexec/seputil\n 0.0 /usr/libexec/online-auth-agent\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/Versions/A/intelligenceplatformd\n 0.0 /usr/libexec/hidd\n 0.0 /usr/libexec/wifianalyticsd\n 0.0 /usr/libexec/amfid\n 0.0 /usr/libexec/powerdatad\n 0.0 /usr/libexec/seserviced\n 0.0 /usr/libexec/nfcd\n 0.0 /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/Support/recentsd\n 0.0 /System/Library/PrivateFrameworks/NearFieldPrivateServices.framework/Versions/A/XPCServices/NFStorageServer.xpc/Contents/MacOS/NFStorageServer\n 0.0 /usr/libexec/bluetoothuserd\n 0.0 /System/Applications/Notes.app/Contents/MacOS/Notes\n 0.0 /System/Library/Frameworks/ManagedAppDistribution.framework/Support/managedappdistributiond\n 0.0 /System/Library/PrivateFrameworks/InstallCoordination.framework/Support/installcoordinationd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/colorsync.displayservices\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/ExtensionKit/Extensions/ImageThumbnailExtension.appex/Contents/MacOS/ImageThumbnailExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/Frameworks/ColorSync.framework/Versions/A/XPCServices/com.apple.ColorSyncXPCAgent.xpc/Contents/MacOS/com.apple.ColorSyncXPCAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/colorsyncd\n 0.0 /System/Library/CryptoTokenKit/com.apple.ifdreader.slotd/Contents/MacOS/com.apple.ifdreader\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.1 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AXAssetLoader.framework/Support/axassetsd\n 0.0 /System/Library/PrivateFrameworks/EmailDaemon.framework/Versions/A/maild\n 0.0 /usr/libexec/dmd\n 0.0 /System/Library/PrivateFrameworks/Categories.framework/Versions/A/XPCServices/CategoriesService.xpc/Contents/MacOS/CategoriesService\n 0.0 /System/Library/CoreServices/CoreLocationAgent.app/Contents/MacOS/CoreLocationAgent\n 0.0 /System/Library/PrivateFrameworks/VoiceShortcuts.framework/Versions/A/Support/siriactionsd\n 0.0 /System/Library/PrivateFrameworks/WorkflowKit.framework/XPCServices/ShortcutsViewService.xpc/Contents/MacOS/ShortcutsViewService\n 0.0 /System/Library/PrivateFrameworks/MobileTimer.framework/Executables/mobiletimerd\n 0.0 /System/Library/CoreServices/pbs\n 0.0 /usr/libexec/naturallanguaged\n 0.0 /System/Library/PrivateFrameworks/SiriAnalytics.framework/Versions/A/XPCServices/SAExtensionOrchestrator.xpc/Contents/MacOS/SAExtensionOrchestrator\n 0.0 /System/Library/ExtensionKit/Extensions/GMSSELFIngestor.appex/Contents/MacOS/GMSSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTelemetrySELFIngestor.appex/Contents/MacOS/IFTelemetrySELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/BiomeSELFIngestor.appex/Contents/MacOS/BiomeSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/AppleIntelligenceReportingSELFIngestor.appex/Contents/MacOS/AppleIntelligenceReportingSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTranscriptSELFIngestor.appex/Contents/MacOS/IFTranscriptSELFIngestor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Longbridge Nightly.app/Contents/MacOS/longbridge\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XProtectBridgeService.xpc/Contents/MacOS/XProtectBridgeService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/warmd_agent\n 0.0 /usr/libexec/warmd\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /usr/libexec/mmaintenanced\n 0.0 /System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf\n 0.0 /System/Library/PrivateFrameworks/IMDPersistence.framework/XPCServices/IMDPersistenceAgent.xpc/Contents/MacOS/IMDPersistenceAgent\n 0.0 /usr/libexec/MTLAssetUpgraderD\n 0.0 /usr/libexec/swcd\n 0.0 /System/Library/Frameworks/MediaExtension.framework/Versions/A/Helpers/MENotificationAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CloudDocs.framework/PlugIns/com.apple.CloudDocs.iCloudDriveFileProvider.appex/Contents/MacOS/com.apple.CloudDocs.iCloudDriveFileProvider\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysisAccess.framework/Versions/A/XPCServices/mediaanalysisd-access.xpc/Contents/MacOS/mediaanalysisd-access\n 0.0 /System/Library/PrivateFrameworks/JetCore.framework/Support/jetpackassetd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/PrivateFrameworks/Synapse.framework/Support/contentlinkingd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/Frameworks/wxplayer\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /usr/libexec/remindd\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeCore.framework/Versions/A/ScreenTimeAgent\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeSettingsFoundation.framework/Versions/A/ScreenTimeSettingsAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistant_service\n 0.0 /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/PlugIns/ShareSheetUI.appex/Contents/MacOS/ShareSheetUI\n 0.0 /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/PlugIns/AirDrop.appex/Contents/MacOS/AirDrop\n 0.0 /usr/libexec/SidecarRelay\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Applications/Mail.app/Contents/PlugIns/com.apple.mail.SpotlightIndexExtension.appex/Contents/MacOS/com.apple.mail.SpotlightIndexExtension\n 0.0 /System/iOSSupport/System/Library/PrivateFrameworks/HomeEnergyDaemon.framework/Support/homeenergyd\n 0.0 /System/Library/CoreServices/ReportSystemMemory\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.4 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.8 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/audioanalyticsd\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/DiskImages.framework/Resources/hdiejectd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/linkd\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 1.0 /Users/jason/Library/Application Support/ClashMac/core/current\n 0.0 \n 0.0 \n 0.0 \n 0.0 /System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd\n 0.0 /opt/homebrew/bin/sccache\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/PerfPowerServices\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/DockHelper.xpc/Contents/MacOS/DockHelper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/Versions/A/XPCServices/IntelligencePlatformComputeService.xpc/Contents/MacOS/IntelligencePlatformComputeService\n 0.0 /System/Library/Frameworks/GroupActivities.framework/Versions/A/XPCServices/GroupSessionService.xpc/Contents/MacOS/GroupSessionService\n 0.0 /usr/libexec/keybagd\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/Library/Application Support/Zed/languages/package-version-server/package-version-server-v0.0.10\n 0.0 /opt/homebrew/bin/node\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /Applications/Mado.app/Contents/MacOS/Mado\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.GPU.xpc/Contents/MacOS/com.apple.WebKit.GPU\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.Networking.xpc/Contents/MacOS/com.apple.WebKit.Networking\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/XPCServices/csnameddatad.xpc/Contents/MacOS/csnameddatad\n 0.0 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.1 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XprotectService.xpc/Contents/MacOS/XprotectService\n 0.0 /usr/libexec/taskgated\n 0.0 /System/Library/PrivateFrameworks/AMPLibrary.framework/Versions/A/Support/AMPArtworkAgent\n 0.0 /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Resources/universalAccessAuthWarn.app/Contents/MacOS/universalAccessAuthWarn\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/tailspind\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.9 /System/Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/com.apple.CodeSigningHelper.xpc/Contents/MacOS/com.apple.CodeSigningHelper\n 1.2 Contents/Library/LoginItems/OpenLogi Agent.app/Contents/MacOS/openlogi-agent\n 0.0 /Applications/OpenLogi.app/Contents/Library/LoginItems/OpenLogi Overlay.app/Contents/MacOS/openlogi-overlay\n 0.0 /usr/libexec/spindump_agent\n 0.0 /usr/libexec/assessmentagent\n 0.0 /usr/libexec/feedbackd\n 0.0 /usr/libexec/gamecontrollerd\n 0.0 /usr/libexec/gamecontrolleragentd\n 0.0 /usr/libexec/cryptexd\n 0.0 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/commerce\n 0.0 /usr/libexec/diskimagesiod\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/GamePolicyAgent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /opt/homebrew/Cellar/python@3.11/3.11.0/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python\n 0.0 ps\n 0.0 /System/Library/PrivateFrameworks/People.framework/peopled\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 5.0 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 3.3 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /usr/sbin/BTLEServerAgent\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager\n 0.0 /System/Library/CoreServices/Setup Assistant.app/Contents/Resources/mbuseragent\n 0.0 /Users/jason/Applications/Chrome Apps.localized/Gmail.app/Contents/MacOS/app_mode_loader\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AccessibilitySupport.framework/Versions/A/Resources/AccessibilityVisualsAgent.app/Contents/MacOS/AccessibilityVisualsAgent\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Squirrel.framework/Resources/ShipIt\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /opt/homebrew/bin/node\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /usr/libexec/proactived\n 0.0 /usr/libexec/networkserviceproxy\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/system_installd\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/installd\n 0.0 /System/Library/ExtensionKit/Extensions/ClassroomDeviceExpert.appex/Contents/MacOS/ClassroomDeviceExpert\n 0.0 /System/Library/ExtensionKit/Extensions/FamilyIntents.appex/Contents/MacOS/FamilyIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PlaceholderSettingsSearchTermsIntents.appex/Contents/MacOS/PlaceholderSettingsSearchTermsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/AccountsUISettingsAppIntents.appex/Contents/MacOS/AccountsUISettingsAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/VpnSettingsIntents.appex/Contents/MacOS/VpnSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PrefPaneSearchIntent.appex/Contents/MacOS/PrefPaneSearchIntent\n 0.0 /System/Library/ExtensionKit/Extensions/InternationalSettingsExtension.appex/Contents/MacOS/InternationalSettingsExtension\n 0.0 /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/XPCServices/LookupViewService.xpc/Contents/MacOS/LookupViewService\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.6 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 node\n 3.3 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.4 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 2.5 target/debug/examples/gallery\n 0.0 node\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.6 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n", + "host_cpu_end": " %CPU COMM\n 0.0 /sbin/launchd\n 0.0 /System/Library/ExtensionKit/Extensions/StartupDiskWidgetExtension.appex/Contents/MacOS/StartupDiskWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameCenterSettingsSearchExtension.appex/Contents/MacOS/GameCenterSettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/PasswordSettingsAppIntentsExtension.appex/Contents/MacOS/PasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AccessibilitySettingsSearchExtension.appex/Contents/MacOS/AccessibilitySettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AppleAccountIntents_macOS.appex/Contents/MacOS/AppleAccountIntents_macOS\n 0.0 /System/Library/ExtensionKit/Extensions/WiFiMacSettingsIntents.appex/Contents/MacOS/WiFiMacSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/DoNotDisturbAppIntents.appex/Contents/MacOS/DoNotDisturbAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/CDsAndDvDsSettingsIntents.appex/Contents/MacOS/CDsAndDvDsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ScreenTimeAppIntentsExtension.appex/Contents/MacOS/ScreenTimeAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ProfilesSettingsIntents.appex/Contents/MacOS/ProfilesSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/KeyboardSettingsIntents.appex/Contents/MacOS/KeyboardSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BiometricsAndPasswordSettingsAppIntentsExtension.appex/Contents/MacOS/BiometricsAndPasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ClassKitAppIntents.appex/Contents/MacOS/ClassKitAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SpotlightSettingsIntentsExtension.appex/Contents/MacOS/SpotlightSettingsIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameControllerSettingsIntents.appex/Contents/MacOS/GameControllerSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SoftwareUpdateSettingsExtensionIntents.appex/Contents/MacOS/SoftwareUpdateSettingsExtensionIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SiriSetupSettingsIntents.appex/Contents/MacOS/SiriSetupSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/StorageSettingsIntentsExtension.appex/Contents/MacOS/StorageSettingsIntentsExtension\n 0.2 /usr/libexec/logd\n 0.0 /usr/libexec/smd\n 0.0 /usr/libexec/UserEventAgent\n 0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Support/fseventsd\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/libexec/configd\n 0.0 /System/Library/CoreServices/powerd.bundle/powerd\n 0.0 /usr/libexec/IOMFB_bics_daemon\n 0.0 /usr/libexec/remoted\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd_system\n 0.0 /usr/libexec/watchdogd\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds\n 0.0 /usr/libexec/kernelmanagerd\n 0.0 /usr/libexec/diskarbitrationd\n 0.0 /usr/sbin/syslogd\n 0.0 /usr/libexec/thermalmonitord\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/contextstored\n 3.1 /usr/libexec/xprotectd\n 0.1 /usr/libexec/opendirectoryd\n 0.0 /System/Library/PrivateFrameworks/ApplePushService.framework/apsd\n 0.0 /System/Library/CoreServices/launchservicesd\n 0.0 /usr/libexec/timed\n 0.0 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/usbmuxd\n 0.1 /usr/sbin/securityd\n 0.1 /usr/libexec/locationd\n 0.0 autofsd\n 0.0 /usr/libexec/dasd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/logind\n 0.0 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Support/revisiond\n 0.0 /usr/sbin/KernelEventAgent\n 0.9 /usr/sbin/bluetoothd\n 0.1 /usr/sbin/notifyd\n 0.0 /usr/libexec/corebrightnessd\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/com.apple.cmio.registerassistantservice\n 17.2 /System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/sbin/cfprefsd\n 0.5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow\n 0.0 /usr/libexec/runningboardd\n 0.0 /System/Library/CoreServices/coreservicesd\n 0.0 /usr/libexec/trustd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd\n 0.0 /usr/libexec/lsd\n 0.5 /usr/sbin/mDNSResponder\n 0.0 /usr/libexec/apfsd\n 0.0 /usr/sbin/cupsd\n 0.0 /usr/libexec/biometrickitd\n 0.0 /usr/libexec/ApplicationFirewall/socketfilterfw\n 0.0 /usr/libexec/airportd\n 0.0 /usr/libexec/symptomsd\n 0.0 /usr/sbin/mDNSResponderHelper\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/authd.xpc/Contents/MacOS/authd\n 0.1 /usr/libexec/syspolicyd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/SystemStatusServer.framework/Support/systemstatusd\n 0.0 /System/Library/CoreServices/TimeMachine/backupd\n 0.0 /usr/libexec/eligibilityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Resources/backgroundtaskmanagementd\n 0.0 /usr/sbin/WirelessRadioManagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/gamepolicyd\n 0.0 /usr/libexec/com.apple.cmio.videodriverkithostextension.systemextension/Contents/MacOS/com.apple.cmio.videodriverkithostextension\n 0.0 /usr/sbin/appleh13camerad\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/suhelperd\n 0.0 /usr/libexec/searchpartyd\n 0.0 /System/Library/DriverExtensions/com.apple.DriverKit-IOUserDockChannelSerial.dext/com.apple.DriverKit-IOUserDockChannelSerial\n 3.5 /System/Library/DriverExtensions/com.apple.DriverKit-AppleBCMWLAN.dext/com.apple.DriverKit-AppleBCMWLAN\n 0.3 /System/Library/DriverExtensions/com.apple.AppleUserHIDDrivers.dext/com.apple.AppleUserHIDDrivers\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/cron\n 0.0 /usr/sbin/coreaudiod\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/osanalyticshelper\n 0.0 Core Audio Driver (BDByteCastVirtualSoundCard.driver)\n 0.0 Core Audio Driver (BlackHole2ch.driver)\n 0.1 /usr/libexec/clocksyncd\n 0.6 /usr/sbin/BTLEServer\n 1.4 /usr/libexec/wifip2pd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/appleeventsd\n 0.0 /usr/sbin/distnoted\n 0.0 Contents/Library/LaunchServices/app.clashmac.helper\n 0.0 /Library/Application Support/Ava/Reveal/contentng/contentng\n 0.0 /bin/sh\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/PrivilegedHelperTools/io.github.clash-verge-rev.clash-verge-rev.service.bundle/Contents/MacOS/clash-verge-service\n 0.0 /usr/local/corplink/corplink-service\n 0.0 /usr/local/lib/mihari/mihari\n 0.0 /nix/var/nix/profiles/default/bin/nix-daemon\n 0.0 /usr/libexec/cameracaptured\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/UVCAssistant.systemextension/Contents/MacOS/UVCAssistant\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kdc\n 0.1 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /usr/libexec/rosetta/oahd\n 0.0 /usr/libexec/audiomxd\n 0.0 /usr/sbin/distnoted\n 0.1 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds_stores\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/SubmitDiagInfo\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/DriverExtensions/IOUserBluetoothSerialDriver.dext/IOUserBluetoothSerialDriver\n 0.0 /usr/libexec/secd\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd\n 0.0 /System/Library/CoreServices/audioaccessoryd\n 0.0 /usr/sbin/universalaccessd\n 0.0 /usr/libexec/pboard\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/BiomeAgent\n 0.0 /usr/libexec/containermanagerd\n 0.0 /usr/libexec/lsd\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/libexec/nsurlsessiond\n 0.4 /usr/libexec/rapportd\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/ContextStoreAgent\n 0.0 /usr/sbin/usernoted\n 0.0 /System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Support/BackgroundTaskManagementAgent.app/Contents/MacOS/BackgroundTaskManagementAgent\n 0.0 /System/Library/PrivateFrameworks/SystemMigrationNetwork.framework/Resources/migrationhelper\n 0.6 /usr/libexec/trustd\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd\n 0.0 /System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/Contents/MacOS/identityservicesd\n 0.0 /usr/libexec/ContinuityCaptureAgent\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/imagent\n 0.3 /usr/libexec/sharingd\n 0.0 /System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed\n 0.0 /usr/sbin/filecoordinationd\n 0.0 /System/Library/CoreServices/sharedfilelistd\n 0.0 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/Support/akd\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CMFSyncAgent\n 0.0 /System/Library/PrivateFrameworks/PassKitCore.framework/passd\n 2.1 /System/Library/PrivateFrameworks/CoreSymbolication.framework/coresymbolicationd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/nearbyd\n 0.0 /System/Library/CoreServices/AccessibilityUIServer.app/Contents/MacOS/AccessibilityUIServer\n 0.0 /System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod\n 0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/corespotlightd\n 0.0 /usr/libexec/duetexpertd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/distnoted\n 0.1 /System/Library/CoreServices/ControlCenter.app/Contents/MacOS/ControlCenter\n 0.0 /usr/libexec/wifivelocityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/talagentd\n 9.1 /System/Library/CoreServices/WindowManager.app/Contents/MacOS/WindowManager\n 0.0 /System/Library/CoreServices/WallpaperAgent.app/Contents/MacOS/WallpaperAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent\n 0.0 /usr/libexec/spotlightknowledged.updater\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/fontworker\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdbulkimport\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/CoreServices/NotificationCenter.app/Contents/MacOS/NotificationCenter\n 0.2 /System/Library/CoreServices/MenuBarAgent.app/Contents/MacOS/MenuBarAgent\n 0.0 /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoteagent\n 0.0 /System/Library/PrivateFrameworks/UserActivity.framework/Agents/useractivityd\n 0.0 /usr/libexec/avconferenced\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd\n 0.0 /System/Library/PrivateFrameworks/OnDeviceStorage.framework/Support/amsondevicestoraged\n 0.0 /usr/libexec/routined\n 0.0 /usr/libexec/modelmanagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/fontd\n 0.0 /System/Library/CoreServices/diagnostics_agent\n 0.0 /System/Library/CoreServices/CrashReporterSupportHelper\n 0.0 /System/Library/ExtensionKit/Extensions/NeptuneOneWallpaper.appex/Contents/MacOS/NeptuneOneWallpaper\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperAerialsExtension.appex/Contents/MacOS/WallpaperAerialsExtension\n 0.0 /System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/fairplayd\n 0.0 /Applications/Slack.app/Contents/MacOS/Slack\n 11.8 /Applications/Ghostty.app/Contents/MacOS/ghostty\n 1.4 /Applications/WeChat.app/Contents/MacOS/WeChat\n 0.0 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock\n 0.0 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer\n 0.0 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder\n 0.0 /System/Library/Frameworks/QuickLookUI.framework/Versions/A/XPCServices/QuickLookUIService.xpc/Contents/MacOS/QuickLookUIService\n 0.0 automountd\n 0.0 /System/Library/PrivateFrameworks/AMPDevices.framework/Versions/A/Support/AMPDeviceDiscoveryAgent\n 0.0 /Library/Input Methods/WeType.app/Contents/PlugIns/WeTypeFinderSync.appex/Contents/MacOS/WeTypeFinderSync\n 0.0 /System/Applications/Siri AI.app/Contents/MacOS/Siri AI\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkahp.bundle/Contents/MacOS/ctkahp\n 0.0 /System/Library/Frameworks/InputMethodKit.framework/Resources/imklaunchagent\n 0.0 /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/XPCServices/CursorUIViewService.xpc/Contents/MacOS/CursorUIViewService\n 0.0 /System/Library/PrivateFrameworks/AgentSessionKitRuntime.framework/Versions/A/agentstored\n 0.0 /Applications/WeChat.app/Contents/Frameworks/crashpad_handler\n 0.0 /System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/Contents/Extensions/SafariWidgetExtension.appex/Contents/MacOS/SafariWidgetExtension\n 0.0 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer\n 0.0 /System/Applications/Clock.app/Contents/PlugIns/WorldClockWidget.appex/Contents/MacOS/WorldClockWidget\n 0.0 /System/Applications/Weather.app/Contents/PlugIns/WeatherWidget.appex/Contents/MacOS/WeatherWidget\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeEnergyWidgetsExtension.appex/Contents/MacOS/HomeEnergyWidgetsExtension\n 0.0 /System/Applications/Stocks.app/Contents/PlugIns/StocksWidget.appex/Contents/MacOS/StocksWidget\n 0.0 /Applications/Slack.app/Contents/Frameworks/Electron Framework.framework/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper (Renderer).app/Contents/MacOS/Slack Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/MacOS/WeChatAppEx\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (GPU).app/Contents/MacOS/WeChatAppEx Helper (GPU)\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperLegacyExtension.appex/Contents/MacOS/WallpaperLegacyExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperDynamicExtension.appex/Contents/MacOS/WallpaperDynamicExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperImageExtension.appex/Contents/MacOS/WallpaperImageExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperMacintoshExtension.appex/Contents/MacOS/WallpaperMacintoshExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSonomaExtension.appex/Contents/MacOS/WallpaperSonomaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSequoiaExtension.appex/Contents/MacOS/WallpaperSequoiaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperGradientExtension.appex/Contents/MacOS/WallpaperGradientExtension\n 0.0 /Applications/CorpLink.app/Contents/Frameworks/CorplinkNe.app/Contents/MacOS/CorplinkNe\n 0.0 /System/Library/Image Capture/Support/icdd\n 0.0 /opt/homebrew/opt/postgresql@14/bin/postgres\n 0.0 /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent\n 0.0 /System/Library/CoreServices/TextInputMenuAgent.app/Contents/MacOS/TextInputMenuAgent\n 11.4 /Applications/ClashMac.app/Contents/MacOS/ClashMac\n 0.0 /Applications/Shottr.app/Contents/MacOS/Shottr\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/bin/simdiskimaged\n 0.0 /System/Applications/Calendar.app/Contents/PlugIns/CalendarWidgetExtension.appex/Contents/MacOS/CalendarWidgetExtension\n 0.0 /System/Library/CoreServices/Batteries.app/Contents/PlugIns/BatteriesAvocadoWidgetExtension.appex/Contents/MacOS/BatteriesAvocadoWidgetExtension\n 0.0 postgres: checkpointer \n 0.0 postgres: background writer \n 0.0 postgres: walwriter \n 0.0 postgres: autovacuum launcher \n 0.0 postgres: stats collector \n 0.0 postgres: logical replication launcher \n 0.0 /System/Library/CoreServices/diagnosticservicesd\n 0.0 /System/Applications/Podcasts.app/Contents/PlugIns/PodcastsWidget.appex/Contents/MacOS/PodcastsWidget\n 0.0 /System/Library/CoreServices/Screen Time.app/Contents/PlugIns/ScreenTimeWidgetExtension.appex/Contents/MacOS/ScreenTimeWidgetExtension\n 0.0 /System/Applications/Reminders.app/Contents/PlugIns/RemindersWidgetExtension.appex/Contents/MacOS/RemindersWidgetExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetItems.appex/Contents/MacOS/FindMyWidgetItems\n 0.0 /System/Library/CoreServices/PeopleViewService.app/Contents/PlugIns/PeopleWidget_macOSExtension.appex/Contents/MacOS/PeopleWidget_macOSExtension\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetPeople.appex/Contents/MacOS/FindMyWidgetPeople\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgetsSecure.appex/Contents/MacOS/JournalWidgetsSecure\n 0.0 /System/Applications/Tips.app/Contents/PlugIns/TipsWidgetExtension.appex/Contents/MacOS/TipsWidgetExtension\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeWidget.appex/Contents/MacOS/HomeWidget\n 0.0 /System/Applications/Photos.app/Contents/PlugIns/PhotosReliveWidget.appex/Contents/MacOS/PhotosReliveWidget\n 0.0 /System/Applications/Notes.app/Contents/PlugIns/com.apple.Notes.WidgetExtension.appex/Contents/MacOS/com.apple.Notes.WidgetExtension\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgets.appex/Contents/MacOS/JournalWidgets\n 0.0 /System/Applications/System Settings.app/Contents/PlugIns/SettingsImportExtension.appex/Contents/MacOS/SettingsImportExtension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated\n 0.0 /System/Library/ExtensionKit/Extensions/DesktopSettingsIntents.appex/Contents/MacOS/DesktopSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSettingsIntents.appex/Contents/MacOS/WallpaperSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ControlCenterSettingsIntents.appex/Contents/MacOS/ControlCenterSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BluetoothSettingsAppIntentsWidgetExtension.appex/Contents/MacOS/BluetoothSettingsAppIntentsWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/DateTimeIntentsExtension.appex/Contents/MacOS/DateTimeIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/MouseIntentsExtension.appex/Contents/MacOS/MouseIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/TimeMachineSettingsIntents.appex/Contents/MacOS/TimeMachineSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/NotificationsSettingsIntents.appex/Contents/MacOS/NotificationsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/TrackpadIntentsExtension.appex/Contents/MacOS/TrackpadIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/BatterySettingsIntentsExtension.appex/Contents/MacOS/BatterySettingsIntentsExtension\n 0.0 /System/Library/PrivateFrameworks/WeatherDaemon.framework/weatherd\n 0.0 /usr/libexec/spotlightknowledged.importer\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/Contents/MacOS/com.apple.CoreSimulator.CoreSimulatorService\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/SimulatorTrampoline.xpc/Contents/MacOS/SimulatorTrampoline\n 0.0 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell\n 0.1 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/callservicesd\n 0.0 /System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/Keychain Circle Notification\n 0.0 /System/Library/Frameworks/Contacts.framework/Support/contactsd\n 0.0 /System/Library/CoreServices/PowerChime.app/Contents/MacOS/PowerChime\n 0.0 /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServices/com.apple.AmbientDisplayAgent.xpc/Contents/MacOS/com.apple.AmbientDisplayAgent\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/Resources/VDCAssistant\n 0.0 /System/Library/Input Methods/PressAndHold.app/Contents/PlugIns/PAH_Extension.appex/Contents/MacOS/PAH_Extension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/bin/ssh-agent\n 0.0 /System/Library/CoreServices/CoreServicesUIAgent.app/Contents/MacOS/CoreServicesUIAgent\n 0.0 /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/Support/suggestd\n 0.0 /System/Library/CoreServices/UserNotificationCenter.app/Contents/MacOS/UserNotificationCenter\n 0.0 /System/Library/Input Methods/SCIM.app/Contents/PlugIns/SCIM_Extension.appex/Contents/MacOS/SCIM_Extension\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdwrite\n 0.0 /System/Library/PrivateFrameworks/HearingCore.framework/heard\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/OrbStack.app/Contents/MacOS/OrbStack\n 2.9 /Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper.app/Contents/MacOS/OrbStack Helper\n 0.0 /usr/libexec/InternetSharing\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/dhcp6d\n 0.0 /usr/libexec/containermanagerd_system\n 0.4 /usr/libexec/sysmond\n 0.0 /System/Library/SystemConfiguration/EAPOLController.bundle/Contents/Resources/eapolclient\n 0.0 /usr/libexec/aned\n 0.0 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/XPCServices/ANECompilerService.xpc/Contents/MacOS/ANECompilerService\n 0.0 /usr/sbin/netbiosd\n 0.0 /System/Library/PrivateFrameworks/KerberosHelper/Helpers/DiskUnmountWatcher\n 0.0 /usr/libexec/mobileassetd\n 0.0 /usr/libexec/sandboxd\n 0.0 /System/Library/PrivateFrameworks/MobileAssetDaemon.framework/Versions/A/XPCServices/com.apple.MobileAsset.DownloadService.Builtin.xpc/Contents/MacOS/com.apple.MobileAsset.DownloadService.Builtin\n 0.0 /usr/libexec/nsurlsessiond\n 0.0 /System/Library/CoreServices/iconservicesagent\n 0.0 /System/Library/CoreServices/iconservicesd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.1 /System/Library/CoreServices/UniversalControl.app/Contents/MacOS/UniversalControl\n 0.0 /usr/libexec/replayd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted\n 0.0 /usr/libexec/pkd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted_helper\n 0.0 /System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter\n 0.0 /usr/libexec/nehelper\n 0.0 /usr/libexec/usermanagerd\n 0.0 /usr/libexec/neagent\n 0.0 /System/Library/PrivateFrameworks/CoreADI.framework/adid\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/XPCServices/AssetCacheLocatorService.xpc/Contents/MacOS/AssetCacheLocatorService\n 0.0 /System/Library/PrivateFrameworks/CloudTelemetry.framework/Support/cloudtelemetryd\n 0.0 /usr/libexec/ospredictiond\n 0.0 /usr/libexec/AirPlayXPCHelper\n 0.0 /usr/libexec/countryd\n 0.0 /System/Library/CoreServices/Siri.app/Contents/MacOS/Siri\n 0.0 /usr/libexec/secinitd\n 0.0 /System/Library/Frameworks/SystemExtensions.framework/Versions/A/Helpers/sysextd\n 0.0 /usr/libexec/logd_helper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/coreduetd\n 0.0 /usr/libexec/knowledge-agent\n 0.0 /usr/libexec/securityd_system\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistantd\n 0.0 /System/Library/CoreServices/Siri.app/Contents/XPCServices/SiriNCService.xpc/Contents/MacOS/SiriNCService\n 0.0 /usr/libexec/siriknowledged\n 0.0 /System/Library/PrivateFrameworks/ContinuousDialogManagerService.framework/assistant_cdmd\n 0.0 /System/Library/PrivateFrameworks/GenerativeExperiencesRuntime.framework/Versions/A/generativeexperiencesd\n 0.0 /usr/libexec/assetsubscriptiond\n 0.0 /System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/speechmaintenanced\n 0.0 /System/Library/PrivateFrameworks/SiriTTSService.framework/sirittsd\n 0.0 /System/Library/PrivateFrameworks/IntelligenceFlowContextRuntime.framework/Versions/A/intelligencecontextd\n 0.0 /System/Library/PrivateFrameworks/ModelCatalogRuntime.framework/Versions/A/modelcatalogd\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/DeviceConfigurationAgent\n 0.0 /System/Library/PrivateFrameworks/CoreParsec.framework/parsecd\n 0.0 /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/Resources/familycircled\n 0.0 /System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/deviceconfigurationd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/libexec/triald\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServices.framework/Resources/amsaccountsd\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd\n 0.0 /System/Library/PrivateFrameworks/CloudSubscriptionFeatures.framework/FeatureAccessAgent\n 0.0 /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/Support/followupd\n 0.0 /usr/libexec/appleaccountd\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/rtcreportingd\n 0.0 /Library/Apple/System/Library/PrivateFrameworks/RemotePairing.framework/Versions/A/XPCServices/remotepairingd.xpc/Contents/MacOS/remotepairingd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsagent\n 0.0 /usr/libexec/mobileactivationd\n 0.0 /usr/libexec/storagekitd\n 0.0 /System/Library/PrivateFrameworks/CoreCDP.framework/Versions/A/Resources/cdpd\n 0.0 /System/Library/PrivateFrameworks/SessionCore.framework/Support/liveactivitiesd\n 0.0 /usr/libexec/milod\n 0.0 /System/Library/CoreServices/TimeMachine/backupd-helper\n 0.0 /System/Library/PrivateFrameworks/DoNotDisturbServer.framework/Support/donotdisturbd\n 0.0 /System/Library/PrivateFrameworks/AppleCredentialManager.framework/AppleCredentialManagerDaemon\n 0.0 /System/Library/PrivateFrameworks/AppSSO.framework/Support/AppSSODaemon\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreautha.bundle/Contents/MacOS/coreautha\n 0.0 /usr/libexec/findmylocateagent\n 0.0 /System/Library/CoreServices/TextInputSwitcher.app/Contents/MacOS/TextInputSwitcher\n 0.0 /System/Library/PrivateFrameworks/ReplicatorCore.framework/Support/replicatord\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/UsageTracking.framework/Versions/A/UsageTrackingAgent\n 0.0 /System/Library/Frameworks/ManagedSettings.framework/Versions/A/ManagedSettingsAgent\n 0.0 /usr/libexec/nesessionmanager\n 0.0 /usr/libexec/inputanalyticsd\n 0.0 /usr/sbin/spindump\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/PrivateFrameworks/StatusKit.framework/StatusKitAgent\n 0.0 /usr/libexec/peakpowermanagerd\n 0.0 /System/Applications/Calendar.app/Contents/MacOS/Calendar\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Contents/MacOS/com.apple.dock.extra\n 0.0 /System/Library/PrivateFrameworks/MapsSync.framework/mapssyncd\n 0.0 /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/XPCServices/PerfPowerTelemetryClientRegistrationService.xpc/Contents/MacOS/PerfPowerTelemetryClientRegistrationService\n 0.0 /usr/libexec/powerexperienced\n 0.0 /usr/libexec/PowerUIAgent\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysis.framework/Versions/A/mediaanalysisd\n 0.0 /System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd\n 0.0 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/Support/photolibraryd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/CoreServices/ScopedBookmarkAgent\n 0.0 /System/Library/PrivateFrameworks/CommunicationTrust.framework/Support/communicationtrustd\n 0.0 /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Versions/A/Support/photoanalysisd\n 0.0 /System/Cryptexes/App/usr/libexec/AuthenticationServicesAgent\n 0.0 cloudphotod\n 0.0 /System/Library/ExtensionKit/Extensions/GenerativeExperiencesSafetyInferenceProvider.appex/Contents/MacOS/GenerativeExperiencesSafetyInferenceProvider\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/aneuserd\n 0.0 /usr/libexec/mlhostd\n 0.0 /usr/libexec/searchpartyuseragent\n 0.0 /System/Library/PrivateFrameworks/ContactsDonation.framework/Versions/A/Support/contactsdonationagent\n 0.0 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/com.apple.Safari.SafeBrowsing.Service\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 0.0 /usr/libexec/keychainsharingmessagingd\n 0.0 /usr/libexec/findmybeaconingd\n 0.0 /usr/libexec/symptomsd-diag\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /usr/libexec/textunderstandingd\n 0.0 /usr/libexec/fskitd\n 0.0 /usr/libexec/findmydevice-user-agent\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Support/softwareupdated\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Versions/A/XPCServices/com.apple.MobileSoftwareUpdate.CleanupPreparePathService.xpc/Contents/MacOS/com.apple.MobileSoftwareUpdate.CleanupPreparePathService\n 0.0 /usr/libexec/findmydeviced\n 0.0 /usr/libexec/triald_system\n 0.0 /usr/libexec/AssetCache/AssetCache\n 0.0 /System/Library/Frameworks/QuickLookThumbnailing.framework/Support/com.apple.quicklook.ThumbnailsAgent\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/geodMachServiceBridge\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServicesExtensions.framework/XPCServices/AssetCacheTetheratorService.xpc/Contents/MacOS/AssetCacheTetheratorService\n 0.0 /System/Library/PrivateFrameworks/TrialServer.framework/Versions/A/XPCServices/TrialArchivingService.xpc/Contents/MacOS/TrialArchivingService\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveCore.framework/Versions/A/Support/bird\n 0.0 /System/Library/PrivateFrameworks/ShazamEvents.framework/shazameventsd\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveService.framework/XPCServices/ContainerMetadataExtractor.xpc/Contents/MacOS/ContainerMetadataExtractor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/AppPredictionFoundation.framework/Versions/A/XPCServices/AppPredictionIntentsHelperService.xpc/Contents/MacOS/AppPredictionIntentsHelperService\n 0.0 /usr/libexec/seputil\n 0.0 /usr/libexec/online-auth-agent\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/Versions/A/intelligenceplatformd\n 0.0 /usr/libexec/hidd\n 0.0 /usr/libexec/wifianalyticsd\n 0.0 /usr/libexec/amfid\n 0.0 /usr/libexec/powerdatad\n 0.0 /usr/libexec/seserviced\n 0.0 /usr/libexec/nfcd\n 0.0 /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/Support/recentsd\n 0.0 /System/Library/PrivateFrameworks/NearFieldPrivateServices.framework/Versions/A/XPCServices/NFStorageServer.xpc/Contents/MacOS/NFStorageServer\n 0.0 /usr/libexec/bluetoothuserd\n 0.0 /System/Applications/Notes.app/Contents/MacOS/Notes\n 0.0 /System/Library/Frameworks/ManagedAppDistribution.framework/Support/managedappdistributiond\n 0.0 /System/Library/PrivateFrameworks/InstallCoordination.framework/Support/installcoordinationd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/colorsync.displayservices\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/ExtensionKit/Extensions/ImageThumbnailExtension.appex/Contents/MacOS/ImageThumbnailExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/Frameworks/ColorSync.framework/Versions/A/XPCServices/com.apple.ColorSyncXPCAgent.xpc/Contents/MacOS/com.apple.ColorSyncXPCAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/colorsyncd\n 0.0 /System/Library/CryptoTokenKit/com.apple.ifdreader.slotd/Contents/MacOS/com.apple.ifdreader\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AXAssetLoader.framework/Support/axassetsd\n 0.0 /System/Library/PrivateFrameworks/EmailDaemon.framework/Versions/A/maild\n 0.0 /usr/libexec/dmd\n 0.0 /System/Library/PrivateFrameworks/Categories.framework/Versions/A/XPCServices/CategoriesService.xpc/Contents/MacOS/CategoriesService\n 0.0 /System/Library/CoreServices/CoreLocationAgent.app/Contents/MacOS/CoreLocationAgent\n 0.0 /System/Library/PrivateFrameworks/VoiceShortcuts.framework/Versions/A/Support/siriactionsd\n 0.0 /System/Library/PrivateFrameworks/WorkflowKit.framework/XPCServices/ShortcutsViewService.xpc/Contents/MacOS/ShortcutsViewService\n 0.0 /System/Library/PrivateFrameworks/MobileTimer.framework/Executables/mobiletimerd\n 0.0 /System/Library/CoreServices/pbs\n 0.0 /usr/libexec/naturallanguaged\n 0.0 /System/Library/PrivateFrameworks/SiriAnalytics.framework/Versions/A/XPCServices/SAExtensionOrchestrator.xpc/Contents/MacOS/SAExtensionOrchestrator\n 0.0 /System/Library/ExtensionKit/Extensions/GMSSELFIngestor.appex/Contents/MacOS/GMSSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTelemetrySELFIngestor.appex/Contents/MacOS/IFTelemetrySELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/BiomeSELFIngestor.appex/Contents/MacOS/BiomeSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/AppleIntelligenceReportingSELFIngestor.appex/Contents/MacOS/AppleIntelligenceReportingSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTranscriptSELFIngestor.appex/Contents/MacOS/IFTranscriptSELFIngestor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Longbridge Nightly.app/Contents/MacOS/longbridge\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XProtectBridgeService.xpc/Contents/MacOS/XProtectBridgeService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/warmd_agent\n 0.0 /usr/libexec/warmd\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /usr/libexec/mmaintenanced\n 0.0 /System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf\n 0.0 /System/Library/PrivateFrameworks/IMDPersistence.framework/XPCServices/IMDPersistenceAgent.xpc/Contents/MacOS/IMDPersistenceAgent\n 0.0 /usr/libexec/MTLAssetUpgraderD\n 0.0 /usr/libexec/swcd\n 0.0 /System/Library/Frameworks/MediaExtension.framework/Versions/A/Helpers/MENotificationAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CloudDocs.framework/PlugIns/com.apple.CloudDocs.iCloudDriveFileProvider.appex/Contents/MacOS/com.apple.CloudDocs.iCloudDriveFileProvider\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysisAccess.framework/Versions/A/XPCServices/mediaanalysisd-access.xpc/Contents/MacOS/mediaanalysisd-access\n 0.0 /System/Library/PrivateFrameworks/JetCore.framework/Support/jetpackassetd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/PrivateFrameworks/Synapse.framework/Support/contentlinkingd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/Frameworks/wxplayer\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /usr/libexec/remindd\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeCore.framework/Versions/A/ScreenTimeAgent\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeSettingsFoundation.framework/Versions/A/ScreenTimeSettingsAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistant_service\n 0.0 /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/PlugIns/ShareSheetUI.appex/Contents/MacOS/ShareSheetUI\n 0.0 /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/PlugIns/AirDrop.appex/Contents/MacOS/AirDrop\n 0.0 /usr/libexec/SidecarRelay\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Applications/Mail.app/Contents/PlugIns/com.apple.mail.SpotlightIndexExtension.appex/Contents/MacOS/com.apple.mail.SpotlightIndexExtension\n 0.0 /System/iOSSupport/System/Library/PrivateFrameworks/HomeEnergyDaemon.framework/Support/homeenergyd\n 0.0 /System/Library/CoreServices/ReportSystemMemory\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.3 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 1.1 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/audioanalyticsd\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/DiskImages.framework/Resources/hdiejectd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/linkd\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 1.4 /Users/jason/Library/Application Support/ClashMac/core/current\n 0.0 \n 0.0 \n 0.0 \n 0.0 /System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd\n 0.0 /opt/homebrew/bin/sccache\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/PerfPowerServices\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/DockHelper.xpc/Contents/MacOS/DockHelper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/Versions/A/XPCServices/IntelligencePlatformComputeService.xpc/Contents/MacOS/IntelligencePlatformComputeService\n 0.0 /System/Library/Frameworks/GroupActivities.framework/Versions/A/XPCServices/GroupSessionService.xpc/Contents/MacOS/GroupSessionService\n 0.0 /usr/libexec/keybagd\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/Library/Application Support/Zed/languages/package-version-server/package-version-server-v0.0.10\n 0.0 /opt/homebrew/bin/node\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /Applications/Mado.app/Contents/MacOS/Mado\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.GPU.xpc/Contents/MacOS/com.apple.WebKit.GPU\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.Networking.xpc/Contents/MacOS/com.apple.WebKit.Networking\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/XPCServices/csnameddatad.xpc/Contents/MacOS/csnameddatad\n 2.0 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.1 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XprotectService.xpc/Contents/MacOS/XprotectService\n 0.0 /usr/libexec/taskgated\n 0.0 /System/Library/PrivateFrameworks/AMPLibrary.framework/Versions/A/Support/AMPArtworkAgent\n 0.0 /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Resources/universalAccessAuthWarn.app/Contents/MacOS/universalAccessAuthWarn\n 10.1 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/tailspind\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 2.9 /System/Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/com.apple.CodeSigningHelper.xpc/Contents/MacOS/com.apple.CodeSigningHelper\n 0.4 Contents/Library/LoginItems/OpenLogi Agent.app/Contents/MacOS/openlogi-agent\n 0.0 /Applications/OpenLogi.app/Contents/Library/LoginItems/OpenLogi Overlay.app/Contents/MacOS/openlogi-overlay\n 0.0 /usr/libexec/spindump_agent\n 0.0 /usr/libexec/assessmentagent\n 0.0 /usr/libexec/feedbackd\n 0.0 /usr/libexec/gamecontrollerd\n 0.0 /usr/libexec/gamecontrolleragentd\n 0.0 /usr/libexec/cryptexd\n 0.0 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/commerce\n 0.0 /usr/libexec/diskimagesiod\n 0.0 /usr/libexec/GamePolicyAgent\n 0.3 /opt/homebrew/Cellar/python@3.11/3.11.0/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python\n 0.0 /System/Library/PrivateFrameworks/People.framework/peopled\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 2.7 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 7.1 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.8 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 ps\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 5.8 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /usr/sbin/BTLEServerAgent\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager\n 0.0 /System/Library/CoreServices/Setup Assistant.app/Contents/Resources/mbuseragent\n 0.0 /Users/jason/Applications/Chrome Apps.localized/Gmail.app/Contents/MacOS/app_mode_loader\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AccessibilitySupport.framework/Versions/A/Resources/AccessibilityVisualsAgent.app/Contents/MacOS/AccessibilityVisualsAgent\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Squirrel.framework/Resources/ShipIt\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /opt/homebrew/bin/node\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /usr/libexec/proactived\n 0.0 /usr/libexec/networkserviceproxy\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/system_installd\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/installd\n 0.0 /System/Library/ExtensionKit/Extensions/ClassroomDeviceExpert.appex/Contents/MacOS/ClassroomDeviceExpert\n 0.0 /System/Library/ExtensionKit/Extensions/FamilyIntents.appex/Contents/MacOS/FamilyIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PlaceholderSettingsSearchTermsIntents.appex/Contents/MacOS/PlaceholderSettingsSearchTermsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/AccountsUISettingsAppIntents.appex/Contents/MacOS/AccountsUISettingsAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/VpnSettingsIntents.appex/Contents/MacOS/VpnSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PrefPaneSearchIntent.appex/Contents/MacOS/PrefPaneSearchIntent\n 0.0 /System/Library/ExtensionKit/Extensions/InternationalSettingsExtension.appex/Contents/MacOS/InternationalSettingsExtension\n 0.0 /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/XPCServices/LookupViewService.xpc/Contents/MacOS/LookupViewService\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 node\n 0.4 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 target/debug/examples/gallery\n 0.0 node\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 3.4 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n", + "schema": "gpui-cold-object-probes-paired-v1", + "baseline_revision": "scalar-truthiness candidate", + "warmup_processes": 5, + "measured_processes": 30, + "metric": "snapshot construction and validation, ns", + "binaries": { + "upstream": { + "path": "/tmp/quickjs-market-measurements/upstream-rquickjs-0122", + "sha256": "9d6c7392e6a1e71d274390b2d9656e30c105a209f76363516267d61f19961001" + }, + "baseline_auto": { + "path": "/tmp/quickjs-market-measurements/scalar-truthiness", + "sha256": "9b6615e2798355dc57a3f6436df6f2d0687034a981f2a4e98c364fd6506bd896" + }, + "candidate_auto": { + "path": "/tmp/quickjs-market-measurements/cold-object-probes", + "sha256": "4a3362fe792059f12a70694f76840346b609c8496fcc6f979bd11421b5890022" + }, + "baseline_interpreter": { + "path": "/tmp/quickjs-market-measurements/scalar-truthiness", + "sha256": "9b6615e2798355dc57a3f6436df6f2d0687034a981f2a4e98c364fd6506bd896" + }, + "interpreter": { + "path": "/tmp/quickjs-market-measurements/cold-object-probes", + "sha256": "4a3362fe792059f12a70694f76840346b609c8496fcc6f979bd11421b5890022" + } + }, + "summary": { + "mixed": { + "upstream": { + "steady_state_ns": 175555.0, + "p99_script_render_ns": 219604.0, + "first_window_ns": 5221541.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "baseline_auto": { + "steady_state_ns": 175281.0, + "p99_script_render_ns": 226999.5, + "first_window_ns": 5338604.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 173287, + "max": 174701, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_auto": { + "steady_state_ns": 175910.0, + "p99_script_render_ns": 228479.5, + "first_window_ns": 5345542.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 173227, + "max": 175234, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "baseline_interpreter": { + "steady_state_ns": 191939.0, + "p99_script_render_ns": 239520.5, + "first_window_ns": 5271771.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "interpreter": { + "steady_state_ns": 192507.0, + "p99_script_render_ns": 231500.0, + "first_window_ns": 5273437.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_speed_vs_baseline_auto": { + "paired_median": 0.9977826878914375, + "bootstrap_95_ci": [ + 0.9916640070055778, + 1.0044771379178954 + ] + }, + "candidate_speed_vs_upstream": { + "paired_median": 0.9973611317720104, + "bootstrap_95_ci": [ + 0.9887246786889716, + 1.00206070545245 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 1.10414562402559, + "bootstrap_95_ci": [ + 1.0878109919714736, + 1.1065855298695548 + ] + }, + "first_window_ns_speed_vs_upstream": { + "paired_median": 0.9726575863263334, + "bootstrap_95_ci": [ + 0.9493836753061151, + 0.9845517982051126 + ] + }, + "p99_script_render_ns_speed_vs_upstream": { + "paired_median": 0.9253920964919132, + "bootstrap_95_ci": [ + 0.8727518408663952, + 1.0074427707003994 + ] + } + }, + "compute": { + "upstream": { + "steady_state_ns": 110001.0, + "p99_script_render_ns": 120437.5, + "first_window_ns": 4969187.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "baseline_auto": { + "steady_state_ns": 12798.0, + "p99_script_render_ns": 14833.0, + "first_window_ns": 5005104.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 238, + "max": 268, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_auto": { + "steady_state_ns": 12799.5, + "p99_script_render_ns": 14354.0, + "first_window_ns": 5040166.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 238, + "max": 269, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "baseline_interpreter": { + "steady_state_ns": 125703.5, + "p99_script_render_ns": 137458.0, + "first_window_ns": 5054750.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "interpreter": { + "steady_state_ns": 129787.5, + "p99_script_render_ns": 142437.5, + "first_window_ns": 5029353.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_speed_vs_baseline_auto": { + "paired_median": 1.0011650316436023, + "bootstrap_95_ci": [ + 0.9934903494825681, + 1.0070439352983325 + ] + }, + "candidate_speed_vs_upstream": { + "paired_median": 8.635688292752715, + "bootstrap_95_ci": [ + 8.565580063073307, + 8.713081452462557 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 10.196713706399814, + "bootstrap_95_ci": [ + 10.120569617363003, + 10.265179609106145 + ] + }, + "first_window_ns_speed_vs_upstream": { + "paired_median": 0.9853042682283961, + "bootstrap_95_ci": [ + 0.9718159634237393, + 0.9926382920212169 + ] + }, + "p99_script_render_ns_speed_vs_upstream": { + "paired_median": 8.407024425784204, + "bootstrap_95_ci": [ + 8.046324162318635, + 8.95518232340109 + ] + } + }, + "panel": { + "upstream": { + "steady_state_ns": 833435.5, + "p99_script_render_ns": 936312.5, + "first_window_ns": 5655291.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "baseline_auto": { + "steady_state_ns": 847308.0, + "p99_script_render_ns": 994645.5, + "first_window_ns": 5710229.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_auto": { + "steady_state_ns": 840006.5, + "p99_script_render_ns": 969000.0, + "first_window_ns": 5742104.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "baseline_interpreter": { + "steady_state_ns": 846229.5, + "p99_script_render_ns": 1002250.0, + "first_window_ns": 5643771.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "interpreter": { + "steady_state_ns": 838312.5, + "p99_script_render_ns": 975500.0, + "first_window_ns": 5721979.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_speed_vs_baseline_auto": { + "paired_median": 1.0109562479793064, + "bootstrap_95_ci": [ + 1.0003705371435794, + 1.030010250450358 + ] + }, + "candidate_speed_vs_upstream": { + "paired_median": 1.0003771627875702, + "bootstrap_95_ci": [ + 0.982730153593061, + 1.022852625304109 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 0.9970369231495764, + "bootstrap_95_ci": [ + 0.9896149512095711, + 1.006720380044412 + ] + }, + "first_window_ns_speed_vs_upstream": { + "paired_median": 0.9849836792458526, + "bootstrap_95_ci": [ + 0.9616602050979911, + 1.0006204083365877 + ] + }, + "p99_script_render_ns_speed_vs_upstream": { + "paired_median": 1.0011315852794835, + "bootstrap_95_ci": [ + 0.9455696545575267, + 1.0776439701412865 + ] + } + } + }, + "candidate_change": "Gate property and call-site feedback before recorder entry; rewrite one equivalent provenance iteration to satisfy Clippy.", + "verification": { + "macos_release_tests": 212, + "linux_arm64_asan_tests": 258, + "patch_tests": 11, + "format": "passed", + "clippy": "passed without warnings" + }, + "limitations": [ + "Snapshot construction and validation, not FPS.", + "Mixed and UI panel remain statistically tied with upstream.", + "UI panel has zero native entries; observed improvement is interpreter overhead reduction." + ], + "sample_archive": { + "path": "benchmarks/results/m3-market-cold-object-probes-samples.tar.gz", + "sha256": "6acb8274d92743ce182b537f39fab30ff6a6f2a457436cf3e012d77b3aa184af" + } +} diff --git a/benchmarks/results/m3-market-cold-object-probes-samples.tar.gz b/benchmarks/results/m3-market-cold-object-probes-samples.tar.gz new file mode 100644 index 00000000..d44faa70 Binary files /dev/null and b/benchmarks/results/m3-market-cold-object-probes-samples.tar.gz differ diff --git a/benchmarks/results/m3-market-cold-probes-mixed-profile.json b/benchmarks/results/m3-market-cold-probes-mixed-profile.json new file mode 100644 index 00000000..14c81faf --- /dev/null +++ b/benchmarks/results/m3-market-cold-probes-mixed-profile.json @@ -0,0 +1,371 @@ +{ + "samples": 7209, + "self": [ + [ + "other/JIT", + 2309 + ], + [ + "JS_CallInternal", + 1404 + ], + [ + "_RNvMsa_NtNtCs8Lv8lbitKm9_12rquickjs_jit7runtime8feedbackNtB5_13FeedbackTable12observe_type", + 260 + ], + [ + "qjsjit_validate_helper_frame", + 257 + ], + [ + "_RNvMs2_Cs8Lv8lbitKm9_12rquickjs_jitNtB5_17ProductionBackend15publish_metrics", + 162 + ], + [ + "_RNvMsd_NtNtCs8Lv8lbitKm9_12rquickjs_jit7runtime11coordinatorNtB5_11Coordinator10tier_state", + 143 + ], + [ + "_RNvXs2_NtNtCs82bWklYMk3w_3std4hash6randomNtB5_13DefaultHasherNtNtCs8Mbv00yxnRz_4core4hash6Hasher5write", + 142 + ], + [ + "_RNvXs3_Cs8Lv8lbitKm9_12rquickjs_jitNtB5_17ProductionBackendNtNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit10JitBackend10record_hot", + 134 + ], + [ + "", + 133 + ], + [ + "rqsort", + 108 + ], + [ + "_RNvXs3_Cs8Lv8lbitKm9_12rquickjs_jitNtB5_17ProductionBackendNtNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit10JitBackend15record_feedback", + 107 + ], + [ + "_RNvXs3_Cs8Lv8lbitKm9_12rquickjs_jitNtB5_17ProductionBackendNtNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit10JitBackend12native_enter", + 99 + ], + [ + "_RNvXs3_Cs8Lv8lbitKm9_12rquickjs_jitNtB5_17ProductionBackendNtNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit10JitBackend11native_exit", + 97 + ], + [ + "JS_JitHelperShapeGuard", + 93 + ], + [ + "_RNvCs8Lv8lbitKm9_12rquickjs_jit27production_entry_trampoline", + 87 + ], + [ + "_RNvMsd_NtNtCs8Lv8lbitKm9_12rquickjs_jit7runtime11coordinatorNtB5_11Coordinator25is_terminally_blacklisted", + 79 + ], + [ + "js_array_cmp_generic", + 72 + ], + [ + "JS_FreeContext", + 69 + ], + [ + "qjsjit_discard_cached_entry", + 69 + ], + [ + "_RNvMsa_NtNtCs8Lv8lbitKm9_12rquickjs_jit7runtime8feedbackNtB5_13FeedbackTable12observe_call", + 68 + ], + [ + "_RNvMsd_NtNtCs8Lv8lbitKm9_12rquickjs_jit7runtime11coordinatorNtB5_11Coordinator14record_benefit", + 58 + ], + [ + "qjsjit_valid_pc", + 57 + ], + [ + "add_property", + 41 + ], + [ + "JS_DefineProperty", + 38 + ], + [ + "_RNvXs3_Cs8Lv8lbitKm9_12rquickjs_jitNtB5_17ProductionBackendNtNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit10JitBackend17entry_cache_epoch", + 37 + ], + [ + "_RNvNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit17entry_cache_epoch", + 35 + ], + [ + "_RNvMNtNtNtNtCs82bWklYMk3w_3std3sys3pal4unix4timeNtB2_8Timespec3now", + 31 + ], + [ + "JS_DupContext", + 29 + ], + [ + "JS_GetPropertyInternal", + 29 + ], + [ + "JS_CreateProperty", + 27 + ], + [ + "DYLD-STUB$$pthread_mutex_unlock", + 26 + ], + [ + "_RNvMNtNtNtNtNtCs82bWklYMk3w_3std3sys3pal4unix4sync5mutexNtB2_5Mutex4lock", + 25 + ], + [ + "js_array_push", + 25 + ], + [ + "add_shape_property", + 24 + ], + [ + "DYLD-STUB$$clock_gettime", + 24 + ], + [ + "JS_GetGlobalVar", + 23 + ], + [ + "js_clone_shape", + 23 + ], + [ + "JS_NewObjectFromShape", + 23 + ], + [ + "js_call_c_function", + 22 + ], + [ + "_RNvMsb_NtCsf0Ak1EuVQjC_10gpui_shell4specNtB5_9SpecArena10write_tree", + 21 + ], + [ + "DYLD-STUB$$pthread_mutex_lock", + 20 + ], + [ + "js_free_value_rt", + 18 + ], + [ + "_RNvNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit15record_feedback", + 17 + ], + [ + "_RNvNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit11native_exit", + 17 + ], + [ + "free_gc_object", + 16 + ] + ], + "inclusive": [ + [ + "_RNvNtCsfrFsyIDIVhj_4gpui4test8run_test", + 7209 + ], + [ + "_RNvNvNtNtCsf0Ak1EuVQjC_10gpui_shell5tests9benchmarks_30emit_one_jit_acceptance_sample32___emit_one_jit_acceptance_sample", + 7209 + ], + [ + "other/JIT", + 7209 + ], + [ + "_RNCNvNtNtCsf0Ak1EuVQjC_10gpui_shell5tests9benchmarks_30emit_one_jit_acceptance_sample0B7_", + 7209 + ], + [ + "_RNvNvMs0_NtNtNtCs82bWklYMk3w_3std3sys6thread4unixNtB7_6Thread3new12thread_start", + 7209 + ], + [ + "_RNvYNCNvNtNtCsf0Ak1EuVQjC_10gpui_shell5tests9benchmark30emit_one_jit_acceptance_sample0INtNtNtCs8Mbv00yxnRz_4core3ops8function6FnOnceuE9call_onceBa_", + 7209 + ], + [ + "_RNSNvYNCINvNtNtCs82bWklYMk3w_3std6thread9lifecycle15spawn_uncheckedNCNvCs6pj9lYx6hxu_4test8run_tests_0uEs_0INtNtNtCs8Mbv00yxnRz_4core3ops8function6FnOnceuE9call_once6vtableB17_", + 7209 + ], + [ + "_RNCNvCs6pj9lYx6hxu_4test8run_test0B3_", + 7209 + ], + [ + "_RINvCs6pj9lYx6hxu_4test28___rust_begin_short_backtraceINtNtCs8Mbv00yxnRz_4core6result6ResultuNtNtCshxvaOLs88l5_5alloc6string6StringEFEBQ_EB2_", + 7209 + ], + [ + "_RINvNtNtCs82bWklYMk3w_3std3sys9backtrace28___rust_begin_short_backtraceNCNvCs6pj9lYx6hxu_4test8run_tests_0uEB1b_", + 7209 + ], + [ + "_RNvMsa_NtNtCsf0Ak1EuVQjC_10gpui_shell6engine7quickjsNtB5_12ShellRuntime14build_snapshot", + 6944 + ], + [ + "_RINvMs_NtCsf0Ak1EuVQjC_10gpui_shell7metricsNtB5_7Metrics18time_script_renderTINtNtCs8Mbv00yxnRz_4core6result6ResultmNtCsgpAytTquxwq_6anyhow5ErrorEINtNtCshxvaOLs88l5_5alloc2rc2RcNtNtB7_6policy6PolicyEENCNCNvMsa_NtNtB7_6engine7quickjsNtB3m_12ShellRuntime14build_snapshot00EB7_", + 6936 + ], + [ + "_RNvMsa_NtNtCsf0Ak1EuVQjC_10gpui_shell6engine7quickjsNtB5_12ShellRuntime11call_render", + 6931 + ], + [ + "_RNvMsa_NtNtCsf0Ak1EuVQjC_10gpui_shell6engine7quickjsNtB5_12ShellRuntime16call_render_once", + 6931 + ], + [ + "_RINvMs_NtNtCsjUFSNkShxo8_13rquickjs_core7context4baseNtB5_7Context4withNCINvMsa_NtNtCsf0Ak1EuVQjC_10gpui_shell6engine7quickjsNtB1g_12ShellRuntime7with_jsmNCNvB1c_16call_render_once0E0INtNtCs8Mbv00yxnRz_4core6result6ResultmNtCsgpAytTquxwq_6anyhow5ErrorEEB1k_", + 6930 + ], + [ + "_RINvXs8_NtCsfrFsyIDIVhj_4gpui3appNtB6_3AppNtB8_10AppContext13update_windowNtNtCsf0Ak1EuVQjC_10gpui_shell8snapshot14RenderSnapshotNCINvMs3_NtB6_12test_contextNtB2c_17VisualTestContext6updateB1a_NCNvNvNtNtB1e_5tests9benchmarks_30emit_one_jit_acceptance_sample32___emit_one_jit_acceptance_samples2_0E0EB1e_", + 6907 + ], + [ + "_RINvMs3_NtNtCsfrFsyIDIVhj_4gpui3app12test_contextNtB6_17VisualTestContext6updateNtNtCsf0Ak1EuVQjC_10gpui_shell8snapshot14RenderSnapshotNCNvNvNtNtB1k_5tests9benchmarks_30emit_one_jit_acceptance_sample32___emit_one_jit_acceptance_samples2_0EB1k_", + 6907 + ], + [ + "JS_CallInternal", + 6779 + ], + [ + "JS_Call", + 6778 + ], + [ + "_RINvMNtNtCsjUFSNkShxo8_13rquickjs_core5value8functionNtB3_8Function4callTINtNtB3_5types4ThisNtNtB5_6object6ObjectEB1s_ENtB5_5ValueECsf0Ak1EuVQjC_10gpui_shell", + 6733 + ], + [ + "_RINvMNtNtNtCsjUFSNkShxo8_13rquickjs_core5value8function4argsNtB3_4Args5applyNtB7_5ValueECsf0Ak1EuVQjC_10gpui_shell", + 6732 + ], + [ + "js_call_c_function", + 4458 + ], + [ + "js_array_sort", + 4301 + ], + [ + "rqsort", + 4262 + ], + [ + "js_array_cmp_generic", + 4143 + ], + [ + "_RNvNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit11native_exit", + 1215 + ], + [ + "_RNvXs3_Cs8Lv8lbitKm9_12rquickjs_jitNtB5_17ProductionBackendNtNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit10JitBackend11native_exit", + 1198 + ], + [ + "_RNvMNtNtNtNtCs82bWklYMk3w_3std3sys3pal4unix4timeNtB2_8Timespec3now", + 1131 + ], + [ + "_RNvCs8Lv8lbitKm9_12rquickjs_jit27production_entry_trampoline", + 867 + ], + [ + "_RNvNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit10record_hot", + 790 + ], + [ + "_RNvXs3_Cs8Lv8lbitKm9_12rquickjs_jitNtB5_17ProductionBackendNtNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit10JitBackend10record_hot", + 781 + ], + [ + "_RNvNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit12native_enter", + 700 + ], + [ + "_RNvXs3_Cs8Lv8lbitKm9_12rquickjs_jitNtB5_17ProductionBackendNtNtNtCsjUFSNkShxo8_13rquickjs_core7runtime3jit10JitBackend12native_enter", + 685 + ], + [ + "_RNvMNtCs82bWklYMk3w_3std4timeNtB2_7Instant7elapsed", + 549 + ], + [ + "JS_JitHelperShapeGuard", + 407 + ], + [ + "_RNvNtNtCsjUFSNkShxo8_13rquickjs_core5class3ffi4call", + 357 + ], + [ + "_RINvMNtNtCsjUFSNkShxo8_13rquickjs_core5class3ffiNtB3_6VTable9call_implNtNtNtNtB7_5value8function3ffi12RustFunctionECsf0Ak1EuVQjC_10gpui_shell", + 343 + ], + [ + "_RINvMsf_NtCsjUFSNkShxo8_13rquickjs_core6resultNtNtNtB8_7context3ctx3Ctx18handle_panic_innerNtCsbhdGtSJI1J4_12rquickjs_sys7JSValueINtNtNtCs8Mbv00yxnRz_4core5panic11unwind_safe16AssertUnwindSafeNCINvMNtNtB8_5class3ffiNtB3a_6VTable9call_implNtNtNtNtB8_5value8function3ffi12RustFunctionE0EECsf0Ak1EuVQjC_10gpui_shell", + 320 + ], + [ + "qjsjit_validate_helper_frame", + 314 + ], + [ + "_RNvXs1_NtNtNtCsjUFSNkShxo8_13rquickjs_core5value8function3ffiNtB5_12RustFunctionNtNtBb_5class7JsClass4call", + 308 + ], + [ + "_RNvMsd_NtNtCs8Lv8lbitKm9_12rquickjs_jit7runtime11coordinatorNtB5_11Coordinator25is_terminally_blacklisted", + 276 + ], + [ + "", + 267 + ], + [ + "_RNvMsa_NtNtCs8Lv8lbitKm9_12rquickjs_jit7runtime8feedbackNtB5_13FeedbackTable12observe_type", + 260 + ], + [ + "add_property", + 222 + ], + [ + "_RNvMs2_Cs8Lv8lbitKm9_12rquickjs_jitNtB5_17ProductionBackend15publish_metrics", + 221 + ] + ], + "archive_sha256": "e4913de2c64d1ccfa87dde9a423d020ffa0f94e22e1771e82448f068c78b9c17", + "binary_sha256": "5c923911525b2999ab440e133ad26a2a8641834ffbd28de057637d40e68207f9", + "finding": "130 of 7209 samples attribute DefaultHasher::write to is_terminally_blacklisted profitability-demotion membership checks.", + "scope": "20,000 mixed renders; cold-object-probes source; diagnostic profile before profitability-fx." +} diff --git a/benchmarks/results/m3-market-cold-probes-mixed-profile.tar.gz b/benchmarks/results/m3-market-cold-probes-mixed-profile.tar.gz new file mode 100644 index 00000000..eef771d0 Binary files /dev/null and b/benchmarks/results/m3-market-cold-probes-mixed-profile.tar.gz differ diff --git a/benchmarks/results/m3-market-profitability-fx-paired.json b/benchmarks/results/m3-market-profitability-fx-paired.json new file mode 100644 index 00000000..0c43effe --- /dev/null +++ b/benchmarks/results/m3-market-profitability-fx-paired.json @@ -0,0 +1,577 @@ +{ + "host_cpu_start": " %CPU COMM\n 0.9 /sbin/launchd\n 0.0 /System/Library/ExtensionKit/Extensions/StartupDiskWidgetExtension.appex/Contents/MacOS/StartupDiskWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameCenterSettingsSearchExtension.appex/Contents/MacOS/GameCenterSettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/PasswordSettingsAppIntentsExtension.appex/Contents/MacOS/PasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AccessibilitySettingsSearchExtension.appex/Contents/MacOS/AccessibilitySettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AppleAccountIntents_macOS.appex/Contents/MacOS/AppleAccountIntents_macOS\n 0.0 /System/Library/ExtensionKit/Extensions/WiFiMacSettingsIntents.appex/Contents/MacOS/WiFiMacSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/DoNotDisturbAppIntents.appex/Contents/MacOS/DoNotDisturbAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/CDsAndDvDsSettingsIntents.appex/Contents/MacOS/CDsAndDvDsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ScreenTimeAppIntentsExtension.appex/Contents/MacOS/ScreenTimeAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ProfilesSettingsIntents.appex/Contents/MacOS/ProfilesSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/KeyboardSettingsIntents.appex/Contents/MacOS/KeyboardSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BiometricsAndPasswordSettingsAppIntentsExtension.appex/Contents/MacOS/BiometricsAndPasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ClassKitAppIntents.appex/Contents/MacOS/ClassKitAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SpotlightSettingsIntentsExtension.appex/Contents/MacOS/SpotlightSettingsIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameControllerSettingsIntents.appex/Contents/MacOS/GameControllerSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SoftwareUpdateSettingsExtensionIntents.appex/Contents/MacOS/SoftwareUpdateSettingsExtensionIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SiriSetupSettingsIntents.appex/Contents/MacOS/SiriSetupSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/StorageSettingsIntentsExtension.appex/Contents/MacOS/StorageSettingsIntentsExtension\n 0.4 /usr/libexec/logd\n 0.0 /usr/libexec/smd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Support/fseventsd\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/libexec/configd\n 0.0 /System/Library/CoreServices/powerd.bundle/powerd\n 0.0 /usr/libexec/IOMFB_bics_daemon\n 0.0 /usr/libexec/remoted\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd_system\n 0.0 /usr/libexec/watchdogd\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds\n 0.0 /usr/libexec/kernelmanagerd\n 0.0 /usr/libexec/diskarbitrationd\n 0.0 /usr/sbin/syslogd\n 0.0 /usr/libexec/thermalmonitord\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/contextstored\n 0.0 /usr/libexec/xprotectd\n 0.2 /usr/libexec/opendirectoryd\n 0.0 /System/Library/PrivateFrameworks/ApplePushService.framework/apsd\n 0.2 /System/Library/CoreServices/launchservicesd\n 0.0 /usr/libexec/timed\n 0.0 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/usbmuxd\n 0.0 /usr/sbin/securityd\n 0.0 /usr/libexec/locationd\n 0.0 autofsd\n 0.0 /usr/libexec/dasd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/logind\n 0.0 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Support/revisiond\n 0.0 /usr/sbin/KernelEventAgent\n 1.4 /usr/sbin/bluetoothd\n 0.2 /usr/sbin/notifyd\n 0.0 /usr/libexec/corebrightnessd\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/com.apple.cmio.registerassistantservice\n 34.0 /System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/sbin/cfprefsd\n 1.8 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow\n 0.0 /usr/libexec/runningboardd\n 0.0 /System/Library/CoreServices/coreservicesd\n 0.0 /usr/libexec/trustd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd\n 0.0 /usr/libexec/lsd\n 0.4 /usr/sbin/mDNSResponder\n 0.0 /usr/libexec/apfsd\n 0.0 /usr/sbin/cupsd\n 0.0 /usr/libexec/biometrickitd\n 0.0 /usr/libexec/ApplicationFirewall/socketfilterfw\n 0.0 /usr/libexec/airportd\n 0.0 /usr/libexec/symptomsd\n 0.0 /usr/sbin/mDNSResponderHelper\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/authd.xpc/Contents/MacOS/authd\n 0.0 /usr/libexec/syspolicyd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/SystemStatusServer.framework/Support/systemstatusd\n 0.0 /System/Library/CoreServices/TimeMachine/backupd\n 0.0 /usr/libexec/eligibilityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Resources/backgroundtaskmanagementd\n 0.0 /usr/sbin/WirelessRadioManagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/gamepolicyd\n 0.0 /usr/libexec/com.apple.cmio.videodriverkithostextension.systemextension/Contents/MacOS/com.apple.cmio.videodriverkithostextension\n 0.0 /usr/sbin/appleh13camerad\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/suhelperd\n 0.0 /usr/libexec/searchpartyd\n 0.0 /System/Library/DriverExtensions/com.apple.DriverKit-IOUserDockChannelSerial.dext/com.apple.DriverKit-IOUserDockChannelSerial\n 3.0 /System/Library/DriverExtensions/com.apple.DriverKit-AppleBCMWLAN.dext/com.apple.DriverKit-AppleBCMWLAN\n 0.6 /System/Library/DriverExtensions/com.apple.AppleUserHIDDrivers.dext/com.apple.AppleUserHIDDrivers\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/cron\n 0.0 /usr/sbin/coreaudiod\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/osanalyticshelper\n 0.0 Core Audio Driver (BDByteCastVirtualSoundCard.driver)\n 0.0 Core Audio Driver (BlackHole2ch.driver)\n 0.1 /usr/libexec/clocksyncd\n 1.4 /usr/sbin/BTLEServer\n 0.7 /usr/libexec/wifip2pd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/appleeventsd\n 0.0 /usr/sbin/distnoted\n 0.0 Contents/Library/LaunchServices/app.clashmac.helper\n 0.0 /Library/Application Support/Ava/Reveal/contentng/contentng\n 0.0 /bin/sh\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/PrivilegedHelperTools/io.github.clash-verge-rev.clash-verge-rev.service.bundle/Contents/MacOS/clash-verge-service\n 0.0 /usr/local/corplink/corplink-service\n 0.0 /usr/local/lib/mihari/mihari\n 0.0 /nix/var/nix/profiles/default/bin/nix-daemon\n 0.0 /usr/libexec/cameracaptured\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/UVCAssistant.systemextension/Contents/MacOS/UVCAssistant\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kdc\n 0.2 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /usr/libexec/rosetta/oahd\n 0.0 /usr/libexec/audiomxd\n 0.0 /usr/sbin/distnoted\n 0.1 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds_stores\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/SubmitDiagInfo\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/DriverExtensions/IOUserBluetoothSerialDriver.dext/IOUserBluetoothSerialDriver\n 0.0 /usr/libexec/secd\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd\n 0.0 /System/Library/CoreServices/audioaccessoryd\n 0.0 /usr/sbin/universalaccessd\n 0.0 /usr/libexec/pboard\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/BiomeAgent\n 0.0 /usr/libexec/containermanagerd\n 0.0 /usr/libexec/lsd\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/libexec/nsurlsessiond\n 0.1 /usr/libexec/rapportd\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/ContextStoreAgent\n 0.0 /usr/sbin/usernoted\n 0.0 /System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Support/BackgroundTaskManagementAgent.app/Contents/MacOS/BackgroundTaskManagementAgent\n 0.0 /System/Library/PrivateFrameworks/SystemMigrationNetwork.framework/Resources/migrationhelper\n 0.0 /usr/libexec/trustd\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd\n 0.0 /System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/Contents/MacOS/identityservicesd\n 0.0 /usr/libexec/ContinuityCaptureAgent\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/imagent\n 0.1 /usr/libexec/sharingd\n 0.0 /System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed\n 0.0 /usr/sbin/filecoordinationd\n 0.0 /System/Library/CoreServices/sharedfilelistd\n 0.0 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/Support/akd\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CMFSyncAgent\n 0.0 /System/Library/PrivateFrameworks/PassKitCore.framework/passd\n 0.0 /System/Library/PrivateFrameworks/CoreSymbolication.framework/coresymbolicationd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/nearbyd\n 0.0 /System/Library/CoreServices/AccessibilityUIServer.app/Contents/MacOS/AccessibilityUIServer\n 0.0 /System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod\n 0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/corespotlightd\n 0.0 /usr/libexec/duetexpertd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/distnoted\n 0.1 /System/Library/CoreServices/ControlCenter.app/Contents/MacOS/ControlCenter\n 0.0 /usr/libexec/wifivelocityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/talagentd\n 14.5 /System/Library/CoreServices/WindowManager.app/Contents/MacOS/WindowManager\n 0.0 /System/Library/CoreServices/WallpaperAgent.app/Contents/MacOS/WallpaperAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent\n 0.0 /usr/libexec/spotlightknowledged.updater\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/fontworker\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdbulkimport\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/CoreServices/NotificationCenter.app/Contents/MacOS/NotificationCenter\n 0.1 /System/Library/CoreServices/MenuBarAgent.app/Contents/MacOS/MenuBarAgent\n 0.0 /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoteagent\n 0.0 /System/Library/PrivateFrameworks/UserActivity.framework/Agents/useractivityd\n 0.0 /usr/libexec/avconferenced\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd\n 0.0 /System/Library/PrivateFrameworks/OnDeviceStorage.framework/Support/amsondevicestoraged\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /usr/libexec/routined\n 0.0 /usr/libexec/modelmanagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/fontd\n 0.0 /System/Library/CoreServices/diagnostics_agent\n 0.0 /System/Library/CoreServices/CrashReporterSupportHelper\n 0.0 /System/Library/ExtensionKit/Extensions/NeptuneOneWallpaper.appex/Contents/MacOS/NeptuneOneWallpaper\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperAerialsExtension.appex/Contents/MacOS/WallpaperAerialsExtension\n 0.0 /System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/fairplayd\n 0.1 /Applications/Slack.app/Contents/MacOS/Slack\n 43.8 /Applications/Ghostty.app/Contents/MacOS/ghostty\n 1.8 /Applications/WeChat.app/Contents/MacOS/WeChat\n 0.0 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock\n 0.0 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer\n 0.0 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder\n 0.0 /System/Library/Frameworks/QuickLookUI.framework/Versions/A/XPCServices/QuickLookUIService.xpc/Contents/MacOS/QuickLookUIService\n 0.0 automountd\n 0.0 /System/Library/PrivateFrameworks/AMPDevices.framework/Versions/A/Support/AMPDeviceDiscoveryAgent\n 0.0 /Library/Input Methods/WeType.app/Contents/PlugIns/WeTypeFinderSync.appex/Contents/MacOS/WeTypeFinderSync\n 0.0 /System/Applications/Siri AI.app/Contents/MacOS/Siri AI\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkahp.bundle/Contents/MacOS/ctkahp\n 0.0 /System/Library/Frameworks/InputMethodKit.framework/Resources/imklaunchagent\n 0.0 /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/XPCServices/CursorUIViewService.xpc/Contents/MacOS/CursorUIViewService\n 0.0 /System/Library/PrivateFrameworks/AgentSessionKitRuntime.framework/Versions/A/agentstored\n 0.0 /Applications/WeChat.app/Contents/Frameworks/crashpad_handler\n 0.0 /System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/Contents/Extensions/SafariWidgetExtension.appex/Contents/MacOS/SafariWidgetExtension\n 0.0 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer\n 0.0 /System/Applications/Clock.app/Contents/PlugIns/WorldClockWidget.appex/Contents/MacOS/WorldClockWidget\n 0.0 /System/Applications/Weather.app/Contents/PlugIns/WeatherWidget.appex/Contents/MacOS/WeatherWidget\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeEnergyWidgetsExtension.appex/Contents/MacOS/HomeEnergyWidgetsExtension\n 0.0 /System/Applications/Stocks.app/Contents/PlugIns/StocksWidget.appex/Contents/MacOS/StocksWidget\n 0.0 /Applications/Slack.app/Contents/Frameworks/Electron Framework.framework/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper (Renderer).app/Contents/MacOS/Slack Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/MacOS/WeChatAppEx\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (GPU).app/Contents/MacOS/WeChatAppEx Helper (GPU)\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperLegacyExtension.appex/Contents/MacOS/WallpaperLegacyExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperDynamicExtension.appex/Contents/MacOS/WallpaperDynamicExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperImageExtension.appex/Contents/MacOS/WallpaperImageExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperMacintoshExtension.appex/Contents/MacOS/WallpaperMacintoshExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSonomaExtension.appex/Contents/MacOS/WallpaperSonomaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSequoiaExtension.appex/Contents/MacOS/WallpaperSequoiaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperGradientExtension.appex/Contents/MacOS/WallpaperGradientExtension\n 0.0 /Applications/CorpLink.app/Contents/Frameworks/CorplinkNe.app/Contents/MacOS/CorplinkNe\n 0.0 /System/Library/Image Capture/Support/icdd\n 0.0 /opt/homebrew/opt/postgresql@14/bin/postgres\n 0.0 /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent\n 0.0 /System/Library/CoreServices/TextInputMenuAgent.app/Contents/MacOS/TextInputMenuAgent\n 7.1 /Applications/ClashMac.app/Contents/MacOS/ClashMac\n 0.0 /Applications/Shottr.app/Contents/MacOS/Shottr\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/bin/simdiskimaged\n 5.2 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Applications/Calendar.app/Contents/PlugIns/CalendarWidgetExtension.appex/Contents/MacOS/CalendarWidgetExtension\n 0.0 /System/Library/CoreServices/Batteries.app/Contents/PlugIns/BatteriesAvocadoWidgetExtension.appex/Contents/MacOS/BatteriesAvocadoWidgetExtension\n 0.0 postgres: checkpointer \n 0.0 postgres: background writer \n 0.0 postgres: walwriter \n 0.0 postgres: autovacuum launcher \n 0.0 postgres: stats collector \n 0.0 postgres: logical replication launcher \n 0.0 /System/Library/CoreServices/diagnosticservicesd\n 0.0 /System/Applications/Podcasts.app/Contents/PlugIns/PodcastsWidget.appex/Contents/MacOS/PodcastsWidget\n 0.0 /System/Library/CoreServices/Screen Time.app/Contents/PlugIns/ScreenTimeWidgetExtension.appex/Contents/MacOS/ScreenTimeWidgetExtension\n 0.0 /System/Applications/Reminders.app/Contents/PlugIns/RemindersWidgetExtension.appex/Contents/MacOS/RemindersWidgetExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetItems.appex/Contents/MacOS/FindMyWidgetItems\n 0.0 /System/Library/CoreServices/PeopleViewService.app/Contents/PlugIns/PeopleWidget_macOSExtension.appex/Contents/MacOS/PeopleWidget_macOSExtension\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetPeople.appex/Contents/MacOS/FindMyWidgetPeople\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgetsSecure.appex/Contents/MacOS/JournalWidgetsSecure\n 0.0 /System/Applications/Tips.app/Contents/PlugIns/TipsWidgetExtension.appex/Contents/MacOS/TipsWidgetExtension\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeWidget.appex/Contents/MacOS/HomeWidget\n 0.0 /System/Applications/Photos.app/Contents/PlugIns/PhotosReliveWidget.appex/Contents/MacOS/PhotosReliveWidget\n 0.0 /System/Applications/Notes.app/Contents/PlugIns/com.apple.Notes.WidgetExtension.appex/Contents/MacOS/com.apple.Notes.WidgetExtension\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgets.appex/Contents/MacOS/JournalWidgets\n 0.0 /System/Applications/System Settings.app/Contents/PlugIns/SettingsImportExtension.appex/Contents/MacOS/SettingsImportExtension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated\n 0.0 /System/Library/ExtensionKit/Extensions/DesktopSettingsIntents.appex/Contents/MacOS/DesktopSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSettingsIntents.appex/Contents/MacOS/WallpaperSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ControlCenterSettingsIntents.appex/Contents/MacOS/ControlCenterSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BluetoothSettingsAppIntentsWidgetExtension.appex/Contents/MacOS/BluetoothSettingsAppIntentsWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/DateTimeIntentsExtension.appex/Contents/MacOS/DateTimeIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/MouseIntentsExtension.appex/Contents/MacOS/MouseIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/TimeMachineSettingsIntents.appex/Contents/MacOS/TimeMachineSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/NotificationsSettingsIntents.appex/Contents/MacOS/NotificationsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/TrackpadIntentsExtension.appex/Contents/MacOS/TrackpadIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/BatterySettingsIntentsExtension.appex/Contents/MacOS/BatterySettingsIntentsExtension\n 0.0 /System/Library/PrivateFrameworks/WeatherDaemon.framework/weatherd\n 0.0 /usr/libexec/spotlightknowledged.importer\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/Contents/MacOS/com.apple.CoreSimulator.CoreSimulatorService\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/SimulatorTrampoline.xpc/Contents/MacOS/SimulatorTrampoline\n 0.0 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/callservicesd\n 0.0 /System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/Keychain Circle Notification\n 0.0 /System/Library/Frameworks/Contacts.framework/Support/contactsd\n 0.0 /System/Library/CoreServices/PowerChime.app/Contents/MacOS/PowerChime\n 0.0 /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServices/com.apple.AmbientDisplayAgent.xpc/Contents/MacOS/com.apple.AmbientDisplayAgent\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/Resources/VDCAssistant\n 0.0 /System/Library/Input Methods/PressAndHold.app/Contents/PlugIns/PAH_Extension.appex/Contents/MacOS/PAH_Extension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/bin/ssh-agent\n 0.0 /System/Library/CoreServices/CoreServicesUIAgent.app/Contents/MacOS/CoreServicesUIAgent\n 0.0 /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/Support/suggestd\n 0.0 /System/Library/PrivateFrameworks/AMPLibrary.framework/Versions/A/Support/AMPArtworkAgent\n 0.0 /System/Library/CoreServices/UserNotificationCenter.app/Contents/MacOS/UserNotificationCenter\n 0.0 /System/Library/Input Methods/SCIM.app/Contents/PlugIns/SCIM_Extension.appex/Contents/MacOS/SCIM_Extension\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdwrite\n 0.0 /System/Library/PrivateFrameworks/HearingCore.framework/heard\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 19.8 /Applications/OrbStack.app/Contents/MacOS/OrbStack\n 44.5 /Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper.app/Contents/MacOS/OrbStack Helper\n 0.0 /usr/libexec/InternetSharing\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.1 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/dhcp6d\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 42.1 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /opt/homebrew/Cellar/python@3.11/3.11.0/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python\n 0.0 ps\n 0.0 /usr/libexec/containermanagerd_system\n 0.0 /usr/libexec/sysmond\n 0.0 /System/Library/SystemConfiguration/EAPOLController.bundle/Contents/Resources/eapolclient\n 0.0 /usr/libexec/aned\n 0.0 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/XPCServices/ANECompilerService.xpc/Contents/MacOS/ANECompilerService\n 0.0 /usr/sbin/netbiosd\n 0.0 /System/Library/PrivateFrameworks/KerberosHelper/Helpers/DiskUnmountWatcher\n 0.0 /usr/libexec/mobileassetd\n 0.0 /usr/libexec/sandboxd\n 0.0 /System/Library/PrivateFrameworks/MobileAssetDaemon.framework/Versions/A/XPCServices/com.apple.MobileAsset.DownloadService.Builtin.xpc/Contents/MacOS/com.apple.MobileAsset.DownloadService.Builtin\n 0.0 /usr/libexec/nsurlsessiond\n 0.0 /System/Library/CoreServices/iconservicesagent\n 0.0 /System/Library/CoreServices/iconservicesd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.7 /System/Library/CoreServices/UniversalControl.app/Contents/MacOS/UniversalControl\n 0.0 /usr/libexec/replayd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted\n 0.0 /usr/libexec/pkd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted_helper\n 0.0 /System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter\n 0.0 /usr/libexec/nehelper\n 0.0 /usr/libexec/usermanagerd\n 0.0 /usr/libexec/neagent\n 0.0 /System/Library/PrivateFrameworks/CoreADI.framework/adid\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/XPCServices/AssetCacheLocatorService.xpc/Contents/MacOS/AssetCacheLocatorService\n 0.0 /System/Library/PrivateFrameworks/CloudTelemetry.framework/Support/cloudtelemetryd\n 0.0 /usr/libexec/ospredictiond\n 0.0 /usr/libexec/AirPlayXPCHelper\n 0.0 /usr/libexec/countryd\n 0.0 /System/Library/CoreServices/Siri.app/Contents/MacOS/Siri\n 0.0 /usr/libexec/secinitd\n 0.0 /System/Library/Frameworks/SystemExtensions.framework/Versions/A/Helpers/sysextd\n 0.0 /usr/libexec/logd_helper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/coreduetd\n 0.0 /usr/libexec/knowledge-agent\n 0.0 /usr/libexec/securityd_system\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistantd\n 0.0 /System/Library/CoreServices/Siri.app/Contents/XPCServices/SiriNCService.xpc/Contents/MacOS/SiriNCService\n 0.0 /usr/libexec/siriknowledged\n 0.0 /System/Library/PrivateFrameworks/ContinuousDialogManagerService.framework/assistant_cdmd\n 0.0 /System/Library/PrivateFrameworks/GenerativeExperiencesRuntime.framework/Versions/A/generativeexperiencesd\n 0.0 /usr/libexec/assetsubscriptiond\n 0.0 /System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/speechmaintenanced\n 0.0 /System/Library/PrivateFrameworks/SiriTTSService.framework/sirittsd\n 0.0 /System/Library/PrivateFrameworks/IntelligenceFlowContextRuntime.framework/Versions/A/intelligencecontextd\n 0.0 /System/Library/PrivateFrameworks/ModelCatalogRuntime.framework/Versions/A/modelcatalogd\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/DeviceConfigurationAgent\n 0.0 /System/Library/PrivateFrameworks/CoreParsec.framework/parsecd\n 0.0 /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/Resources/familycircled\n 0.0 /System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/deviceconfigurationd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/libexec/triald\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServices.framework/Resources/amsaccountsd\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd\n 0.0 /System/Library/PrivateFrameworks/CloudSubscriptionFeatures.framework/FeatureAccessAgent\n 0.0 /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/Support/followupd\n 0.0 /usr/libexec/appleaccountd\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/rtcreportingd\n 0.0 /Library/Apple/System/Library/PrivateFrameworks/RemotePairing.framework/Versions/A/XPCServices/remotepairingd.xpc/Contents/MacOS/remotepairingd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsagent\n 0.0 /usr/libexec/mobileactivationd\n 0.0 /usr/libexec/storagekitd\n 0.0 /System/Library/PrivateFrameworks/CoreCDP.framework/Versions/A/Resources/cdpd\n 0.0 /System/Library/PrivateFrameworks/SessionCore.framework/Support/liveactivitiesd\n 0.0 /usr/libexec/milod\n 0.0 /System/Library/CoreServices/TimeMachine/backupd-helper\n 0.0 /System/Library/PrivateFrameworks/DoNotDisturbServer.framework/Support/donotdisturbd\n 0.0 /System/Library/PrivateFrameworks/AppleCredentialManager.framework/AppleCredentialManagerDaemon\n 0.0 /System/Library/PrivateFrameworks/AppSSO.framework/Support/AppSSODaemon\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreautha.bundle/Contents/MacOS/coreautha\n 0.0 /usr/libexec/findmylocateagent\n 0.0 /System/Library/CoreServices/TextInputSwitcher.app/Contents/MacOS/TextInputSwitcher\n 0.0 /System/Library/PrivateFrameworks/ReplicatorCore.framework/Support/replicatord\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/UsageTracking.framework/Versions/A/UsageTrackingAgent\n 0.0 /System/Library/Frameworks/ManagedSettings.framework/Versions/A/ManagedSettingsAgent\n 0.0 /usr/libexec/nesessionmanager\n 0.0 /usr/libexec/inputanalyticsd\n 0.0 /usr/sbin/spindump\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/PrivateFrameworks/StatusKit.framework/StatusKitAgent\n 0.0 /usr/libexec/peakpowermanagerd\n 0.0 /System/Applications/Calendar.app/Contents/MacOS/Calendar\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Contents/MacOS/com.apple.dock.extra\n 0.0 /System/Library/PrivateFrameworks/MapsSync.framework/mapssyncd\n 0.0 /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/XPCServices/PerfPowerTelemetryClientRegistrationService.xpc/Contents/MacOS/PerfPowerTelemetryClientRegistrationService\n 0.0 /usr/libexec/powerexperienced\n 0.0 /usr/libexec/PowerUIAgent\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysis.framework/Versions/A/mediaanalysisd\n 0.0 /System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd\n 0.0 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/Support/photolibraryd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/CoreServices/ScopedBookmarkAgent\n 0.0 /System/Library/PrivateFrameworks/CommunicationTrust.framework/Support/communicationtrustd\n 0.0 /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Versions/A/Support/photoanalysisd\n 0.0 /System/Cryptexes/App/usr/libexec/AuthenticationServicesAgent\n 0.0 cloudphotod\n 0.0 /System/Library/ExtensionKit/Extensions/GenerativeExperiencesSafetyInferenceProvider.appex/Contents/MacOS/GenerativeExperiencesSafetyInferenceProvider\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/aneuserd\n 0.0 /usr/libexec/mlhostd\n 0.0 /usr/libexec/searchpartyuseragent\n 0.0 /System/Library/PrivateFrameworks/ContactsDonation.framework/Versions/A/Support/contactsdonationagent\n 0.0 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/com.apple.Safari.SafeBrowsing.Service\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 0.0 /usr/libexec/keychainsharingmessagingd\n 0.0 /usr/libexec/findmybeaconingd\n 0.0 /usr/libexec/symptomsd-diag\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /usr/libexec/textunderstandingd\n 0.0 /usr/libexec/fskitd\n 0.0 /usr/libexec/findmydevice-user-agent\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Support/softwareupdated\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Versions/A/XPCServices/com.apple.MobileSoftwareUpdate.CleanupPreparePathService.xpc/Contents/MacOS/com.apple.MobileSoftwareUpdate.CleanupPreparePathService\n 0.0 /usr/libexec/findmydeviced\n 0.0 /usr/libexec/triald_system\n 0.0 /usr/libexec/AssetCache/AssetCache\n 0.0 /System/Library/Frameworks/QuickLookThumbnailing.framework/Support/com.apple.quicklook.ThumbnailsAgent\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/geodMachServiceBridge\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServicesExtensions.framework/XPCServices/AssetCacheTetheratorService.xpc/Contents/MacOS/AssetCacheTetheratorService\n 0.0 /System/Library/PrivateFrameworks/TrialServer.framework/Versions/A/XPCServices/TrialArchivingService.xpc/Contents/MacOS/TrialArchivingService\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveCore.framework/Versions/A/Support/bird\n 0.0 /System/Library/PrivateFrameworks/ShazamEvents.framework/shazameventsd\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveService.framework/XPCServices/ContainerMetadataExtractor.xpc/Contents/MacOS/ContainerMetadataExtractor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/AppPredictionFoundation.framework/Versions/A/XPCServices/AppPredictionIntentsHelperService.xpc/Contents/MacOS/AppPredictionIntentsHelperService\n 0.0 /usr/libexec/seputil\n 0.0 /usr/libexec/online-auth-agent\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/Versions/A/intelligenceplatformd\n 0.0 /usr/libexec/hidd\n 0.0 /usr/libexec/wifianalyticsd\n 0.0 /usr/libexec/amfid\n 0.0 /usr/libexec/powerdatad\n 0.0 /usr/libexec/seserviced\n 0.0 /usr/libexec/nfcd\n 0.0 /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/Support/recentsd\n 0.0 /System/Library/PrivateFrameworks/NearFieldPrivateServices.framework/Versions/A/XPCServices/NFStorageServer.xpc/Contents/MacOS/NFStorageServer\n 0.0 /usr/libexec/bluetoothuserd\n 0.0 /System/Applications/Notes.app/Contents/MacOS/Notes\n 0.0 /System/Library/Frameworks/ManagedAppDistribution.framework/Support/managedappdistributiond\n 0.0 /System/Library/PrivateFrameworks/InstallCoordination.framework/Support/installcoordinationd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/colorsync.displayservices\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/ExtensionKit/Extensions/ImageThumbnailExtension.appex/Contents/MacOS/ImageThumbnailExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/Frameworks/ColorSync.framework/Versions/A/XPCServices/com.apple.ColorSyncXPCAgent.xpc/Contents/MacOS/com.apple.ColorSyncXPCAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/colorsyncd\n 0.0 /System/Library/CryptoTokenKit/com.apple.ifdreader.slotd/Contents/MacOS/com.apple.ifdreader\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AXAssetLoader.framework/Support/axassetsd\n 0.0 /System/Library/PrivateFrameworks/EmailDaemon.framework/Versions/A/maild\n 0.0 /usr/libexec/dmd\n 0.0 /System/Library/PrivateFrameworks/Categories.framework/Versions/A/XPCServices/CategoriesService.xpc/Contents/MacOS/CategoriesService\n 0.0 /System/Library/CoreServices/CoreLocationAgent.app/Contents/MacOS/CoreLocationAgent\n 0.0 /System/Library/PrivateFrameworks/VoiceShortcuts.framework/Versions/A/Support/siriactionsd\n 0.0 /System/Library/PrivateFrameworks/WorkflowKit.framework/XPCServices/ShortcutsViewService.xpc/Contents/MacOS/ShortcutsViewService\n 0.0 /System/Library/PrivateFrameworks/MobileTimer.framework/Executables/mobiletimerd\n 0.0 /System/Library/CoreServices/pbs\n 0.0 /usr/libexec/naturallanguaged\n 0.0 /System/Library/PrivateFrameworks/SiriAnalytics.framework/Versions/A/XPCServices/SAExtensionOrchestrator.xpc/Contents/MacOS/SAExtensionOrchestrator\n 0.0 /System/Library/ExtensionKit/Extensions/GMSSELFIngestor.appex/Contents/MacOS/GMSSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTelemetrySELFIngestor.appex/Contents/MacOS/IFTelemetrySELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/BiomeSELFIngestor.appex/Contents/MacOS/BiomeSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/AppleIntelligenceReportingSELFIngestor.appex/Contents/MacOS/AppleIntelligenceReportingSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTranscriptSELFIngestor.appex/Contents/MacOS/IFTranscriptSELFIngestor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Longbridge Nightly.app/Contents/MacOS/longbridge\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XProtectBridgeService.xpc/Contents/MacOS/XProtectBridgeService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/warmd_agent\n 0.0 /usr/libexec/warmd\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /usr/libexec/mmaintenanced\n 0.0 /System/Library/PrivateFrameworks/IMDPersistence.framework/XPCServices/IMDPersistenceAgent.xpc/Contents/MacOS/IMDPersistenceAgent\n 0.0 /usr/libexec/MTLAssetUpgraderD\n 0.0 /usr/libexec/swcd\n 0.0 /System/Library/Frameworks/MediaExtension.framework/Versions/A/Helpers/MENotificationAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CloudDocs.framework/PlugIns/com.apple.CloudDocs.iCloudDriveFileProvider.appex/Contents/MacOS/com.apple.CloudDocs.iCloudDriveFileProvider\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysisAccess.framework/Versions/A/XPCServices/mediaanalysisd-access.xpc/Contents/MacOS/mediaanalysisd-access\n 0.0 /System/Library/PrivateFrameworks/JetCore.framework/Support/jetpackassetd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/PrivateFrameworks/Synapse.framework/Support/contentlinkingd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/Frameworks/wxplayer\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /usr/libexec/remindd\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeCore.framework/Versions/A/ScreenTimeAgent\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeSettingsFoundation.framework/Versions/A/ScreenTimeSettingsAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistant_service\n 0.0 /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/PlugIns/ShareSheetUI.appex/Contents/MacOS/ShareSheetUI\n 0.0 /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/PlugIns/AirDrop.appex/Contents/MacOS/AirDrop\n 0.0 /usr/libexec/SidecarRelay\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Applications/Mail.app/Contents/PlugIns/com.apple.mail.SpotlightIndexExtension.appex/Contents/MacOS/com.apple.mail.SpotlightIndexExtension\n 0.0 /System/iOSSupport/System/Library/PrivateFrameworks/HomeEnergyDaemon.framework/Support/homeenergyd\n 0.0 /System/Library/CoreServices/ReportSystemMemory\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 1.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/audioanalyticsd\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/DiskImages.framework/Resources/hdiejectd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/linkd\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 1.6 /Users/jason/Library/Application Support/ClashMac/core/current\n 0.0 \n 0.0 \n 0.0 \n 0.0 /System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd\n 0.0 /opt/homebrew/bin/sccache\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/PerfPowerServices\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/DockHelper.xpc/Contents/MacOS/DockHelper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/Versions/A/XPCServices/IntelligencePlatformComputeService.xpc/Contents/MacOS/IntelligencePlatformComputeService\n 0.0 /System/Library/Frameworks/GroupActivities.framework/Versions/A/XPCServices/GroupSessionService.xpc/Contents/MacOS/GroupSessionService\n 0.0 /usr/libexec/keybagd\n 0.0 /Applications/Mado.app/Contents/MacOS/Mado\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.GPU.xpc/Contents/MacOS/com.apple.WebKit.GPU\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.Networking.xpc/Contents/MacOS/com.apple.WebKit.Networking\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/XPCServices/csnameddatad.xpc/Contents/MacOS/csnameddatad\n 0.4 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.2 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XprotectService.xpc/Contents/MacOS/XprotectService\n 0.0 /usr/libexec/taskgated\n 0.0 /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Resources/universalAccessAuthWarn.app/Contents/MacOS/universalAccessAuthWarn\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/tailspind\n 0.9 /System/Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/com.apple.CodeSigningHelper.xpc/Contents/MacOS/com.apple.CodeSigningHelper\n 0.8 Contents/Library/LoginItems/OpenLogi Agent.app/Contents/MacOS/openlogi-agent\n 0.0 /Applications/OpenLogi.app/Contents/Library/LoginItems/OpenLogi Overlay.app/Contents/MacOS/openlogi-overlay\n 0.0 /usr/libexec/spindump_agent\n 0.0 /usr/libexec/assessmentagent\n 0.0 /usr/libexec/feedbackd\n 0.0 /usr/libexec/gamecontrollerd\n 0.0 /usr/libexec/gamecontrolleragentd\n 0.0 /usr/libexec/cryptexd\n 0.0 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/commerce\n 0.0 /usr/libexec/diskimagesiod\n 0.0 /usr/libexec/GamePolicyAgent\n 0.0 /System/Library/PrivateFrameworks/People.framework/peopled\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 4.5 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 17.8 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.7 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /usr/sbin/systemsoundserverd\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/AudioComponentRegistrar\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /usr/sbin/BTLEServerAgent\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager\n 0.0 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/TrustedPeersHelper.xpc/Contents/MacOS/TrustedPeersHelper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/CoreServices/Setup Assistant.app/Contents/Resources/mbuseragent\n 0.0 /Users/jason/Applications/Chrome Apps.localized/Gmail.app/Contents/MacOS/app_mode_loader\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AccessibilitySupport.framework/Versions/A/Resources/AccessibilityVisualsAgent.app/Contents/MacOS/AccessibilityVisualsAgent\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Squirrel.framework/Resources/ShipIt\n 0.0 /System/Library/PrivateFrameworks/PrivateCloudCompute.framework/privatecloudcomputed.app/Contents/MacOS/privatecloudcomputed\n 0.0 /System/Library/PrivateFrameworks/SuggestedImage.framework/Support/imageplaygroundd\n 0.0 /usr/libexec/filevaultd\n 0.0 /usr/libexec/proactived\n 0.0 /usr/libexec/networkserviceproxy\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/system_installd\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/installd\n 0.0 /System/Library/ExtensionKit/Extensions/ClassroomDeviceExpert.appex/Contents/MacOS/ClassroomDeviceExpert\n 0.0 /System/Library/ExtensionKit/Extensions/FamilyIntents.appex/Contents/MacOS/FamilyIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PlaceholderSettingsSearchTermsIntents.appex/Contents/MacOS/PlaceholderSettingsSearchTermsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/AccountsUISettingsAppIntents.appex/Contents/MacOS/AccountsUISettingsAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/VpnSettingsIntents.appex/Contents/MacOS/VpnSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PrefPaneSearchIntent.appex/Contents/MacOS/PrefPaneSearchIntent\n 0.0 /System/Library/ExtensionKit/Extensions/InternationalSettingsExtension.appex/Contents/MacOS/InternationalSettingsExtension\n 0.0 /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/XPCServices/LookupViewService.xpc/Contents/MacOS/LookupViewService\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.3 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.4 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 node\n 6.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 1.5 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 target/debug/examples/gallery\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 1.5 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 1.1 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n", + "host_cpu_end": " %CPU COMM\n 12.0 /sbin/launchd\n 0.0 /System/Library/ExtensionKit/Extensions/StartupDiskWidgetExtension.appex/Contents/MacOS/StartupDiskWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameCenterSettingsSearchExtension.appex/Contents/MacOS/GameCenterSettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/PasswordSettingsAppIntentsExtension.appex/Contents/MacOS/PasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AccessibilitySettingsSearchExtension.appex/Contents/MacOS/AccessibilitySettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AppleAccountIntents_macOS.appex/Contents/MacOS/AppleAccountIntents_macOS\n 0.0 /System/Library/ExtensionKit/Extensions/WiFiMacSettingsIntents.appex/Contents/MacOS/WiFiMacSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/DoNotDisturbAppIntents.appex/Contents/MacOS/DoNotDisturbAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/CDsAndDvDsSettingsIntents.appex/Contents/MacOS/CDsAndDvDsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ScreenTimeAppIntentsExtension.appex/Contents/MacOS/ScreenTimeAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ProfilesSettingsIntents.appex/Contents/MacOS/ProfilesSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/KeyboardSettingsIntents.appex/Contents/MacOS/KeyboardSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BiometricsAndPasswordSettingsAppIntentsExtension.appex/Contents/MacOS/BiometricsAndPasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ClassKitAppIntents.appex/Contents/MacOS/ClassKitAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SpotlightSettingsIntentsExtension.appex/Contents/MacOS/SpotlightSettingsIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameControllerSettingsIntents.appex/Contents/MacOS/GameControllerSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SoftwareUpdateSettingsExtensionIntents.appex/Contents/MacOS/SoftwareUpdateSettingsExtensionIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SiriSetupSettingsIntents.appex/Contents/MacOS/SiriSetupSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/StorageSettingsIntentsExtension.appex/Contents/MacOS/StorageSettingsIntentsExtension\n 0.5 /usr/libexec/logd\n 0.0 /usr/libexec/smd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Support/fseventsd\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/libexec/configd\n 0.0 /System/Library/CoreServices/powerd.bundle/powerd\n 0.0 /usr/libexec/IOMFB_bics_daemon\n 0.0 /usr/libexec/remoted\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd_system\n 0.0 /usr/libexec/watchdogd\n 86.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds\n 0.0 /usr/libexec/kernelmanagerd\n 0.0 /usr/libexec/diskarbitrationd\n 0.0 /usr/sbin/syslogd\n 0.0 /usr/libexec/thermalmonitord\n 8.1 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/contextstored\n 0.0 /usr/libexec/xprotectd\n 0.0 /usr/libexec/opendirectoryd\n 0.0 /System/Library/PrivateFrameworks/ApplePushService.framework/apsd\n 0.0 /System/Library/CoreServices/launchservicesd\n 0.0 /usr/libexec/timed\n 0.0 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/usbmuxd\n 0.0 /usr/sbin/securityd\n 0.0 /usr/libexec/locationd\n 0.0 autofsd\n 0.0 /usr/libexec/dasd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/logind\n 0.0 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Support/revisiond\n 0.0 /usr/sbin/KernelEventAgent\n 0.3 /usr/sbin/bluetoothd\n 0.0 /usr/sbin/notifyd\n 0.0 /usr/libexec/corebrightnessd\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/com.apple.cmio.registerassistantservice\n 23.5 /System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/sbin/cfprefsd\n 0.0 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow\n 0.0 /usr/libexec/runningboardd\n 0.0 /System/Library/CoreServices/coreservicesd\n 0.0 /usr/libexec/trustd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd\n 0.0 /usr/libexec/lsd\n 0.3 /usr/sbin/mDNSResponder\n 0.0 /usr/libexec/apfsd\n 0.0 /usr/sbin/cupsd\n 0.0 /usr/libexec/biometrickitd\n 0.0 /usr/libexec/ApplicationFirewall/socketfilterfw\n 0.7 /usr/libexec/airportd\n 0.1 /usr/libexec/symptomsd\n 0.0 /usr/sbin/mDNSResponderHelper\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/authd.xpc/Contents/MacOS/authd\n 0.0 /usr/libexec/syspolicyd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/SystemStatusServer.framework/Support/systemstatusd\n 0.0 /System/Library/CoreServices/TimeMachine/backupd\n 0.0 /usr/libexec/eligibilityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Resources/backgroundtaskmanagementd\n 0.0 /usr/sbin/WirelessRadioManagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/gamepolicyd\n 0.0 /usr/libexec/com.apple.cmio.videodriverkithostextension.systemextension/Contents/MacOS/com.apple.cmio.videodriverkithostextension\n 0.0 /usr/sbin/appleh13camerad\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/suhelperd\n 0.0 /usr/libexec/searchpartyd\n 0.0 /System/Library/DriverExtensions/com.apple.DriverKit-IOUserDockChannelSerial.dext/com.apple.DriverKit-IOUserDockChannelSerial\n 4.6 /System/Library/DriverExtensions/com.apple.DriverKit-AppleBCMWLAN.dext/com.apple.DriverKit-AppleBCMWLAN\n 0.0 /System/Library/DriverExtensions/com.apple.AppleUserHIDDrivers.dext/com.apple.AppleUserHIDDrivers\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/cron\n 0.0 /usr/sbin/coreaudiod\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/osanalyticshelper\n 0.0 Core Audio Driver (BDByteCastVirtualSoundCard.driver)\n 0.0 Core Audio Driver (BlackHole2ch.driver)\n 0.0 /usr/libexec/clocksyncd\n 0.0 /usr/sbin/BTLEServer\n 0.7 /usr/libexec/wifip2pd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/appleeventsd\n 0.0 /usr/sbin/distnoted\n 0.0 Contents/Library/LaunchServices/app.clashmac.helper\n 0.0 /Library/Application Support/Ava/Reveal/contentng/contentng\n 0.0 /bin/sh\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/PrivilegedHelperTools/io.github.clash-verge-rev.clash-verge-rev.service.bundle/Contents/MacOS/clash-verge-service\n 0.0 /usr/local/corplink/corplink-service\n 0.0 /usr/local/lib/mihari/mihari\n 0.0 /nix/var/nix/profiles/default/bin/nix-daemon\n 0.0 /usr/libexec/cameracaptured\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/UVCAssistant.systemextension/Contents/MacOS/UVCAssistant\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kdc\n 0.1 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /usr/libexec/rosetta/oahd\n 0.0 /usr/libexec/audiomxd\n 0.0 /usr/sbin/distnoted\n 0.0 /Library/Application Support/Ava/Reveal/agent/agent\n 9.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds_stores\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/SubmitDiagInfo\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/DriverExtensions/IOUserBluetoothSerialDriver.dext/IOUserBluetoothSerialDriver\n 0.0 /usr/libexec/secd\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd\n 0.0 /System/Library/CoreServices/audioaccessoryd\n 0.0 /usr/sbin/universalaccessd\n 0.0 /usr/libexec/pboard\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/BiomeAgent\n 0.0 /usr/libexec/containermanagerd\n 0.0 /usr/libexec/lsd\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/libexec/nsurlsessiond\n 0.1 /usr/libexec/rapportd\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/ContextStoreAgent\n 0.0 /usr/sbin/usernoted\n 0.0 /System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Support/BackgroundTaskManagementAgent.app/Contents/MacOS/BackgroundTaskManagementAgent\n 0.0 /System/Library/PrivateFrameworks/SystemMigrationNetwork.framework/Resources/migrationhelper\n 0.0 /usr/libexec/trustd\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd\n 0.0 /System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/Contents/MacOS/identityservicesd\n 0.0 /usr/libexec/ContinuityCaptureAgent\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/imagent\n 0.1 /usr/libexec/sharingd\n 0.0 /System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed\n 0.0 /usr/sbin/filecoordinationd\n 0.0 /System/Library/CoreServices/sharedfilelistd\n 0.0 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/Support/akd\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CMFSyncAgent\n 0.0 /System/Library/PrivateFrameworks/PassKitCore.framework/passd\n 0.0 /System/Library/PrivateFrameworks/CoreSymbolication.framework/coresymbolicationd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/nearbyd\n 0.0 /System/Library/CoreServices/AccessibilityUIServer.app/Contents/MacOS/AccessibilityUIServer\n 0.0 /System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod\n 0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/corespotlightd\n 0.0 /usr/libexec/duetexpertd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/distnoted\n 0.1 /System/Library/CoreServices/ControlCenter.app/Contents/MacOS/ControlCenter\n 0.0 /usr/libexec/wifivelocityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/talagentd\n 16.9 /System/Library/CoreServices/WindowManager.app/Contents/MacOS/WindowManager\n 0.0 /System/Library/CoreServices/WallpaperAgent.app/Contents/MacOS/WallpaperAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent\n 0.0 /usr/libexec/spotlightknowledged.updater\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/fontworker\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdbulkimport\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/CoreServices/NotificationCenter.app/Contents/MacOS/NotificationCenter\n 0.0 /System/Library/CoreServices/MenuBarAgent.app/Contents/MacOS/MenuBarAgent\n 0.0 /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoteagent\n 0.0 /System/Library/PrivateFrameworks/UserActivity.framework/Agents/useractivityd\n 0.0 /usr/libexec/avconferenced\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd\n 0.0 /System/Library/PrivateFrameworks/OnDeviceStorage.framework/Support/amsondevicestoraged\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /usr/libexec/routined\n 0.0 /usr/libexec/modelmanagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/fontd\n 0.0 /System/Library/CoreServices/diagnostics_agent\n 0.0 /System/Library/CoreServices/CrashReporterSupportHelper\n 0.0 /System/Library/ExtensionKit/Extensions/NeptuneOneWallpaper.appex/Contents/MacOS/NeptuneOneWallpaper\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperAerialsExtension.appex/Contents/MacOS/WallpaperAerialsExtension\n 0.0 /System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/fairplayd\n 0.0 /Applications/Slack.app/Contents/MacOS/Slack\n 17.0 /Applications/Ghostty.app/Contents/MacOS/ghostty\n 1.4 /Applications/WeChat.app/Contents/MacOS/WeChat\n 0.0 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock\n 0.0 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer\n 0.0 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder\n 0.0 /System/Library/Frameworks/QuickLookUI.framework/Versions/A/XPCServices/QuickLookUIService.xpc/Contents/MacOS/QuickLookUIService\n 0.0 automountd\n 0.0 /System/Library/PrivateFrameworks/AMPDevices.framework/Versions/A/Support/AMPDeviceDiscoveryAgent\n 0.0 /Library/Input Methods/WeType.app/Contents/PlugIns/WeTypeFinderSync.appex/Contents/MacOS/WeTypeFinderSync\n 0.0 /System/Applications/Siri AI.app/Contents/MacOS/Siri AI\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkahp.bundle/Contents/MacOS/ctkahp\n 0.0 /System/Library/Frameworks/InputMethodKit.framework/Resources/imklaunchagent\n 0.0 /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/XPCServices/CursorUIViewService.xpc/Contents/MacOS/CursorUIViewService\n 0.0 /System/Library/PrivateFrameworks/AgentSessionKitRuntime.framework/Versions/A/agentstored\n 0.0 /Applications/WeChat.app/Contents/Frameworks/crashpad_handler\n 0.0 /System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/Contents/Extensions/SafariWidgetExtension.appex/Contents/MacOS/SafariWidgetExtension\n 0.0 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer\n 0.0 /System/Applications/Clock.app/Contents/PlugIns/WorldClockWidget.appex/Contents/MacOS/WorldClockWidget\n 0.0 /System/Applications/Weather.app/Contents/PlugIns/WeatherWidget.appex/Contents/MacOS/WeatherWidget\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeEnergyWidgetsExtension.appex/Contents/MacOS/HomeEnergyWidgetsExtension\n 0.0 /System/Applications/Stocks.app/Contents/PlugIns/StocksWidget.appex/Contents/MacOS/StocksWidget\n 0.0 /Applications/Slack.app/Contents/Frameworks/Electron Framework.framework/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper (Renderer).app/Contents/MacOS/Slack Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/MacOS/WeChatAppEx\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (GPU).app/Contents/MacOS/WeChatAppEx Helper (GPU)\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperLegacyExtension.appex/Contents/MacOS/WallpaperLegacyExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperDynamicExtension.appex/Contents/MacOS/WallpaperDynamicExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperImageExtension.appex/Contents/MacOS/WallpaperImageExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperMacintoshExtension.appex/Contents/MacOS/WallpaperMacintoshExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSonomaExtension.appex/Contents/MacOS/WallpaperSonomaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSequoiaExtension.appex/Contents/MacOS/WallpaperSequoiaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperGradientExtension.appex/Contents/MacOS/WallpaperGradientExtension\n 0.0 /Applications/CorpLink.app/Contents/Frameworks/CorplinkNe.app/Contents/MacOS/CorplinkNe\n 0.0 /System/Library/Image Capture/Support/icdd\n 0.0 /opt/homebrew/opt/postgresql@14/bin/postgres\n 0.0 /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent\n 0.0 /System/Library/CoreServices/TextInputMenuAgent.app/Contents/MacOS/TextInputMenuAgent\n 1.7 /Applications/ClashMac.app/Contents/MacOS/ClashMac\n 0.0 /Applications/Shottr.app/Contents/MacOS/Shottr\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/bin/simdiskimaged\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Applications/Calendar.app/Contents/PlugIns/CalendarWidgetExtension.appex/Contents/MacOS/CalendarWidgetExtension\n 0.0 /System/Library/CoreServices/Batteries.app/Contents/PlugIns/BatteriesAvocadoWidgetExtension.appex/Contents/MacOS/BatteriesAvocadoWidgetExtension\n 0.0 postgres: checkpointer \n 0.0 postgres: background writer \n 0.0 postgres: walwriter \n 0.0 postgres: autovacuum launcher \n 0.0 postgres: stats collector \n 0.0 postgres: logical replication launcher \n 0.0 /System/Library/CoreServices/diagnosticservicesd\n 0.0 /System/Applications/Podcasts.app/Contents/PlugIns/PodcastsWidget.appex/Contents/MacOS/PodcastsWidget\n 0.0 /System/Library/CoreServices/Screen Time.app/Contents/PlugIns/ScreenTimeWidgetExtension.appex/Contents/MacOS/ScreenTimeWidgetExtension\n 0.0 /System/Applications/Reminders.app/Contents/PlugIns/RemindersWidgetExtension.appex/Contents/MacOS/RemindersWidgetExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetItems.appex/Contents/MacOS/FindMyWidgetItems\n 0.0 /System/Library/CoreServices/PeopleViewService.app/Contents/PlugIns/PeopleWidget_macOSExtension.appex/Contents/MacOS/PeopleWidget_macOSExtension\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetPeople.appex/Contents/MacOS/FindMyWidgetPeople\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgetsSecure.appex/Contents/MacOS/JournalWidgetsSecure\n 0.0 /System/Applications/Tips.app/Contents/PlugIns/TipsWidgetExtension.appex/Contents/MacOS/TipsWidgetExtension\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeWidget.appex/Contents/MacOS/HomeWidget\n 0.0 /System/Applications/Photos.app/Contents/PlugIns/PhotosReliveWidget.appex/Contents/MacOS/PhotosReliveWidget\n 0.0 /System/Applications/Notes.app/Contents/PlugIns/com.apple.Notes.WidgetExtension.appex/Contents/MacOS/com.apple.Notes.WidgetExtension\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgets.appex/Contents/MacOS/JournalWidgets\n 0.0 /System/Applications/System Settings.app/Contents/PlugIns/SettingsImportExtension.appex/Contents/MacOS/SettingsImportExtension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated\n 0.0 /System/Library/ExtensionKit/Extensions/DesktopSettingsIntents.appex/Contents/MacOS/DesktopSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSettingsIntents.appex/Contents/MacOS/WallpaperSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ControlCenterSettingsIntents.appex/Contents/MacOS/ControlCenterSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BluetoothSettingsAppIntentsWidgetExtension.appex/Contents/MacOS/BluetoothSettingsAppIntentsWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/DateTimeIntentsExtension.appex/Contents/MacOS/DateTimeIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/MouseIntentsExtension.appex/Contents/MacOS/MouseIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/TimeMachineSettingsIntents.appex/Contents/MacOS/TimeMachineSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/NotificationsSettingsIntents.appex/Contents/MacOS/NotificationsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/TrackpadIntentsExtension.appex/Contents/MacOS/TrackpadIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/BatterySettingsIntentsExtension.appex/Contents/MacOS/BatterySettingsIntentsExtension\n 0.0 /System/Library/PrivateFrameworks/WeatherDaemon.framework/weatherd\n 0.0 /usr/libexec/spotlightknowledged.importer\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/Contents/MacOS/com.apple.CoreSimulator.CoreSimulatorService\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/SimulatorTrampoline.xpc/Contents/MacOS/SimulatorTrampoline\n 0.0 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/callservicesd\n 0.0 /System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/Keychain Circle Notification\n 0.0 /System/Library/Frameworks/Contacts.framework/Support/contactsd\n 0.0 /System/Library/CoreServices/PowerChime.app/Contents/MacOS/PowerChime\n 0.0 /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServices/com.apple.AmbientDisplayAgent.xpc/Contents/MacOS/com.apple.AmbientDisplayAgent\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/Resources/VDCAssistant\n 0.0 /System/Library/Input Methods/PressAndHold.app/Contents/PlugIns/PAH_Extension.appex/Contents/MacOS/PAH_Extension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/bin/ssh-agent\n 0.0 /System/Library/CoreServices/CoreServicesUIAgent.app/Contents/MacOS/CoreServicesUIAgent\n 0.0 /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/Support/suggestd\n 0.0 /System/Library/PrivateFrameworks/AMPLibrary.framework/Versions/A/Support/AMPArtworkAgent\n 0.0 /System/Library/CoreServices/UserNotificationCenter.app/Contents/MacOS/UserNotificationCenter\n 0.0 /System/Library/Input Methods/SCIM.app/Contents/PlugIns/SCIM_Extension.appex/Contents/MacOS/SCIM_Extension\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdwrite\n 0.0 /System/Library/PrivateFrameworks/HearingCore.framework/heard\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/OrbStack.app/Contents/MacOS/OrbStack\n 5.8 /Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper.app/Contents/MacOS/OrbStack Helper\n 0.0 /usr/libexec/InternetSharing\n 2.9 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 1.3 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/dhcp6d\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 34.7 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.3 /opt/homebrew/Cellar/python@3.11/3.11.0/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 13.6 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 19.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 16.3 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 8.6 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 16.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 9.3 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 6.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 16.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 20.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 ps\n 0.0 /usr/libexec/containermanagerd_system\n 9.1 /usr/libexec/sysmond\n 0.0 /System/Library/SystemConfiguration/EAPOLController.bundle/Contents/Resources/eapolclient\n 0.0 /usr/libexec/aned\n 0.0 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/XPCServices/ANECompilerService.xpc/Contents/MacOS/ANECompilerService\n 0.0 /usr/sbin/netbiosd\n 0.0 /System/Library/PrivateFrameworks/KerberosHelper/Helpers/DiskUnmountWatcher\n 0.0 /usr/libexec/mobileassetd\n 0.0 /usr/libexec/sandboxd\n 0.0 /System/Library/PrivateFrameworks/MobileAssetDaemon.framework/Versions/A/XPCServices/com.apple.MobileAsset.DownloadService.Builtin.xpc/Contents/MacOS/com.apple.MobileAsset.DownloadService.Builtin\n 0.0 /usr/libexec/nsurlsessiond\n 0.0 /System/Library/CoreServices/iconservicesagent\n 0.0 /System/Library/CoreServices/iconservicesd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/CoreServices/UniversalControl.app/Contents/MacOS/UniversalControl\n 0.0 /usr/libexec/replayd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted\n 0.0 /usr/libexec/pkd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted_helper\n 0.0 /System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter\n 0.0 /usr/libexec/nehelper\n 0.0 /usr/libexec/usermanagerd\n 0.0 /usr/libexec/neagent\n 0.0 /System/Library/PrivateFrameworks/CoreADI.framework/adid\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/XPCServices/AssetCacheLocatorService.xpc/Contents/MacOS/AssetCacheLocatorService\n 0.0 /System/Library/PrivateFrameworks/CloudTelemetry.framework/Support/cloudtelemetryd\n 0.0 /usr/libexec/ospredictiond\n 0.0 /usr/libexec/AirPlayXPCHelper\n 0.0 /usr/libexec/countryd\n 0.0 /System/Library/CoreServices/Siri.app/Contents/MacOS/Siri\n 0.0 /usr/libexec/secinitd\n 0.0 /System/Library/Frameworks/SystemExtensions.framework/Versions/A/Helpers/sysextd\n 0.0 /usr/libexec/logd_helper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/coreduetd\n 0.0 /usr/libexec/knowledge-agent\n 0.0 /usr/libexec/securityd_system\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistantd\n 0.0 /System/Library/CoreServices/Siri.app/Contents/XPCServices/SiriNCService.xpc/Contents/MacOS/SiriNCService\n 0.0 /usr/libexec/siriknowledged\n 0.0 /System/Library/PrivateFrameworks/ContinuousDialogManagerService.framework/assistant_cdmd\n 0.0 /System/Library/PrivateFrameworks/GenerativeExperiencesRuntime.framework/Versions/A/generativeexperiencesd\n 0.0 /usr/libexec/assetsubscriptiond\n 0.0 /System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/speechmaintenanced\n 0.0 /System/Library/PrivateFrameworks/SiriTTSService.framework/sirittsd\n 0.0 /System/Library/PrivateFrameworks/IntelligenceFlowContextRuntime.framework/Versions/A/intelligencecontextd\n 0.0 /System/Library/PrivateFrameworks/ModelCatalogRuntime.framework/Versions/A/modelcatalogd\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/DeviceConfigurationAgent\n 0.0 /System/Library/PrivateFrameworks/CoreParsec.framework/parsecd\n 0.0 /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/Resources/familycircled\n 0.0 /System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/deviceconfigurationd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/libexec/triald\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServices.framework/Resources/amsaccountsd\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd\n 0.0 /System/Library/PrivateFrameworks/CloudSubscriptionFeatures.framework/FeatureAccessAgent\n 0.0 /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/Support/followupd\n 0.0 /usr/libexec/appleaccountd\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/rtcreportingd\n 0.0 /Library/Apple/System/Library/PrivateFrameworks/RemotePairing.framework/Versions/A/XPCServices/remotepairingd.xpc/Contents/MacOS/remotepairingd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsagent\n 0.0 /usr/libexec/mobileactivationd\n 0.0 /usr/libexec/storagekitd\n 0.0 /System/Library/PrivateFrameworks/CoreCDP.framework/Versions/A/Resources/cdpd\n 0.0 /System/Library/PrivateFrameworks/SessionCore.framework/Support/liveactivitiesd\n 0.0 /usr/libexec/milod\n 0.0 /System/Library/CoreServices/TimeMachine/backupd-helper\n 0.0 /System/Library/PrivateFrameworks/DoNotDisturbServer.framework/Support/donotdisturbd\n 0.0 /System/Library/PrivateFrameworks/AppleCredentialManager.framework/AppleCredentialManagerDaemon\n 0.0 /System/Library/PrivateFrameworks/AppSSO.framework/Support/AppSSODaemon\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreautha.bundle/Contents/MacOS/coreautha\n 0.0 /usr/libexec/findmylocateagent\n 0.0 /System/Library/CoreServices/TextInputSwitcher.app/Contents/MacOS/TextInputSwitcher\n 0.0 /System/Library/PrivateFrameworks/ReplicatorCore.framework/Support/replicatord\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/UsageTracking.framework/Versions/A/UsageTrackingAgent\n 0.0 /System/Library/Frameworks/ManagedSettings.framework/Versions/A/ManagedSettingsAgent\n 0.0 /usr/libexec/nesessionmanager\n 0.0 /usr/libexec/inputanalyticsd\n 0.0 /usr/sbin/spindump\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/PrivateFrameworks/StatusKit.framework/StatusKitAgent\n 0.0 /usr/libexec/peakpowermanagerd\n 0.0 /System/Applications/Calendar.app/Contents/MacOS/Calendar\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Contents/MacOS/com.apple.dock.extra\n 0.0 /System/Library/PrivateFrameworks/MapsSync.framework/mapssyncd\n 0.0 /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/XPCServices/PerfPowerTelemetryClientRegistrationService.xpc/Contents/MacOS/PerfPowerTelemetryClientRegistrationService\n 0.0 /usr/libexec/powerexperienced\n 0.0 /usr/libexec/PowerUIAgent\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysis.framework/Versions/A/mediaanalysisd\n 0.0 /System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd\n 0.0 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/Support/photolibraryd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/CoreServices/ScopedBookmarkAgent\n 0.0 /System/Library/PrivateFrameworks/CommunicationTrust.framework/Support/communicationtrustd\n 0.0 /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Versions/A/Support/photoanalysisd\n 0.0 /System/Cryptexes/App/usr/libexec/AuthenticationServicesAgent\n 0.0 cloudphotod\n 0.0 /System/Library/ExtensionKit/Extensions/GenerativeExperiencesSafetyInferenceProvider.appex/Contents/MacOS/GenerativeExperiencesSafetyInferenceProvider\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/aneuserd\n 0.0 /usr/libexec/mlhostd\n 0.0 /usr/libexec/searchpartyuseragent\n 0.0 /System/Library/PrivateFrameworks/ContactsDonation.framework/Versions/A/Support/contactsdonationagent\n 0.0 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/com.apple.Safari.SafeBrowsing.Service\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 0.0 /usr/libexec/keychainsharingmessagingd\n 0.0 /usr/libexec/findmybeaconingd\n 0.0 /usr/libexec/symptomsd-diag\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /usr/libexec/textunderstandingd\n 0.0 /usr/libexec/fskitd\n 0.0 /usr/libexec/findmydevice-user-agent\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Support/softwareupdated\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Versions/A/XPCServices/com.apple.MobileSoftwareUpdate.CleanupPreparePathService.xpc/Contents/MacOS/com.apple.MobileSoftwareUpdate.CleanupPreparePathService\n 0.0 /usr/libexec/findmydeviced\n 0.0 /usr/libexec/triald_system\n 0.0 /usr/libexec/AssetCache/AssetCache\n 0.0 /System/Library/Frameworks/QuickLookThumbnailing.framework/Support/com.apple.quicklook.ThumbnailsAgent\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/geodMachServiceBridge\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServicesExtensions.framework/XPCServices/AssetCacheTetheratorService.xpc/Contents/MacOS/AssetCacheTetheratorService\n 0.0 /System/Library/PrivateFrameworks/TrialServer.framework/Versions/A/XPCServices/TrialArchivingService.xpc/Contents/MacOS/TrialArchivingService\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveCore.framework/Versions/A/Support/bird\n 0.0 /System/Library/PrivateFrameworks/ShazamEvents.framework/shazameventsd\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveService.framework/XPCServices/ContainerMetadataExtractor.xpc/Contents/MacOS/ContainerMetadataExtractor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/AppPredictionFoundation.framework/Versions/A/XPCServices/AppPredictionIntentsHelperService.xpc/Contents/MacOS/AppPredictionIntentsHelperService\n 0.0 /usr/libexec/seputil\n 0.0 /usr/libexec/online-auth-agent\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/Versions/A/intelligenceplatformd\n 0.0 /usr/libexec/hidd\n 0.0 /usr/libexec/wifianalyticsd\n 0.0 /usr/libexec/amfid\n 0.0 /usr/libexec/powerdatad\n 0.0 /usr/libexec/seserviced\n 0.0 /usr/libexec/nfcd\n 0.0 /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/Support/recentsd\n 0.0 /System/Library/PrivateFrameworks/NearFieldPrivateServices.framework/Versions/A/XPCServices/NFStorageServer.xpc/Contents/MacOS/NFStorageServer\n 0.0 /usr/libexec/bluetoothuserd\n 0.0 /System/Applications/Notes.app/Contents/MacOS/Notes\n 0.0 /System/Library/Frameworks/ManagedAppDistribution.framework/Support/managedappdistributiond\n 0.0 /System/Library/PrivateFrameworks/InstallCoordination.framework/Support/installcoordinationd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/colorsync.displayservices\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/ExtensionKit/Extensions/ImageThumbnailExtension.appex/Contents/MacOS/ImageThumbnailExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/Frameworks/ColorSync.framework/Versions/A/XPCServices/com.apple.ColorSyncXPCAgent.xpc/Contents/MacOS/com.apple.ColorSyncXPCAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/colorsyncd\n 0.0 /System/Library/CryptoTokenKit/com.apple.ifdreader.slotd/Contents/MacOS/com.apple.ifdreader\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AXAssetLoader.framework/Support/axassetsd\n 0.0 /System/Library/PrivateFrameworks/EmailDaemon.framework/Versions/A/maild\n 0.0 /usr/libexec/dmd\n 0.0 /System/Library/PrivateFrameworks/Categories.framework/Versions/A/XPCServices/CategoriesService.xpc/Contents/MacOS/CategoriesService\n 0.0 /System/Library/CoreServices/CoreLocationAgent.app/Contents/MacOS/CoreLocationAgent\n 0.0 /System/Library/PrivateFrameworks/VoiceShortcuts.framework/Versions/A/Support/siriactionsd\n 0.0 /System/Library/PrivateFrameworks/WorkflowKit.framework/XPCServices/ShortcutsViewService.xpc/Contents/MacOS/ShortcutsViewService\n 0.0 /System/Library/PrivateFrameworks/MobileTimer.framework/Executables/mobiletimerd\n 0.0 /System/Library/CoreServices/pbs\n 0.0 /usr/libexec/naturallanguaged\n 0.0 /System/Library/PrivateFrameworks/SiriAnalytics.framework/Versions/A/XPCServices/SAExtensionOrchestrator.xpc/Contents/MacOS/SAExtensionOrchestrator\n 0.0 /System/Library/ExtensionKit/Extensions/GMSSELFIngestor.appex/Contents/MacOS/GMSSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTelemetrySELFIngestor.appex/Contents/MacOS/IFTelemetrySELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/BiomeSELFIngestor.appex/Contents/MacOS/BiomeSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/AppleIntelligenceReportingSELFIngestor.appex/Contents/MacOS/AppleIntelligenceReportingSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTranscriptSELFIngestor.appex/Contents/MacOS/IFTranscriptSELFIngestor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Longbridge Nightly.app/Contents/MacOS/longbridge\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XProtectBridgeService.xpc/Contents/MacOS/XProtectBridgeService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/warmd_agent\n 0.0 /usr/libexec/warmd\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /usr/libexec/mmaintenanced\n 0.0 /System/Library/PrivateFrameworks/IMDPersistence.framework/XPCServices/IMDPersistenceAgent.xpc/Contents/MacOS/IMDPersistenceAgent\n 0.0 /usr/libexec/MTLAssetUpgraderD\n 0.0 /usr/libexec/swcd\n 0.0 /System/Library/Frameworks/MediaExtension.framework/Versions/A/Helpers/MENotificationAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CloudDocs.framework/PlugIns/com.apple.CloudDocs.iCloudDriveFileProvider.appex/Contents/MacOS/com.apple.CloudDocs.iCloudDriveFileProvider\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysisAccess.framework/Versions/A/XPCServices/mediaanalysisd-access.xpc/Contents/MacOS/mediaanalysisd-access\n 0.0 /System/Library/PrivateFrameworks/JetCore.framework/Support/jetpackassetd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/PrivateFrameworks/Synapse.framework/Support/contentlinkingd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/Frameworks/wxplayer\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /usr/libexec/remindd\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeCore.framework/Versions/A/ScreenTimeAgent\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeSettingsFoundation.framework/Versions/A/ScreenTimeSettingsAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistant_service\n 0.0 /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/PlugIns/ShareSheetUI.appex/Contents/MacOS/ShareSheetUI\n 0.0 /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/PlugIns/AirDrop.appex/Contents/MacOS/AirDrop\n 0.0 /usr/libexec/SidecarRelay\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Applications/Mail.app/Contents/PlugIns/com.apple.mail.SpotlightIndexExtension.appex/Contents/MacOS/com.apple.mail.SpotlightIndexExtension\n 0.0 /System/iOSSupport/System/Library/PrivateFrameworks/HomeEnergyDaemon.framework/Support/homeenergyd\n 0.0 /System/Library/CoreServices/ReportSystemMemory\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 1.7 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/audioanalyticsd\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/DiskImages.framework/Resources/hdiejectd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/linkd\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 2.3 /Users/jason/Library/Application Support/ClashMac/core/current\n 0.0 \n 0.0 \n 0.0 \n 0.0 /System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd\n 0.0 /opt/homebrew/bin/sccache\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/PerfPowerServices\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/DockHelper.xpc/Contents/MacOS/DockHelper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/Versions/A/XPCServices/IntelligencePlatformComputeService.xpc/Contents/MacOS/IntelligencePlatformComputeService\n 0.0 /System/Library/Frameworks/GroupActivities.framework/Versions/A/XPCServices/GroupSessionService.xpc/Contents/MacOS/GroupSessionService\n 0.0 /usr/libexec/keybagd\n 0.0 /Applications/Mado.app/Contents/MacOS/Mado\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.GPU.xpc/Contents/MacOS/com.apple.WebKit.GPU\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.Networking.xpc/Contents/MacOS/com.apple.WebKit.Networking\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/XPCServices/csnameddatad.xpc/Contents/MacOS/csnameddatad\n 0.0 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.2 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XprotectService.xpc/Contents/MacOS/XprotectService\n 0.0 /usr/libexec/taskgated\n 0.0 /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Resources/universalAccessAuthWarn.app/Contents/MacOS/universalAccessAuthWarn\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/tailspind\n 6.6 /System/Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/com.apple.CodeSigningHelper.xpc/Contents/MacOS/com.apple.CodeSigningHelper\n 0.0 Contents/Library/LoginItems/OpenLogi Agent.app/Contents/MacOS/openlogi-agent\n 0.0 /Applications/OpenLogi.app/Contents/Library/LoginItems/OpenLogi Overlay.app/Contents/MacOS/openlogi-overlay\n 0.0 /usr/libexec/spindump_agent\n 0.0 /usr/libexec/assessmentagent\n 0.0 /usr/libexec/feedbackd\n 0.0 /usr/libexec/gamecontrollerd\n 0.0 /usr/libexec/gamecontrolleragentd\n 0.0 /usr/libexec/cryptexd\n 0.0 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/commerce\n 0.0 /usr/libexec/diskimagesiod\n 0.0 /usr/libexec/GamePolicyAgent\n 0.0 /System/Library/PrivateFrameworks/People.framework/peopled\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 4.4 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 28.8 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.5 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /usr/sbin/systemsoundserverd\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/AudioComponentRegistrar\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /usr/sbin/BTLEServerAgent\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager\n 0.0 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/TrustedPeersHelper.xpc/Contents/MacOS/TrustedPeersHelper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/CoreServices/Setup Assistant.app/Contents/Resources/mbuseragent\n 0.0 /Users/jason/Applications/Chrome Apps.localized/Gmail.app/Contents/MacOS/app_mode_loader\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AccessibilitySupport.framework/Versions/A/Resources/AccessibilityVisualsAgent.app/Contents/MacOS/AccessibilityVisualsAgent\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Squirrel.framework/Resources/ShipIt\n 0.0 /System/Library/PrivateFrameworks/PrivateCloudCompute.framework/privatecloudcomputed.app/Contents/MacOS/privatecloudcomputed\n 0.0 /System/Library/PrivateFrameworks/SuggestedImage.framework/Support/imageplaygroundd\n 0.0 /usr/libexec/filevaultd\n 0.0 /usr/libexec/proactived\n 0.0 /usr/libexec/networkserviceproxy\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/system_installd\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/installd\n 0.0 /System/Library/ExtensionKit/Extensions/ClassroomDeviceExpert.appex/Contents/MacOS/ClassroomDeviceExpert\n 0.0 /System/Library/ExtensionKit/Extensions/FamilyIntents.appex/Contents/MacOS/FamilyIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PlaceholderSettingsSearchTermsIntents.appex/Contents/MacOS/PlaceholderSettingsSearchTermsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/AccountsUISettingsAppIntents.appex/Contents/MacOS/AccountsUISettingsAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/VpnSettingsIntents.appex/Contents/MacOS/VpnSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PrefPaneSearchIntent.appex/Contents/MacOS/PrefPaneSearchIntent\n 0.0 /System/Library/ExtensionKit/Extensions/InternationalSettingsExtension.appex/Contents/MacOS/InternationalSettingsExtension\n 0.0 /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/XPCServices/LookupViewService.xpc/Contents/MacOS/LookupViewService\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.1 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 node\n 0.5 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.3 target/debug/examples/gallery\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.7 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.2 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.6 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n", + "schema": "gpui-profitability-fx-paired-v1", + "baseline_revision": "025473d cold-object-probes candidate", + "warmup_processes": 5, + "measured_processes": 30, + "metric": "snapshot construction and validation, ns", + "binaries": { + "upstream": { + "path": "/tmp/quickjs-market-measurements/upstream-rquickjs-0122", + "sha256": "9d6c7392e6a1e71d274390b2d9656e30c105a209f76363516267d61f19961001" + }, + "baseline_auto": { + "path": "/tmp/quickjs-market-measurements/cold-object-probes", + "sha256": "4a3362fe792059f12a70694f76840346b609c8496fcc6f979bd11421b5890022" + }, + "candidate_auto": { + "path": "/tmp/quickjs-market-measurements/profitability-fx", + "sha256": "79982a15aba78a234d1a40ca836eba0130dac19b88eff70ac35603efc0dcffb3" + }, + "baseline_interpreter": { + "path": "/tmp/quickjs-market-measurements/cold-object-probes", + "sha256": "4a3362fe792059f12a70694f76840346b609c8496fcc6f979bd11421b5890022" + }, + "interpreter": { + "path": "/tmp/quickjs-market-measurements/profitability-fx", + "sha256": "79982a15aba78a234d1a40ca836eba0130dac19b88eff70ac35603efc0dcffb3" + } + }, + "summary": { + "mixed": { + "upstream": { + "steady_state_ns": 176506.5, + "p99_script_render_ns": 259791.5, + "first_window_ns": 5225166.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "baseline_auto": { + "steady_state_ns": 174440.5, + "p99_script_render_ns": 231729.5, + "first_window_ns": 5310666.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 173362, + "max": 174713, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_auto": { + "steady_state_ns": 167873.5, + "p99_script_render_ns": 271500.0, + "first_window_ns": 5586563.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 172275, + "max": 174083, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "baseline_interpreter": { + "steady_state_ns": 197003.5, + "p99_script_render_ns": 348041.5, + "first_window_ns": 5399791.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "interpreter": { + "steady_state_ns": 190461.0, + "p99_script_render_ns": 295896.0, + "first_window_ns": 5338395.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_speed_vs_baseline_auto": { + "paired_median": 1.0442960176809066, + "bootstrap_95_ci": [ + 1.0290940554834385, + 1.0591357600451634 + ] + }, + "candidate_speed_vs_upstream": { + "paired_median": 1.062047379608007, + "bootstrap_95_ci": [ + 1.0450301080573072, + 1.073305297983019 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 1.149848486157827, + "bootstrap_95_ci": [ + 1.1318953915253318, + 1.1641612677224367 + ] + }, + "first_window_ns_speed_vs_upstream": { + "paired_median": 0.9695804324118158, + "bootstrap_95_ci": [ + 0.931968016888951, + 0.9890699062029991 + ] + }, + "first_window_ns_speed_vs_baseline_auto": { + "paired_median": 0.9845243337600752, + "bootstrap_95_ci": [ + 0.955926689870569, + 0.9970639319429183 + ] + }, + "p99_script_render_ns_speed_vs_upstream": { + "paired_median": 0.9155064936710321, + "bootstrap_95_ci": [ + 0.8896520348434973, + 1.105261913226856 + ] + }, + "p99_script_render_ns_speed_vs_baseline_auto": { + "paired_median": 0.9639424814673165, + "bootstrap_95_ci": [ + 0.8283418001002957, + 1.0899573424806506 + ] + } + }, + "compute": { + "upstream": { + "steady_state_ns": 111705.0, + "p99_script_render_ns": 147250.5, + "first_window_ns": 5223687.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "baseline_auto": { + "steady_state_ns": 12892.0, + "p99_script_render_ns": 16250.5, + "first_window_ns": 5238062.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 238, + "max": 268, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_auto": { + "steady_state_ns": 12871.5, + "p99_script_render_ns": 15104.0, + "first_window_ns": 5216166.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 238, + "max": 327, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "baseline_interpreter": { + "steady_state_ns": 132339.0, + "p99_script_render_ns": 175458.5, + "first_window_ns": 5279229.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "interpreter": { + "steady_state_ns": 128588.5, + "p99_script_render_ns": 168375.0, + "first_window_ns": 5249146.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_speed_vs_baseline_auto": { + "paired_median": 1.000035378749841, + "bootstrap_95_ci": [ + 0.987312042698232, + 1.0202638685703926 + ] + }, + "candidate_speed_vs_upstream": { + "paired_median": 8.695470542207346, + "bootstrap_95_ci": [ + 8.5815680829579, + 8.793871474476846 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 10.099563694459821, + "bootstrap_95_ci": [ + 9.893227733623107, + 10.208274395321073 + ] + }, + "first_window_ns_speed_vs_upstream": { + "paired_median": 0.9827546493548693, + "bootstrap_95_ci": [ + 0.9767047388144209, + 0.9998576465538374 + ] + }, + "first_window_ns_speed_vs_baseline_auto": { + "paired_median": 1.0038514679517165, + "bootstrap_95_ci": [ + 0.9889157321001378, + 1.0181921005347827 + ] + }, + "p99_script_render_ns_speed_vs_upstream": { + "paired_median": 9.139049972864964, + "bootstrap_95_ci": [ + 8.174174264685442, + 9.94573475413701 + ] + }, + "p99_script_render_ns_speed_vs_baseline_auto": { + "paired_median": 1.0915449862873206, + "bootstrap_95_ci": [ + 0.9914757520685846, + 1.1439845107784015 + ] + } + }, + "panel": { + "upstream": { + "steady_state_ns": 859606.0, + "p99_script_render_ns": 1151854.0, + "first_window_ns": 5847583.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "baseline_auto": { + "steady_state_ns": 863232.0, + "p99_script_render_ns": 1143791.5, + "first_window_ns": 5896229.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_auto": { + "steady_state_ns": 854699.5, + "p99_script_render_ns": 1112354.0, + "first_window_ns": 5955416.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "baseline_interpreter": { + "steady_state_ns": 868347.5, + "p99_script_render_ns": 1312520.5, + "first_window_ns": 5996354.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "interpreter": { + "steady_state_ns": 857838.5, + "p99_script_render_ns": 1186333.5, + "first_window_ns": 5864208.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_speed_vs_baseline_auto": { + "paired_median": 1.0140996321777331, + "bootstrap_95_ci": [ + 1.00268515103488, + 1.0231390625385206 + ] + }, + "candidate_speed_vs_upstream": { + "paired_median": 1.0105551619478352, + "bootstrap_95_ci": [ + 0.9992034451033662, + 1.0248460138486053 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 0.998870735660565, + "bootstrap_95_ci": [ + 0.98008603028692, + 1.0161656886722663 + ] + }, + "first_window_ns_speed_vs_upstream": { + "paired_median": 0.9738751701811978, + "bootstrap_95_ci": [ + 0.9499924481566022, + 0.9873930390227534 + ] + }, + "first_window_ns_speed_vs_baseline_auto": { + "paired_median": 0.994744341848414, + "bootstrap_95_ci": [ + 0.9731318306292959, + 1.004652681447244 + ] + }, + "p99_script_render_ns_speed_vs_upstream": { + "paired_median": 1.0261893346990785, + "bootstrap_95_ci": [ + 0.929507102195231, + 1.1664689687071443 + ] + }, + "p99_script_render_ns_speed_vs_baseline_auto": { + "paired_median": 1.0390907901016873, + "bootstrap_95_ci": [ + 0.9970933117529931, + 1.112424334154516 + ] + } + } + }, + "candidate_change": "Use FxHashSet for the VM-assigned profitability-demotion FunctionKey membership lookup.", + "verification": { + "compiler_enabled_tests": 176, + "compiler_disabled_unit_tests": 31, + "required_features_tests": 1, + "strict_no_compiler_warnings": "passed", + "clippy": "passed without warnings", + "format": "passed" + }, + "limitations": [ + "Snapshot construction and validation, not FPS.", + "Mixed P99 confidence interval remains broad; no proven tail improvement.", + "First-window speed remains below upstream.", + "Measured binary predates removal of an unused import and the compiler/test cfg on metrics publication; compiler-enabled runtime behavior is unchanged." + ], + "archive_sha256": "58c1bf66475f62bad6e2f6e319b55ebab1f20ab1b689b680ed8a9c4e05e4b5e7" +} diff --git a/benchmarks/results/m3-market-profitability-fx-samples.tar.gz b/benchmarks/results/m3-market-profitability-fx-samples.tar.gz new file mode 100644 index 00000000..fb980878 Binary files /dev/null and b/benchmarks/results/m3-market-profitability-fx-samples.tar.gz differ diff --git a/benchmarks/results/m3-market-startup-phases.json b/benchmarks/results/m3-market-startup-phases.json new file mode 100644 index 00000000..ec32cc87 --- /dev/null +++ b/benchmarks/results/m3-market-startup-phases.json @@ -0,0 +1,511 @@ +{ + "host_cpu_start": " %CPU COMM\n 0.7 /sbin/launchd\n 0.0 /System/Library/ExtensionKit/Extensions/StartupDiskWidgetExtension.appex/Contents/MacOS/StartupDiskWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameCenterSettingsSearchExtension.appex/Contents/MacOS/GameCenterSettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/PasswordSettingsAppIntentsExtension.appex/Contents/MacOS/PasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AccessibilitySettingsSearchExtension.appex/Contents/MacOS/AccessibilitySettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AppleAccountIntents_macOS.appex/Contents/MacOS/AppleAccountIntents_macOS\n 0.0 /System/Library/ExtensionKit/Extensions/WiFiMacSettingsIntents.appex/Contents/MacOS/WiFiMacSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/DoNotDisturbAppIntents.appex/Contents/MacOS/DoNotDisturbAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/CDsAndDvDsSettingsIntents.appex/Contents/MacOS/CDsAndDvDsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ScreenTimeAppIntentsExtension.appex/Contents/MacOS/ScreenTimeAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ProfilesSettingsIntents.appex/Contents/MacOS/ProfilesSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/KeyboardSettingsIntents.appex/Contents/MacOS/KeyboardSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BiometricsAndPasswordSettingsAppIntentsExtension.appex/Contents/MacOS/BiometricsAndPasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ClassKitAppIntents.appex/Contents/MacOS/ClassKitAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SpotlightSettingsIntentsExtension.appex/Contents/MacOS/SpotlightSettingsIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameControllerSettingsIntents.appex/Contents/MacOS/GameControllerSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SoftwareUpdateSettingsExtensionIntents.appex/Contents/MacOS/SoftwareUpdateSettingsExtensionIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SiriSetupSettingsIntents.appex/Contents/MacOS/SiriSetupSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/StorageSettingsIntentsExtension.appex/Contents/MacOS/StorageSettingsIntentsExtension\n 0.6 /usr/libexec/logd\n 0.0 /usr/libexec/smd\n 0.0 /usr/libexec/UserEventAgent\n 0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Support/fseventsd\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/libexec/configd\n 0.0 /System/Library/CoreServices/powerd.bundle/powerd\n 0.0 /usr/libexec/IOMFB_bics_daemon\n 0.0 /usr/libexec/remoted\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd_system\n 0.0 /usr/libexec/watchdogd\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds\n 0.0 /usr/libexec/kernelmanagerd\n 0.0 /usr/libexec/diskarbitrationd\n 0.0 /usr/sbin/syslogd\n 0.0 /usr/libexec/thermalmonitord\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/contextstored\n 0.0 /usr/libexec/xprotectd\n 0.1 /usr/libexec/opendirectoryd\n 0.0 /System/Library/PrivateFrameworks/ApplePushService.framework/apsd\n 0.3 /System/Library/CoreServices/launchservicesd\n 0.0 /usr/libexec/timed\n 0.0 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/usbmuxd\n 0.0 /usr/sbin/securityd\n 0.0 /usr/libexec/locationd\n 0.0 autofsd\n 0.2 /usr/libexec/dasd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/logind\n 0.0 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Support/revisiond\n 0.0 /usr/sbin/KernelEventAgent\n 2.2 /usr/sbin/bluetoothd\n 0.2 /usr/sbin/notifyd\n 0.1 /usr/libexec/corebrightnessd\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/com.apple.cmio.registerassistantservice\n 23.2 /System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/sbin/cfprefsd\n 0.0 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow\n 0.1 /usr/libexec/runningboardd\n 0.0 /System/Library/CoreServices/coreservicesd\n 0.0 /usr/libexec/trustd\n 0.4 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd\n 0.0 /usr/libexec/lsd\n 0.2 /usr/sbin/mDNSResponder\n 0.0 /usr/libexec/apfsd\n 0.0 /usr/sbin/cupsd\n 0.0 /usr/libexec/biometrickitd\n 0.0 /usr/libexec/ApplicationFirewall/socketfilterfw\n 0.0 /usr/libexec/airportd\n 0.1 /usr/libexec/symptomsd\n 0.0 /usr/sbin/mDNSResponderHelper\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/authd.xpc/Contents/MacOS/authd\n 0.0 /usr/libexec/syspolicyd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/SystemStatusServer.framework/Support/systemstatusd\n 0.0 /System/Library/CoreServices/TimeMachine/backupd\n 0.0 /usr/libexec/eligibilityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Resources/backgroundtaskmanagementd\n 0.0 /usr/sbin/WirelessRadioManagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/gamepolicyd\n 0.0 /usr/libexec/com.apple.cmio.videodriverkithostextension.systemextension/Contents/MacOS/com.apple.cmio.videodriverkithostextension\n 0.0 /usr/sbin/appleh13camerad\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/suhelperd\n 0.1 /usr/libexec/searchpartyd\n 0.0 /System/Library/DriverExtensions/com.apple.DriverKit-IOUserDockChannelSerial.dext/com.apple.DriverKit-IOUserDockChannelSerial\n 2.3 /System/Library/DriverExtensions/com.apple.DriverKit-AppleBCMWLAN.dext/com.apple.DriverKit-AppleBCMWLAN\n 0.2 /System/Library/DriverExtensions/com.apple.AppleUserHIDDrivers.dext/com.apple.AppleUserHIDDrivers\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/cron\n 0.0 /usr/sbin/coreaudiod\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/osanalyticshelper\n 0.0 Core Audio Driver (BDByteCastVirtualSoundCard.driver)\n 0.0 Core Audio Driver (BlackHole2ch.driver)\n 0.1 /usr/libexec/clocksyncd\n 0.0 /usr/sbin/BTLEServer\n 1.0 /usr/libexec/wifip2pd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/appleeventsd\n 0.0 /usr/sbin/distnoted\n 0.0 Contents/Library/LaunchServices/app.clashmac.helper\n 0.0 /Library/Application Support/Ava/Reveal/contentng/contentng\n 0.0 /bin/sh\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/PrivilegedHelperTools/io.github.clash-verge-rev.clash-verge-rev.service.bundle/Contents/MacOS/clash-verge-service\n 0.0 /usr/local/corplink/corplink-service\n 0.0 /usr/local/lib/mihari/mihari\n 0.0 /nix/var/nix/profiles/default/bin/nix-daemon\n 0.0 /usr/libexec/cameracaptured\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/UVCAssistant.systemextension/Contents/MacOS/UVCAssistant\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kdc\n 0.2 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /usr/libexec/rosetta/oahd\n 0.0 /usr/libexec/audiomxd\n 0.0 /usr/sbin/distnoted\n 0.1 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds_stores\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/SubmitDiagInfo\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/DriverExtensions/IOUserBluetoothSerialDriver.dext/IOUserBluetoothSerialDriver\n 0.9 /usr/libexec/secd\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd\n 0.0 /System/Library/CoreServices/audioaccessoryd\n 0.0 /usr/sbin/universalaccessd\n 0.0 /usr/libexec/pboard\n 1.2 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/BiomeAgent\n 0.0 /usr/libexec/containermanagerd\n 0.0 /usr/libexec/lsd\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 5.6 /usr/libexec/nsurlsessiond\n 0.7 /usr/libexec/rapportd\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/ContextStoreAgent\n 0.0 /usr/sbin/usernoted\n 0.0 /System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Support/BackgroundTaskManagementAgent.app/Contents/MacOS/BackgroundTaskManagementAgent\n 0.0 /System/Library/PrivateFrameworks/SystemMigrationNetwork.framework/Resources/migrationhelper\n 2.4 /usr/libexec/trustd\n 5.2 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd\n 0.0 /System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/Contents/MacOS/identityservicesd\n 0.0 /usr/libexec/ContinuityCaptureAgent\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/imagent\n 0.9 /usr/libexec/sharingd\n 0.0 /System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed\n 0.0 /usr/sbin/filecoordinationd\n 0.0 /System/Library/CoreServices/sharedfilelistd\n 0.3 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/Support/akd\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CMFSyncAgent\n 0.0 /System/Library/PrivateFrameworks/PassKitCore.framework/passd\n 0.0 /System/Library/PrivateFrameworks/CoreSymbolication.framework/coresymbolicationd\n 0.0 /usr/sbin/distnoted\n 0.4 /usr/libexec/nearbyd\n 0.0 /System/Library/CoreServices/AccessibilityUIServer.app/Contents/MacOS/AccessibilityUIServer\n 0.0 /System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod\n 0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/corespotlightd\n 0.0 /usr/libexec/duetexpertd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/distnoted\n 0.1 /System/Library/CoreServices/ControlCenter.app/Contents/MacOS/ControlCenter\n 0.0 /usr/libexec/wifivelocityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/talagentd\n 18.0 /System/Library/CoreServices/WindowManager.app/Contents/MacOS/WindowManager\n 0.0 /System/Library/CoreServices/WallpaperAgent.app/Contents/MacOS/WallpaperAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent\n 0.0 /usr/libexec/spotlightknowledged.updater\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/fontworker\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdbulkimport\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/CoreServices/NotificationCenter.app/Contents/MacOS/NotificationCenter\n 0.0 /System/Library/CoreServices/MenuBarAgent.app/Contents/MacOS/MenuBarAgent\n 2.4 /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoteagent\n 0.0 /System/Library/PrivateFrameworks/UserActivity.framework/Agents/useractivityd\n 0.0 /usr/libexec/avconferenced\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd\n 0.0 /System/Library/PrivateFrameworks/OnDeviceStorage.framework/Support/amsondevicestoraged\n 0.0 /usr/libexec/routined\n 0.0 /usr/libexec/modelmanagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/fontd\n 0.0 /System/Library/CoreServices/diagnostics_agent\n 0.0 /System/Library/CoreServices/CrashReporterSupportHelper\n 0.0 /System/Library/ExtensionKit/Extensions/NeptuneOneWallpaper.appex/Contents/MacOS/NeptuneOneWallpaper\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperAerialsExtension.appex/Contents/MacOS/WallpaperAerialsExtension\n 0.0 /System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/fairplayd\n 0.0 /Applications/Slack.app/Contents/MacOS/Slack\n 30.2 /Applications/Ghostty.app/Contents/MacOS/ghostty\n 1.4 /Applications/WeChat.app/Contents/MacOS/WeChat\n 0.0 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock\n 0.0 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer\n 0.2 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder\n 0.0 /System/Library/Frameworks/QuickLookUI.framework/Versions/A/XPCServices/QuickLookUIService.xpc/Contents/MacOS/QuickLookUIService\n 0.0 automountd\n 0.0 /System/Library/PrivateFrameworks/AMPDevices.framework/Versions/A/Support/AMPDeviceDiscoveryAgent\n 0.0 /Library/Input Methods/WeType.app/Contents/PlugIns/WeTypeFinderSync.appex/Contents/MacOS/WeTypeFinderSync\n 0.0 /System/Applications/Siri AI.app/Contents/MacOS/Siri AI\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkahp.bundle/Contents/MacOS/ctkahp\n 0.0 /System/Library/Frameworks/InputMethodKit.framework/Resources/imklaunchagent\n 0.0 /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/XPCServices/CursorUIViewService.xpc/Contents/MacOS/CursorUIViewService\n 0.0 /System/Library/PrivateFrameworks/AgentSessionKitRuntime.framework/Versions/A/agentstored\n 0.0 /Applications/WeChat.app/Contents/Frameworks/crashpad_handler\n 0.0 /System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/Contents/Extensions/SafariWidgetExtension.appex/Contents/MacOS/SafariWidgetExtension\n 0.0 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer\n 0.0 /System/Applications/Clock.app/Contents/PlugIns/WorldClockWidget.appex/Contents/MacOS/WorldClockWidget\n 0.0 /System/Applications/Weather.app/Contents/PlugIns/WeatherWidget.appex/Contents/MacOS/WeatherWidget\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeEnergyWidgetsExtension.appex/Contents/MacOS/HomeEnergyWidgetsExtension\n 0.0 /System/Applications/Stocks.app/Contents/PlugIns/StocksWidget.appex/Contents/MacOS/StocksWidget\n 0.0 /Applications/Slack.app/Contents/Frameworks/Electron Framework.framework/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper (Renderer).app/Contents/MacOS/Slack Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/MacOS/WeChatAppEx\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (GPU).app/Contents/MacOS/WeChatAppEx Helper (GPU)\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperLegacyExtension.appex/Contents/MacOS/WallpaperLegacyExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperDynamicExtension.appex/Contents/MacOS/WallpaperDynamicExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperImageExtension.appex/Contents/MacOS/WallpaperImageExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperMacintoshExtension.appex/Contents/MacOS/WallpaperMacintoshExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSonomaExtension.appex/Contents/MacOS/WallpaperSonomaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSequoiaExtension.appex/Contents/MacOS/WallpaperSequoiaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperGradientExtension.appex/Contents/MacOS/WallpaperGradientExtension\n 0.0 /Applications/CorpLink.app/Contents/Frameworks/CorplinkNe.app/Contents/MacOS/CorplinkNe\n 0.0 /System/Library/Image Capture/Support/icdd\n 0.0 /opt/homebrew/opt/postgresql@14/bin/postgres\n 0.0 /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent\n 0.0 /System/Library/CoreServices/TextInputMenuAgent.app/Contents/MacOS/TextInputMenuAgent\n 0.8 /Applications/ClashMac.app/Contents/MacOS/ClashMac\n 0.0 /Applications/Shottr.app/Contents/MacOS/Shottr\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/bin/simdiskimaged\n 0.0 /System/Applications/Calendar.app/Contents/PlugIns/CalendarWidgetExtension.appex/Contents/MacOS/CalendarWidgetExtension\n 0.0 /System/Library/CoreServices/Batteries.app/Contents/PlugIns/BatteriesAvocadoWidgetExtension.appex/Contents/MacOS/BatteriesAvocadoWidgetExtension\n 0.0 postgres: checkpointer \n 0.0 postgres: background writer \n 0.0 postgres: walwriter \n 0.0 postgres: autovacuum launcher \n 0.0 postgres: stats collector \n 0.0 postgres: logical replication launcher \n 0.0 /System/Library/CoreServices/diagnosticservicesd\n 0.0 /System/Applications/Podcasts.app/Contents/PlugIns/PodcastsWidget.appex/Contents/MacOS/PodcastsWidget\n 0.0 /System/Library/CoreServices/Screen Time.app/Contents/PlugIns/ScreenTimeWidgetExtension.appex/Contents/MacOS/ScreenTimeWidgetExtension\n 0.0 /System/Applications/Reminders.app/Contents/PlugIns/RemindersWidgetExtension.appex/Contents/MacOS/RemindersWidgetExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetItems.appex/Contents/MacOS/FindMyWidgetItems\n 0.0 /System/Library/CoreServices/PeopleViewService.app/Contents/PlugIns/PeopleWidget_macOSExtension.appex/Contents/MacOS/PeopleWidget_macOSExtension\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetPeople.appex/Contents/MacOS/FindMyWidgetPeople\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgetsSecure.appex/Contents/MacOS/JournalWidgetsSecure\n 0.0 /System/Applications/Tips.app/Contents/PlugIns/TipsWidgetExtension.appex/Contents/MacOS/TipsWidgetExtension\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeWidget.appex/Contents/MacOS/HomeWidget\n 0.0 /System/Applications/Photos.app/Contents/PlugIns/PhotosReliveWidget.appex/Contents/MacOS/PhotosReliveWidget\n 0.0 /System/Applications/Notes.app/Contents/PlugIns/com.apple.Notes.WidgetExtension.appex/Contents/MacOS/com.apple.Notes.WidgetExtension\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgets.appex/Contents/MacOS/JournalWidgets\n 0.0 /System/Applications/System Settings.app/Contents/PlugIns/SettingsImportExtension.appex/Contents/MacOS/SettingsImportExtension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated\n 0.0 /System/Library/ExtensionKit/Extensions/DesktopSettingsIntents.appex/Contents/MacOS/DesktopSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSettingsIntents.appex/Contents/MacOS/WallpaperSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ControlCenterSettingsIntents.appex/Contents/MacOS/ControlCenterSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BluetoothSettingsAppIntentsWidgetExtension.appex/Contents/MacOS/BluetoothSettingsAppIntentsWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/DateTimeIntentsExtension.appex/Contents/MacOS/DateTimeIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/MouseIntentsExtension.appex/Contents/MacOS/MouseIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/TimeMachineSettingsIntents.appex/Contents/MacOS/TimeMachineSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/NotificationsSettingsIntents.appex/Contents/MacOS/NotificationsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/TrackpadIntentsExtension.appex/Contents/MacOS/TrackpadIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/BatterySettingsIntentsExtension.appex/Contents/MacOS/BatterySettingsIntentsExtension\n 0.0 /System/Library/PrivateFrameworks/WeatherDaemon.framework/weatherd\n 0.0 /usr/libexec/spotlightknowledged.importer\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/Contents/MacOS/com.apple.CoreSimulator.CoreSimulatorService\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/SimulatorTrampoline.xpc/Contents/MacOS/SimulatorTrampoline\n 0.0 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell\n 0.0 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/callservicesd\n 0.0 /System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/Keychain Circle Notification\n 0.0 /System/Library/Frameworks/Contacts.framework/Support/contactsd\n 0.0 /System/Library/CoreServices/PowerChime.app/Contents/MacOS/PowerChime\n 0.0 /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServices/com.apple.AmbientDisplayAgent.xpc/Contents/MacOS/com.apple.AmbientDisplayAgent\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/Resources/VDCAssistant\n 0.0 /System/Library/Input Methods/PressAndHold.app/Contents/PlugIns/PAH_Extension.appex/Contents/MacOS/PAH_Extension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/bin/ssh-agent\n 0.0 /System/Library/CoreServices/CoreServicesUIAgent.app/Contents/MacOS/CoreServicesUIAgent\n 0.1 /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/Support/suggestd\n 0.0 /System/Library/CoreServices/UserNotificationCenter.app/Contents/MacOS/UserNotificationCenter\n 20.4 /System/Library/Input Methods/SCIM.app/Contents/PlugIns/SCIM_Extension.appex/Contents/MacOS/SCIM_Extension\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdwrite\n 0.0 /System/Library/PrivateFrameworks/HearingCore.framework/heard\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.6 /Applications/OrbStack.app/Contents/MacOS/OrbStack\n 99.0 /Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper.app/Contents/MacOS/OrbStack Helper\n 0.0 /usr/libexec/InternetSharing\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/dhcp6d\n 0.0 /usr/libexec/containermanagerd_system\n 0.1 /usr/libexec/sysmond\n 0.0 /System/Library/SystemConfiguration/EAPOLController.bundle/Contents/Resources/eapolclient\n 0.0 /usr/libexec/aned\n 0.0 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/XPCServices/ANECompilerService.xpc/Contents/MacOS/ANECompilerService\n 0.0 /usr/sbin/netbiosd\n 0.0 /System/Library/PrivateFrameworks/KerberosHelper/Helpers/DiskUnmountWatcher\n 0.0 /usr/libexec/mobileassetd\n 0.0 /usr/libexec/sandboxd\n 0.0 /System/Library/PrivateFrameworks/MobileAssetDaemon.framework/Versions/A/XPCServices/com.apple.MobileAsset.DownloadService.Builtin.xpc/Contents/MacOS/com.apple.MobileAsset.DownloadService.Builtin\n 0.0 /usr/libexec/nsurlsessiond\n 0.0 /System/Library/CoreServices/iconservicesagent\n 0.0 /System/Library/CoreServices/iconservicesd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/CoreServices/UniversalControl.app/Contents/MacOS/UniversalControl\n 0.0 /usr/libexec/replayd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted\n 0.0 /usr/libexec/pkd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted_helper\n 0.0 /System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter\n 0.0 /usr/libexec/nehelper\n 0.0 /usr/libexec/usermanagerd\n 0.0 /usr/libexec/neagent\n 0.4 /System/Library/PrivateFrameworks/CoreADI.framework/adid\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/XPCServices/AssetCacheLocatorService.xpc/Contents/MacOS/AssetCacheLocatorService\n 0.0 /System/Library/PrivateFrameworks/CloudTelemetry.framework/Support/cloudtelemetryd\n 0.0 /usr/libexec/ospredictiond\n 0.0 /usr/libexec/AirPlayXPCHelper\n 0.0 /usr/libexec/countryd\n 0.6 /System/Library/CoreServices/Siri.app/Contents/MacOS/Siri\n 0.0 /usr/libexec/secinitd\n 0.0 /System/Library/Frameworks/SystemExtensions.framework/Versions/A/Helpers/sysextd\n 0.0 /usr/libexec/logd_helper\n 0.5 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.2 /usr/libexec/coreduetd\n 0.0 /usr/libexec/knowledge-agent\n 0.0 /usr/libexec/securityd_system\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistantd\n 0.1 /System/Library/CoreServices/Siri.app/Contents/XPCServices/SiriNCService.xpc/Contents/MacOS/SiriNCService\n 0.0 /usr/libexec/siriknowledged\n 0.0 /System/Library/PrivateFrameworks/ContinuousDialogManagerService.framework/assistant_cdmd\n 0.0 /System/Library/PrivateFrameworks/GenerativeExperiencesRuntime.framework/Versions/A/generativeexperiencesd\n 0.0 /usr/libexec/assetsubscriptiond\n 0.0 /System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/speechmaintenanced\n 0.0 /System/Library/PrivateFrameworks/SiriTTSService.framework/sirittsd\n 0.0 /System/Library/PrivateFrameworks/IntelligenceFlowContextRuntime.framework/Versions/A/intelligencecontextd\n 0.0 /System/Library/PrivateFrameworks/ModelCatalogRuntime.framework/Versions/A/modelcatalogd\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/DeviceConfigurationAgent\n 0.0 /System/Library/PrivateFrameworks/CoreParsec.framework/parsecd\n 0.0 /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/Resources/familycircled\n 0.0 /System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/deviceconfigurationd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/libexec/triald\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServices.framework/Resources/amsaccountsd\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd\n 0.0 /System/Library/PrivateFrameworks/CloudSubscriptionFeatures.framework/FeatureAccessAgent\n 0.0 /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/Support/followupd\n 0.0 /usr/libexec/appleaccountd\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/rtcreportingd\n 0.0 /Library/Apple/System/Library/PrivateFrameworks/RemotePairing.framework/Versions/A/XPCServices/remotepairingd.xpc/Contents/MacOS/remotepairingd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsagent\n 0.0 /usr/libexec/mobileactivationd\n 0.0 /usr/libexec/storagekitd\n 0.0 /System/Library/PrivateFrameworks/CoreCDP.framework/Versions/A/Resources/cdpd\n 0.0 /System/Library/PrivateFrameworks/SessionCore.framework/Support/liveactivitiesd\n 0.0 /usr/libexec/milod\n 0.0 /System/Library/CoreServices/TimeMachine/backupd-helper\n 0.0 /System/Library/PrivateFrameworks/DoNotDisturbServer.framework/Support/donotdisturbd\n 0.0 /System/Library/PrivateFrameworks/AppleCredentialManager.framework/AppleCredentialManagerDaemon\n 0.0 /System/Library/PrivateFrameworks/AppSSO.framework/Support/AppSSODaemon\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreautha.bundle/Contents/MacOS/coreautha\n 0.0 /usr/libexec/findmylocateagent\n 0.0 /System/Library/CoreServices/TextInputSwitcher.app/Contents/MacOS/TextInputSwitcher\n 0.0 /System/Library/PrivateFrameworks/ReplicatorCore.framework/Support/replicatord\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/UsageTracking.framework/Versions/A/UsageTrackingAgent\n 0.0 /System/Library/Frameworks/ManagedSettings.framework/Versions/A/ManagedSettingsAgent\n 0.0 /usr/libexec/nesessionmanager\n 0.0 /usr/libexec/inputanalyticsd\n 0.0 /usr/sbin/spindump\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/PrivateFrameworks/StatusKit.framework/StatusKitAgent\n 0.0 /usr/libexec/peakpowermanagerd\n 0.0 /System/Applications/Calendar.app/Contents/MacOS/Calendar\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Contents/MacOS/com.apple.dock.extra\n 0.0 /System/Library/PrivateFrameworks/MapsSync.framework/mapssyncd\n 0.0 /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/XPCServices/PerfPowerTelemetryClientRegistrationService.xpc/Contents/MacOS/PerfPowerTelemetryClientRegistrationService\n 0.0 /usr/libexec/powerexperienced\n 0.0 /usr/libexec/PowerUIAgent\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysis.framework/Versions/A/mediaanalysisd\n 0.0 /System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd\n 0.0 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/Support/photolibraryd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/CoreServices/ScopedBookmarkAgent\n 0.0 /System/Library/PrivateFrameworks/CommunicationTrust.framework/Support/communicationtrustd\n 0.0 /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Versions/A/Support/photoanalysisd\n 0.0 /System/Cryptexes/App/usr/libexec/AuthenticationServicesAgent\n 0.9 cloudphotod\n 0.0 /System/Library/ExtensionKit/Extensions/GenerativeExperiencesSafetyInferenceProvider.appex/Contents/MacOS/GenerativeExperiencesSafetyInferenceProvider\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/aneuserd\n 0.0 /usr/libexec/mlhostd\n 0.0 /usr/libexec/searchpartyuseragent\n 0.0 /System/Library/PrivateFrameworks/ContactsDonation.framework/Versions/A/Support/contactsdonationagent\n 0.0 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/com.apple.Safari.SafeBrowsing.Service\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 0.0 /usr/libexec/keychainsharingmessagingd\n 0.0 /usr/libexec/findmybeaconingd\n 0.0 /usr/libexec/symptomsd-diag\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /usr/libexec/textunderstandingd\n 0.0 /usr/libexec/fskitd\n 0.0 /usr/libexec/findmydevice-user-agent\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Support/softwareupdated\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Versions/A/XPCServices/com.apple.MobileSoftwareUpdate.CleanupPreparePathService.xpc/Contents/MacOS/com.apple.MobileSoftwareUpdate.CleanupPreparePathService\n 0.0 /usr/libexec/findmydeviced\n 0.0 /usr/libexec/triald_system\n 0.0 /usr/libexec/AssetCache/AssetCache\n 0.0 /System/Library/Frameworks/QuickLookThumbnailing.framework/Support/com.apple.quicklook.ThumbnailsAgent\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/geodMachServiceBridge\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServicesExtensions.framework/XPCServices/AssetCacheTetheratorService.xpc/Contents/MacOS/AssetCacheTetheratorService\n 0.0 /System/Library/PrivateFrameworks/TrialServer.framework/Versions/A/XPCServices/TrialArchivingService.xpc/Contents/MacOS/TrialArchivingService\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveCore.framework/Versions/A/Support/bird\n 0.0 /System/Library/PrivateFrameworks/ShazamEvents.framework/shazameventsd\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveService.framework/XPCServices/ContainerMetadataExtractor.xpc/Contents/MacOS/ContainerMetadataExtractor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/AppPredictionFoundation.framework/Versions/A/XPCServices/AppPredictionIntentsHelperService.xpc/Contents/MacOS/AppPredictionIntentsHelperService\n 0.0 /usr/libexec/seputil\n 0.0 /usr/libexec/online-auth-agent\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/Versions/A/intelligenceplatformd\n 0.0 /usr/libexec/hidd\n 0.0 /usr/libexec/wifianalyticsd\n 0.0 /usr/libexec/amfid\n 0.0 /usr/libexec/powerdatad\n 0.0 /usr/libexec/seserviced\n 0.0 /usr/libexec/nfcd\n 0.0 /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/Support/recentsd\n 0.0 /System/Library/PrivateFrameworks/NearFieldPrivateServices.framework/Versions/A/XPCServices/NFStorageServer.xpc/Contents/MacOS/NFStorageServer\n 0.0 /usr/libexec/bluetoothuserd\n 0.0 /System/Applications/Notes.app/Contents/MacOS/Notes\n 0.0 /System/Library/Frameworks/ManagedAppDistribution.framework/Support/managedappdistributiond\n 0.0 /System/Library/PrivateFrameworks/InstallCoordination.framework/Support/installcoordinationd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/colorsync.displayservices\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/ExtensionKit/Extensions/ImageThumbnailExtension.appex/Contents/MacOS/ImageThumbnailExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/Frameworks/ColorSync.framework/Versions/A/XPCServices/com.apple.ColorSyncXPCAgent.xpc/Contents/MacOS/com.apple.ColorSyncXPCAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/colorsyncd\n 0.0 /System/Library/CryptoTokenKit/com.apple.ifdreader.slotd/Contents/MacOS/com.apple.ifdreader\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AXAssetLoader.framework/Support/axassetsd\n 0.0 /System/Library/PrivateFrameworks/EmailDaemon.framework/Versions/A/maild\n 0.0 /usr/libexec/dmd\n 0.0 /System/Library/PrivateFrameworks/Categories.framework/Versions/A/XPCServices/CategoriesService.xpc/Contents/MacOS/CategoriesService\n 0.0 /System/Library/CoreServices/CoreLocationAgent.app/Contents/MacOS/CoreLocationAgent\n 0.0 /System/Library/PrivateFrameworks/VoiceShortcuts.framework/Versions/A/Support/siriactionsd\n 0.0 /System/Library/PrivateFrameworks/WorkflowKit.framework/XPCServices/ShortcutsViewService.xpc/Contents/MacOS/ShortcutsViewService\n 0.0 /System/Library/PrivateFrameworks/MobileTimer.framework/Executables/mobiletimerd\n 0.0 /System/Library/CoreServices/pbs\n 0.0 /usr/libexec/naturallanguaged\n 0.0 /System/Library/PrivateFrameworks/SiriAnalytics.framework/Versions/A/XPCServices/SAExtensionOrchestrator.xpc/Contents/MacOS/SAExtensionOrchestrator\n 0.0 /System/Library/ExtensionKit/Extensions/GMSSELFIngestor.appex/Contents/MacOS/GMSSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTelemetrySELFIngestor.appex/Contents/MacOS/IFTelemetrySELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/BiomeSELFIngestor.appex/Contents/MacOS/BiomeSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/AppleIntelligenceReportingSELFIngestor.appex/Contents/MacOS/AppleIntelligenceReportingSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTranscriptSELFIngestor.appex/Contents/MacOS/IFTranscriptSELFIngestor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Longbridge Nightly.app/Contents/MacOS/longbridge\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XProtectBridgeService.xpc/Contents/MacOS/XProtectBridgeService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/warmd_agent\n 0.0 /usr/libexec/warmd\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /usr/libexec/mmaintenanced\n 0.0 /System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf\n 0.0 /System/Library/PrivateFrameworks/IMDPersistence.framework/XPCServices/IMDPersistenceAgent.xpc/Contents/MacOS/IMDPersistenceAgent\n 0.0 /usr/libexec/MTLAssetUpgraderD\n 0.0 /usr/libexec/swcd\n 0.0 /System/Library/Frameworks/MediaExtension.framework/Versions/A/Helpers/MENotificationAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CloudDocs.framework/PlugIns/com.apple.CloudDocs.iCloudDriveFileProvider.appex/Contents/MacOS/com.apple.CloudDocs.iCloudDriveFileProvider\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysisAccess.framework/Versions/A/XPCServices/mediaanalysisd-access.xpc/Contents/MacOS/mediaanalysisd-access\n 0.0 /System/Library/PrivateFrameworks/JetCore.framework/Support/jetpackassetd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/PrivateFrameworks/Synapse.framework/Support/contentlinkingd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/Frameworks/wxplayer\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.1 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /usr/libexec/remindd\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeCore.framework/Versions/A/ScreenTimeAgent\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeSettingsFoundation.framework/Versions/A/ScreenTimeSettingsAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistant_service\n 0.0 /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/PlugIns/ShareSheetUI.appex/Contents/MacOS/ShareSheetUI\n 0.0 /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/PlugIns/AirDrop.appex/Contents/MacOS/AirDrop\n 0.0 /usr/libexec/SidecarRelay\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Applications/Mail.app/Contents/PlugIns/com.apple.mail.SpotlightIndexExtension.appex/Contents/MacOS/com.apple.mail.SpotlightIndexExtension\n 0.0 /System/iOSSupport/System/Library/PrivateFrameworks/HomeEnergyDaemon.framework/Support/homeenergyd\n 0.0 /System/Library/CoreServices/ReportSystemMemory\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.1 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 1.5 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/audioanalyticsd\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/DiskImages.framework/Resources/hdiejectd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/linkd\n 0.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 1.0 /Users/jason/Library/Application Support/ClashMac/core/current\n 0.0 \n 0.0 \n 0.0 \n 0.0 /System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd\n 0.0 /opt/homebrew/bin/sccache\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/PerfPowerServices\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/DockHelper.xpc/Contents/MacOS/DockHelper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/Versions/A/XPCServices/IntelligencePlatformComputeService.xpc/Contents/MacOS/IntelligencePlatformComputeService\n 0.0 /System/Library/Frameworks/GroupActivities.framework/Versions/A/XPCServices/GroupSessionService.xpc/Contents/MacOS/GroupSessionService\n 0.0 /usr/libexec/keybagd\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/Library/Application Support/Zed/languages/package-version-server/package-version-server-v0.0.10\n 0.0 /opt/homebrew/bin/node\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /Applications/Mado.app/Contents/MacOS/Mado\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.GPU.xpc/Contents/MacOS/com.apple.WebKit.GPU\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.Networking.xpc/Contents/MacOS/com.apple.WebKit.Networking\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/XPCServices/csnameddatad.xpc/Contents/MacOS/csnameddatad\n 0.0 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.1 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XprotectService.xpc/Contents/MacOS/XprotectService\n 0.0 /usr/libexec/taskgated\n 0.0 /System/Library/PrivateFrameworks/AMPLibrary.framework/Versions/A/Support/AMPArtworkAgent\n 0.0 /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Resources/universalAccessAuthWarn.app/Contents/MacOS/universalAccessAuthWarn\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/tailspind\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.4 /System/Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/com.apple.CodeSigningHelper.xpc/Contents/MacOS/com.apple.CodeSigningHelper\n 0.1 Contents/Library/LoginItems/OpenLogi Agent.app/Contents/MacOS/openlogi-agent\n 0.0 /Applications/OpenLogi.app/Contents/Library/LoginItems/OpenLogi Overlay.app/Contents/MacOS/openlogi-overlay\n 0.0 /usr/libexec/spindump_agent\n 0.0 /usr/libexec/assessmentagent\n 0.0 /usr/libexec/feedbackd\n 0.0 /usr/libexec/gamecontrollerd\n 0.0 /usr/libexec/gamecontrolleragentd\n 0.0 /usr/libexec/cryptexd\n 0.0 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/commerce\n 0.0 /usr/libexec/diskimagesiod\n 0.0 /usr/libexec/GamePolicyAgent\n 0.0 /System/Library/PrivateFrameworks/People.framework/peopled\n 8.6 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 1.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /usr/sbin/systemsoundserverd\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/AudioComponentRegistrar\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /opt/homebrew/Cellar/python@3.11/3.11.0/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python\n 0.0 ps\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /usr/sbin/BTLEServerAgent\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager\n 0.0 /System/Library/CoreServices/Setup Assistant.app/Contents/Resources/mbuseragent\n 0.0 /Users/jason/Applications/Chrome Apps.localized/Gmail.app/Contents/MacOS/app_mode_loader\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AccessibilitySupport.framework/Versions/A/Resources/AccessibilityVisualsAgent.app/Contents/MacOS/AccessibilityVisualsAgent\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Squirrel.framework/Resources/ShipIt\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /opt/homebrew/bin/node\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /usr/libexec/proactived\n 0.0 /usr/libexec/networkserviceproxy\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/system_installd\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/installd\n 0.0 /System/Library/ExtensionKit/Extensions/ClassroomDeviceExpert.appex/Contents/MacOS/ClassroomDeviceExpert\n 0.0 /System/Library/ExtensionKit/Extensions/FamilyIntents.appex/Contents/MacOS/FamilyIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PlaceholderSettingsSearchTermsIntents.appex/Contents/MacOS/PlaceholderSettingsSearchTermsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/AccountsUISettingsAppIntents.appex/Contents/MacOS/AccountsUISettingsAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/VpnSettingsIntents.appex/Contents/MacOS/VpnSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PrefPaneSearchIntent.appex/Contents/MacOS/PrefPaneSearchIntent\n 0.0 /System/Library/ExtensionKit/Extensions/InternationalSettingsExtension.appex/Contents/MacOS/InternationalSettingsExtension\n 0.0 /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/XPCServices/LookupViewService.xpc/Contents/MacOS/LookupViewService\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.1 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 node\n 4.7 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 1.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 target/debug/examples/gallery\n 0.0 node\n 1.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.8 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n", + "host_cpu_end": " %CPU COMM\n 0.4 /sbin/launchd\n 0.0 /System/Library/ExtensionKit/Extensions/StartupDiskWidgetExtension.appex/Contents/MacOS/StartupDiskWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameCenterSettingsSearchExtension.appex/Contents/MacOS/GameCenterSettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/PasswordSettingsAppIntentsExtension.appex/Contents/MacOS/PasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AccessibilitySettingsSearchExtension.appex/Contents/MacOS/AccessibilitySettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AppleAccountIntents_macOS.appex/Contents/MacOS/AppleAccountIntents_macOS\n 0.0 /System/Library/ExtensionKit/Extensions/WiFiMacSettingsIntents.appex/Contents/MacOS/WiFiMacSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/DoNotDisturbAppIntents.appex/Contents/MacOS/DoNotDisturbAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/CDsAndDvDsSettingsIntents.appex/Contents/MacOS/CDsAndDvDsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ScreenTimeAppIntentsExtension.appex/Contents/MacOS/ScreenTimeAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ProfilesSettingsIntents.appex/Contents/MacOS/ProfilesSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/KeyboardSettingsIntents.appex/Contents/MacOS/KeyboardSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BiometricsAndPasswordSettingsAppIntentsExtension.appex/Contents/MacOS/BiometricsAndPasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ClassKitAppIntents.appex/Contents/MacOS/ClassKitAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SpotlightSettingsIntentsExtension.appex/Contents/MacOS/SpotlightSettingsIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameControllerSettingsIntents.appex/Contents/MacOS/GameControllerSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SoftwareUpdateSettingsExtensionIntents.appex/Contents/MacOS/SoftwareUpdateSettingsExtensionIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SiriSetupSettingsIntents.appex/Contents/MacOS/SiriSetupSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/StorageSettingsIntentsExtension.appex/Contents/MacOS/StorageSettingsIntentsExtension\n 0.6 /usr/libexec/logd\n 0.0 /usr/libexec/smd\n 0.0 /usr/libexec/UserEventAgent\n 1.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Support/fseventsd\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/libexec/configd\n 0.0 /System/Library/CoreServices/powerd.bundle/powerd\n 0.0 /usr/libexec/IOMFB_bics_daemon\n 0.0 /usr/libexec/remoted\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd_system\n 0.0 /usr/libexec/watchdogd\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds\n 0.0 /usr/libexec/kernelmanagerd\n 0.0 /usr/libexec/diskarbitrationd\n 0.0 /usr/sbin/syslogd\n 0.0 /usr/libexec/thermalmonitord\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/contextstored\n 0.0 /usr/libexec/xprotectd\n 0.0 /usr/libexec/opendirectoryd\n 0.0 /System/Library/PrivateFrameworks/ApplePushService.framework/apsd\n 0.5 /System/Library/CoreServices/launchservicesd\n 0.0 /usr/libexec/timed\n 0.0 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/usbmuxd\n 0.0 /usr/sbin/securityd\n 0.0 /usr/libexec/locationd\n 0.0 autofsd\n 0.0 /usr/libexec/dasd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/logind\n 0.0 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Support/revisiond\n 0.0 /usr/sbin/KernelEventAgent\n 2.4 /usr/sbin/bluetoothd\n 0.1 /usr/sbin/notifyd\n 0.0 /usr/libexec/corebrightnessd\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/com.apple.cmio.registerassistantservice\n 18.7 /System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/sbin/cfprefsd\n 1.5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow\n 0.0 /usr/libexec/runningboardd\n 0.0 /System/Library/CoreServices/coreservicesd\n 0.0 /usr/libexec/trustd\n 0.1 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd\n 0.0 /usr/libexec/lsd\n 0.2 /usr/sbin/mDNSResponder\n 0.0 /usr/libexec/apfsd\n 0.0 /usr/sbin/cupsd\n 0.0 /usr/libexec/biometrickitd\n 0.0 /usr/libexec/ApplicationFirewall/socketfilterfw\n 0.0 /usr/libexec/airportd\n 0.0 /usr/libexec/symptomsd\n 0.0 /usr/sbin/mDNSResponderHelper\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/authd.xpc/Contents/MacOS/authd\n 0.0 /usr/libexec/syspolicyd\n 0.0 /usr/sbin/distnoted\n 0.1 /System/Library/PrivateFrameworks/SystemStatusServer.framework/Support/systemstatusd\n 0.0 /System/Library/CoreServices/TimeMachine/backupd\n 0.0 /usr/libexec/eligibilityd\n 0.0 /usr/sbin/distnoted\n 0.2 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Resources/backgroundtaskmanagementd\n 0.0 /usr/sbin/WirelessRadioManagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/gamepolicyd\n 0.0 /usr/libexec/com.apple.cmio.videodriverkithostextension.systemextension/Contents/MacOS/com.apple.cmio.videodriverkithostextension\n 0.0 /usr/sbin/appleh13camerad\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/suhelperd\n 0.0 /usr/libexec/searchpartyd\n 0.0 /System/Library/DriverExtensions/com.apple.DriverKit-IOUserDockChannelSerial.dext/com.apple.DriverKit-IOUserDockChannelSerial\n 1.6 /System/Library/DriverExtensions/com.apple.DriverKit-AppleBCMWLAN.dext/com.apple.DriverKit-AppleBCMWLAN\n 0.4 /System/Library/DriverExtensions/com.apple.AppleUserHIDDrivers.dext/com.apple.AppleUserHIDDrivers\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/cron\n 0.0 /usr/sbin/coreaudiod\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/osanalyticshelper\n 0.0 Core Audio Driver (BDByteCastVirtualSoundCard.driver)\n 0.0 Core Audio Driver (BlackHole2ch.driver)\n 0.1 /usr/libexec/clocksyncd\n 1.0 /usr/sbin/BTLEServer\n 1.0 /usr/libexec/wifip2pd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/systemstats\n 1.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/appleeventsd\n 0.0 /usr/sbin/distnoted\n 0.0 Contents/Library/LaunchServices/app.clashmac.helper\n 0.0 /Library/Application Support/Ava/Reveal/contentng/contentng\n 0.0 /bin/sh\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/PrivilegedHelperTools/io.github.clash-verge-rev.clash-verge-rev.service.bundle/Contents/MacOS/clash-verge-service\n 0.0 /usr/local/corplink/corplink-service\n 0.0 /usr/local/lib/mihari/mihari\n 0.0 /nix/var/nix/profiles/default/bin/nix-daemon\n 0.0 /usr/libexec/cameracaptured\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/UVCAssistant.systemextension/Contents/MacOS/UVCAssistant\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kdc\n 0.1 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /usr/libexec/rosetta/oahd\n 0.0 /usr/libexec/audiomxd\n 0.0 /usr/sbin/distnoted\n 0.1 /Library/Application Support/Ava/Reveal/agent/agent\n 0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds_stores\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/SubmitDiagInfo\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/DriverExtensions/IOUserBluetoothSerialDriver.dext/IOUserBluetoothSerialDriver\n 0.0 /usr/libexec/secd\n 1.9 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd\n 0.0 /System/Library/CoreServices/audioaccessoryd\n 0.0 /usr/sbin/universalaccessd\n 1.9 /usr/libexec/pboard\n 4.5 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/BiomeAgent\n 0.0 /usr/libexec/containermanagerd\n 0.0 /usr/libexec/lsd\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/libexec/nsurlsessiond\n 0.7 /usr/libexec/rapportd\n 2.7 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/ContextStoreAgent\n 0.0 /usr/sbin/usernoted\n 0.0 /System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Support/BackgroundTaskManagementAgent.app/Contents/MacOS/BackgroundTaskManagementAgent\n 0.0 /System/Library/PrivateFrameworks/SystemMigrationNetwork.framework/Resources/migrationhelper\n 0.3 /usr/libexec/trustd\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd\n 0.0 /System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/Contents/MacOS/identityservicesd\n 0.0 /usr/libexec/ContinuityCaptureAgent\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/imagent\n 0.9 /usr/libexec/sharingd\n 0.0 /System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed\n 0.0 /usr/sbin/filecoordinationd\n 0.0 /System/Library/CoreServices/sharedfilelistd\n 0.0 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/Support/akd\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CMFSyncAgent\n 0.0 /System/Library/PrivateFrameworks/PassKitCore.framework/passd\n 0.0 /System/Library/PrivateFrameworks/CoreSymbolication.framework/coresymbolicationd\n 0.0 /usr/sbin/distnoted\n 0.6 /usr/libexec/nearbyd\n 0.1 /System/Library/CoreServices/AccessibilityUIServer.app/Contents/MacOS/AccessibilityUIServer\n 0.0 /System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod\n 0.3 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/corespotlightd\n 0.0 /usr/libexec/duetexpertd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/distnoted\n 0.4 /System/Library/CoreServices/ControlCenter.app/Contents/MacOS/ControlCenter\n 0.0 /usr/libexec/wifivelocityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/talagentd\n 16.5 /System/Library/CoreServices/WindowManager.app/Contents/MacOS/WindowManager\n 0.0 /System/Library/CoreServices/WallpaperAgent.app/Contents/MacOS/WallpaperAgent\n 0.0 /usr/sbin/distnoted\n 0.1 /System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent\n 0.0 /usr/libexec/spotlightknowledged.updater\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/fontworker\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdbulkimport\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.1 /System/Library/CoreServices/NotificationCenter.app/Contents/MacOS/NotificationCenter\n 4.3 /System/Library/CoreServices/MenuBarAgent.app/Contents/MacOS/MenuBarAgent\n 0.4 /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoteagent\n 0.0 /System/Library/PrivateFrameworks/UserActivity.framework/Agents/useractivityd\n 0.0 /usr/libexec/avconferenced\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd\n 0.0 /System/Library/PrivateFrameworks/OnDeviceStorage.framework/Support/amsondevicestoraged\n 0.0 /usr/libexec/routined\n 0.0 /usr/libexec/modelmanagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/fontd\n 0.0 /System/Library/CoreServices/diagnostics_agent\n 0.0 /System/Library/CoreServices/CrashReporterSupportHelper\n 0.0 /System/Library/ExtensionKit/Extensions/NeptuneOneWallpaper.appex/Contents/MacOS/NeptuneOneWallpaper\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperAerialsExtension.appex/Contents/MacOS/WallpaperAerialsExtension\n 0.0 /System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/fairplayd\n 0.4 /Applications/Slack.app/Contents/MacOS/Slack\n 29.9 /Applications/Ghostty.app/Contents/MacOS/ghostty\n 1.5 /Applications/WeChat.app/Contents/MacOS/WeChat\n 0.0 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock\n 0.2 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer\n 1.8 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder\n 0.0 /System/Library/Frameworks/QuickLookUI.framework/Versions/A/XPCServices/QuickLookUIService.xpc/Contents/MacOS/QuickLookUIService\n 0.0 automountd\n 0.0 /System/Library/PrivateFrameworks/AMPDevices.framework/Versions/A/Support/AMPDeviceDiscoveryAgent\n 0.0 /Library/Input Methods/WeType.app/Contents/PlugIns/WeTypeFinderSync.appex/Contents/MacOS/WeTypeFinderSync\n 2.8 /System/Applications/Siri AI.app/Contents/MacOS/Siri AI\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkahp.bundle/Contents/MacOS/ctkahp\n 0.0 /System/Library/Frameworks/InputMethodKit.framework/Resources/imklaunchagent\n 7.7 /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/XPCServices/CursorUIViewService.xpc/Contents/MacOS/CursorUIViewService\n 0.0 /System/Library/PrivateFrameworks/AgentSessionKitRuntime.framework/Versions/A/agentstored\n 0.0 /Applications/WeChat.app/Contents/Frameworks/crashpad_handler\n 0.0 /System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/Contents/Extensions/SafariWidgetExtension.appex/Contents/MacOS/SafariWidgetExtension\n 0.0 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer\n 0.0 /System/Applications/Clock.app/Contents/PlugIns/WorldClockWidget.appex/Contents/MacOS/WorldClockWidget\n 0.0 /System/Applications/Weather.app/Contents/PlugIns/WeatherWidget.appex/Contents/MacOS/WeatherWidget\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeEnergyWidgetsExtension.appex/Contents/MacOS/HomeEnergyWidgetsExtension\n 0.0 /System/Applications/Stocks.app/Contents/PlugIns/StocksWidget.appex/Contents/MacOS/StocksWidget\n 0.0 /Applications/Slack.app/Contents/Frameworks/Electron Framework.framework/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 11.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper (Renderer).app/Contents/MacOS/Slack Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.1 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/MacOS/WeChatAppEx\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (GPU).app/Contents/MacOS/WeChatAppEx Helper (GPU)\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperLegacyExtension.appex/Contents/MacOS/WallpaperLegacyExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperDynamicExtension.appex/Contents/MacOS/WallpaperDynamicExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperImageExtension.appex/Contents/MacOS/WallpaperImageExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperMacintoshExtension.appex/Contents/MacOS/WallpaperMacintoshExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSonomaExtension.appex/Contents/MacOS/WallpaperSonomaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSequoiaExtension.appex/Contents/MacOS/WallpaperSequoiaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperGradientExtension.appex/Contents/MacOS/WallpaperGradientExtension\n 0.1 /Applications/CorpLink.app/Contents/Frameworks/CorplinkNe.app/Contents/MacOS/CorplinkNe\n 0.0 /System/Library/Image Capture/Support/icdd\n 0.0 /opt/homebrew/opt/postgresql@14/bin/postgres\n 0.0 /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent\n 0.4 /System/Library/CoreServices/TextInputMenuAgent.app/Contents/MacOS/TextInputMenuAgent\n 1.5 /Applications/ClashMac.app/Contents/MacOS/ClashMac\n 0.1 /Applications/Shottr.app/Contents/MacOS/Shottr\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/bin/simdiskimaged\n 0.0 /System/Applications/Calendar.app/Contents/PlugIns/CalendarWidgetExtension.appex/Contents/MacOS/CalendarWidgetExtension\n 0.0 /System/Library/CoreServices/Batteries.app/Contents/PlugIns/BatteriesAvocadoWidgetExtension.appex/Contents/MacOS/BatteriesAvocadoWidgetExtension\n 0.0 postgres: checkpointer \n 0.0 postgres: background writer \n 0.0 postgres: walwriter \n 0.0 postgres: autovacuum launcher \n 0.0 postgres: stats collector \n 0.0 postgres: logical replication launcher \n 0.0 /System/Library/CoreServices/diagnosticservicesd\n 0.0 /System/Applications/Podcasts.app/Contents/PlugIns/PodcastsWidget.appex/Contents/MacOS/PodcastsWidget\n 0.0 /System/Library/CoreServices/Screen Time.app/Contents/PlugIns/ScreenTimeWidgetExtension.appex/Contents/MacOS/ScreenTimeWidgetExtension\n 0.0 /System/Applications/Reminders.app/Contents/PlugIns/RemindersWidgetExtension.appex/Contents/MacOS/RemindersWidgetExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetItems.appex/Contents/MacOS/FindMyWidgetItems\n 0.0 /System/Library/CoreServices/PeopleViewService.app/Contents/PlugIns/PeopleWidget_macOSExtension.appex/Contents/MacOS/PeopleWidget_macOSExtension\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetPeople.appex/Contents/MacOS/FindMyWidgetPeople\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgetsSecure.appex/Contents/MacOS/JournalWidgetsSecure\n 0.0 /System/Applications/Tips.app/Contents/PlugIns/TipsWidgetExtension.appex/Contents/MacOS/TipsWidgetExtension\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeWidget.appex/Contents/MacOS/HomeWidget\n 0.0 /System/Applications/Photos.app/Contents/PlugIns/PhotosReliveWidget.appex/Contents/MacOS/PhotosReliveWidget\n 0.0 /System/Applications/Notes.app/Contents/PlugIns/com.apple.Notes.WidgetExtension.appex/Contents/MacOS/com.apple.Notes.WidgetExtension\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgets.appex/Contents/MacOS/JournalWidgets\n 0.0 /System/Applications/System Settings.app/Contents/PlugIns/SettingsImportExtension.appex/Contents/MacOS/SettingsImportExtension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated\n 0.0 /System/Library/ExtensionKit/Extensions/DesktopSettingsIntents.appex/Contents/MacOS/DesktopSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSettingsIntents.appex/Contents/MacOS/WallpaperSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ControlCenterSettingsIntents.appex/Contents/MacOS/ControlCenterSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BluetoothSettingsAppIntentsWidgetExtension.appex/Contents/MacOS/BluetoothSettingsAppIntentsWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/DateTimeIntentsExtension.appex/Contents/MacOS/DateTimeIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/MouseIntentsExtension.appex/Contents/MacOS/MouseIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/TimeMachineSettingsIntents.appex/Contents/MacOS/TimeMachineSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/NotificationsSettingsIntents.appex/Contents/MacOS/NotificationsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/TrackpadIntentsExtension.appex/Contents/MacOS/TrackpadIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/BatterySettingsIntentsExtension.appex/Contents/MacOS/BatterySettingsIntentsExtension\n 0.0 /System/Library/PrivateFrameworks/WeatherDaemon.framework/weatherd\n 0.0 /usr/libexec/spotlightknowledged.importer\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/Contents/MacOS/com.apple.CoreSimulator.CoreSimulatorService\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/SimulatorTrampoline.xpc/Contents/MacOS/SimulatorTrampoline\n 0.0 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell\n 0.0 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/callservicesd\n 0.0 /System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/Keychain Circle Notification\n 0.0 /System/Library/Frameworks/Contacts.framework/Support/contactsd\n 0.0 /System/Library/CoreServices/PowerChime.app/Contents/MacOS/PowerChime\n 0.0 /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServices/com.apple.AmbientDisplayAgent.xpc/Contents/MacOS/com.apple.AmbientDisplayAgent\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/Resources/VDCAssistant\n 0.0 /System/Library/Input Methods/PressAndHold.app/Contents/PlugIns/PAH_Extension.appex/Contents/MacOS/PAH_Extension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/bin/ssh-agent\n 0.1 /System/Library/CoreServices/CoreServicesUIAgent.app/Contents/MacOS/CoreServicesUIAgent\n 0.0 /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/Support/suggestd\n 0.1 /System/Library/CoreServices/UserNotificationCenter.app/Contents/MacOS/UserNotificationCenter\n 0.5 /System/Library/Input Methods/SCIM.app/Contents/PlugIns/SCIM_Extension.appex/Contents/MacOS/SCIM_Extension\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdwrite\n 0.0 /System/Library/PrivateFrameworks/HearingCore.framework/heard\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.2 /Applications/OrbStack.app/Contents/MacOS/OrbStack\n 7.3 /Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper.app/Contents/MacOS/OrbStack Helper\n 0.0 /usr/libexec/InternetSharing\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/dhcp6d\n 0.0 /usr/libexec/containermanagerd_system\n 0.1 /usr/libexec/sysmond\n 0.0 /System/Library/SystemConfiguration/EAPOLController.bundle/Contents/Resources/eapolclient\n 0.0 /usr/libexec/aned\n 0.0 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/XPCServices/ANECompilerService.xpc/Contents/MacOS/ANECompilerService\n 0.0 /usr/sbin/netbiosd\n 0.0 /System/Library/PrivateFrameworks/KerberosHelper/Helpers/DiskUnmountWatcher\n 0.0 /usr/libexec/mobileassetd\n 0.0 /usr/libexec/sandboxd\n 0.0 /System/Library/PrivateFrameworks/MobileAssetDaemon.framework/Versions/A/XPCServices/com.apple.MobileAsset.DownloadService.Builtin.xpc/Contents/MacOS/com.apple.MobileAsset.DownloadService.Builtin\n 0.0 /usr/libexec/nsurlsessiond\n 0.0 /System/Library/CoreServices/iconservicesagent\n 0.0 /System/Library/CoreServices/iconservicesd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.5 /System/Library/CoreServices/UniversalControl.app/Contents/MacOS/UniversalControl\n 0.0 /usr/libexec/replayd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted\n 0.0 /usr/libexec/pkd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted_helper\n 0.0 /System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter\n 0.0 /usr/libexec/nehelper\n 0.0 /usr/libexec/usermanagerd\n 0.0 /usr/libexec/neagent\n 0.0 /System/Library/PrivateFrameworks/CoreADI.framework/adid\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/XPCServices/AssetCacheLocatorService.xpc/Contents/MacOS/AssetCacheLocatorService\n 0.0 /System/Library/PrivateFrameworks/CloudTelemetry.framework/Support/cloudtelemetryd\n 0.0 /usr/libexec/ospredictiond\n 0.0 /usr/libexec/AirPlayXPCHelper\n 0.0 /usr/libexec/countryd\n 0.1 /System/Library/CoreServices/Siri.app/Contents/MacOS/Siri\n 0.0 /usr/libexec/secinitd\n 0.0 /System/Library/Frameworks/SystemExtensions.framework/Versions/A/Helpers/sysextd\n 0.0 /usr/libexec/logd_helper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/coreduetd\n 0.0 /usr/libexec/knowledge-agent\n 0.0 /usr/libexec/securityd_system\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistantd\n 0.0 /System/Library/CoreServices/Siri.app/Contents/XPCServices/SiriNCService.xpc/Contents/MacOS/SiriNCService\n 0.0 /usr/libexec/siriknowledged\n 0.0 /System/Library/PrivateFrameworks/ContinuousDialogManagerService.framework/assistant_cdmd\n 0.0 /System/Library/PrivateFrameworks/GenerativeExperiencesRuntime.framework/Versions/A/generativeexperiencesd\n 0.0 /usr/libexec/assetsubscriptiond\n 0.0 /System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/speechmaintenanced\n 0.0 /System/Library/PrivateFrameworks/SiriTTSService.framework/sirittsd\n 0.0 /System/Library/PrivateFrameworks/IntelligenceFlowContextRuntime.framework/Versions/A/intelligencecontextd\n 0.0 /System/Library/PrivateFrameworks/ModelCatalogRuntime.framework/Versions/A/modelcatalogd\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/DeviceConfigurationAgent\n 0.0 /System/Library/PrivateFrameworks/CoreParsec.framework/parsecd\n 0.0 /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/Resources/familycircled\n 0.0 /System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/deviceconfigurationd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/libexec/triald\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServices.framework/Resources/amsaccountsd\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd\n 0.0 /System/Library/PrivateFrameworks/CloudSubscriptionFeatures.framework/FeatureAccessAgent\n 0.0 /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/Support/followupd\n 0.0 /usr/libexec/appleaccountd\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/rtcreportingd\n 0.0 /Library/Apple/System/Library/PrivateFrameworks/RemotePairing.framework/Versions/A/XPCServices/remotepairingd.xpc/Contents/MacOS/remotepairingd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsagent\n 0.0 /usr/libexec/mobileactivationd\n 0.0 /usr/libexec/storagekitd\n 0.0 /System/Library/PrivateFrameworks/CoreCDP.framework/Versions/A/Resources/cdpd\n 0.0 /System/Library/PrivateFrameworks/SessionCore.framework/Support/liveactivitiesd\n 0.0 /usr/libexec/milod\n 0.0 /System/Library/CoreServices/TimeMachine/backupd-helper\n 0.0 /System/Library/PrivateFrameworks/DoNotDisturbServer.framework/Support/donotdisturbd\n 0.0 /System/Library/PrivateFrameworks/AppleCredentialManager.framework/AppleCredentialManagerDaemon\n 0.0 /System/Library/PrivateFrameworks/AppSSO.framework/Support/AppSSODaemon\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreautha.bundle/Contents/MacOS/coreautha\n 0.0 /usr/libexec/findmylocateagent\n 0.4 /System/Library/CoreServices/TextInputSwitcher.app/Contents/MacOS/TextInputSwitcher\n 0.0 /System/Library/PrivateFrameworks/ReplicatorCore.framework/Support/replicatord\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/UsageTracking.framework/Versions/A/UsageTrackingAgent\n 0.0 /System/Library/Frameworks/ManagedSettings.framework/Versions/A/ManagedSettingsAgent\n 0.0 /usr/libexec/nesessionmanager\n 0.0 /usr/libexec/inputanalyticsd\n 0.0 /usr/sbin/spindump\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/PrivateFrameworks/StatusKit.framework/StatusKitAgent\n 0.0 /usr/libexec/peakpowermanagerd\n 0.1 /System/Applications/Calendar.app/Contents/MacOS/Calendar\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Contents/MacOS/com.apple.dock.extra\n 0.0 /System/Library/PrivateFrameworks/MapsSync.framework/mapssyncd\n 0.0 /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/XPCServices/PerfPowerTelemetryClientRegistrationService.xpc/Contents/MacOS/PerfPowerTelemetryClientRegistrationService\n 0.0 /usr/libexec/powerexperienced\n 0.0 /usr/libexec/PowerUIAgent\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysis.framework/Versions/A/mediaanalysisd\n 0.0 /System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd\n 0.0 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/Support/photolibraryd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/CoreServices/ScopedBookmarkAgent\n 0.0 /System/Library/PrivateFrameworks/CommunicationTrust.framework/Support/communicationtrustd\n 0.0 /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Versions/A/Support/photoanalysisd\n 0.0 /System/Cryptexes/App/usr/libexec/AuthenticationServicesAgent\n 0.0 cloudphotod\n 0.0 /System/Library/ExtensionKit/Extensions/GenerativeExperiencesSafetyInferenceProvider.appex/Contents/MacOS/GenerativeExperiencesSafetyInferenceProvider\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/aneuserd\n 0.0 /usr/libexec/mlhostd\n 0.0 /usr/libexec/searchpartyuseragent\n 0.0 /System/Library/PrivateFrameworks/ContactsDonation.framework/Versions/A/Support/contactsdonationagent\n 0.0 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/com.apple.Safari.SafeBrowsing.Service\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 0.0 /usr/libexec/keychainsharingmessagingd\n 0.0 /usr/libexec/findmybeaconingd\n 0.0 /usr/libexec/symptomsd-diag\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /usr/libexec/textunderstandingd\n 0.0 /usr/libexec/fskitd\n 0.0 /usr/libexec/findmydevice-user-agent\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Support/softwareupdated\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Versions/A/XPCServices/com.apple.MobileSoftwareUpdate.CleanupPreparePathService.xpc/Contents/MacOS/com.apple.MobileSoftwareUpdate.CleanupPreparePathService\n 0.0 /usr/libexec/findmydeviced\n 0.0 /usr/libexec/triald_system\n 0.0 /usr/libexec/AssetCache/AssetCache\n 0.0 /System/Library/Frameworks/QuickLookThumbnailing.framework/Support/com.apple.quicklook.ThumbnailsAgent\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/geodMachServiceBridge\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServicesExtensions.framework/XPCServices/AssetCacheTetheratorService.xpc/Contents/MacOS/AssetCacheTetheratorService\n 0.0 /System/Library/PrivateFrameworks/TrialServer.framework/Versions/A/XPCServices/TrialArchivingService.xpc/Contents/MacOS/TrialArchivingService\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveCore.framework/Versions/A/Support/bird\n 0.0 /System/Library/PrivateFrameworks/ShazamEvents.framework/shazameventsd\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveService.framework/XPCServices/ContainerMetadataExtractor.xpc/Contents/MacOS/ContainerMetadataExtractor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/AppPredictionFoundation.framework/Versions/A/XPCServices/AppPredictionIntentsHelperService.xpc/Contents/MacOS/AppPredictionIntentsHelperService\n 0.0 /usr/libexec/seputil\n 0.0 /usr/libexec/online-auth-agent\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/Versions/A/intelligenceplatformd\n 0.0 /usr/libexec/hidd\n 0.0 /usr/libexec/wifianalyticsd\n 0.0 /usr/libexec/amfid\n 0.0 /usr/libexec/powerdatad\n 0.0 /usr/libexec/seserviced\n 0.0 /usr/libexec/nfcd\n 0.0 /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/Support/recentsd\n 0.0 /System/Library/PrivateFrameworks/NearFieldPrivateServices.framework/Versions/A/XPCServices/NFStorageServer.xpc/Contents/MacOS/NFStorageServer\n 0.0 /usr/libexec/bluetoothuserd\n 0.1 /System/Applications/Notes.app/Contents/MacOS/Notes\n 0.0 /System/Library/Frameworks/ManagedAppDistribution.framework/Support/managedappdistributiond\n 0.0 /System/Library/PrivateFrameworks/InstallCoordination.framework/Support/installcoordinationd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/colorsync.displayservices\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/ExtensionKit/Extensions/ImageThumbnailExtension.appex/Contents/MacOS/ImageThumbnailExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/Frameworks/ColorSync.framework/Versions/A/XPCServices/com.apple.ColorSyncXPCAgent.xpc/Contents/MacOS/com.apple.ColorSyncXPCAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/colorsyncd\n 0.0 /System/Library/CryptoTokenKit/com.apple.ifdreader.slotd/Contents/MacOS/com.apple.ifdreader\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AXAssetLoader.framework/Support/axassetsd\n 0.0 /System/Library/PrivateFrameworks/EmailDaemon.framework/Versions/A/maild\n 0.0 /usr/libexec/dmd\n 0.0 /System/Library/PrivateFrameworks/Categories.framework/Versions/A/XPCServices/CategoriesService.xpc/Contents/MacOS/CategoriesService\n 0.1 /System/Library/CoreServices/CoreLocationAgent.app/Contents/MacOS/CoreLocationAgent\n 0.0 /System/Library/PrivateFrameworks/VoiceShortcuts.framework/Versions/A/Support/siriactionsd\n 0.1 /System/Library/PrivateFrameworks/WorkflowKit.framework/XPCServices/ShortcutsViewService.xpc/Contents/MacOS/ShortcutsViewService\n 0.0 /System/Library/PrivateFrameworks/MobileTimer.framework/Executables/mobiletimerd\n 0.0 /System/Library/CoreServices/pbs\n 0.0 /usr/libexec/naturallanguaged\n 0.0 /System/Library/PrivateFrameworks/SiriAnalytics.framework/Versions/A/XPCServices/SAExtensionOrchestrator.xpc/Contents/MacOS/SAExtensionOrchestrator\n 0.0 /System/Library/ExtensionKit/Extensions/GMSSELFIngestor.appex/Contents/MacOS/GMSSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTelemetrySELFIngestor.appex/Contents/MacOS/IFTelemetrySELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/BiomeSELFIngestor.appex/Contents/MacOS/BiomeSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/AppleIntelligenceReportingSELFIngestor.appex/Contents/MacOS/AppleIntelligenceReportingSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTranscriptSELFIngestor.appex/Contents/MacOS/IFTranscriptSELFIngestor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.2 /Applications/Longbridge Nightly.app/Contents/MacOS/longbridge\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XProtectBridgeService.xpc/Contents/MacOS/XProtectBridgeService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/warmd_agent\n 0.0 /usr/libexec/warmd\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /usr/libexec/mmaintenanced\n 0.0 /System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf\n 0.0 /System/Library/PrivateFrameworks/IMDPersistence.framework/XPCServices/IMDPersistenceAgent.xpc/Contents/MacOS/IMDPersistenceAgent\n 0.0 /usr/libexec/MTLAssetUpgraderD\n 0.0 /usr/libexec/swcd\n 0.0 /System/Library/Frameworks/MediaExtension.framework/Versions/A/Helpers/MENotificationAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CloudDocs.framework/PlugIns/com.apple.CloudDocs.iCloudDriveFileProvider.appex/Contents/MacOS/com.apple.CloudDocs.iCloudDriveFileProvider\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysisAccess.framework/Versions/A/XPCServices/mediaanalysisd-access.xpc/Contents/MacOS/mediaanalysisd-access\n 0.0 /System/Library/PrivateFrameworks/JetCore.framework/Support/jetpackassetd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/PrivateFrameworks/Synapse.framework/Support/contentlinkingd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/Frameworks/wxplayer\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.1 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /usr/libexec/remindd\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeCore.framework/Versions/A/ScreenTimeAgent\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeSettingsFoundation.framework/Versions/A/ScreenTimeSettingsAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistant_service\n 0.0 /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/PlugIns/ShareSheetUI.appex/Contents/MacOS/ShareSheetUI\n 0.0 /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/PlugIns/AirDrop.appex/Contents/MacOS/AirDrop\n 0.0 /usr/libexec/SidecarRelay\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Applications/Mail.app/Contents/PlugIns/com.apple.mail.SpotlightIndexExtension.appex/Contents/MacOS/com.apple.mail.SpotlightIndexExtension\n 0.0 /System/iOSSupport/System/Library/PrivateFrameworks/HomeEnergyDaemon.framework/Support/homeenergyd\n 0.0 /System/Library/CoreServices/ReportSystemMemory\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.1 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 1.2 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/audioanalyticsd\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/DiskImages.framework/Resources/hdiejectd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/linkd\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 0.0 /Users/jason/Library/Application Support/ClashMac/core/current\n 0.0 \n 0.0 \n 0.0 \n 0.0 /System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd\n 0.0 /opt/homebrew/bin/sccache\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/PerfPowerServices\n 11.3 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.1 /System/Library/CoreServices/Dock.app/Contents/XPCServices/DockHelper.xpc/Contents/MacOS/DockHelper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.4 /System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/Versions/A/XPCServices/IntelligencePlatformComputeService.xpc/Contents/MacOS/IntelligencePlatformComputeService\n 0.0 /System/Library/Frameworks/GroupActivities.framework/Versions/A/XPCServices/GroupSessionService.xpc/Contents/MacOS/GroupSessionService\n 0.0 /usr/libexec/keybagd\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/Library/Application Support/Zed/languages/package-version-server/package-version-server-v0.0.10\n 0.0 /opt/homebrew/bin/node\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.2 /Applications/Mado.app/Contents/MacOS/Mado\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.GPU.xpc/Contents/MacOS/com.apple.WebKit.GPU\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.Networking.xpc/Contents/MacOS/com.apple.WebKit.Networking\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/XPCServices/csnameddatad.xpc/Contents/MacOS/csnameddatad\n 0.3 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.1 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XprotectService.xpc/Contents/MacOS/XprotectService\n 0.0 /usr/libexec/taskgated\n 0.0 /System/Library/PrivateFrameworks/AMPLibrary.framework/Versions/A/Support/AMPArtworkAgent\n 0.1 /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Resources/universalAccessAuthWarn.app/Contents/MacOS/universalAccessAuthWarn\n 7.7 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/tailspind\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 2.3 /System/Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/com.apple.CodeSigningHelper.xpc/Contents/MacOS/com.apple.CodeSigningHelper\n 0.7 Contents/Library/LoginItems/OpenLogi Agent.app/Contents/MacOS/openlogi-agent\n 0.0 /Applications/OpenLogi.app/Contents/Library/LoginItems/OpenLogi Overlay.app/Contents/MacOS/openlogi-overlay\n 0.0 /usr/libexec/spindump_agent\n 0.0 /usr/libexec/assessmentagent\n 0.0 /usr/libexec/feedbackd\n 0.0 /usr/libexec/gamecontrollerd\n 0.0 /usr/libexec/gamecontrolleragentd\n 0.0 /usr/libexec/cryptexd\n 0.0 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/commerce\n 0.0 /usr/libexec/diskimagesiod\n 0.0 /usr/libexec/GamePolicyAgent\n 0.0 /System/Library/PrivateFrameworks/People.framework/peopled\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.7 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 1.5 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.1 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.1 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /usr/sbin/systemsoundserverd\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/AudioComponentRegistrar\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.3 /opt/homebrew/Cellar/python@3.11/3.11.0/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 ps\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /usr/sbin/BTLEServerAgent\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.1 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager\n 0.0 /System/Library/CoreServices/Setup Assistant.app/Contents/Resources/mbuseragent\n 0.1 /Users/jason/Applications/Chrome Apps.localized/Gmail.app/Contents/MacOS/app_mode_loader\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.1 /System/Library/PrivateFrameworks/AccessibilitySupport.framework/Versions/A/Resources/AccessibilityVisualsAgent.app/Contents/MacOS/AccessibilityVisualsAgent\n 0.1 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Squirrel.framework/Resources/ShipIt\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /opt/homebrew/bin/node\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /usr/libexec/proactived\n 0.0 /usr/libexec/networkserviceproxy\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/system_installd\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/installd\n 0.0 /System/Library/ExtensionKit/Extensions/ClassroomDeviceExpert.appex/Contents/MacOS/ClassroomDeviceExpert\n 0.0 /System/Library/ExtensionKit/Extensions/FamilyIntents.appex/Contents/MacOS/FamilyIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PlaceholderSettingsSearchTermsIntents.appex/Contents/MacOS/PlaceholderSettingsSearchTermsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/AccountsUISettingsAppIntents.appex/Contents/MacOS/AccountsUISettingsAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/VpnSettingsIntents.appex/Contents/MacOS/VpnSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PrefPaneSearchIntent.appex/Contents/MacOS/PrefPaneSearchIntent\n 0.0 /System/Library/ExtensionKit/Extensions/InternationalSettingsExtension.appex/Contents/MacOS/InternationalSettingsExtension\n 0.0 /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/XPCServices/LookupViewService.xpc/Contents/MacOS/LookupViewService\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.6 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 node\n 0.3 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.1 target/debug/examples/gallery\n 0.0 node\n 0.4 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.4 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n", + "schema": "gpui-startup-phases-diagnostic-v1", + "baseline_revision": "9a83a7f9cdc178a0ab5d7b29c3c9227b0dcb8620 + bounded-deopt and runtime lookup patches (feedback-cache)", + "warmup_processes": 5, + "measured_processes": 30, + "metric": "snapshot construction and validation, ns", + "binaries": { + "upstream": { + "path": "/tmp/quickjs-market-measurements/upstream-startup-phases", + "sha256": "3fff8f8eff726042cf4a88361738c81a440b4fb2cad65a75a556540dc5b3c468" + }, + "candidate_auto": { + "path": "/tmp/quickjs-market-measurements/startup-phases", + "sha256": "7e34b5202f506241041dff09b978af0035c60939b00220932aaea5c76074c391" + }, + "interpreter": { + "path": "/tmp/quickjs-market-measurements/startup-phases", + "sha256": "7e34b5202f506241041dff09b978af0035c60939b00220932aaea5c76074c391" + } + }, + "summary": { + "mixed": { + "upstream": { + "steady_state_ns": 171484.5, + "p99_script_render_ns": 200916.5, + "first_window_ns": 4978791.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_auto": { + "steady_state_ns": 170760.0, + "p99_script_render_ns": 202896.0, + "first_window_ns": 5072416.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 173506, + "max": 174757, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "interpreter": { + "steady_state_ns": 185747.0, + "p99_script_render_ns": 215521.0, + "first_window_ns": 5102479.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_speed_vs_upstream": { + "paired_median": 1.0029557066376735, + "bootstrap_95_ci": [ + 0.9991941791327856, + 1.0085819454799596 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 1.0902988693128992, + "bootstrap_95_ci": [ + 1.0827594212434404, + 1.0922137093537732 + ] + }, + "startup_phases": { + "upstream": { + "runtime_init_ns": 4516020.5, + "set_global_ns": 5125.0, + "load_source_ns": 67041.5, + "window_ns": 111250.0, + "instantiate_ns": 12041.5, + "first_snapshot_ns": 261770.5 + }, + "candidate_auto": { + "runtime_init_ns": 4594458.5, + "set_global_ns": 5833.0, + "load_source_ns": 67479.0, + "window_ns": 109499.5, + "instantiate_ns": 14937.5, + "first_snapshot_ns": 279208.0 + }, + "interpreter": { + "runtime_init_ns": 4617729.0, + "set_global_ns": 5542.0, + "load_source_ns": 67521.0, + "window_ns": 110791.5, + "instantiate_ns": 14854.5, + "first_snapshot_ns": 284083.5 + } + }, + "phase_speed_vs_upstream": { + "runtime_init_ns": { + "paired_median": 0.9850430928038922, + "bootstrap_95_ci": [ + 0.9694707071741109, + 0.9962945748078702 + ] + }, + "set_global_ns": { + "paired_median": 0.8704422357735779, + "bootstrap_95_ci": [ + 0.7621817781811182, + 0.9244857881136951 + ] + }, + "load_source_ns": { + "paired_median": 0.9962695164965704, + "bootstrap_95_ci": [ + 0.9565342756936156, + 1.0116135877723358 + ] + }, + "window_ns": { + "paired_median": 1.0285853079362925, + "bootstrap_95_ci": [ + 0.9797394302007039, + 1.0605680367099397 + ] + }, + "instantiate_ns": { + "paired_median": 0.8064770114942529, + "bootstrap_95_ci": [ + 0.788739310682119, + 0.8393753441222295 + ] + }, + "first_snapshot_ns": { + "paired_median": 0.937337433316711, + "bootstrap_95_ci": [ + 0.9282707322851287, + 0.9560660198343556 + ] + } + } + }, + "compute": { + "upstream": { + "steady_state_ns": 110949.5, + "p99_script_render_ns": 133979.0, + "first_window_ns": 4947812.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_auto": { + "steady_state_ns": 12763.0, + "p99_script_render_ns": 14938.0, + "first_window_ns": 4982687.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 238, + "max": 269, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "interpreter": { + "steady_state_ns": 127689.0, + "p99_script_render_ns": 158896.0, + "first_window_ns": 4956709.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_speed_vs_upstream": { + "paired_median": 8.709223889207436, + "bootstrap_95_ci": [ + 8.623864569792692, + 8.76438706575912 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 10.025368798457176, + "bootstrap_95_ci": [ + 9.974136336432341, + 10.076118096926379 + ] + }, + "startup_phases": { + "upstream": { + "runtime_init_ns": 4574624.5, + "set_global_ns": 5437.5, + "load_source_ns": 51146.0, + "window_ns": 114562.5, + "instantiate_ns": 12146.5, + "first_snapshot_ns": 190437.5 + }, + "candidate_auto": { + "runtime_init_ns": 4594167.0, + "set_global_ns": 5666.5, + "load_source_ns": 50646.0, + "window_ns": 108500.0, + "instantiate_ns": 14791.5, + "first_snapshot_ns": 203333.5 + }, + "interpreter": { + "runtime_init_ns": 4562750.5, + "set_global_ns": 5416.5, + "load_source_ns": 50791.5, + "window_ns": 108646.0, + "instantiate_ns": 14833.0, + "first_snapshot_ns": 208916.5 + } + }, + "phase_speed_vs_upstream": { + "runtime_init_ns": { + "paired_median": 0.9970916171651903, + "bootstrap_95_ci": [ + 0.9881955635456663, + 1.0035764959979012 + ] + }, + "set_global_ns": { + "paired_median": 0.9306716394979028, + "bootstrap_95_ci": [ + 0.906806952532204, + 0.9621622739018088 + ] + }, + "load_source_ns": { + "paired_median": 0.9927205913117587, + "bootstrap_95_ci": [ + 0.9613039969322222, + 1.0381102128188433 + ] + }, + "window_ns": { + "paired_median": 1.045141948841408, + "bootstrap_95_ci": [ + 1.0103429613163817, + 1.098281285294501 + ] + }, + "instantiate_ns": { + "paired_median": 0.821406739768501, + "bootstrap_95_ci": [ + 0.7965773113176015, + 0.8399699319188858 + ] + }, + "first_snapshot_ns": { + "paired_median": 0.9377088907668734, + "bootstrap_95_ci": [ + 0.9179575086499454, + 0.9577502335214806 + ] + } + } + }, + "panel": { + "upstream": { + "steady_state_ns": 838924.5, + "p99_script_render_ns": 1069041.5, + "first_window_ns": 5545125.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_auto": { + "steady_state_ns": 852336.5, + "p99_script_render_ns": 1027708.5, + "first_window_ns": 5682500.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "interpreter": { + "steady_state_ns": 856102.0, + "p99_script_render_ns": 1061771.0, + "first_window_ns": 5657792.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_speed_vs_upstream": { + "paired_median": 0.9779640415372126, + "bootstrap_95_ci": [ + 0.9708063704942131, + 0.9915687687624574 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 0.9994743228992959, + "bootstrap_95_ci": [ + 0.9878694659017608, + 1.0184380804651996 + ] + }, + "startup_phases": { + "upstream": { + "runtime_init_ns": 4593667.0, + "set_global_ns": 5791.0, + "load_source_ns": 86354.0, + "window_ns": 114875.0, + "instantiate_ns": 26375.0, + "first_snapshot_ns": 717396.0 + }, + "candidate_auto": { + "runtime_init_ns": 4659854.5, + "set_global_ns": 6000.0, + "load_source_ns": 86500.5, + "window_ns": 115541.5, + "instantiate_ns": 30479.0, + "first_snapshot_ns": 738145.5 + }, + "interpreter": { + "runtime_init_ns": 4669645.5, + "set_global_ns": 6041.5, + "load_source_ns": 87812.5, + "window_ns": 116374.5, + "instantiate_ns": 30792.0, + "first_snapshot_ns": 738104.0 + } + }, + "phase_speed_vs_upstream": { + "runtime_init_ns": { + "paired_median": 0.9889846269023067, + "bootstrap_95_ci": [ + 0.977649847021793, + 1.0011878443607702 + ] + }, + "set_global_ns": { + "paired_median": 0.9571281345593075, + "bootstrap_95_ci": [ + 0.8581142320203501, + 0.9848251775664998 + ] + }, + "load_source_ns": { + "paired_median": 0.9916958239878558, + "bootstrap_95_ci": [ + 0.972113284134783, + 1.023305381146756 + ] + }, + "window_ns": { + "paired_median": 1.0003570345822395, + "bootstrap_95_ci": [ + 0.9197330106110454, + 1.0386061552524466 + ] + }, + "instantiate_ns": { + "paired_median": 0.8603831951749772, + "bootstrap_95_ci": [ + 0.8309897018248014, + 0.8961895208735582 + ] + }, + "first_snapshot_ns": { + "paired_median": 0.9800128705101243, + "bootstrap_95_ci": [ + 0.9553783046679036, + 0.990990629186385 + ] + } + } + } + }, + "scope": "Identical phase timing added to isolated JIT and upstream hosts; production sources unchanged from cold-object-probes.", + "upstream_provenance_note": "build_upstream_diagnostic.py also copied JIT sources as ambient workspace metadata; upstream binary does not link them. Actual dependency graph is in compiler-artifact build log.", + "archive_sha256": "75f6f07bc25ca34cf9c7cc02ef099189f9500d951a777983f54ff0a5e0180829" +} diff --git a/benchmarks/results/m3-market-startup-phases.tar.gz b/benchmarks/results/m3-market-startup-phases.tar.gz new file mode 100644 index 00000000..0573bb9a Binary files /dev/null and b/benchmarks/results/m3-market-startup-phases.tar.gz differ diff --git a/benchmarks/results/m3-market-tail2000-paired.json b/benchmarks/results/m3-market-tail2000-paired.json new file mode 100644 index 00000000..e8b72074 --- /dev/null +++ b/benchmarks/results/m3-market-tail2000-paired.json @@ -0,0 +1,1587 @@ +{ + "host_cpu_start": " %CPU COMM\n 0.3 /sbin/launchd\n 0.0 /System/Library/ExtensionKit/Extensions/StartupDiskWidgetExtension.appex/Contents/MacOS/StartupDiskWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameCenterSettingsSearchExtension.appex/Contents/MacOS/GameCenterSettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/PasswordSettingsAppIntentsExtension.appex/Contents/MacOS/PasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AccessibilitySettingsSearchExtension.appex/Contents/MacOS/AccessibilitySettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AppleAccountIntents_macOS.appex/Contents/MacOS/AppleAccountIntents_macOS\n 0.0 /System/Library/ExtensionKit/Extensions/WiFiMacSettingsIntents.appex/Contents/MacOS/WiFiMacSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/DoNotDisturbAppIntents.appex/Contents/MacOS/DoNotDisturbAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/CDsAndDvDsSettingsIntents.appex/Contents/MacOS/CDsAndDvDsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ScreenTimeAppIntentsExtension.appex/Contents/MacOS/ScreenTimeAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ProfilesSettingsIntents.appex/Contents/MacOS/ProfilesSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/KeyboardSettingsIntents.appex/Contents/MacOS/KeyboardSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BiometricsAndPasswordSettingsAppIntentsExtension.appex/Contents/MacOS/BiometricsAndPasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ClassKitAppIntents.appex/Contents/MacOS/ClassKitAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SpotlightSettingsIntentsExtension.appex/Contents/MacOS/SpotlightSettingsIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameControllerSettingsIntents.appex/Contents/MacOS/GameControllerSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SoftwareUpdateSettingsExtensionIntents.appex/Contents/MacOS/SoftwareUpdateSettingsExtensionIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SiriSetupSettingsIntents.appex/Contents/MacOS/SiriSetupSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/StorageSettingsIntentsExtension.appex/Contents/MacOS/StorageSettingsIntentsExtension\n 0.5 /usr/libexec/logd\n 0.0 /usr/libexec/smd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Support/fseventsd\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/libexec/configd\n 0.0 /System/Library/CoreServices/powerd.bundle/powerd\n 0.0 /usr/libexec/IOMFB_bics_daemon\n 0.0 /usr/libexec/remoted\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd_system\n 0.0 /usr/libexec/watchdogd\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds\n 0.0 /usr/libexec/kernelmanagerd\n 0.0 /usr/libexec/diskarbitrationd\n 0.0 /usr/sbin/syslogd\n 0.0 /usr/libexec/thermalmonitord\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/contextstored\n 0.0 /usr/libexec/xprotectd\n 0.1 /usr/libexec/opendirectoryd\n 0.0 /System/Library/PrivateFrameworks/ApplePushService.framework/apsd\n 0.0 /System/Library/CoreServices/launchservicesd\n 0.0 /usr/libexec/timed\n 0.0 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/usbmuxd\n 0.0 /usr/sbin/securityd\n 0.2 /usr/libexec/locationd\n 0.0 autofsd\n 0.1 /usr/libexec/dasd\n 0.1 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/logind\n 0.0 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Support/revisiond\n 0.0 /usr/sbin/KernelEventAgent\n 3.9 /usr/sbin/bluetoothd\n 0.2 /usr/sbin/notifyd\n 0.1 /usr/libexec/corebrightnessd\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/com.apple.cmio.registerassistantservice\n 29.6 /System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/sbin/cfprefsd\n 4.0 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow\n 0.0 /usr/libexec/runningboardd\n 0.0 /System/Library/CoreServices/coreservicesd\n 0.0 /usr/libexec/trustd\n 0.1 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd\n 0.0 /usr/libexec/lsd\n 0.0 /usr/sbin/mDNSResponder\n 0.0 /usr/libexec/apfsd\n 0.0 /usr/sbin/cupsd\n 0.0 /usr/libexec/biometrickitd\n 0.0 /usr/libexec/ApplicationFirewall/socketfilterfw\n 0.0 /usr/libexec/airportd\n 0.0 /usr/libexec/symptomsd\n 0.0 /usr/sbin/mDNSResponderHelper\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed\n 0.1 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/authd.xpc/Contents/MacOS/authd\n 0.0 /usr/libexec/syspolicyd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/SystemStatusServer.framework/Support/systemstatusd\n 0.0 /System/Library/CoreServices/TimeMachine/backupd\n 0.0 /usr/libexec/eligibilityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Resources/backgroundtaskmanagementd\n 0.0 /usr/sbin/WirelessRadioManagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/gamepolicyd\n 0.0 /usr/libexec/com.apple.cmio.videodriverkithostextension.systemextension/Contents/MacOS/com.apple.cmio.videodriverkithostextension\n 0.0 /usr/sbin/appleh13camerad\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/suhelperd\n 0.1 /usr/libexec/searchpartyd\n 0.0 /System/Library/DriverExtensions/com.apple.DriverKit-IOUserDockChannelSerial.dext/com.apple.DriverKit-IOUserDockChannelSerial\n 2.8 /System/Library/DriverExtensions/com.apple.DriverKit-AppleBCMWLAN.dext/com.apple.DriverKit-AppleBCMWLAN\n 1.3 /System/Library/DriverExtensions/com.apple.AppleUserHIDDrivers.dext/com.apple.AppleUserHIDDrivers\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/cron\n 0.0 /usr/sbin/coreaudiod\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/osanalyticshelper\n 0.0 Core Audio Driver (BDByteCastVirtualSoundCard.driver)\n 0.0 Core Audio Driver (BlackHole2ch.driver)\n 0.1 /usr/libexec/clocksyncd\n 3.1 /usr/sbin/BTLEServer\n 0.5 /usr/libexec/wifip2pd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/systemstats\n 0.1 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/appleeventsd\n 0.0 /usr/sbin/distnoted\n 0.0 Contents/Library/LaunchServices/app.clashmac.helper\n 0.0 /Library/Application Support/Ava/Reveal/contentng/contentng\n 0.0 /bin/sh\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/PrivilegedHelperTools/io.github.clash-verge-rev.clash-verge-rev.service.bundle/Contents/MacOS/clash-verge-service\n 0.0 /usr/local/corplink/corplink-service\n 0.0 /usr/local/lib/mihari/mihari\n 0.0 /nix/var/nix/profiles/default/bin/nix-daemon\n 0.0 /usr/libexec/cameracaptured\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/UVCAssistant.systemextension/Contents/MacOS/UVCAssistant\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kdc\n 0.2 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /usr/libexec/rosetta/oahd\n 0.0 /usr/libexec/audiomxd\n 0.0 /usr/sbin/distnoted\n 0.2 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds_stores\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/SubmitDiagInfo\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/DriverExtensions/IOUserBluetoothSerialDriver.dext/IOUserBluetoothSerialDriver\n 0.0 /usr/libexec/secd\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd\n 0.0 /System/Library/CoreServices/audioaccessoryd\n 0.0 /usr/sbin/universalaccessd\n 0.0 /usr/libexec/pboard\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/BiomeAgent\n 0.0 /usr/libexec/containermanagerd\n 0.0 /usr/libexec/lsd\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.1 /usr/libexec/nsurlsessiond\n 0.4 /usr/libexec/rapportd\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/ContextStoreAgent\n 0.0 /usr/sbin/usernoted\n 0.0 /System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Support/BackgroundTaskManagementAgent.app/Contents/MacOS/BackgroundTaskManagementAgent\n 0.0 /System/Library/PrivateFrameworks/SystemMigrationNetwork.framework/Resources/migrationhelper\n 0.0 /usr/libexec/trustd\n 0.1 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd\n 0.0 /System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/Contents/MacOS/identityservicesd\n 0.0 /usr/libexec/ContinuityCaptureAgent\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/imagent\n 0.6 /usr/libexec/sharingd\n 0.0 /System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed\n 0.0 /usr/sbin/filecoordinationd\n 0.0 /System/Library/CoreServices/sharedfilelistd\n 0.0 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/Support/akd\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CMFSyncAgent\n 0.0 /System/Library/PrivateFrameworks/PassKitCore.framework/passd\n 1.0 /System/Library/PrivateFrameworks/CoreSymbolication.framework/coresymbolicationd\n 0.0 /usr/sbin/distnoted\n 0.2 /usr/libexec/nearbyd\n 0.0 /System/Library/CoreServices/AccessibilityUIServer.app/Contents/MacOS/AccessibilityUIServer\n 0.0 /System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod\n 1.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/corespotlightd\n 0.0 /usr/libexec/duetexpertd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/distnoted\n 0.1 /System/Library/CoreServices/ControlCenter.app/Contents/MacOS/ControlCenter\n 0.0 /usr/libexec/wifivelocityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/talagentd\n 9.8 /System/Library/CoreServices/WindowManager.app/Contents/MacOS/WindowManager\n 0.0 /System/Library/CoreServices/WallpaperAgent.app/Contents/MacOS/WallpaperAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent\n 0.0 /usr/libexec/spotlightknowledged.updater\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/fontworker\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdbulkimport\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/CoreServices/NotificationCenter.app/Contents/MacOS/NotificationCenter\n 0.0 /System/Library/CoreServices/MenuBarAgent.app/Contents/MacOS/MenuBarAgent\n 0.0 /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoteagent\n 0.0 /System/Library/PrivateFrameworks/UserActivity.framework/Agents/useractivityd\n 0.0 /usr/libexec/avconferenced\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd\n 0.0 /System/Library/PrivateFrameworks/OnDeviceStorage.framework/Support/amsondevicestoraged\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /usr/libexec/routined\n 0.0 /usr/libexec/modelmanagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/fontd\n 0.0 /System/Library/CoreServices/diagnostics_agent\n 0.0 /System/Library/CoreServices/CrashReporterSupportHelper\n 0.0 /System/Library/ExtensionKit/Extensions/NeptuneOneWallpaper.appex/Contents/MacOS/NeptuneOneWallpaper\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperAerialsExtension.appex/Contents/MacOS/WallpaperAerialsExtension\n 0.0 /System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/fairplayd\n 2.8 /Applications/Slack.app/Contents/MacOS/Slack\n 47.3 /Applications/Ghostty.app/Contents/MacOS/ghostty\n 2.0 /Applications/WeChat.app/Contents/MacOS/WeChat\n 0.0 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock\n 0.0 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer\n 0.0 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder\n 0.0 /System/Library/Frameworks/QuickLookUI.framework/Versions/A/XPCServices/QuickLookUIService.xpc/Contents/MacOS/QuickLookUIService\n 0.0 automountd\n 0.0 /System/Library/PrivateFrameworks/AMPDevices.framework/Versions/A/Support/AMPDeviceDiscoveryAgent\n 0.0 /Library/Input Methods/WeType.app/Contents/PlugIns/WeTypeFinderSync.appex/Contents/MacOS/WeTypeFinderSync\n 0.0 /System/Applications/Siri AI.app/Contents/MacOS/Siri AI\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkahp.bundle/Contents/MacOS/ctkahp\n 0.0 /System/Library/Frameworks/InputMethodKit.framework/Resources/imklaunchagent\n 0.0 /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/XPCServices/CursorUIViewService.xpc/Contents/MacOS/CursorUIViewService\n 0.0 /System/Library/PrivateFrameworks/AgentSessionKitRuntime.framework/Versions/A/agentstored\n 0.0 /Applications/WeChat.app/Contents/Frameworks/crashpad_handler\n 0.0 /System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/Contents/Extensions/SafariWidgetExtension.appex/Contents/MacOS/SafariWidgetExtension\n 0.0 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer\n 0.0 /System/Applications/Clock.app/Contents/PlugIns/WorldClockWidget.appex/Contents/MacOS/WorldClockWidget\n 0.0 /System/Applications/Weather.app/Contents/PlugIns/WeatherWidget.appex/Contents/MacOS/WeatherWidget\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeEnergyWidgetsExtension.appex/Contents/MacOS/HomeEnergyWidgetsExtension\n 0.0 /System/Applications/Stocks.app/Contents/PlugIns/StocksWidget.appex/Contents/MacOS/StocksWidget\n 0.0 /Applications/Slack.app/Contents/Frameworks/Electron Framework.framework/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 3.5 /Applications/Slack.app/Contents/Frameworks/Slack Helper (Renderer).app/Contents/MacOS/Slack Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/MacOS/WeChatAppEx\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (GPU).app/Contents/MacOS/WeChatAppEx Helper (GPU)\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperLegacyExtension.appex/Contents/MacOS/WallpaperLegacyExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperDynamicExtension.appex/Contents/MacOS/WallpaperDynamicExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperImageExtension.appex/Contents/MacOS/WallpaperImageExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperMacintoshExtension.appex/Contents/MacOS/WallpaperMacintoshExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSonomaExtension.appex/Contents/MacOS/WallpaperSonomaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSequoiaExtension.appex/Contents/MacOS/WallpaperSequoiaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperGradientExtension.appex/Contents/MacOS/WallpaperGradientExtension\n 0.0 /Applications/CorpLink.app/Contents/Frameworks/CorplinkNe.app/Contents/MacOS/CorplinkNe\n 0.0 /System/Library/Image Capture/Support/icdd\n 0.0 /opt/homebrew/opt/postgresql@14/bin/postgres\n 0.0 /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent\n 0.0 /System/Library/CoreServices/TextInputMenuAgent.app/Contents/MacOS/TextInputMenuAgent\n 0.6 /Applications/ClashMac.app/Contents/MacOS/ClashMac\n 0.0 /Applications/Shottr.app/Contents/MacOS/Shottr\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/bin/simdiskimaged\n 0.0 /System/Applications/Calendar.app/Contents/PlugIns/CalendarWidgetExtension.appex/Contents/MacOS/CalendarWidgetExtension\n 0.0 /System/Library/CoreServices/Batteries.app/Contents/PlugIns/BatteriesAvocadoWidgetExtension.appex/Contents/MacOS/BatteriesAvocadoWidgetExtension\n 0.0 postgres: checkpointer \n 0.0 postgres: background writer \n 0.0 postgres: walwriter \n 0.0 postgres: autovacuum launcher \n 0.0 postgres: stats collector \n 0.0 postgres: logical replication launcher \n 0.0 /System/Library/CoreServices/diagnosticservicesd\n 0.0 /System/Applications/Podcasts.app/Contents/PlugIns/PodcastsWidget.appex/Contents/MacOS/PodcastsWidget\n 0.0 /System/Library/CoreServices/Screen Time.app/Contents/PlugIns/ScreenTimeWidgetExtension.appex/Contents/MacOS/ScreenTimeWidgetExtension\n 0.0 /System/Applications/Reminders.app/Contents/PlugIns/RemindersWidgetExtension.appex/Contents/MacOS/RemindersWidgetExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetItems.appex/Contents/MacOS/FindMyWidgetItems\n 0.0 /System/Library/CoreServices/PeopleViewService.app/Contents/PlugIns/PeopleWidget_macOSExtension.appex/Contents/MacOS/PeopleWidget_macOSExtension\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetPeople.appex/Contents/MacOS/FindMyWidgetPeople\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgetsSecure.appex/Contents/MacOS/JournalWidgetsSecure\n 0.0 /System/Applications/Tips.app/Contents/PlugIns/TipsWidgetExtension.appex/Contents/MacOS/TipsWidgetExtension\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeWidget.appex/Contents/MacOS/HomeWidget\n 0.0 /System/Applications/Photos.app/Contents/PlugIns/PhotosReliveWidget.appex/Contents/MacOS/PhotosReliveWidget\n 0.0 /System/Applications/Notes.app/Contents/PlugIns/com.apple.Notes.WidgetExtension.appex/Contents/MacOS/com.apple.Notes.WidgetExtension\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgets.appex/Contents/MacOS/JournalWidgets\n 0.0 /System/Applications/System Settings.app/Contents/PlugIns/SettingsImportExtension.appex/Contents/MacOS/SettingsImportExtension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated\n 0.0 /System/Library/ExtensionKit/Extensions/DesktopSettingsIntents.appex/Contents/MacOS/DesktopSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSettingsIntents.appex/Contents/MacOS/WallpaperSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ControlCenterSettingsIntents.appex/Contents/MacOS/ControlCenterSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BluetoothSettingsAppIntentsWidgetExtension.appex/Contents/MacOS/BluetoothSettingsAppIntentsWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/DateTimeIntentsExtension.appex/Contents/MacOS/DateTimeIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/MouseIntentsExtension.appex/Contents/MacOS/MouseIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/TimeMachineSettingsIntents.appex/Contents/MacOS/TimeMachineSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/NotificationsSettingsIntents.appex/Contents/MacOS/NotificationsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/TrackpadIntentsExtension.appex/Contents/MacOS/TrackpadIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/BatterySettingsIntentsExtension.appex/Contents/MacOS/BatterySettingsIntentsExtension\n 0.0 /System/Library/PrivateFrameworks/WeatherDaemon.framework/weatherd\n 0.0 /usr/libexec/spotlightknowledged.importer\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/Contents/MacOS/com.apple.CoreSimulator.CoreSimulatorService\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/SimulatorTrampoline.xpc/Contents/MacOS/SimulatorTrampoline\n 0.0 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell\n 0.0 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/callservicesd\n 0.0 /System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/Keychain Circle Notification\n 0.0 /System/Library/Frameworks/Contacts.framework/Support/contactsd\n 0.0 /System/Library/CoreServices/PowerChime.app/Contents/MacOS/PowerChime\n 0.0 /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServices/com.apple.AmbientDisplayAgent.xpc/Contents/MacOS/com.apple.AmbientDisplayAgent\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/Resources/VDCAssistant\n 0.0 /System/Library/Input Methods/PressAndHold.app/Contents/PlugIns/PAH_Extension.appex/Contents/MacOS/PAH_Extension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/bin/ssh-agent\n 0.0 /System/Library/CoreServices/CoreServicesUIAgent.app/Contents/MacOS/CoreServicesUIAgent\n 0.0 /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/Support/suggestd\n 0.0 /System/Library/PrivateFrameworks/AMPLibrary.framework/Versions/A/Support/AMPArtworkAgent\n 0.0 /System/Library/CoreServices/UserNotificationCenter.app/Contents/MacOS/UserNotificationCenter\n 0.0 /System/Library/Input Methods/SCIM.app/Contents/PlugIns/SCIM_Extension.appex/Contents/MacOS/SCIM_Extension\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdwrite\n 0.0 /System/Library/PrivateFrameworks/HearingCore.framework/heard\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/OrbStack.app/Contents/MacOS/OrbStack\n 7.6 /Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper.app/Contents/MacOS/OrbStack Helper\n 0.0 /usr/libexec/InternetSharing\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/dhcp6d\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/containermanagerd_system\n 0.0 /usr/libexec/sysmond\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/SystemConfiguration/EAPOLController.bundle/Contents/Resources/eapolclient\n 0.0 /usr/libexec/aned\n 0.0 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/XPCServices/ANECompilerService.xpc/Contents/MacOS/ANECompilerService\n 0.0 /usr/sbin/netbiosd\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 6.6 /Users/jason/.codex/computer-use/Codex Computer Use.app/Contents/MacOS/SkyComputerUseService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/KerberosHelper/Helpers/DiskUnmountWatcher\n 0.0 /usr/libexec/mobileassetd\n 0.0 /usr/libexec/sandboxd\n 0.0 /System/Library/PrivateFrameworks/MobileAssetDaemon.framework/Versions/A/XPCServices/com.apple.MobileAsset.DownloadService.Builtin.xpc/Contents/MacOS/com.apple.MobileAsset.DownloadService.Builtin\n 0.0 /usr/libexec/nsurlsessiond\n 0.0 /System/Library/CoreServices/iconservicesagent\n 0.0 /System/Library/CoreServices/iconservicesd\n 0.0 /private/tmp/GpuiOmarchyA11yCheck.app/Contents/MacOS/gallery\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.1 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 2.1 /System/Library/CoreServices/UniversalControl.app/Contents/MacOS/UniversalControl\n 0.0 /usr/libexec/replayd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted\n 0.0 /usr/libexec/pkd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted_helper\n 0.0 /System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter\n 0.0 /usr/libexec/nehelper\n 0.0 /usr/libexec/usermanagerd\n 0.0 /usr/libexec/neagent\n 0.0 /System/Library/PrivateFrameworks/CoreADI.framework/adid\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/XPCServices/AssetCacheLocatorService.xpc/Contents/MacOS/AssetCacheLocatorService\n 0.0 /System/Library/PrivateFrameworks/CloudTelemetry.framework/Support/cloudtelemetryd\n 0.0 /usr/libexec/ospredictiond\n 0.0 /usr/libexec/promotedcontentd\n 0.0 /usr/libexec/fairplaydeviceidentityd\n 0.0 /usr/libexec/AirPlayXPCHelper\n 0.0 /usr/libexec/countryd\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/PrivateFrameworks/AMPLibrary.framework/Versions/A/Support/AMPLibraryAgent\n 0.0 /System/Library/CoreServices/Siri.app/Contents/MacOS/Siri\n 0.0 /usr/libexec/secinitd\n 0.0 /System/Library/Frameworks/SystemExtensions.framework/Versions/A/Helpers/sysextd\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /usr/libexec/logd_helper\n 0.6 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/coreduetd\n 0.0 /usr/libexec/knowledge-agent\n 0.0 /usr/libexec/securityd_system\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistantd\n 0.0 /System/Library/CoreServices/Siri.app/Contents/XPCServices/SiriNCService.xpc/Contents/MacOS/SiriNCService\n 0.0 /usr/libexec/siriknowledged\n 0.0 /System/Library/PrivateFrameworks/ContinuousDialogManagerService.framework/assistant_cdmd\n 0.0 /System/Library/PrivateFrameworks/GenerativeExperiencesRuntime.framework/Versions/A/generativeexperiencesd\n 0.0 /usr/libexec/assetsubscriptiond\n 0.0 /System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/speechmaintenanced\n 0.0 /System/Library/PrivateFrameworks/SiriTTSService.framework/sirittsd\n 0.0 /System/Library/PrivateFrameworks/IntelligenceFlowContextRuntime.framework/Versions/A/intelligencecontextd\n 0.0 /System/Library/PrivateFrameworks/ModelCatalogRuntime.framework/Versions/A/modelcatalogd\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/DeviceConfigurationAgent\n 0.0 /System/Library/PrivateFrameworks/CoreParsec.framework/parsecd\n 0.0 /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/Resources/familycircled\n 0.0 /System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/deviceconfigurationd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/libexec/triald\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServices.framework/Resources/amsaccountsd\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd\n 0.0 /System/Library/PrivateFrameworks/CloudSubscriptionFeatures.framework/FeatureAccessAgent\n 0.0 /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/Support/followupd\n 0.0 /usr/libexec/appleaccountd\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/rtcreportingd\n 0.0 /opt/homebrew/Cellar/python@3.11/3.11.0/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python\n 0.0 ps\n 0.0 /Library/Apple/System/Library/PrivateFrameworks/RemotePairing.framework/Versions/A/XPCServices/remotepairingd.xpc/Contents/MacOS/remotepairingd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsagent\n 0.0 /usr/libexec/mobileactivationd\n 0.0 /usr/libexec/storagekitd\n 0.0 /System/Library/PrivateFrameworks/CoreCDP.framework/Versions/A/Resources/cdpd\n 0.0 /System/Library/PrivateFrameworks/SessionCore.framework/Support/liveactivitiesd\n 0.0 /usr/libexec/milod\n 0.0 /System/Library/CoreServices/TimeMachine/backupd-helper\n 0.0 /System/Library/PrivateFrameworks/DoNotDisturbServer.framework/Support/donotdisturbd\n 0.0 /System/Library/PrivateFrameworks/AppleCredentialManager.framework/AppleCredentialManagerDaemon\n 0.0 /System/Library/PrivateFrameworks/AppSSO.framework/Support/AppSSODaemon\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreautha.bundle/Contents/MacOS/coreautha\n 0.0 /usr/libexec/findmylocateagent\n 0.0 /System/Library/CoreServices/TextInputSwitcher.app/Contents/MacOS/TextInputSwitcher\n 0.0 /System/Library/PrivateFrameworks/ReplicatorCore.framework/Support/replicatord\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/UsageTracking.framework/Versions/A/UsageTrackingAgent\n 0.0 /System/Library/Frameworks/ManagedSettings.framework/Versions/A/ManagedSettingsAgent\n 0.0 /usr/libexec/nesessionmanager\n 0.0 /usr/libexec/inputanalyticsd\n 0.0 /usr/sbin/spindump\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/PrivateFrameworks/StatusKit.framework/StatusKitAgent\n 0.0 /usr/libexec/peakpowermanagerd\n 0.0 /System/Applications/Calendar.app/Contents/MacOS/Calendar\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Contents/MacOS/com.apple.dock.extra\n 0.0 /System/Library/PrivateFrameworks/MapsSync.framework/mapssyncd\n 0.0 /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/XPCServices/PerfPowerTelemetryClientRegistrationService.xpc/Contents/MacOS/PerfPowerTelemetryClientRegistrationService\n 0.0 /usr/libexec/powerexperienced\n 0.0 /usr/libexec/PowerUIAgent\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysis.framework/Versions/A/mediaanalysisd\n 0.0 /System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd\n 0.0 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/Support/photolibraryd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/CoreServices/ScopedBookmarkAgent\n 0.0 /System/Library/PrivateFrameworks/CommunicationTrust.framework/Support/communicationtrustd\n 0.0 /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Versions/A/Support/photoanalysisd\n 0.0 /System/Cryptexes/App/usr/libexec/AuthenticationServicesAgent\n 0.0 cloudphotod\n 0.0 /System/Library/ExtensionKit/Extensions/GenerativeExperiencesSafetyInferenceProvider.appex/Contents/MacOS/GenerativeExperiencesSafetyInferenceProvider\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/aneuserd\n 0.0 /usr/libexec/mlhostd\n 0.0 /usr/libexec/searchpartyuseragent\n 0.0 /System/Library/PrivateFrameworks/ContactsDonation.framework/Versions/A/Support/contactsdonationagent\n 0.0 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/com.apple.Safari.SafeBrowsing.Service\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 0.0 /usr/libexec/keychainsharingmessagingd\n 0.0 /usr/libexec/findmybeaconingd\n 0.0 /usr/libexec/symptomsd-diag\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /usr/libexec/textunderstandingd\n 0.0 /usr/libexec/fskitd\n 0.0 /usr/libexec/findmydevice-user-agent\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Support/softwareupdated\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Versions/A/XPCServices/com.apple.MobileSoftwareUpdate.CleanupPreparePathService.xpc/Contents/MacOS/com.apple.MobileSoftwareUpdate.CleanupPreparePathService\n 0.0 /usr/libexec/findmydeviced\n 0.0 /usr/libexec/triald_system\n 0.0 /usr/libexec/AssetCache/AssetCache\n 0.0 /System/Library/Frameworks/QuickLookThumbnailing.framework/Support/com.apple.quicklook.ThumbnailsAgent\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/geodMachServiceBridge\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServicesExtensions.framework/XPCServices/AssetCacheTetheratorService.xpc/Contents/MacOS/AssetCacheTetheratorService\n 0.0 /System/Library/PrivateFrameworks/TrialServer.framework/Versions/A/XPCServices/TrialArchivingService.xpc/Contents/MacOS/TrialArchivingService\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveCore.framework/Versions/A/Support/bird\n 0.0 /System/Library/PrivateFrameworks/ShazamEvents.framework/shazameventsd\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveService.framework/XPCServices/ContainerMetadataExtractor.xpc/Contents/MacOS/ContainerMetadataExtractor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/AppPredictionFoundation.framework/Versions/A/XPCServices/AppPredictionIntentsHelperService.xpc/Contents/MacOS/AppPredictionIntentsHelperService\n 0.0 /usr/libexec/seputil\n 0.0 /usr/libexec/online-auth-agent\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/Versions/A/intelligenceplatformd\n 0.0 /usr/libexec/hidd\n 0.0 /usr/libexec/wifianalyticsd\n 0.0 /usr/libexec/amfid\n 0.0 /usr/libexec/powerdatad\n 0.0 /usr/libexec/seserviced\n 0.0 /usr/libexec/nfcd\n 0.0 /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/Support/recentsd\n 0.0 /System/Library/PrivateFrameworks/NearFieldPrivateServices.framework/Versions/A/XPCServices/NFStorageServer.xpc/Contents/MacOS/NFStorageServer\n 0.0 /usr/libexec/bluetoothuserd\n 0.0 /System/Applications/Notes.app/Contents/MacOS/Notes\n 0.0 /System/Library/Frameworks/ManagedAppDistribution.framework/Support/managedappdistributiond\n 0.0 /System/Library/PrivateFrameworks/InstallCoordination.framework/Support/installcoordinationd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/colorsync.displayservices\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/ExtensionKit/Extensions/ImageThumbnailExtension.appex/Contents/MacOS/ImageThumbnailExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/Frameworks/ColorSync.framework/Versions/A/XPCServices/com.apple.ColorSyncXPCAgent.xpc/Contents/MacOS/com.apple.ColorSyncXPCAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/colorsyncd\n 0.0 /System/Library/CryptoTokenKit/com.apple.ifdreader.slotd/Contents/MacOS/com.apple.ifdreader\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AXAssetLoader.framework/Support/axassetsd\n 0.0 /System/Library/PrivateFrameworks/EmailDaemon.framework/Versions/A/maild\n 0.0 /usr/libexec/dmd\n 0.0 /System/Library/PrivateFrameworks/Categories.framework/Versions/A/XPCServices/CategoriesService.xpc/Contents/MacOS/CategoriesService\n 0.0 /System/Library/CoreServices/CoreLocationAgent.app/Contents/MacOS/CoreLocationAgent\n 0.0 /System/Library/PrivateFrameworks/VoiceShortcuts.framework/Versions/A/Support/siriactionsd\n 0.0 /System/Library/PrivateFrameworks/WorkflowKit.framework/XPCServices/ShortcutsViewService.xpc/Contents/MacOS/ShortcutsViewService\n 0.0 /System/Library/PrivateFrameworks/MobileTimer.framework/Executables/mobiletimerd\n 0.0 /System/Library/CoreServices/pbs\n 0.0 /usr/libexec/naturallanguaged\n 0.0 /System/Library/PrivateFrameworks/SiriAnalytics.framework/Versions/A/XPCServices/SAExtensionOrchestrator.xpc/Contents/MacOS/SAExtensionOrchestrator\n 0.0 /System/Library/ExtensionKit/Extensions/GMSSELFIngestor.appex/Contents/MacOS/GMSSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTelemetrySELFIngestor.appex/Contents/MacOS/IFTelemetrySELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/BiomeSELFIngestor.appex/Contents/MacOS/BiomeSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/AppleIntelligenceReportingSELFIngestor.appex/Contents/MacOS/AppleIntelligenceReportingSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTranscriptSELFIngestor.appex/Contents/MacOS/IFTranscriptSELFIngestor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Longbridge Nightly.app/Contents/MacOS/longbridge\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XProtectBridgeService.xpc/Contents/MacOS/XProtectBridgeService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/warmd_agent\n 0.0 /usr/libexec/warmd\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /usr/libexec/mmaintenanced\n 0.0 /System/Library/PrivateFrameworks/IMDPersistence.framework/XPCServices/IMDPersistenceAgent.xpc/Contents/MacOS/IMDPersistenceAgent\n 0.0 /usr/libexec/MTLAssetUpgraderD\n 0.0 /usr/libexec/swcd\n 0.0 /System/Library/Frameworks/MediaExtension.framework/Versions/A/Helpers/MENotificationAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CloudDocs.framework/PlugIns/com.apple.CloudDocs.iCloudDriveFileProvider.appex/Contents/MacOS/com.apple.CloudDocs.iCloudDriveFileProvider\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysisAccess.framework/Versions/A/XPCServices/mediaanalysisd-access.xpc/Contents/MacOS/mediaanalysisd-access\n 0.0 /System/Library/PrivateFrameworks/JetCore.framework/Support/jetpackassetd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/PrivateFrameworks/Synapse.framework/Support/contentlinkingd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/Frameworks/wxplayer\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /usr/libexec/remindd\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeCore.framework/Versions/A/ScreenTimeAgent\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeSettingsFoundation.framework/Versions/A/ScreenTimeSettingsAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistant_service\n 0.0 /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/PlugIns/ShareSheetUI.appex/Contents/MacOS/ShareSheetUI\n 0.0 /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/PlugIns/AirDrop.appex/Contents/MacOS/AirDrop\n 0.0 /usr/libexec/SidecarRelay\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Applications/Mail.app/Contents/PlugIns/com.apple.mail.SpotlightIndexExtension.appex/Contents/MacOS/com.apple.mail.SpotlightIndexExtension\n 0.0 /System/iOSSupport/System/Library/PrivateFrameworks/HomeEnergyDaemon.framework/Support/homeenergyd\n 0.0 /System/Library/CoreServices/ReportSystemMemory\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.8 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/audioanalyticsd\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/DiskImages.framework/Resources/hdiejectd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/linkd\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 1.9 /Users/jason/Library/Application Support/ClashMac/core/current\n 0.0 \n 0.0 \n 0.0 \n 0.0 /System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd\n 0.0 /opt/homebrew/bin/sccache\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 1.4 /usr/libexec/PerfPowerServices\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/DockHelper.xpc/Contents/MacOS/DockHelper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/Versions/A/XPCServices/IntelligencePlatformComputeService.xpc/Contents/MacOS/IntelligencePlatformComputeService\n 0.0 /System/Library/Frameworks/GroupActivities.framework/Versions/A/XPCServices/GroupSessionService.xpc/Contents/MacOS/GroupSessionService\n 0.0 /usr/libexec/keybagd\n 0.0 /Applications/Mado.app/Contents/MacOS/Mado\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.GPU.xpc/Contents/MacOS/com.apple.WebKit.GPU\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.Networking.xpc/Contents/MacOS/com.apple.WebKit.Networking\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/XPCServices/csnameddatad.xpc/Contents/MacOS/csnameddatad\n 0.0 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.2 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XprotectService.xpc/Contents/MacOS/XprotectService\n 0.0 /usr/libexec/taskgated\n 0.0 /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Resources/universalAccessAuthWarn.app/Contents/MacOS/universalAccessAuthWarn\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/tailspind\n 0.0 /System/Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/com.apple.CodeSigningHelper.xpc/Contents/MacOS/com.apple.CodeSigningHelper\n 2.1 Contents/Library/LoginItems/OpenLogi Agent.app/Contents/MacOS/openlogi-agent\n 0.0 /Applications/OpenLogi.app/Contents/Library/LoginItems/OpenLogi Overlay.app/Contents/MacOS/openlogi-overlay\n 0.0 /usr/libexec/spindump_agent\n 0.0 /usr/libexec/assessmentagent\n 0.0 /usr/libexec/feedbackd\n 0.0 /usr/libexec/gamecontrollerd\n 0.0 /usr/libexec/gamecontrolleragentd\n 0.0 /usr/libexec/cryptexd\n 0.0 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/commerce\n 0.0 /usr/libexec/diskimagesiod\n 0.0 /usr/libexec/GamePolicyAgent\n 0.0 /System/Library/PrivateFrameworks/People.framework/peopled\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 4.6 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.6 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /usr/sbin/systemsoundserverd\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/AudioComponentRegistrar\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /usr/sbin/BTLEServerAgent\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager\n 0.0 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/TrustedPeersHelper.xpc/Contents/MacOS/TrustedPeersHelper\n 0.0 /System/Library/CoreServices/Setup Assistant.app/Contents/Resources/mbuseragent\n 0.0 /Users/jason/Applications/Chrome Apps.localized/Gmail.app/Contents/MacOS/app_mode_loader\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AccessibilitySupport.framework/Versions/A/Resources/AccessibilityVisualsAgent.app/Contents/MacOS/AccessibilityVisualsAgent\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Squirrel.framework/Resources/ShipIt\n 0.0 /System/Library/PrivateFrameworks/PrivateCloudCompute.framework/privatecloudcomputed.app/Contents/MacOS/privatecloudcomputed\n 0.0 /System/Library/PrivateFrameworks/SuggestedImage.framework/Support/imageplaygroundd\n 0.0 /usr/libexec/filevaultd\n 0.0 /usr/libexec/proactived\n 0.1 /usr/libexec/networkserviceproxy\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/system_installd\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/installd\n 0.0 /System/Library/ExtensionKit/Extensions/ClassroomDeviceExpert.appex/Contents/MacOS/ClassroomDeviceExpert\n 0.0 /System/Library/ExtensionKit/Extensions/FamilyIntents.appex/Contents/MacOS/FamilyIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PlaceholderSettingsSearchTermsIntents.appex/Contents/MacOS/PlaceholderSettingsSearchTermsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/AccountsUISettingsAppIntents.appex/Contents/MacOS/AccountsUISettingsAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/VpnSettingsIntents.appex/Contents/MacOS/VpnSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PrefPaneSearchIntent.appex/Contents/MacOS/PrefPaneSearchIntent\n 0.0 /System/Library/ExtensionKit/Extensions/InternationalSettingsExtension.appex/Contents/MacOS/InternationalSettingsExtension\n 0.0 /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/XPCServices/LookupViewService.xpc/Contents/MacOS/LookupViewService\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 caffeinate\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 11.4 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.4 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 node\n 5.9 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 1.1 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 1.8 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.7 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n", + "host_cpu_end": " %CPU COMM\n 0.0 /sbin/launchd\n 0.0 /System/Library/ExtensionKit/Extensions/StartupDiskWidgetExtension.appex/Contents/MacOS/StartupDiskWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameCenterSettingsSearchExtension.appex/Contents/MacOS/GameCenterSettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/PasswordSettingsAppIntentsExtension.appex/Contents/MacOS/PasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AccessibilitySettingsSearchExtension.appex/Contents/MacOS/AccessibilitySettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AppleAccountIntents_macOS.appex/Contents/MacOS/AppleAccountIntents_macOS\n 0.0 /System/Library/ExtensionKit/Extensions/WiFiMacSettingsIntents.appex/Contents/MacOS/WiFiMacSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/DoNotDisturbAppIntents.appex/Contents/MacOS/DoNotDisturbAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/CDsAndDvDsSettingsIntents.appex/Contents/MacOS/CDsAndDvDsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ScreenTimeAppIntentsExtension.appex/Contents/MacOS/ScreenTimeAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ProfilesSettingsIntents.appex/Contents/MacOS/ProfilesSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/KeyboardSettingsIntents.appex/Contents/MacOS/KeyboardSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BiometricsAndPasswordSettingsAppIntentsExtension.appex/Contents/MacOS/BiometricsAndPasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ClassKitAppIntents.appex/Contents/MacOS/ClassKitAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SpotlightSettingsIntentsExtension.appex/Contents/MacOS/SpotlightSettingsIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameControllerSettingsIntents.appex/Contents/MacOS/GameControllerSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SoftwareUpdateSettingsExtensionIntents.appex/Contents/MacOS/SoftwareUpdateSettingsExtensionIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SiriSetupSettingsIntents.appex/Contents/MacOS/SiriSetupSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/StorageSettingsIntentsExtension.appex/Contents/MacOS/StorageSettingsIntentsExtension\n 0.2 /usr/libexec/logd\n 0.0 /usr/libexec/smd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Support/fseventsd\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/libexec/configd\n 0.0 /System/Library/CoreServices/powerd.bundle/powerd\n 0.0 /usr/libexec/IOMFB_bics_daemon\n 0.0 /usr/libexec/remoted\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd_system\n 0.0 /usr/libexec/watchdogd\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds\n 0.0 /usr/libexec/kernelmanagerd\n 0.0 /usr/libexec/diskarbitrationd\n 0.0 /usr/sbin/syslogd\n 0.0 /usr/libexec/thermalmonitord\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/contextstored\n 0.0 /usr/libexec/xprotectd\n 0.0 /usr/libexec/opendirectoryd\n 0.0 /System/Library/PrivateFrameworks/ApplePushService.framework/apsd\n 0.0 /System/Library/CoreServices/launchservicesd\n 0.0 /usr/libexec/timed\n 0.0 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/usbmuxd\n 0.0 /usr/sbin/securityd\n 0.0 /usr/libexec/locationd\n 0.0 autofsd\n 0.0 /usr/libexec/dasd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/logind\n 0.0 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Support/revisiond\n 0.0 /usr/sbin/KernelEventAgent\n 0.7 /usr/sbin/bluetoothd\n 0.0 /usr/sbin/notifyd\n 0.0 /usr/libexec/corebrightnessd\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/com.apple.cmio.registerassistantservice\n 24.4 /System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/sbin/cfprefsd\n 0.5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow\n 0.0 /usr/libexec/runningboardd\n 0.0 /System/Library/CoreServices/coreservicesd\n 0.0 /usr/libexec/trustd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd\n 0.0 /usr/libexec/lsd\n 0.3 /usr/sbin/mDNSResponder\n 0.0 /usr/libexec/apfsd\n 0.0 /usr/sbin/cupsd\n 0.0 /usr/libexec/biometrickitd\n 0.0 /usr/libexec/ApplicationFirewall/socketfilterfw\n 0.0 /usr/libexec/airportd\n 0.0 /usr/libexec/symptomsd\n 0.0 /usr/sbin/mDNSResponderHelper\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/authd.xpc/Contents/MacOS/authd\n 0.0 /usr/libexec/syspolicyd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/SystemStatusServer.framework/Support/systemstatusd\n 0.0 /System/Library/CoreServices/TimeMachine/backupd\n 0.0 /usr/libexec/eligibilityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Resources/backgroundtaskmanagementd\n 0.0 /usr/sbin/WirelessRadioManagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/gamepolicyd\n 0.0 /usr/libexec/com.apple.cmio.videodriverkithostextension.systemextension/Contents/MacOS/com.apple.cmio.videodriverkithostextension\n 0.0 /usr/sbin/appleh13camerad\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/suhelperd\n 0.0 /usr/libexec/searchpartyd\n 0.0 /System/Library/DriverExtensions/com.apple.DriverKit-IOUserDockChannelSerial.dext/com.apple.DriverKit-IOUserDockChannelSerial\n 1.2 /System/Library/DriverExtensions/com.apple.DriverKit-AppleBCMWLAN.dext/com.apple.DriverKit-AppleBCMWLAN\n 0.1 /System/Library/DriverExtensions/com.apple.AppleUserHIDDrivers.dext/com.apple.AppleUserHIDDrivers\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/cron\n 0.0 /usr/sbin/coreaudiod\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/osanalyticshelper\n 0.0 Core Audio Driver (BDByteCastVirtualSoundCard.driver)\n 0.0 Core Audio Driver (BlackHole2ch.driver)\n 0.1 /usr/libexec/clocksyncd\n 0.3 /usr/sbin/BTLEServer\n 0.6 /usr/libexec/wifip2pd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/appleeventsd\n 0.0 /usr/sbin/distnoted\n 0.0 Contents/Library/LaunchServices/app.clashmac.helper\n 0.0 /Library/Application Support/Ava/Reveal/contentng/contentng\n 0.0 /bin/sh\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/PrivilegedHelperTools/io.github.clash-verge-rev.clash-verge-rev.service.bundle/Contents/MacOS/clash-verge-service\n 0.0 /usr/local/corplink/corplink-service\n 0.0 /usr/local/lib/mihari/mihari\n 0.0 /nix/var/nix/profiles/default/bin/nix-daemon\n 0.0 /usr/libexec/cameracaptured\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/UVCAssistant.systemextension/Contents/MacOS/UVCAssistant\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kdc\n 0.2 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /usr/libexec/rosetta/oahd\n 0.0 /usr/libexec/audiomxd\n 0.0 /usr/sbin/distnoted\n 0.1 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds_stores\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/SubmitDiagInfo\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/DriverExtensions/IOUserBluetoothSerialDriver.dext/IOUserBluetoothSerialDriver\n 0.0 /usr/libexec/secd\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd\n 0.0 /System/Library/CoreServices/audioaccessoryd\n 0.0 /usr/sbin/universalaccessd\n 0.0 /usr/libexec/pboard\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/BiomeAgent\n 0.0 /usr/libexec/containermanagerd\n 0.0 /usr/libexec/lsd\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/libexec/nsurlsessiond\n 0.3 /usr/libexec/rapportd\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/ContextStoreAgent\n 0.0 /usr/sbin/usernoted\n 0.0 /System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Support/BackgroundTaskManagementAgent.app/Contents/MacOS/BackgroundTaskManagementAgent\n 0.0 /System/Library/PrivateFrameworks/SystemMigrationNetwork.framework/Resources/migrationhelper\n 0.0 /usr/libexec/trustd\n 0.1 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd\n 0.0 /System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/Contents/MacOS/identityservicesd\n 0.0 /usr/libexec/ContinuityCaptureAgent\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/imagent\n 0.3 /usr/libexec/sharingd\n 0.0 /System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed\n 0.0 /usr/sbin/filecoordinationd\n 0.0 /System/Library/CoreServices/sharedfilelistd\n 0.0 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/Support/akd\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CMFSyncAgent\n 0.0 /System/Library/PrivateFrameworks/PassKitCore.framework/passd\n 0.0 /System/Library/PrivateFrameworks/CoreSymbolication.framework/coresymbolicationd\n 0.0 /usr/sbin/distnoted\n 0.1 /usr/libexec/nearbyd\n 0.0 /System/Library/CoreServices/AccessibilityUIServer.app/Contents/MacOS/AccessibilityUIServer\n 0.0 /System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/corespotlightd\n 0.0 /usr/libexec/duetexpertd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/distnoted\n 0.1 /System/Library/CoreServices/ControlCenter.app/Contents/MacOS/ControlCenter\n 0.0 /usr/libexec/wifivelocityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/talagentd\n 7.9 /System/Library/CoreServices/WindowManager.app/Contents/MacOS/WindowManager\n 0.0 /System/Library/CoreServices/WallpaperAgent.app/Contents/MacOS/WallpaperAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent\n 0.0 /usr/libexec/spotlightknowledged.updater\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/fontworker\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdbulkimport\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/CoreServices/NotificationCenter.app/Contents/MacOS/NotificationCenter\n 0.0 /System/Library/CoreServices/MenuBarAgent.app/Contents/MacOS/MenuBarAgent\n 0.0 /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoteagent\n 0.0 /System/Library/PrivateFrameworks/UserActivity.framework/Agents/useractivityd\n 0.0 /usr/libexec/avconferenced\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd\n 0.0 /System/Library/PrivateFrameworks/OnDeviceStorage.framework/Support/amsondevicestoraged\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /usr/libexec/routined\n 0.0 /usr/libexec/modelmanagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/fontd\n 0.0 /System/Library/CoreServices/diagnostics_agent\n 0.0 /System/Library/CoreServices/CrashReporterSupportHelper\n 0.0 /System/Library/ExtensionKit/Extensions/NeptuneOneWallpaper.appex/Contents/MacOS/NeptuneOneWallpaper\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperAerialsExtension.appex/Contents/MacOS/WallpaperAerialsExtension\n 0.0 /System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/fairplayd\n 0.0 /Applications/Slack.app/Contents/MacOS/Slack\n 8.9 /Applications/Ghostty.app/Contents/MacOS/ghostty\n 1.3 /Applications/WeChat.app/Contents/MacOS/WeChat\n 0.0 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock\n 0.0 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer\n 0.0 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder\n 0.0 /System/Library/Frameworks/QuickLookUI.framework/Versions/A/XPCServices/QuickLookUIService.xpc/Contents/MacOS/QuickLookUIService\n 0.0 automountd\n 0.0 /System/Library/PrivateFrameworks/AMPDevices.framework/Versions/A/Support/AMPDeviceDiscoveryAgent\n 0.0 /Library/Input Methods/WeType.app/Contents/PlugIns/WeTypeFinderSync.appex/Contents/MacOS/WeTypeFinderSync\n 0.0 /System/Applications/Siri AI.app/Contents/MacOS/Siri AI\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkahp.bundle/Contents/MacOS/ctkahp\n 0.0 /System/Library/Frameworks/InputMethodKit.framework/Resources/imklaunchagent\n 0.0 /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/XPCServices/CursorUIViewService.xpc/Contents/MacOS/CursorUIViewService\n 0.0 /System/Library/PrivateFrameworks/AgentSessionKitRuntime.framework/Versions/A/agentstored\n 0.0 /Applications/WeChat.app/Contents/Frameworks/crashpad_handler\n 0.0 /System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/Contents/Extensions/SafariWidgetExtension.appex/Contents/MacOS/SafariWidgetExtension\n 0.0 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer\n 0.0 /System/Applications/Clock.app/Contents/PlugIns/WorldClockWidget.appex/Contents/MacOS/WorldClockWidget\n 0.0 /System/Applications/Weather.app/Contents/PlugIns/WeatherWidget.appex/Contents/MacOS/WeatherWidget\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeEnergyWidgetsExtension.appex/Contents/MacOS/HomeEnergyWidgetsExtension\n 0.0 /System/Applications/Stocks.app/Contents/PlugIns/StocksWidget.appex/Contents/MacOS/StocksWidget\n 0.0 /Applications/Slack.app/Contents/Frameworks/Electron Framework.framework/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper (Renderer).app/Contents/MacOS/Slack Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/MacOS/WeChatAppEx\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (GPU).app/Contents/MacOS/WeChatAppEx Helper (GPU)\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperLegacyExtension.appex/Contents/MacOS/WallpaperLegacyExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperDynamicExtension.appex/Contents/MacOS/WallpaperDynamicExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperImageExtension.appex/Contents/MacOS/WallpaperImageExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperMacintoshExtension.appex/Contents/MacOS/WallpaperMacintoshExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSonomaExtension.appex/Contents/MacOS/WallpaperSonomaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSequoiaExtension.appex/Contents/MacOS/WallpaperSequoiaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperGradientExtension.appex/Contents/MacOS/WallpaperGradientExtension\n 0.0 /Applications/CorpLink.app/Contents/Frameworks/CorplinkNe.app/Contents/MacOS/CorplinkNe\n 0.0 /System/Library/Image Capture/Support/icdd\n 0.0 /opt/homebrew/opt/postgresql@14/bin/postgres\n 0.0 /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent\n 0.0 /System/Library/CoreServices/TextInputMenuAgent.app/Contents/MacOS/TextInputMenuAgent\n 4.1 /Applications/ClashMac.app/Contents/MacOS/ClashMac\n 0.0 /Applications/Shottr.app/Contents/MacOS/Shottr\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/bin/simdiskimaged\n 0.0 /System/Applications/Calendar.app/Contents/PlugIns/CalendarWidgetExtension.appex/Contents/MacOS/CalendarWidgetExtension\n 0.0 /System/Library/CoreServices/Batteries.app/Contents/PlugIns/BatteriesAvocadoWidgetExtension.appex/Contents/MacOS/BatteriesAvocadoWidgetExtension\n 0.0 postgres: checkpointer \n 0.0 postgres: background writer \n 0.0 postgres: walwriter \n 0.0 postgres: autovacuum launcher \n 0.0 postgres: stats collector \n 0.0 postgres: logical replication launcher \n 0.0 /System/Library/CoreServices/diagnosticservicesd\n 0.0 /System/Applications/Podcasts.app/Contents/PlugIns/PodcastsWidget.appex/Contents/MacOS/PodcastsWidget\n 0.0 /System/Library/CoreServices/Screen Time.app/Contents/PlugIns/ScreenTimeWidgetExtension.appex/Contents/MacOS/ScreenTimeWidgetExtension\n 0.0 /System/Applications/Reminders.app/Contents/PlugIns/RemindersWidgetExtension.appex/Contents/MacOS/RemindersWidgetExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetItems.appex/Contents/MacOS/FindMyWidgetItems\n 0.0 /System/Library/CoreServices/PeopleViewService.app/Contents/PlugIns/PeopleWidget_macOSExtension.appex/Contents/MacOS/PeopleWidget_macOSExtension\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetPeople.appex/Contents/MacOS/FindMyWidgetPeople\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgetsSecure.appex/Contents/MacOS/JournalWidgetsSecure\n 0.0 /System/Applications/Tips.app/Contents/PlugIns/TipsWidgetExtension.appex/Contents/MacOS/TipsWidgetExtension\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeWidget.appex/Contents/MacOS/HomeWidget\n 0.0 /System/Applications/Photos.app/Contents/PlugIns/PhotosReliveWidget.appex/Contents/MacOS/PhotosReliveWidget\n 0.0 /System/Applications/Notes.app/Contents/PlugIns/com.apple.Notes.WidgetExtension.appex/Contents/MacOS/com.apple.Notes.WidgetExtension\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgets.appex/Contents/MacOS/JournalWidgets\n 0.0 /System/Applications/System Settings.app/Contents/PlugIns/SettingsImportExtension.appex/Contents/MacOS/SettingsImportExtension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated\n 0.0 /System/Library/ExtensionKit/Extensions/DesktopSettingsIntents.appex/Contents/MacOS/DesktopSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSettingsIntents.appex/Contents/MacOS/WallpaperSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ControlCenterSettingsIntents.appex/Contents/MacOS/ControlCenterSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BluetoothSettingsAppIntentsWidgetExtension.appex/Contents/MacOS/BluetoothSettingsAppIntentsWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/DateTimeIntentsExtension.appex/Contents/MacOS/DateTimeIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/MouseIntentsExtension.appex/Contents/MacOS/MouseIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/TimeMachineSettingsIntents.appex/Contents/MacOS/TimeMachineSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/NotificationsSettingsIntents.appex/Contents/MacOS/NotificationsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/TrackpadIntentsExtension.appex/Contents/MacOS/TrackpadIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/BatterySettingsIntentsExtension.appex/Contents/MacOS/BatterySettingsIntentsExtension\n 0.0 /System/Library/PrivateFrameworks/WeatherDaemon.framework/weatherd\n 0.0 /usr/libexec/spotlightknowledged.importer\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/Contents/MacOS/com.apple.CoreSimulator.CoreSimulatorService\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/SimulatorTrampoline.xpc/Contents/MacOS/SimulatorTrampoline\n 0.0 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell\n 0.0 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/callservicesd\n 0.0 /System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/Keychain Circle Notification\n 0.0 /System/Library/Frameworks/Contacts.framework/Support/contactsd\n 0.0 /System/Library/CoreServices/PowerChime.app/Contents/MacOS/PowerChime\n 0.0 /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServices/com.apple.AmbientDisplayAgent.xpc/Contents/MacOS/com.apple.AmbientDisplayAgent\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/Resources/VDCAssistant\n 0.0 /System/Library/Input Methods/PressAndHold.app/Contents/PlugIns/PAH_Extension.appex/Contents/MacOS/PAH_Extension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/bin/ssh-agent\n 0.0 /System/Library/CoreServices/CoreServicesUIAgent.app/Contents/MacOS/CoreServicesUIAgent\n 0.0 /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/Support/suggestd\n 0.0 /System/Library/PrivateFrameworks/AMPLibrary.framework/Versions/A/Support/AMPArtworkAgent\n 0.0 /System/Library/CoreServices/UserNotificationCenter.app/Contents/MacOS/UserNotificationCenter\n 0.0 /System/Library/Input Methods/SCIM.app/Contents/PlugIns/SCIM_Extension.appex/Contents/MacOS/SCIM_Extension\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdwrite\n 0.0 /System/Library/PrivateFrameworks/HearingCore.framework/heard\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/OrbStack.app/Contents/MacOS/OrbStack\n 2.3 /Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper.app/Contents/MacOS/OrbStack Helper\n 0.0 /usr/libexec/InternetSharing\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/dhcp6d\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/containermanagerd_system\n 0.0 /usr/libexec/sysmond\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/SystemConfiguration/EAPOLController.bundle/Contents/Resources/eapolclient\n 0.0 /usr/libexec/aned\n 0.0 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/XPCServices/ANECompilerService.xpc/Contents/MacOS/ANECompilerService\n 0.0 /usr/sbin/netbiosd\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/KerberosHelper/Helpers/DiskUnmountWatcher\n 0.0 /usr/libexec/mobileassetd\n 0.0 /usr/libexec/sandboxd\n 0.0 /System/Library/PrivateFrameworks/MobileAssetDaemon.framework/Versions/A/XPCServices/com.apple.MobileAsset.DownloadService.Builtin.xpc/Contents/MacOS/com.apple.MobileAsset.DownloadService.Builtin\n 0.0 /usr/libexec/nsurlsessiond\n 0.0 /System/Library/CoreServices/iconservicesagent\n 0.0 /System/Library/CoreServices/iconservicesd\n 0.0 /private/tmp/GpuiOmarchyA11yCheck.app/Contents/MacOS/gallery\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.2 /System/Library/CoreServices/UniversalControl.app/Contents/MacOS/UniversalControl\n 0.0 /usr/libexec/replayd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted\n 0.0 /usr/libexec/pkd\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted_helper\n 0.0 /System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter\n 0.0 /usr/libexec/nehelper\n 0.0 /usr/libexec/usermanagerd\n 0.0 /usr/libexec/neagent\n 0.0 /System/Library/PrivateFrameworks/CoreADI.framework/adid\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/XPCServices/AssetCacheLocatorService.xpc/Contents/MacOS/AssetCacheLocatorService\n 0.0 /System/Library/PrivateFrameworks/CloudTelemetry.framework/Support/cloudtelemetryd\n 0.0 /usr/libexec/ospredictiond\n 0.0 /usr/libexec/promotedcontentd\n 0.0 /usr/libexec/fairplaydeviceidentityd\n 0.0 /usr/libexec/AirPlayXPCHelper\n 0.0 /usr/libexec/countryd\n 0.1 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/CoreServices/Siri.app/Contents/MacOS/Siri\n 0.0 /usr/libexec/secinitd\n 0.0 /System/Library/Frameworks/SystemExtensions.framework/Versions/A/Helpers/sysextd\n 0.0 /usr/libexec/logd_helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/coreduetd\n 0.0 /usr/libexec/knowledge-agent\n 0.0 /usr/libexec/securityd_system\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistantd\n 0.0 /System/Library/CoreServices/Siri.app/Contents/XPCServices/SiriNCService.xpc/Contents/MacOS/SiriNCService\n 0.0 /usr/libexec/siriknowledged\n 0.0 /System/Library/PrivateFrameworks/ContinuousDialogManagerService.framework/assistant_cdmd\n 0.0 /System/Library/PrivateFrameworks/GenerativeExperiencesRuntime.framework/Versions/A/generativeexperiencesd\n 0.0 /usr/libexec/assetsubscriptiond\n 0.0 /System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/speechmaintenanced\n 0.0 /System/Library/PrivateFrameworks/SiriTTSService.framework/sirittsd\n 0.0 /System/Library/PrivateFrameworks/IntelligenceFlowContextRuntime.framework/Versions/A/intelligencecontextd\n 0.0 /System/Library/PrivateFrameworks/ModelCatalogRuntime.framework/Versions/A/modelcatalogd\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/DeviceConfigurationAgent\n 0.0 /System/Library/PrivateFrameworks/CoreParsec.framework/parsecd\n 0.0 /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/Resources/familycircled\n 0.0 /System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/DeviceConfiguration.framework/Versions/A/deviceconfigurationd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/libexec/triald\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServices.framework/Resources/amsaccountsd\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd\n 0.0 /System/Library/PrivateFrameworks/CloudSubscriptionFeatures.framework/FeatureAccessAgent\n 0.0 /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/Support/followupd\n 0.0 /usr/libexec/appleaccountd\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/rtcreportingd\n 0.0 /opt/homebrew/Cellar/python@3.11/3.11.0/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python\n 0.0 /Library/Apple/System/Library/PrivateFrameworks/RemotePairing.framework/Versions/A/XPCServices/remotepairingd.xpc/Contents/MacOS/remotepairingd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsagent\n 0.0 /usr/libexec/mobileactivationd\n 0.0 /usr/libexec/storagekitd\n 0.0 /usr/libexec/biomesyncd\n 0.0 /System/Library/PrivateFrameworks/CoreCDP.framework/Versions/A/Resources/cdpd\n 0.0 /System/Library/PrivateFrameworks/SessionCore.framework/Support/liveactivitiesd\n 0.0 /usr/libexec/milod\n 0.0 /System/Library/CoreServices/TimeMachine/backupd-helper\n 0.0 /System/Library/PrivateFrameworks/DoNotDisturbServer.framework/Support/donotdisturbd\n 0.0 /System/Library/PrivateFrameworks/AppleCredentialManager.framework/AppleCredentialManagerDaemon\n 0.0 /System/Library/PrivateFrameworks/AppSSO.framework/Support/AppSSODaemon\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreautha.bundle/Contents/MacOS/coreautha\n 0.0 /usr/libexec/findmylocateagent\n 0.0 /System/Library/CoreServices/TextInputSwitcher.app/Contents/MacOS/TextInputSwitcher\n 0.0 /System/Library/PrivateFrameworks/ReplicatorCore.framework/Support/replicatord\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/UsageTracking.framework/Versions/A/UsageTrackingAgent\n 0.0 /System/Library/Frameworks/ManagedSettings.framework/Versions/A/ManagedSettingsAgent\n 0.0 /usr/libexec/nesessionmanager\n 0.0 /usr/libexec/inputanalyticsd\n 0.0 /usr/sbin/spindump\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/PrivateFrameworks/StatusKit.framework/StatusKitAgent\n 0.0 /usr/libexec/peakpowermanagerd\n 0.0 /System/Applications/Calendar.app/Contents/MacOS/Calendar\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Contents/MacOS/com.apple.dock.extra\n 0.0 /System/Library/PrivateFrameworks/MapsSync.framework/mapssyncd\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/XPCServices/PerfPowerTelemetryClientRegistrationService.xpc/Contents/MacOS/PerfPowerTelemetryClientRegistrationService\n 0.0 /usr/libexec/powerexperienced\n 0.0 /usr/libexec/PowerUIAgent\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysis.framework/Versions/A/mediaanalysisd\n 0.0 /System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd\n 0.0 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/Support/photolibraryd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/CoreServices/ScopedBookmarkAgent\n 0.0 /System/Library/PrivateFrameworks/CommunicationTrust.framework/Support/communicationtrustd\n 0.0 /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Versions/A/Support/photoanalysisd\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Cryptexes/App/usr/libexec/AuthenticationServicesAgent\n 0.0 cloudphotod\n 0.0 /System/Library/ExtensionKit/Extensions/GenerativeExperiencesSafetyInferenceProvider.appex/Contents/MacOS/GenerativeExperiencesSafetyInferenceProvider\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/dprivacyd\n 0.0 /usr/libexec/aneuserd\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /usr/libexec/mlhostd\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /usr/libexec/searchpartyuseragent\n 0.0 /System/Library/PrivateFrameworks/ContactsDonation.framework/Versions/A/Support/contactsdonationagent\n 0.0 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/com.apple.Safari.SafeBrowsing.Service\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 0.0 /usr/libexec/keychainsharingmessagingd\n 0.0 /usr/libexec/findmybeaconingd\n 0.0 /usr/libexec/symptomsd-diag\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /usr/libexec/textunderstandingd\n 0.0 /usr/libexec/fskitd\n 0.0 /usr/libexec/findmydevice-user-agent\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Support/softwareupdated\n 0.0 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Versions/A/XPCServices/com.apple.MobileSoftwareUpdate.CleanupPreparePathService.xpc/Contents/MacOS/com.apple.MobileSoftwareUpdate.CleanupPreparePathService\n 0.0 /usr/libexec/findmydeviced\n 0.0 /usr/libexec/triald_system\n 0.0 /usr/libexec/AssetCache/AssetCache\n 0.0 /System/Library/Frameworks/QuickLookThumbnailing.framework/Support/com.apple.quicklook.ThumbnailsAgent\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/geodMachServiceBridge\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServicesExtensions.framework/XPCServices/AssetCacheTetheratorService.xpc/Contents/MacOS/AssetCacheTetheratorService\n 0.0 /System/Library/PrivateFrameworks/TrialServer.framework/Versions/A/XPCServices/TrialArchivingService.xpc/Contents/MacOS/TrialArchivingService\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveCore.framework/Versions/A/Support/bird\n 0.0 /System/Library/PrivateFrameworks/ShazamEvents.framework/shazameventsd\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveService.framework/XPCServices/ContainerMetadataExtractor.xpc/Contents/MacOS/ContainerMetadataExtractor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/AppPredictionFoundation.framework/Versions/A/XPCServices/AppPredictionIntentsHelperService.xpc/Contents/MacOS/AppPredictionIntentsHelperService\n 0.0 /usr/libexec/seputil\n 0.0 /usr/libexec/online-auth-agent\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/Versions/A/intelligenceplatformd\n 0.0 /usr/libexec/hidd\n 0.0 /usr/libexec/wifianalyticsd\n 0.0 /usr/libexec/amfid\n 0.0 /usr/libexec/powerdatad\n 0.0 /usr/libexec/seserviced\n 0.0 /usr/libexec/nfcd\n 0.0 /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/Support/recentsd\n 0.0 /System/Library/PrivateFrameworks/NearFieldPrivateServices.framework/Versions/A/XPCServices/NFStorageServer.xpc/Contents/MacOS/NFStorageServer\n 0.0 /usr/libexec/bluetoothuserd\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Applications/Notes.app/Contents/MacOS/Notes\n 0.0 /System/Library/Frameworks/ManagedAppDistribution.framework/Support/managedappdistributiond\n 0.0 /System/Library/PrivateFrameworks/InstallCoordination.framework/Support/installcoordinationd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/colorsync.displayservices\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/ExtensionKit/Extensions/ImageThumbnailExtension.appex/Contents/MacOS/ImageThumbnailExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/Frameworks/ColorSync.framework/Versions/A/XPCServices/com.apple.ColorSyncXPCAgent.xpc/Contents/MacOS/com.apple.ColorSyncXPCAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/colorsyncd\n 0.0 /System/Library/CryptoTokenKit/com.apple.ifdreader.slotd/Contents/MacOS/com.apple.ifdreader\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AXAssetLoader.framework/Support/axassetsd\n 0.0 /System/Library/PrivateFrameworks/EmailDaemon.framework/Versions/A/maild\n 0.0 /usr/libexec/dmd\n 0.0 /System/Library/PrivateFrameworks/Categories.framework/Versions/A/XPCServices/CategoriesService.xpc/Contents/MacOS/CategoriesService\n 0.0 /System/Library/CoreServices/CoreLocationAgent.app/Contents/MacOS/CoreLocationAgent\n 0.0 /System/Library/PrivateFrameworks/VoiceShortcuts.framework/Versions/A/Support/siriactionsd\n 0.0 /System/Library/PrivateFrameworks/WorkflowKit.framework/XPCServices/ShortcutsViewService.xpc/Contents/MacOS/ShortcutsViewService\n 0.0 /System/Library/PrivateFrameworks/MobileTimer.framework/Executables/mobiletimerd\n 0.0 /System/Library/CoreServices/pbs\n 0.0 /usr/libexec/naturallanguaged\n 0.0 /System/Library/PrivateFrameworks/SiriAnalytics.framework/Versions/A/XPCServices/SAExtensionOrchestrator.xpc/Contents/MacOS/SAExtensionOrchestrator\n 0.0 /System/Library/ExtensionKit/Extensions/GMSSELFIngestor.appex/Contents/MacOS/GMSSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTelemetrySELFIngestor.appex/Contents/MacOS/IFTelemetrySELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/BiomeSELFIngestor.appex/Contents/MacOS/BiomeSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/AppleIntelligenceReportingSELFIngestor.appex/Contents/MacOS/AppleIntelligenceReportingSELFIngestor\n 0.0 /System/Library/ExtensionKit/Extensions/IFTranscriptSELFIngestor.appex/Contents/MacOS/IFTranscriptSELFIngestor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Longbridge Nightly.app/Contents/MacOS/longbridge\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XProtectBridgeService.xpc/Contents/MacOS/XProtectBridgeService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/warmd_agent\n 0.0 /usr/libexec/warmd\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/XPCServices/ContextService.xpc/Contents/MacOS/ContextService\n 0.0 /usr/libexec/mmaintenanced\n 0.0 /System/Library/PrivateFrameworks/IMDPersistence.framework/XPCServices/IMDPersistenceAgent.xpc/Contents/MacOS/IMDPersistenceAgent\n 0.0 /usr/libexec/MTLAssetUpgraderD\n 0.0 /usr/libexec/swcd\n 0.0 /System/Library/Frameworks/MediaExtension.framework/Versions/A/Helpers/MENotificationAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/CloudDocs.framework/PlugIns/com.apple.CloudDocs.iCloudDriveFileProvider.appex/Contents/MacOS/com.apple.CloudDocs.iCloudDriveFileProvider\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysisAccess.framework/Versions/A/XPCServices/mediaanalysisd-access.xpc/Contents/MacOS/mediaanalysisd-access\n 0.0 /System/Library/PrivateFrameworks/JetCore.framework/Support/jetpackassetd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/PrivateFrameworks/Synapse.framework/Support/contentlinkingd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/Frameworks/wxplayer\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /usr/libexec/remindd\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeCore.framework/Versions/A/ScreenTimeAgent\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeSettingsFoundation.framework/Versions/A/ScreenTimeSettingsAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistant_service\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/Ecosystem.framework/Support/ecosystemd\n 2.6 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/PlugIns/ShareSheetUI.appex/Contents/MacOS/ShareSheetUI\n 0.0 /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/PlugIns/AirDrop.appex/Contents/MacOS/AirDrop\n 0.0 /usr/libexec/SidecarRelay\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 ps\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Applications/Mail.app/Contents/PlugIns/com.apple.mail.SpotlightIndexExtension.appex/Contents/MacOS/com.apple.mail.SpotlightIndexExtension\n 0.0 /System/iOSSupport/System/Library/PrivateFrameworks/HomeEnergyDaemon.framework/Support/homeenergyd\n 0.0 /System/Library/CoreServices/ReportSystemMemory\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 1.1 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/audioanalyticsd\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/DiskImages.framework/Resources/hdiejectd\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /usr/libexec/linkd\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 0.5 /Users/jason/Library/Application Support/ClashMac/core/current\n 0.0 \n 0.0 \n 0.0 \n 0.0 /System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd\n 0.0 /opt/homebrew/bin/sccache\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.3 /usr/libexec/PerfPowerServices\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/DockHelper.xpc/Contents/MacOS/DockHelper\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/Versions/A/XPCServices/IntelligencePlatformComputeService.xpc/Contents/MacOS/IntelligencePlatformComputeService\n 0.0 /System/Library/Frameworks/GroupActivities.framework/Versions/A/XPCServices/GroupSessionService.xpc/Contents/MacOS/GroupSessionService\n 0.0 /usr/libexec/keybagd\n 0.0 /Applications/Mado.app/Contents/MacOS/Mado\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.GPU.xpc/Contents/MacOS/com.apple.WebKit.GPU\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.Networking.xpc/Contents/MacOS/com.apple.WebKit.Networking\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/XPCServices/csnameddatad.xpc/Contents/MacOS/csnameddatad\n 0.4 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.1 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XprotectService.xpc/Contents/MacOS/XprotectService\n 0.0 /usr/libexec/taskgated\n 0.0 /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Resources/universalAccessAuthWarn.app/Contents/MacOS/universalAccessAuthWarn\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/tailspind\n 0.0 /System/Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/com.apple.CodeSigningHelper.xpc/Contents/MacOS/com.apple.CodeSigningHelper\n 0.1 Contents/Library/LoginItems/OpenLogi Agent.app/Contents/MacOS/openlogi-agent\n 0.0 /Applications/OpenLogi.app/Contents/Library/LoginItems/OpenLogi Overlay.app/Contents/MacOS/openlogi-overlay\n 0.0 /usr/libexec/spindump_agent\n 0.0 /usr/libexec/assessmentagent\n 0.0 /usr/libexec/feedbackd\n 0.0 /usr/libexec/gamecontrollerd\n 0.0 /usr/libexec/gamecontrolleragentd\n 0.0 /usr/libexec/cryptexd\n 0.0 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/commerce\n 0.0 /usr/libexec/diskimagesiod\n 0.0 /usr/libexec/GamePolicyAgent\n 0.0 /System/Library/PrivateFrameworks/People.framework/peopled\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 2.5 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 2.3 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.2 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.8 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /usr/sbin/systemsoundserverd\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/AudioComponentRegistrar\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /usr/sbin/BTLEServerAgent\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager\n 0.0 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/TrustedPeersHelper.xpc/Contents/MacOS/TrustedPeersHelper\n 0.0 /System/Library/CoreServices/Setup Assistant.app/Contents/Resources/mbuseragent\n 0.0 /Users/jason/Applications/Chrome Apps.localized/Gmail.app/Contents/MacOS/app_mode_loader\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AccessibilitySupport.framework/Versions/A/Resources/AccessibilityVisualsAgent.app/Contents/MacOS/AccessibilityVisualsAgent\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Squirrel.framework/Resources/ShipIt\n 0.0 /System/Library/PrivateFrameworks/PrivateCloudCompute.framework/privatecloudcomputed.app/Contents/MacOS/privatecloudcomputed\n 0.0 /System/Library/PrivateFrameworks/SuggestedImage.framework/Support/imageplaygroundd\n 0.0 /usr/libexec/filevaultd\n 0.0 /usr/libexec/proactived\n 0.0 /usr/libexec/networkserviceproxy\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/system_installd\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/installd\n 0.0 /System/Library/ExtensionKit/Extensions/ClassroomDeviceExpert.appex/Contents/MacOS/ClassroomDeviceExpert\n 0.0 /System/Library/ExtensionKit/Extensions/FamilyIntents.appex/Contents/MacOS/FamilyIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PlaceholderSettingsSearchTermsIntents.appex/Contents/MacOS/PlaceholderSettingsSearchTermsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/AccountsUISettingsAppIntents.appex/Contents/MacOS/AccountsUISettingsAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/VpnSettingsIntents.appex/Contents/MacOS/VpnSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PrefPaneSearchIntent.appex/Contents/MacOS/PrefPaneSearchIntent\n 0.0 /System/Library/ExtensionKit/Extensions/InternationalSettingsExtension.appex/Contents/MacOS/InternationalSettingsExtension\n 0.0 /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/XPCServices/LookupViewService.xpc/Contents/MacOS/LookupViewService\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 caffeinate\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.9 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 node\n 0.3 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 target/debug/examples/gallery\n 0.0 node\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.2 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n", + "schema": "gpui-tail2000-acceptance-v1", + "baseline_revision": "a64e9a6", + "warmup_processes": 5, + "measured_processes": 30, + "metric": "snapshot construction and validation, ns", + "binaries": { + "upstream": { + "path": "/tmp/quickjs-market-measurements/upstream-tail2000", + "sha256": "75c4a338941aec3998ed38fd61f93cbb0bd486b23fa3eac972f2714ad2bbd459" + }, + "candidate_auto": { + "path": "/tmp/quickjs-market-measurements/tail2000", + "sha256": "de46ec0bb761ae261987f40de3a45fc1c671b4bf85f64aad1b8a0af7a57b8ec4" + }, + "interpreter": { + "path": "/tmp/quickjs-market-measurements/tail2000", + "sha256": "de46ec0bb761ae261987f40de3a45fc1c671b4bf85f64aad1b8a0af7a57b8ec4" + } + }, + "summary": { + "mixed": { + "upstream": { + "steady_state_ns": 175158.5, + "p99_script_render_ns": 242479.5, + "first_window_ns": 5220812.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "hot_reload_ns": 206791.5, + "installed_before_after": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ] + }, + "candidate_auto": { + "steady_state_ns": 163822.0, + "p99_script_render_ns": 228875.5, + "first_window_ns": 5287583.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 1429304, + "max": 1431070, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "hot_reload_ns": 219437.5, + "installed_before_after": [ + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ], + [ + 4, + 4 + ] + ] + }, + "interpreter": { + "steady_state_ns": 187279.5, + "p99_script_render_ns": 253229.5, + "first_window_ns": 5228083.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "hot_reload_ns": 217021.0, + "installed_before_after": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ] + }, + "candidate_speed_vs_upstream": { + "paired_median": 1.0688859891913014, + "bootstrap_95_ci": [ + 1.0579800841840072, + 1.091225049077088 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 1.146650944343295, + "bootstrap_95_ci": [ + 1.1376877054786827, + 1.1511967983296842 + ] + }, + "steady_state_ns_speed_vs_upstream": { + "paired_median": 1.0688859891913014, + "bootstrap_95_ci": [ + 1.0579800841840072, + 1.091225049077088 + ] + }, + "steady_state_ns_speed_vs_interpreter": { + "paired_median": 1.146650944343295, + "bootstrap_95_ci": [ + 1.1376877054786827, + 1.1511967983296842 + ] + }, + "first_window_ns_speed_vs_upstream": { + "paired_median": 0.9907252793433945, + "bootstrap_95_ci": [ + 0.9763473485819643, + 1.0112551891327748 + ] + }, + "first_window_ns_speed_vs_interpreter": { + "paired_median": 0.9943680779130114, + "bootstrap_95_ci": [ + 0.9801896463864517, + 1.0089565637155946 + ] + }, + "p99_script_render_ns_speed_vs_upstream": { + "paired_median": 1.0471115096677504, + "bootstrap_95_ci": [ + 0.9515416175869713, + 1.127646763018321 + ] + }, + "p99_script_render_ns_speed_vs_interpreter": { + "paired_median": 1.0772802399941335, + "bootstrap_95_ci": [ + 0.9926489946114574, + 1.1264395446468454 + ] + }, + "hot_reload_ns_speed_vs_upstream": { + "paired_median": 0.9418468425833204, + "bootstrap_95_ci": [ + 0.9202794034262914, + 0.9589353379216565 + ] + }, + "hot_reload_ns_speed_vs_interpreter": { + "paired_median": 0.9887518021135843, + "bootstrap_95_ci": [ + 0.9752220540376901, + 1.0079755320013137 + ] + } + }, + "compute": { + "upstream": { + "steady_state_ns": 117574.5, + "p99_script_render_ns": 240125.0, + "first_window_ns": 5237395.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "hot_reload_ns": 138500.0, + "installed_before_after": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ] + }, + "candidate_auto": { + "steady_state_ns": 13492.5, + "p99_script_render_ns": 40146.0, + "first_window_ns": 5509229.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 2038, + "max": 2127, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "hot_reload_ns": 155250.0, + "installed_before_after": [ + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ], + [ + 2, + 2 + ] + ] + }, + "interpreter": { + "steady_state_ns": 135941.0, + "p99_script_render_ns": 239292.0, + "first_window_ns": 5395208.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "hot_reload_ns": 156146.0, + "installed_before_after": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ] + }, + "candidate_speed_vs_upstream": { + "paired_median": 8.9159792722221, + "bootstrap_95_ci": [ + 8.546031543504142, + 9.036312812949376 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 10.133946240833996, + "bootstrap_95_ci": [ + 9.873005475631038, + 10.231011631402067 + ] + }, + "steady_state_ns_speed_vs_upstream": { + "paired_median": 8.9159792722221, + "bootstrap_95_ci": [ + 8.546031543504142, + 9.036312812949376 + ] + }, + "steady_state_ns_speed_vs_interpreter": { + "paired_median": 10.133946240833996, + "bootstrap_95_ci": [ + 9.873005475631038, + 10.231011631402067 + ] + }, + "first_window_ns_speed_vs_upstream": { + "paired_median": 0.9880338760051839, + "bootstrap_95_ci": [ + 0.9476616663216426, + 1.018851875770439 + ] + }, + "first_window_ns_speed_vs_interpreter": { + "paired_median": 0.9953341065091467, + "bootstrap_95_ci": [ + 0.9679078342636733, + 1.0424373885123082 + ] + }, + "p99_script_render_ns_speed_vs_upstream": { + "paired_median": 7.182611969111969, + "bootstrap_95_ci": [ + 4.971995533403556, + 9.464462467644521 + ] + }, + "p99_script_render_ns_speed_vs_interpreter": { + "paired_median": 8.585353383458646, + "bootstrap_95_ci": [ + 5.342492717086834, + 10.81708583587018 + ] + }, + "hot_reload_ns_speed_vs_upstream": { + "paired_median": 0.8839430769177236, + "bootstrap_95_ci": [ + 0.8283322279613059, + 0.9101672577991446 + ] + }, + "hot_reload_ns_speed_vs_interpreter": { + "paired_median": 0.9973181635140331, + "bootstrap_95_ci": [ + 0.9635438955792004, + 1.0308623897013813 + ] + } + }, + "panel": { + "upstream": { + "steady_state_ns": 835506.5, + "p99_script_render_ns": 1001333.5, + "first_window_ns": 5614145.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "hot_reload_ns": 624729.0, + "installed_before_after": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ] + }, + "candidate_auto": { + "steady_state_ns": 826289.0, + "p99_script_render_ns": 965833.5, + "first_window_ns": 5700333.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "hot_reload_ns": 612708.5, + "installed_before_after": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ] + }, + "interpreter": { + "steady_state_ns": 822988.5, + "p99_script_render_ns": 966750.0, + "first_window_ns": 5617354.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "hot_reload_ns": 625687.5, + "installed_before_after": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ] + }, + "candidate_speed_vs_upstream": { + "paired_median": 1.0222931117188772, + "bootstrap_95_ci": [ + 1.0065849207130861, + 1.0308397245213894 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 0.9990241820092833, + "bootstrap_95_ci": [ + 0.9887397132984033, + 1.0203006400037309 + ] + }, + "steady_state_ns_speed_vs_upstream": { + "paired_median": 1.0222931117188772, + "bootstrap_95_ci": [ + 1.0065849207130861, + 1.0308397245213894 + ] + }, + "steady_state_ns_speed_vs_interpreter": { + "paired_median": 0.9990241820092833, + "bootstrap_95_ci": [ + 0.9887397132984033, + 1.0203006400037309 + ] + }, + "first_window_ns_speed_vs_upstream": { + "paired_median": 0.9928423896492506, + "bootstrap_95_ci": [ + 0.9742339842235417, + 1.018120860845563 + ] + }, + "first_window_ns_speed_vs_interpreter": { + "paired_median": 0.9884283348939171, + "bootstrap_95_ci": [ + 0.9802994471657293, + 1.0051996949087507 + ] + }, + "p99_script_render_ns_speed_vs_upstream": { + "paired_median": 1.0338211127041244, + "bootstrap_95_ci": [ + 1.0055329785443992, + 1.1057730859280746 + ] + }, + "p99_script_render_ns_speed_vs_interpreter": { + "paired_median": 1.0027317103743214, + "bootstrap_95_ci": [ + 0.9524580596275705, + 1.1137855234930747 + ] + }, + "hot_reload_ns_speed_vs_upstream": { + "paired_median": 1.016243319148688, + "bootstrap_95_ci": [ + 1.0017771689402712, + 1.0294471033406245 + ] + }, + "hot_reload_ns_speed_vs_interpreter": { + "paired_median": 1.003477144322686, + "bootstrap_95_ci": [ + 0.9904989739032011, + 1.026615936856568 + ] + } + } + }, + "renders_per_process": 2000, + "limitations": [ + "Snapshot construction and validation, not FPS.", + "Upstream diagnostic build script copies ambient JIT sources as provenance only; upstream binary uses registry rquickjs 0.12.2 and does not link those JIT sources." + ], + "verification": { + "candidate_renders": 180000, + "independent_candidate_processes": 90, + "fallbacks": 0, + "invalid_artifacts": 0, + "deopts": 0, + "checksums": "match upstream and interpreter for all workloads" + }, + "archive_sha256": "a7a2f1c5985ed096e9e7789934b98b2412c1e454f026ae58ff005ca20c09eb59" +} diff --git a/benchmarks/results/m3-market-tail2000-samples.tar.gz b/benchmarks/results/m3-market-tail2000-samples.tar.gz new file mode 100644 index 00000000..76aa657c Binary files /dev/null and b/benchmarks/results/m3-market-tail2000-samples.tar.gz differ diff --git a/benchmarks/results/m3-market-upstream-comparison-paired.json b/benchmarks/results/m3-market-upstream-comparison-paired.json new file mode 100644 index 00000000..31eb7764 --- /dev/null +++ b/benchmarks/results/m3-market-upstream-comparison-paired.json @@ -0,0 +1,338 @@ +{ + "host_cpu_start": " %CPU COMM\n 0.3 /sbin/launchd\n 0.0 /System/Library/ExtensionKit/Extensions/StartupDiskWidgetExtension.appex/Contents/MacOS/StartupDiskWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameCenterSettingsSearchExtension.appex/Contents/MacOS/GameCenterSettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/PasswordSettingsAppIntentsExtension.appex/Contents/MacOS/PasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AccessibilitySettingsSearchExtension.appex/Contents/MacOS/AccessibilitySettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AppleAccountIntents_macOS.appex/Contents/MacOS/AppleAccountIntents_macOS\n 0.0 /System/Library/ExtensionKit/Extensions/WiFiMacSettingsIntents.appex/Contents/MacOS/WiFiMacSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/DoNotDisturbAppIntents.appex/Contents/MacOS/DoNotDisturbAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/CDsAndDvDsSettingsIntents.appex/Contents/MacOS/CDsAndDvDsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ScreenTimeAppIntentsExtension.appex/Contents/MacOS/ScreenTimeAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ProfilesSettingsIntents.appex/Contents/MacOS/ProfilesSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/KeyboardSettingsIntents.appex/Contents/MacOS/KeyboardSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BiometricsAndPasswordSettingsAppIntentsExtension.appex/Contents/MacOS/BiometricsAndPasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ClassKitAppIntents.appex/Contents/MacOS/ClassKitAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SpotlightSettingsIntentsExtension.appex/Contents/MacOS/SpotlightSettingsIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameControllerSettingsIntents.appex/Contents/MacOS/GameControllerSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SoftwareUpdateSettingsExtensionIntents.appex/Contents/MacOS/SoftwareUpdateSettingsExtensionIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SiriSetupSettingsIntents.appex/Contents/MacOS/SiriSetupSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/StorageSettingsIntentsExtension.appex/Contents/MacOS/StorageSettingsIntentsExtension\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/DockHelper.xpc/Contents/MacOS/DockHelper\n 0.5 /usr/libexec/logd\n 0.0 /usr/libexec/smd\n 0.0 /usr/libexec/UserEventAgent\n 0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Support/fseventsd\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/libexec/configd\n 0.0 /System/Library/CoreServices/powerd.bundle/powerd\n 0.0 /usr/libexec/IOMFB_bics_daemon\n 0.0 /usr/libexec/remoted\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd_system\n 0.0 /usr/libexec/watchdogd\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds\n 0.0 /usr/libexec/kernelmanagerd\n 0.0 /usr/libexec/diskarbitrationd\n 0.0 /usr/sbin/syslogd\n 0.0 /usr/libexec/thermalmonitord\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/contextstored\n 0.1 /usr/libexec/xprotectd\n 0.2 /usr/libexec/opendirectoryd\n 0.0 /System/Library/PrivateFrameworks/ApplePushService.framework/apsd\n 0.0 /System/Library/CoreServices/launchservicesd\n 0.0 /usr/libexec/timed\n 0.0 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/usbmuxd\n 0.0 /usr/sbin/securityd\n 0.0 /usr/libexec/locationd\n 0.0 autofsd\n 0.0 /usr/libexec/dasd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/logind\n 0.0 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Support/revisiond\n 0.0 /usr/sbin/KernelEventAgent\n 1.0 /usr/sbin/bluetoothd\n 0.5 /usr/sbin/notifyd\n 0.0 /usr/libexec/corebrightnessd\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/com.apple.cmio.registerassistantservice\n 11.4 /System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/sbin/cfprefsd\n 0.3 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow\n 0.0 /usr/libexec/runningboardd\n 0.0 /System/Library/CoreServices/coreservicesd\n 3.5 /usr/libexec/trustd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd\n 0.0 /usr/libexec/lsd\n 0.0 /usr/sbin/mDNSResponder\n 0.0 /usr/libexec/apfsd\n 0.0 /usr/sbin/cupsd\n 0.0 /usr/libexec/biometrickitd\n 0.0 /usr/libexec/ApplicationFirewall/socketfilterfw\n 0.0 /usr/libexec/airportd\n 0.0 /usr/libexec/symptomsd\n 0.0 /usr/sbin/mDNSResponderHelper\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/authd.xpc/Contents/MacOS/authd\n 14.3 /usr/libexec/syspolicyd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/SystemStatusServer.framework/Support/systemstatusd\n 0.0 /System/Library/CoreServices/TimeMachine/backupd\n 0.0 /usr/libexec/eligibilityd\n 0.0 /usr/sbin/distnoted\n 0.1 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Resources/backgroundtaskmanagementd\n 0.0 /usr/sbin/WirelessRadioManagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/gamepolicyd\n 0.0 /usr/libexec/com.apple.cmio.videodriverkithostextension.systemextension/Contents/MacOS/com.apple.cmio.videodriverkithostextension\n 0.0 /usr/sbin/appleh13camerad\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/suhelperd\n 0.0 /usr/libexec/searchpartyd\n 0.0 /System/Library/DriverExtensions/com.apple.DriverKit-IOUserDockChannelSerial.dext/com.apple.DriverKit-IOUserDockChannelSerial\n 3.6 /System/Library/DriverExtensions/com.apple.DriverKit-AppleBCMWLAN.dext/com.apple.DriverKit-AppleBCMWLAN\n 0.0 /System/Library/DriverExtensions/com.apple.AppleUserHIDDrivers.dext/com.apple.AppleUserHIDDrivers\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/cron\n 0.0 /usr/sbin/coreaudiod\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/osanalyticshelper\n 0.0 Core Audio Driver (BDByteCastVirtualSoundCard.driver)\n 0.0 Core Audio Driver (BlackHole2ch.driver)\n 0.1 /usr/libexec/clocksyncd\n 0.1 /usr/sbin/BTLEServer\n 0.7 /usr/libexec/wifip2pd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/appleeventsd\n 0.0 /usr/sbin/distnoted\n 0.0 Contents/Library/LaunchServices/app.clashmac.helper\n 0.0 /Library/Application Support/Ava/Reveal/contentng/contentng\n 0.0 /bin/sh\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/PrivilegedHelperTools/io.github.clash-verge-rev.clash-verge-rev.service.bundle/Contents/MacOS/clash-verge-service\n 0.0 /usr/local/corplink/corplink-service\n 0.0 /usr/local/lib/mihari/mihari\n 0.0 /nix/var/nix/profiles/default/bin/nix-daemon\n 0.0 /usr/libexec/cameracaptured\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/UVCAssistant.systemextension/Contents/MacOS/UVCAssistant\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kdc\n 0.2 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /usr/libexec/rosetta/oahd\n 0.0 /usr/libexec/audiomxd\n 0.0 /usr/sbin/distnoted\n 0.2 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds_stores\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/SubmitDiagInfo\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/DriverExtensions/IOUserBluetoothSerialDriver.dext/IOUserBluetoothSerialDriver\n 0.0 /usr/libexec/secd\n 0.0 /usr/sbin/cfprefsd\n 0.1 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd\n 0.0 /System/Library/CoreServices/audioaccessoryd\n 0.0 /usr/sbin/universalaccessd\n 0.0 /usr/libexec/pboard\n 0.2 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/BiomeAgent\n 0.0 /usr/libexec/containermanagerd\n 0.0 /usr/libexec/lsd\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/libexec/nsurlsessiond\n 0.2 /usr/libexec/rapportd\n 0.1 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/ContextStoreAgent\n 0.0 /usr/sbin/usernoted\n 0.0 /System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Support/BackgroundTaskManagementAgent.app/Contents/MacOS/BackgroundTaskManagementAgent\n 0.0 /System/Library/PrivateFrameworks/SystemMigrationNetwork.framework/Resources/migrationhelper\n 0.0 /usr/libexec/trustd\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd\n 0.0 /System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/Contents/MacOS/identityservicesd\n 0.0 /usr/libexec/ContinuityCaptureAgent\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/imagent\n 0.3 /usr/libexec/sharingd\n 0.0 /System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed\n 0.0 /usr/sbin/filecoordinationd\n 0.0 /System/Library/CoreServices/sharedfilelistd\n 0.0 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/Support/akd\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CMFSyncAgent\n 0.0 /System/Library/PrivateFrameworks/PassKitCore.framework/passd\n 0.0 /System/Library/PrivateFrameworks/CoreSymbolication.framework/coresymbolicationd\n 0.0 /usr/sbin/distnoted\n 0.1 /usr/libexec/nearbyd\n 0.0 /System/Library/CoreServices/AccessibilityUIServer.app/Contents/MacOS/AccessibilityUIServer\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistantd\n 0.0 /System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod\n 1.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/corespotlightd\n 0.0 /usr/libexec/duetexpertd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/distnoted\n 0.1 /System/Library/CoreServices/ControlCenter.app/Contents/MacOS/ControlCenter\n 0.0 /usr/libexec/wifivelocityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/talagentd\n 9.2 /System/Library/CoreServices/WindowManager.app/Contents/MacOS/WindowManager\n 0.0 /System/Library/CoreServices/WallpaperAgent.app/Contents/MacOS/WallpaperAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent\n 0.1 /usr/libexec/spotlightknowledged.updater\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/fontworker\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdbulkimport\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/CoreServices/NotificationCenter.app/Contents/MacOS/NotificationCenter\n 0.3 /System/Library/CoreServices/MenuBarAgent.app/Contents/MacOS/MenuBarAgent\n 0.0 /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoteagent\n 0.0 /System/Library/PrivateFrameworks/UserActivity.framework/Agents/useractivityd\n 0.0 /usr/libexec/avconferenced\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd\n 0.0 /System/Library/PrivateFrameworks/OnDeviceStorage.framework/Support/amsondevicestoraged\n 0.0 /usr/libexec/routined\n 0.0 /usr/libexec/modelmanagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/fontd\n 0.0 /System/Library/CoreServices/diagnostics_agent\n 0.0 /System/Library/CoreServices/CrashReporterSupportHelper\n 0.0 /System/Library/ExtensionKit/Extensions/NeptuneOneWallpaper.appex/Contents/MacOS/NeptuneOneWallpaper\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperAerialsExtension.appex/Contents/MacOS/WallpaperAerialsExtension\n 0.0 /System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/fairplayd\n 0.0 /Applications/Slack.app/Contents/MacOS/Slack\n 23.3 /Applications/Ghostty.app/Contents/MacOS/ghostty\n 1.3 /Applications/WeChat.app/Contents/MacOS/WeChat\n 0.0 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock\n 0.0 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer\n 0.0 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder\n 0.0 /System/Library/Frameworks/QuickLookUI.framework/Versions/A/XPCServices/QuickLookUIService.xpc/Contents/MacOS/QuickLookUIService\n 0.0 automountd\n 0.0 /System/Library/PrivateFrameworks/AMPDevices.framework/Versions/A/Support/AMPDeviceDiscoveryAgent\n 0.0 /Library/Input Methods/WeType.app/Contents/PlugIns/WeTypeFinderSync.appex/Contents/MacOS/WeTypeFinderSync\n 0.0 /System/Applications/Siri AI.app/Contents/MacOS/Siri AI\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkahp.bundle/Contents/MacOS/ctkahp\n 0.0 /System/Library/Frameworks/InputMethodKit.framework/Resources/imklaunchagent\n 0.1 /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/XPCServices/CursorUIViewService.xpc/Contents/MacOS/CursorUIViewService\n 0.0 /System/Library/PrivateFrameworks/AgentSessionKitRuntime.framework/Versions/A/agentstored\n 0.0 /Applications/WeChat.app/Contents/Frameworks/crashpad_handler\n 0.0 /System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/Contents/Extensions/SafariWidgetExtension.appex/Contents/MacOS/SafariWidgetExtension\n 0.0 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer\n 0.0 /System/Applications/Clock.app/Contents/PlugIns/WorldClockWidget.appex/Contents/MacOS/WorldClockWidget\n 0.0 /System/Applications/Weather.app/Contents/PlugIns/WeatherWidget.appex/Contents/MacOS/WeatherWidget\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeEnergyWidgetsExtension.appex/Contents/MacOS/HomeEnergyWidgetsExtension\n 0.0 /System/Applications/Stocks.app/Contents/PlugIns/StocksWidget.appex/Contents/MacOS/StocksWidget\n 0.0 /Applications/Slack.app/Contents/Frameworks/Electron Framework.framework/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper (Renderer).app/Contents/MacOS/Slack Helper (Renderer)\n 0.0 /usr/libexec/tipsd\n 0.0 /System/Library/CoreServices/Siri.app/Contents/XPCServices/SiriNCService.xpc/Contents/MacOS/SiriNCService\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/MacOS/WeChatAppEx\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (GPU).app/Contents/MacOS/WeChatAppEx Helper (GPU)\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperLegacyExtension.appex/Contents/MacOS/WallpaperLegacyExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperDynamicExtension.appex/Contents/MacOS/WallpaperDynamicExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperImageExtension.appex/Contents/MacOS/WallpaperImageExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperMacintoshExtension.appex/Contents/MacOS/WallpaperMacintoshExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSonomaExtension.appex/Contents/MacOS/WallpaperSonomaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSequoiaExtension.appex/Contents/MacOS/WallpaperSequoiaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperGradientExtension.appex/Contents/MacOS/WallpaperGradientExtension\n 0.0 /Applications/CorpLink.app/Contents/Frameworks/CorplinkNe.app/Contents/MacOS/CorplinkNe\n 0.0 /System/Library/Image Capture/Support/icdd\n 0.0 /opt/homebrew/opt/postgresql@14/bin/postgres\n 0.0 /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent\n 0.0 /System/Library/CoreServices/TextInputMenuAgent.app/Contents/MacOS/TextInputMenuAgent\n 1.0 /Applications/ClashMac.app/Contents/MacOS/ClashMac\n 0.0 /Applications/Shottr.app/Contents/MacOS/Shottr\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/bin/simdiskimaged\n 0.0 /System/Applications/Calendar.app/Contents/PlugIns/CalendarWidgetExtension.appex/Contents/MacOS/CalendarWidgetExtension\n 0.0 /System/Library/CoreServices/Batteries.app/Contents/PlugIns/BatteriesAvocadoWidgetExtension.appex/Contents/MacOS/BatteriesAvocadoWidgetExtension\n 0.0 postgres: checkpointer \n 0.0 postgres: background writer \n 0.0 postgres: walwriter \n 0.0 postgres: autovacuum launcher \n 0.0 postgres: stats collector \n 0.0 postgres: logical replication launcher \n 0.0 /System/Library/CoreServices/diagnosticservicesd\n 0.0 /System/Applications/Podcasts.app/Contents/PlugIns/PodcastsWidget.appex/Contents/MacOS/PodcastsWidget\n 0.0 /System/Library/CoreServices/Screen Time.app/Contents/PlugIns/ScreenTimeWidgetExtension.appex/Contents/MacOS/ScreenTimeWidgetExtension\n 0.0 /System/Applications/Reminders.app/Contents/PlugIns/RemindersWidgetExtension.appex/Contents/MacOS/RemindersWidgetExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetItems.appex/Contents/MacOS/FindMyWidgetItems\n 0.0 /System/Library/CoreServices/PeopleViewService.app/Contents/PlugIns/PeopleWidget_macOSExtension.appex/Contents/MacOS/PeopleWidget_macOSExtension\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetPeople.appex/Contents/MacOS/FindMyWidgetPeople\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgetsSecure.appex/Contents/MacOS/JournalWidgetsSecure\n 0.0 /System/Applications/Tips.app/Contents/PlugIns/TipsWidgetExtension.appex/Contents/MacOS/TipsWidgetExtension\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeWidget.appex/Contents/MacOS/HomeWidget\n 0.0 /System/Applications/Photos.app/Contents/PlugIns/PhotosReliveWidget.appex/Contents/MacOS/PhotosReliveWidget\n 0.0 /System/Applications/Notes.app/Contents/PlugIns/com.apple.Notes.WidgetExtension.appex/Contents/MacOS/com.apple.Notes.WidgetExtension\n 1.5 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgets.appex/Contents/MacOS/JournalWidgets\n 0.0 /System/Applications/System Settings.app/Contents/PlugIns/SettingsImportExtension.appex/Contents/MacOS/SettingsImportExtension\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/mobileassetd\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated\n 0.0 /usr/libexec/coreduetd\n 0.0 /System/Library/ExtensionKit/Extensions/DesktopSettingsIntents.appex/Contents/MacOS/DesktopSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSettingsIntents.appex/Contents/MacOS/WallpaperSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ControlCenterSettingsIntents.appex/Contents/MacOS/ControlCenterSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BluetoothSettingsAppIntentsWidgetExtension.appex/Contents/MacOS/BluetoothSettingsAppIntentsWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/DateTimeIntentsExtension.appex/Contents/MacOS/DateTimeIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/MouseIntentsExtension.appex/Contents/MacOS/MouseIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/TimeMachineSettingsIntents.appex/Contents/MacOS/TimeMachineSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/NotificationsSettingsIntents.appex/Contents/MacOS/NotificationsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/TrackpadIntentsExtension.appex/Contents/MacOS/TrackpadIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/BatterySettingsIntentsExtension.appex/Contents/MacOS/BatterySettingsIntentsExtension\n 0.0 /System/Library/PrivateFrameworks/WeatherDaemon.framework/weatherd\n 0.0 /usr/libexec/spotlightknowledged.importer\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/Contents/MacOS/com.apple.CoreSimulator.CoreSimulatorService\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/SimulatorTrampoline.xpc/Contents/MacOS/SimulatorTrampoline\n 0.0 /usr/libexec/replayd\n 0.0 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/callservicesd\n 0.0 /usr/libexec/secinitd\n 0.0 /usr/libexec/pkd\n 0.0 /System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/Keychain Circle Notification\n 0.0 /System/Library/Frameworks/Contacts.framework/Support/contactsd\n 0.0 /System/Library/CoreServices/PowerChime.app/Contents/MacOS/PowerChime\n 0.0 /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServices/com.apple.AmbientDisplayAgent.xpc/Contents/MacOS/com.apple.AmbientDisplayAgent\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/Resources/VDCAssistant\n 0.0 /System/Library/Input Methods/PressAndHold.app/Contents/PlugIns/PAH_Extension.appex/Contents/MacOS/PAH_Extension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/bin/ssh-agent\n 0.0 /System/Library/PrivateFrameworks/DoNotDisturbServer.framework/Support/donotdisturbd\n 0.0 /System/Library/CoreServices/CoreServicesUIAgent.app/Contents/MacOS/CoreServicesUIAgent\n 0.0 /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/Support/suggestd\n 0.1 /System/Library/CoreServices/UniversalControl.app/Contents/MacOS/UniversalControl\n 0.0 /System/Library/CoreServices/UserNotificationCenter.app/Contents/MacOS/UserNotificationCenter\n 0.0 /usr/libexec/containermanagerd_system\n 0.0 /System/Library/Input Methods/SCIM.app/Contents/PlugIns/SCIM_Extension.appex/Contents/MacOS/SCIM_Extension\n 0.0 /System/Library/PrivateFrameworks/WorkflowKit.framework/XPCServices/ShortcutsViewService.xpc/Contents/MacOS/ShortcutsViewService\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdwrite\n 0.0 /Applications/OrbStack.app/Contents/MacOS/OrbStack\n101.8 /Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper.app/Contents/MacOS/OrbStack Helper\n 0.0 /usr/libexec/InternetSharing\n 0.1 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/dhcp6d\n 0.0 /System/Library/PrivateFrameworks/AppSSO.framework/Support/AppSSODaemon\n 0.1 /usr/libexec/sysmond\n 0.0 /usr/libexec/MTLAssetUpgraderD\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /usr/libexec/rtcreportingd\n 0.0 /System/Library/CoreServices/iconservicesagent\n 0.0 /System/Library/CoreServices/iconservicesd\n 0.0 /System/Library/SystemConfiguration/EAPOLController.bundle/Contents/Resources/eapolclient\n 0.0 /usr/sbin/netbiosd\n 0.0 /System/Library/PrivateFrameworks/KerberosHelper/Helpers/DiskUnmountWatcher\n 0.0 /usr/libexec/logd_helper\n 0.0 /usr/libexec/usermanagerd\n 0.0 /usr/libexec/countryd\n 0.0 /usr/libexec/AirPlayXPCHelper\n 0.0 /usr/libexec/audioanalyticsd\n 0.0 /usr/libexec/securityd_system\n 0.0 /System/Library/CoreServices/TextInputSwitcher.app/Contents/MacOS/TextInputSwitcher\n 0.0 /usr/libexec/gamecontrollerd\n 0.0 /System/Library/PrivateFrameworks/CoreADI.framework/adid\n 0.0 /Library/Apple/System/Library/PrivateFrameworks/RemotePairing.framework/Versions/A/XPCServices/remotepairingd.xpc/Contents/MacOS/remotepairingd\n 0.0 /System/Library/PrivateFrameworks/StatusKit.framework/StatusKitAgent\n 0.0 /System/Applications/Calendar.app/Contents/MacOS/Calendar\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Contents/MacOS/com.apple.dock.extra\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/ExtensionKit/Extensions/GenerativeExperiencesSafetyInferenceProvider.appex/Contents/MacOS/GenerativeExperiencesSafetyInferenceProvider\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/com.apple.Safari.SafeBrowsing.Service\n 0.0 /System/Applications/Notes.app/Contents/MacOS/Notes\n 0.0 /usr/libexec/knowledge-agent\n 0.0 /System/Library/CoreServices/CoreLocationAgent.app/Contents/MacOS/CoreLocationAgent\n 0.0 /System/Library/PrivateFrameworks/Synapse.framework/Support/contentlinkingd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/CloudDocs.framework/PlugIns/com.apple.CloudDocs.iCloudDriveFileProvider.appex/Contents/MacOS/com.apple.CloudDocs.iCloudDriveFileProvider\n 0.0 /usr/libexec/sandboxd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsagent\n 0.0 /usr/libexec/swcd\n 0.0 /usr/libexec/mobileactivationd\n 0.0 /usr/libexec/captiveagent\n 0.0 /System/Library/PrivateFrameworks/JetCore.framework/Support/jetpackassetd\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/Frameworks/wxplayer\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted_helper\n 0.0 /usr/libexec/triald_system\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/geodMachServiceBridge\n 0.0 /System/Library/Frameworks/QuickLookThumbnailing.framework/Support/com.apple.quicklook.ThumbnailsAgent\n 0.0 /usr/libexec/triald\n 0.0 /usr/libexec/AssetCache/AssetCache\n 0.0 /System/Library/PrivateFrameworks/TrialServer.framework/Versions/A/XPCServices/TrialArchivingService.xpc/Contents/MacOS/TrialArchivingService\n 0.0 /usr/libexec/bluetoothuserd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveService.framework/XPCServices/ContainerMetadataExtractor.xpc/Contents/MacOS/ContainerMetadataExtractor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/AppPredictionFoundation.framework/Versions/A/XPCServices/AppPredictionIntentsHelperService.xpc/Contents/MacOS/AppPredictionIntentsHelperService\n 0.0 /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/PlugIns/ShareSheetUI.appex/Contents/MacOS/ShareSheetUI\n 0.0 /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/PlugIns/AirDrop.appex/Contents/MacOS/AirDrop\n 0.0 /usr/libexec/SidecarRelay\n 0.0 /System/Library/PrivateFrameworks/ModelCatalogRuntime.framework/Versions/A/modelcatalogd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/sbin/systemsoundserverd\n 0.0 /usr/libexec/nehelper\n 0.0 /usr/libexec/powerdatad\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Applications/Mail.app/Contents/PlugIns/com.apple.mail.SpotlightIndexExtension.appex/Contents/MacOS/com.apple.mail.SpotlightIndexExtension\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/amfid\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/DiskImages.framework/Resources/hdiejectd\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/XPCServices/AssetCacheLocatorService.xpc/Contents/MacOS/AssetCacheLocatorService\n 0.0 /usr/libexec/neagent\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/libexec/linkd\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 3.3 /Users/jason/Library/Application Support/ClashMac/core/current\n 0.0 \n 0.0 /usr/libexec/storagekitd\n 0.0 \n 0.0 \n 0.0 /System/Library/PrivateFrameworks/VoiceShortcuts.framework/Versions/A/Support/siriactionsd\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /usr/libexec/dmd\n 0.0 /usr/libexec/findmydevice-user-agent\n 0.0 /System/Library/PrivateFrameworks/HearingCore.framework/heard\n 0.0 /System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd\n 0.0 /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/Resources/familycircled\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /usr/libexec/searchpartyuseragent\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeCore.framework/Versions/A/ScreenTimeAgent\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted\n 0.0 /System/Library/CoreServices/UIKitSystem.app/Contents/MacOS/UIKitSystem\n 0.0 /opt/homebrew/bin/sccache\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/PerfPowerServices\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveCore.framework/Versions/A/Support/bird\n 0.0 /System/Library/PrivateFrameworks/SessionCore.framework/Support/liveactivitiesd\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/Versions/A/XPCServices/IntelligencePlatformComputeService.xpc/Contents/MacOS/IntelligencePlatformComputeService\n 0.0 /System/Library/Frameworks/GroupActivities.framework/Versions/A/XPCServices/GroupSessionService.xpc/Contents/MacOS/GroupSessionService\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/Library/Application Support/Zed/languages/package-version-server/package-version-server-v0.0.10\n 0.0 /opt/homebrew/bin/node\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 3.9 /Applications/Mado.app/Contents/MacOS/Mado\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XProtectBridgeService.xpc/Contents/MacOS/XProtectBridgeService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/PrivateFrameworks/WebPrivacy.framework/webprivacyd\n 2.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.GPU.xpc/Contents/MacOS/com.apple.WebKit.GPU\n 0.0 /usr/libexec/dirhelper\n 0.8 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent\n 0.0 /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/XPCServices/com.apple.accessibility.mediaaccessibilityd.xpc/Contents/MacOS/com.apple.accessibility.mediaaccessibilityd\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/AudioComponentRegistrar\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.Networking.xpc/Contents/MacOS/com.apple.WebKit.Networking\n 0.0 /System/Library/PrivateFrameworks/EcosystemAnalytics.framework/Support/ecosystemanalyticsd\n 0.0 /System/Library/PrivateFrameworks/Ecosystem.framework/Support/ecosystemd\n 0.0 /System/Library/Frameworks/MediaExtension.framework/Versions/A/Helpers/MENotificationAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/GenerativeExperiencesRuntime.framework/Versions/A/generativeexperiencesd\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/Library/CoreServices/TimeMachine/backupd-helper\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServices.framework/Resources/amsaccountsd\n 0.7 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.1 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreautha.bundle/Contents/MacOS/coreautha\n 0.0 /System/Cryptexes/App/usr/libexec/AuthenticationServicesAgent\n 0.0 /System/Library/PrivateFrameworks/AXAssetLoader.framework/Support/axassetsd\n 0.0 /System/Library/CoreServices/pbs\n 0.0 /System/Library/PrivateFrameworks/TextToSpeechVoiceBankingSupport.framework/Support/voicebankingd\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/iOSSupport/System/Library/ExtensionKit/Extensions/KonaSynthesizer.appex/Contents/MacOS/KonaSynthesizer\n 0.0 /System/iOSSupport/System/Library/ExtensionKit/Extensions/MacinTalkAUSP.appex/Contents/MacOS/MacinTalkAUSP\n 0.0 /System/iOSSupport/System/Library/ExtensionKit/Extensions/MauiAUSP.appex/Contents/MacOS/MauiAUSP\n 0.0 /System/iOSSupport/System/Library/ExtensionKit/Extensions/SiriAUSP.appex/Contents/MacOS/SiriAUSP\n 0.0 /System/Library/PrivateFrameworks/MacinTalk.framework/PlugIns/WardaSynthesizer.appex/Contents/MacOS/WardaSynthesizer\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/AUCrashHandlerService.xpc/Contents/MacOS/AUCrashHandlerService\n 0.0 cloudphotod\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 22.1 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XprotectService.xpc/Contents/MacOS/XprotectService\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistant_service\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/ManagedSettings.framework/Versions/A/ManagedSettingsAgent\n 0.0 /usr/libexec/taskgated\n 0.0 /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Resources/universalAccessAuthWarn.app/Contents/MacOS/universalAccessAuthWarn\n 0.0 /System/iOSSupport/System/Library/PrivateFrameworks/HomeEnergyDaemon.framework/Support/homeenergyd\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/IntelligenceFlowContextRuntime.framework/Versions/A/intelligencecontextd\n 0.8 /System/Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor\n 0.0 /System/Library/PrivateFrameworks/AMPLibrary.framework/Versions/A/Support/AMPArtworkAgent\n 0.0 /usr/libexec/siriknowledged\n 0.0 /System/Library/Frameworks/SystemExtensions.framework/Versions/A/Helpers/sysextd\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/com.apple.CodeSigningHelper.xpc/Contents/MacOS/com.apple.CodeSigningHelper\n 0.1 Contents/Library/LoginItems/OpenLogi Agent.app/Contents/MacOS/openlogi-agent\n 0.0 /Applications/OpenLogi.app/Contents/Library/LoginItems/OpenLogi Overlay.app/Contents/MacOS/openlogi-overlay\n 0.0 /usr/libexec/nesessionmanager\n 0.0 /usr/libexec/cryptexd\n 0.0 /usr/libexec/diskimagesiod\n 0.0 /usr/libexec/GamePolicyAgent\n 0.0 docker\n 0.0 /System/Library/PrivateFrameworks/AppSSO.framework/Support/AppSSOAgent.app/Contents/MacOS/AppSSOAgent\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/People.framework/peopled\n 0.0 /usr/libexec/assessmentagent\n 0.0 /usr/libexec/feedbackd\n 0.0 /usr/libexec/gamecontrolleragentd\n 0.0 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/commerce\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.3 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.2 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/ospredictiond\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /private/tmp/GpuiOmarchyGallery.app/Contents/MacOS/gallery\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/findmybeaconingd\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /usr/libexec/transparencyd\n 0.0 /usr/libexec/mlhostd\n 0.0 /usr/libexec/seputil\n 0.0 /usr/libexec/biomesyncd\n 0.0 /usr/libexec/online-auth-agent\n 0.0 /usr/libexec/findmylocateagent\n 0.0 /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/Support/followupd\n 0.0 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing\n 0.0 docker\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/symptomsd-diag\n 0.0 /usr/libexec/tailspind\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /System/Library/PrivateFrameworks/SuggestedImage.framework/Support/imageplaygroundd\n 0.0 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/Support/photolibraryd\n 0.0 /System/Library/CoreServices/ScopedBookmarkAgent\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysis.framework/Versions/A/mediaanalysisd\n 0.0 /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Versions/A/Support/photoanalysisd\n 0.0 /usr/sbin/BTLEServerAgent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/cargo\n 0.0 /Users/jason/work/gpui-omarchy/target/debug/examples/gallery-b5527808d33289db\n 8.4 /opt/homebrew/Cellar/python@3.11/3.11.0/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python\n 0.0 ps\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager\n 0.0 /usr/libexec/intelligentroutingd\n 0.0 /System/Library/CoreServices/Setup Assistant.app/Contents/Resources/mbuseragent\n 0.0 /System/Library/PrivateFrameworks/UsageTracking.framework/Versions/A/UsageTrackingAgent\n 0.0 /Users/jason/Applications/Chrome Apps.localized/Gmail.app/Contents/MacOS/app_mode_loader\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AccessibilitySupport.framework/Versions/A/Resources/AccessibilityVisualsAgent.app/Contents/MacOS/AccessibilityVisualsAgent\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Squirrel.framework/Resources/ShipIt\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /System/Library/PrivateFrameworks/CloudTelemetry.framework/Support/cloudtelemetryd\n 0.0 /opt/homebrew/bin/node\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /usr/libexec/proactived\n 0.0 /usr/libexec/networkserviceproxy\n 0.0 /System/Library/CoreServices/Siri.app/Contents/MacOS/Siri\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/system_installd\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/installd\n 0.0 /System/Library/ExtensionKit/Extensions/ClassroomDeviceExpert.appex/Contents/MacOS/ClassroomDeviceExpert\n 0.0 /System/Library/ExtensionKit/Extensions/FamilyIntents.appex/Contents/MacOS/FamilyIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PlaceholderSettingsSearchTermsIntents.appex/Contents/MacOS/PlaceholderSettingsSearchTermsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/AccountsUISettingsAppIntents.appex/Contents/MacOS/AccountsUISettingsAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/VpnSettingsIntents.appex/Contents/MacOS/VpnSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PrefPaneSearchIntent.appex/Contents/MacOS/PrefPaneSearchIntent\n 0.0 /System/Library/ExtensionKit/Extensions/InternationalSettingsExtension.appex/Contents/MacOS/InternationalSettingsExtension\n 0.0 /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/XPCServices/LookupViewService.xpc/Contents/MacOS/LookupViewService\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 9.0 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 caffeinate\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 node\n 3.1 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.4 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 target/debug/examples/gallery\n 0.0 node\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.9 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n", + "host_cpu_end": " %CPU COMM\n 0.0 /sbin/launchd\n 0.0 /System/Library/ExtensionKit/Extensions/StartupDiskWidgetExtension.appex/Contents/MacOS/StartupDiskWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameCenterSettingsSearchExtension.appex/Contents/MacOS/GameCenterSettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/PasswordSettingsAppIntentsExtension.appex/Contents/MacOS/PasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AccessibilitySettingsSearchExtension.appex/Contents/MacOS/AccessibilitySettingsSearchExtension\n 0.0 /System/Library/ExtensionKit/Extensions/AppleAccountIntents_macOS.appex/Contents/MacOS/AppleAccountIntents_macOS\n 0.0 /System/Library/ExtensionKit/Extensions/WiFiMacSettingsIntents.appex/Contents/MacOS/WiFiMacSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/DoNotDisturbAppIntents.appex/Contents/MacOS/DoNotDisturbAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/CDsAndDvDsSettingsIntents.appex/Contents/MacOS/CDsAndDvDsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ScreenTimeAppIntentsExtension.appex/Contents/MacOS/ScreenTimeAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ProfilesSettingsIntents.appex/Contents/MacOS/ProfilesSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/KeyboardSettingsIntents.appex/Contents/MacOS/KeyboardSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BiometricsAndPasswordSettingsAppIntentsExtension.appex/Contents/MacOS/BiometricsAndPasswordSettingsAppIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/ClassKitAppIntents.appex/Contents/MacOS/ClassKitAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SpotlightSettingsIntentsExtension.appex/Contents/MacOS/SpotlightSettingsIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/GameControllerSettingsIntents.appex/Contents/MacOS/GameControllerSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SoftwareUpdateSettingsExtensionIntents.appex/Contents/MacOS/SoftwareUpdateSettingsExtensionIntents\n 0.0 /System/Library/ExtensionKit/Extensions/SiriSetupSettingsIntents.appex/Contents/MacOS/SiriSetupSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/StorageSettingsIntentsExtension.appex/Contents/MacOS/StorageSettingsIntentsExtension\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/DockHelper.xpc/Contents/MacOS/DockHelper\n 0.1 /usr/libexec/logd\n 0.0 /usr/libexec/smd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Support/fseventsd\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/libexec/configd\n 0.0 /System/Library/CoreServices/powerd.bundle/powerd\n 0.0 /usr/libexec/IOMFB_bics_daemon\n 0.0 /usr/libexec/remoted\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd_system\n 0.0 /usr/libexec/watchdogd\n 0.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds\n 0.0 /usr/libexec/kernelmanagerd\n 0.0 /usr/libexec/diskarbitrationd\n 0.0 /usr/sbin/syslogd\n 0.0 /usr/libexec/thermalmonitord\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/contextstored\n 0.0 /usr/libexec/xprotectd\n 0.0 /usr/libexec/opendirectoryd\n 0.0 /System/Library/PrivateFrameworks/ApplePushService.framework/apsd\n 0.0 /System/Library/CoreServices/launchservicesd\n 0.0 /usr/libexec/timed\n 0.0 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/usbmuxd\n 0.0 /usr/sbin/securityd\n 0.1 /usr/libexec/locationd\n 0.0 autofsd\n 0.0 /usr/libexec/dasd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/logind\n 0.0 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Support/revisiond\n 0.0 /usr/sbin/KernelEventAgent\n 0.2 /usr/sbin/bluetoothd\n 0.0 /usr/sbin/notifyd\n 0.0 /usr/libexec/corebrightnessd\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/com.apple.cmio.registerassistantservice\n 8.5 /System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/sbin/cfprefsd\n 0.0 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow\n 0.0 /usr/libexec/runningboardd\n 0.0 /System/Library/CoreServices/coreservicesd\n 0.0 /usr/libexec/trustd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd\n 0.0 /usr/libexec/lsd\n 0.0 /usr/sbin/mDNSResponder\n 0.0 /usr/libexec/apfsd\n 0.0 /usr/sbin/cupsd\n 0.0 /usr/libexec/biometrickitd\n 0.0 /usr/libexec/ApplicationFirewall/socketfilterfw\n 0.0 /usr/libexec/airportd\n 0.0 /usr/libexec/symptomsd\n 0.0 /usr/sbin/mDNSResponderHelper\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/authd.xpc/Contents/MacOS/authd\n 0.0 /usr/libexec/syspolicyd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/SystemStatusServer.framework/Support/systemstatusd\n 0.0 /System/Library/CoreServices/TimeMachine/backupd\n 0.0 /usr/libexec/eligibilityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Resources/backgroundtaskmanagementd\n 0.0 /usr/sbin/WirelessRadioManagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/gamepolicyd\n 0.0 /usr/libexec/com.apple.cmio.videodriverkithostextension.systemextension/Contents/MacOS/com.apple.cmio.videodriverkithostextension\n 0.0 /usr/sbin/appleh13camerad\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/suhelperd\n 0.1 /usr/libexec/searchpartyd\n 0.0 /System/Library/DriverExtensions/com.apple.DriverKit-IOUserDockChannelSerial.dext/com.apple.DriverKit-IOUserDockChannelSerial\n 1.6 /System/Library/DriverExtensions/com.apple.DriverKit-AppleBCMWLAN.dext/com.apple.DriverKit-AppleBCMWLAN\n 0.0 /System/Library/DriverExtensions/com.apple.AppleUserHIDDrivers.dext/com.apple.AppleUserHIDDrivers\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/cron\n 0.0 /usr/sbin/coreaudiod\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/osanalyticshelper\n 0.0 Core Audio Driver (BDByteCastVirtualSoundCard.driver)\n 0.0 Core Audio Driver (BlackHole2ch.driver)\n 0.2 /usr/libexec/clocksyncd\n 0.0 /usr/sbin/BTLEServer\n 0.7 /usr/libexec/wifip2pd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/systemstats\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/appleeventsd\n 0.0 /usr/sbin/distnoted\n 0.0 Contents/Library/LaunchServices/app.clashmac.helper\n 0.0 /Library/Application Support/Ava/Reveal/contentng/contentng\n 0.0 /bin/sh\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/PrivilegedHelperTools/io.github.clash-verge-rev.clash-verge-rev.service.bundle/Contents/MacOS/clash-verge-service\n 0.0 /usr/local/corplink/corplink-service\n 0.0 /usr/local/lib/mihari/mihari\n 0.0 /nix/var/nix/profiles/default/bin/nix-daemon\n 0.0 /usr/libexec/cameracaptured\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/UVCAssistant.systemextension/Contents/MacOS/UVCAssistant\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/Heimdal.framework/Helpers/kdc\n 0.2 /Library/Application Support/Ava/Reveal/agent/agent\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /Library/CorpLink/CorpLink System Extension.app/Contents/MacOS/CorpLinkExtension\n 0.0 /usr/libexec/rosetta/oahd\n 0.0 /usr/libexec/audiomxd\n 0.0 /usr/sbin/distnoted\n 0.1 /Library/Application Support/Ava/Reveal/agent/agent\n 0.9 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds_stores\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/SubmitDiagInfo\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/DriverExtensions/IOUserBluetoothSerialDriver.dext/IOUserBluetoothSerialDriver\n 0.0 /usr/libexec/secd\n 0.0 /usr/sbin/cfprefsd\n 0.0 /usr/libexec/UserEventAgent\n 0.0 /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd\n 0.0 /System/Library/CoreServices/audioaccessoryd\n 0.0 /usr/sbin/universalaccessd\n 0.0 /usr/libexec/pboard\n 0.0 /System/Library/PrivateFrameworks/BiomeStreams.framework/Support/BiomeAgent\n 0.0 /usr/libexec/containermanagerd\n 0.0 /usr/libexec/lsd\n 0.0 /System/Library/PrivateFrameworks/TCC.framework/Support/tccd\n 0.0 /usr/libexec/nsurlsessiond\n 0.0 /usr/libexec/rapportd\n 0.0 /System/Library/PrivateFrameworks/CoreDuetContext.framework/Resources/ContextStoreAgent\n 0.0 /usr/sbin/usernoted\n 0.0 /System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd\n 0.0 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Support/BackgroundTaskManagementAgent.app/Contents/MacOS/BackgroundTaskManagementAgent\n 0.0 /System/Library/PrivateFrameworks/SystemMigrationNetwork.framework/Resources/migrationhelper\n 0.0 /usr/libexec/trustd\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd\n 0.0 /System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/Contents/MacOS/identityservicesd\n 0.0 /usr/libexec/ContinuityCaptureAgent\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreauthd\n 0.0 /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/imagent\n 0.0 /usr/libexec/sharingd\n 0.0 /System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed\n 0.0 /usr/sbin/filecoordinationd\n 0.0 /System/Library/CoreServices/sharedfilelistd\n 0.0 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/Support/akd\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CMFSyncAgent\n 0.0 /System/Library/PrivateFrameworks/PassKitCore.framework/passd\n 0.0 /System/Library/PrivateFrameworks/CoreSymbolication.framework/coresymbolicationd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/nearbyd\n 0.0 /System/Library/CoreServices/AccessibilityUIServer.app/Contents/MacOS/AccessibilityUIServer\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistantd\n 0.0 /System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/corespotlightd\n 0.0 /usr/libexec/duetexpertd\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/sbin/distnoted\n 0.3 /System/Library/CoreServices/ControlCenter.app/Contents/MacOS/ControlCenter\n 0.0 /usr/libexec/wifivelocityd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/talagentd\n 9.7 /System/Library/CoreServices/WindowManager.app/Contents/MacOS/WindowManager\n 0.0 /System/Library/CoreServices/WallpaperAgent.app/Contents/MacOS/WallpaperAgent\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent\n 0.0 /usr/libexec/spotlightknowledged.updater\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/fontworker\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdbulkimport\n 0.0 /System/Library/CoreServices/ReportCrash\n 0.0 /System/Library/CoreServices/NotificationCenter.app/Contents/MacOS/NotificationCenter\n 0.0 /System/Library/CoreServices/MenuBarAgent.app/Contents/MacOS/MenuBarAgent\n 0.0 /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary\n 0.0 /System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoteagent\n 0.0 /System/Library/PrivateFrameworks/UserActivity.framework/Agents/useractivityd\n 0.0 /usr/libexec/avconferenced\n 0.0 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd\n 0.0 /System/Library/PrivateFrameworks/OnDeviceStorage.framework/Support/amsondevicestoraged\n 0.0 /usr/libexec/routined\n 0.0 /usr/libexec/modelmanagerd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/fontd\n 0.0 /System/Library/CoreServices/diagnostics_agent\n 0.0 /System/Library/CoreServices/CrashReporterSupportHelper\n 0.0 /System/Library/ExtensionKit/Extensions/NeptuneOneWallpaper.appex/Contents/MacOS/NeptuneOneWallpaper\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperAerialsExtension.appex/Contents/MacOS/WallpaperAerialsExtension\n 0.0 /System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/fairplayd\n 0.0 /Applications/Slack.app/Contents/MacOS/Slack\n 9.9 /Applications/Ghostty.app/Contents/MacOS/ghostty\n 1.3 /Applications/WeChat.app/Contents/MacOS/WeChat\n 0.0 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock\n 0.0 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer\n 0.0 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder\n 0.0 /System/Library/Frameworks/QuickLookUI.framework/Versions/A/XPCServices/QuickLookUIService.xpc/Contents/MacOS/QuickLookUIService\n 0.0 automountd\n 0.0 /System/Library/PrivateFrameworks/AMPDevices.framework/Versions/A/Support/AMPDeviceDiscoveryAgent\n 0.0 /Library/Input Methods/WeType.app/Contents/PlugIns/WeTypeFinderSync.appex/Contents/MacOS/WeTypeFinderSync\n 0.0 /System/Applications/Siri AI.app/Contents/MacOS/Siri AI\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkahp.bundle/Contents/MacOS/ctkahp\n 0.0 /System/Library/Frameworks/InputMethodKit.framework/Resources/imklaunchagent\n 0.0 /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/XPCServices/CursorUIViewService.xpc/Contents/MacOS/CursorUIViewService\n 0.0 /System/Library/PrivateFrameworks/AgentSessionKitRuntime.framework/Versions/A/agentstored\n 0.0 /Applications/WeChat.app/Contents/Frameworks/crashpad_handler\n 0.0 /System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/Contents/Extensions/SafariWidgetExtension.appex/Contents/MacOS/SafariWidgetExtension\n 0.0 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer\n 0.0 /System/Applications/Clock.app/Contents/PlugIns/WorldClockWidget.appex/Contents/MacOS/WorldClockWidget\n 0.0 /System/Applications/Weather.app/Contents/PlugIns/WeatherWidget.appex/Contents/MacOS/WeatherWidget\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeEnergyWidgetsExtension.appex/Contents/MacOS/HomeEnergyWidgetsExtension\n 0.0 /System/Applications/Stocks.app/Contents/PlugIns/StocksWidget.appex/Contents/MacOS/StocksWidget\n 0.0 /Applications/Slack.app/Contents/Frameworks/Electron Framework.framework/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper (Renderer).app/Contents/MacOS/Slack Helper (Renderer)\n 0.0 /usr/libexec/tipsd\n 0.0 /System/Library/CoreServices/Siri.app/Contents/XPCServices/SiriNCService.xpc/Contents/MacOS/SiriNCService\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/Slack.app/Contents/Frameworks/Slack Helper.app/Contents/MacOS/Slack Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/MacOS/WeChatAppEx\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (GPU).app/Contents/MacOS/WeChatAppEx Helper (GPU)\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperLegacyExtension.appex/Contents/MacOS/WallpaperLegacyExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperDynamicExtension.appex/Contents/MacOS/WallpaperDynamicExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperImageExtension.appex/Contents/MacOS/WallpaperImageExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperMacintoshExtension.appex/Contents/MacOS/WallpaperMacintoshExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSonomaExtension.appex/Contents/MacOS/WallpaperSonomaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSequoiaExtension.appex/Contents/MacOS/WallpaperSequoiaExtension\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperGradientExtension.appex/Contents/MacOS/WallpaperGradientExtension\n 0.0 /Applications/CorpLink.app/Contents/Frameworks/CorplinkNe.app/Contents/MacOS/CorplinkNe\n 0.0 /System/Library/Image Capture/Support/icdd\n 0.0 /opt/homebrew/opt/postgresql@14/bin/postgres\n 0.0 /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent\n 0.0 /System/Library/CoreServices/TextInputMenuAgent.app/Contents/MacOS/TextInputMenuAgent\n 0.5 /Applications/ClashMac.app/Contents/MacOS/ClashMac\n 0.0 /Applications/Shottr.app/Contents/MacOS/Shottr\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/bin/simdiskimaged\n 0.0 /System/Applications/Calendar.app/Contents/PlugIns/CalendarWidgetExtension.appex/Contents/MacOS/CalendarWidgetExtension\n 0.0 /System/Library/CoreServices/Batteries.app/Contents/PlugIns/BatteriesAvocadoWidgetExtension.appex/Contents/MacOS/BatteriesAvocadoWidgetExtension\n 0.0 postgres: checkpointer \n 0.0 postgres: background writer \n 0.0 postgres: walwriter \n 0.0 postgres: autovacuum launcher \n 0.0 postgres: stats collector \n 0.0 postgres: logical replication launcher \n 0.0 /System/Library/CoreServices/diagnosticservicesd\n 0.0 /System/Applications/Podcasts.app/Contents/PlugIns/PodcastsWidget.appex/Contents/MacOS/PodcastsWidget\n 0.0 /System/Library/CoreServices/Screen Time.app/Contents/PlugIns/ScreenTimeWidgetExtension.appex/Contents/MacOS/ScreenTimeWidgetExtension\n 0.0 /System/Applications/Reminders.app/Contents/PlugIns/RemindersWidgetExtension.appex/Contents/MacOS/RemindersWidgetExtension\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetItems.appex/Contents/MacOS/FindMyWidgetItems\n 0.0 /System/Library/CoreServices/PeopleViewService.app/Contents/PlugIns/PeopleWidget_macOSExtension.appex/Contents/MacOS/PeopleWidget_macOSExtension\n 0.0 /System/Applications/FindMy.app/Contents/PlugIns/FindMyWidgetPeople.appex/Contents/MacOS/FindMyWidgetPeople\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgetsSecure.appex/Contents/MacOS/JournalWidgetsSecure\n 0.0 /System/Applications/Tips.app/Contents/PlugIns/TipsWidgetExtension.appex/Contents/MacOS/TipsWidgetExtension\n 0.0 /System/Applications/Home.app/Contents/PlugIns/HomeWidget.appex/Contents/MacOS/HomeWidget\n 0.0 /System/Applications/Photos.app/Contents/PlugIns/PhotosReliveWidget.appex/Contents/MacOS/PhotosReliveWidget\n 0.0 /System/Applications/Notes.app/Contents/PlugIns/com.apple.Notes.WidgetExtension.appex/Contents/MacOS/com.apple.Notes.WidgetExtension\n 1.5 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Applications/Journal.app/Contents/PlugIns/JournalWidgets.appex/Contents/MacOS/JournalWidgets\n 0.0 /System/Applications/System Settings.app/Contents/PlugIns/SettingsImportExtension.appex/Contents/MacOS/SettingsImportExtension\n 0.0 /usr/sbin/distnoted\n 0.0 /usr/libexec/mobileassetd\n 0.0 /System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated\n 0.0 /usr/libexec/coreduetd\n 0.0 /System/Library/ExtensionKit/Extensions/DesktopSettingsIntents.appex/Contents/MacOS/DesktopSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/WallpaperSettingsIntents.appex/Contents/MacOS/WallpaperSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/ControlCenterSettingsIntents.appex/Contents/MacOS/ControlCenterSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/BluetoothSettingsAppIntentsWidgetExtension.appex/Contents/MacOS/BluetoothSettingsAppIntentsWidgetExtension\n 0.0 /System/Library/ExtensionKit/Extensions/DateTimeIntentsExtension.appex/Contents/MacOS/DateTimeIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/MouseIntentsExtension.appex/Contents/MacOS/MouseIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/TimeMachineSettingsIntents.appex/Contents/MacOS/TimeMachineSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/NotificationsSettingsIntents.appex/Contents/MacOS/NotificationsSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/TrackpadIntentsExtension.appex/Contents/MacOS/TrackpadIntentsExtension\n 0.0 /System/Library/ExtensionKit/Extensions/BatterySettingsIntentsExtension.appex/Contents/MacOS/BatterySettingsIntentsExtension\n 0.0 /System/Library/PrivateFrameworks/WeatherDaemon.framework/weatherd\n 0.0 /usr/libexec/spotlightknowledged.importer\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/Contents/MacOS/com.apple.CoreSimulator.CoreSimulatorService\n 0.0 /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/SimulatorTrampoline.xpc/Contents/MacOS/SimulatorTrampoline\n 0.0 /usr/libexec/replayd\n 0.0 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/callservicesd\n 0.0 /usr/libexec/secinitd\n 0.0 /usr/libexec/pkd\n 0.0 /System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/Keychain Circle Notification\n 0.0 /System/Library/Frameworks/Contacts.framework/Support/contactsd\n 0.0 /System/Library/CoreServices/PowerChime.app/Contents/MacOS/PowerChime\n 0.0 /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServices/com.apple.AmbientDisplayAgent.xpc/Contents/MacOS/com.apple.AmbientDisplayAgent\n 0.0 /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/Resources/VDCAssistant\n 0.0 /System/Library/Input Methods/PressAndHold.app/Contents/PlugIns/PAH_Extension.appex/Contents/MacOS/PAH_Extension\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /usr/bin/ssh-agent\n 0.0 /System/Library/PrivateFrameworks/DoNotDisturbServer.framework/Support/donotdisturbd\n 0.0 /System/Library/CoreServices/CoreServicesUIAgent.app/Contents/MacOS/CoreServicesUIAgent\n 0.0 /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/Support/suggestd\n 0.0 /System/Library/CoreServices/UniversalControl.app/Contents/MacOS/UniversalControl\n 0.0 /System/Library/CoreServices/UserNotificationCenter.app/Contents/MacOS/UserNotificationCenter\n 0.0 /usr/libexec/containermanagerd_system\n 0.0 /System/Library/Input Methods/SCIM.app/Contents/PlugIns/SCIM_Extension.appex/Contents/MacOS/SCIM_Extension\n 0.0 /System/Library/PrivateFrameworks/WorkflowKit.framework/XPCServices/ShortcutsViewService.xpc/Contents/MacOS/ShortcutsViewService\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdwrite\n 12.0 /Applications/OrbStack.app/Contents/MacOS/OrbStack\n 88.6 /Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper.app/Contents/MacOS/OrbStack Helper\n 0.0 /usr/libexec/InternetSharing\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/dhcp6d\n 0.0 /System/Library/PrivateFrameworks/AppSSO.framework/Support/AppSSODaemon\n 0.0 /usr/libexec/sysmond\n 0.0 /usr/libexec/MTLAssetUpgraderD\n 0.0 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd\n 0.0 /usr/libexec/rtcreportingd\n 0.0 /System/Library/CoreServices/iconservicesagent\n 0.0 /System/Library/CoreServices/iconservicesd\n 0.0 /System/Library/SystemConfiguration/EAPOLController.bundle/Contents/Resources/eapolclient\n 0.0 /usr/sbin/netbiosd\n 0.0 /System/Library/PrivateFrameworks/KerberosHelper/Helpers/DiskUnmountWatcher\n 0.0 /usr/libexec/logd_helper\n 0.0 /usr/libexec/usermanagerd\n 0.0 /usr/libexec/countryd\n 0.0 /usr/libexec/AirPlayXPCHelper\n 0.0 /usr/libexec/audioanalyticsd\n 0.0 /usr/libexec/securityd_system\n 0.0 /System/Library/CoreServices/TextInputSwitcher.app/Contents/MacOS/TextInputSwitcher\n 0.0 /usr/libexec/gamecontrollerd\n 0.0 /System/Library/PrivateFrameworks/CoreADI.framework/adid\n 0.0 /Library/Apple/System/Library/PrivateFrameworks/RemotePairing.framework/Versions/A/XPCServices/remotepairingd.xpc/Contents/MacOS/remotepairingd\n 0.0 /System/Library/PrivateFrameworks/StatusKit.framework/StatusKitAgent\n 0.0 /System/Applications/Calendar.app/Contents/MacOS/Calendar\n 0.0 /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Contents/MacOS/com.apple.dock.extra\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/ExtensionKit/Extensions/GenerativeExperiencesSafetyInferenceProvider.appex/Contents/MacOS/GenerativeExperiencesSafetyInferenceProvider\n 0.0 /System/Library/ExtensionKit/Extensions/TGOnDeviceInferenceProviderService.appex/Contents/MacOS/TGOnDeviceInferenceProviderService\n 0.0 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/com.apple.Safari.SafeBrowsing.Service\n 0.0 /System/Applications/Notes.app/Contents/MacOS/Notes\n 0.0 /usr/libexec/knowledge-agent\n 0.0 /System/Library/CoreServices/CoreLocationAgent.app/Contents/MacOS/CoreLocationAgent\n 0.0 /System/Library/PrivateFrameworks/Synapse.framework/Support/contentlinkingd\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/XPCServices/VTDecoderXPCService.xpc/Contents/MacOS/VTDecoderXPCService\n 0.0 /System/Library/PrivateFrameworks/CloudDocs.framework/PlugIns/com.apple.CloudDocs.iCloudDriveFileProvider.appex/Contents/MacOS/com.apple.CloudDocs.iCloudDriveFileProvider\n 0.0 /usr/libexec/sandboxd\n 0.0 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsagent\n 0.0 /usr/libexec/swcd\n 0.0 /usr/libexec/mobileactivationd\n 0.0 /usr/libexec/captiveagent\n 0.0 /System/Library/PrivateFrameworks/JetCore.framework/Support/jetpackassetd\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/Frameworks/wxplayer\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatHelper.app/Contents/MacOS/WeChatHelper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper.app/Contents/MacOS/WeChatAppEx Helper\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted_helper\n 0.0 /usr/libexec/triald_system\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/geodMachServiceBridge\n 0.0 /System/Library/Frameworks/QuickLookThumbnailing.framework/Support/com.apple.quicklook.ThumbnailsAgent\n 0.0 /usr/libexec/triald\n 0.0 /usr/libexec/AssetCache/AssetCache\n 0.0 /System/Library/PrivateFrameworks/TrialServer.framework/Versions/A/XPCServices/TrialArchivingService.xpc/Contents/MacOS/TrialArchivingService\n 0.0 /usr/libexec/bluetoothuserd\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveService.framework/XPCServices/ContainerMetadataExtractor.xpc/Contents/MacOS/ContainerMetadataExtractor\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/AppPredictionFoundation.framework/Versions/A/XPCServices/AppPredictionIntentsHelperService.xpc/Contents/MacOS/AppPredictionIntentsHelperService\n 0.0 /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/PlugIns/ShareSheetUI.appex/Contents/MacOS/ShareSheetUI\n 0.0 /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/PlugIns/AirDrop.appex/Contents/MacOS/AirDrop\n 0.0 /usr/libexec/SidecarRelay\n 0.0 /System/Library/PrivateFrameworks/ModelCatalogRuntime.framework/Versions/A/modelcatalogd\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/sbin/systemsoundserverd\n 0.0 /usr/libexec/nehelper\n 0.0 /usr/libexec/powerdatad\n 0.0 /usr/sbin/distnoted\n 0.0 /System/Applications/Mail.app/Contents/PlugIns/com.apple.mail.SpotlightIndexExtension.appex/Contents/MacOS/com.apple.mail.SpotlightIndexExtension\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/amfid\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/DiskImages.framework/Resources/hdiejectd\n 0.0 /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/XPCServices/AssetCacheLocatorService.xpc/Contents/MacOS/AssetCacheLocatorService\n 0.0 /usr/libexec/neagent\n 0.0 /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/com.apple.geod.xpc/Contents/MacOS/com.apple.geod\n 0.0 /usr/libexec/linkd\n 0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/XPCServices/com.apple.hiservices-xpcservice.xpc/Contents/MacOS/com.apple.hiservices-xpcservice\n 0.2 /Users/jason/Library/Application Support/ClashMac/core/current\n 0.0 \n 0.0 /usr/libexec/storagekitd\n 0.0 \n 0.0 \n 0.0 /System/Library/PrivateFrameworks/VoiceShortcuts.framework/Versions/A/Support/siriactionsd\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /usr/libexec/dmd\n 0.0 /usr/libexec/findmydevice-user-agent\n 0.0 /System/Library/PrivateFrameworks/HearingCore.framework/heard\n 0.0 /System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd\n 0.0 /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/Resources/familycircled\n 0.0 /System/Library/Frameworks/CryptoTokenKit.framework/ctkd\n 0.0 /usr/libexec/searchpartyuseragent\n 0.0 /System/Library/PrivateFrameworks/ScreenTimeCore.framework/Versions/A/ScreenTimeAgent\n 0.0 /System/Library/PrivateFrameworks/CacheDelete.framework/deleted\n 0.0 /System/Library/CoreServices/UIKitSystem.app/Contents/MacOS/UIKitSystem\n 0.0 /opt/homebrew/bin/sccache\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /usr/libexec/PerfPowerServices\n 0.0 /System/Library/PrivateFrameworks/iCloudDriveCore.framework/Versions/A/Support/bird\n 0.0 /System/Library/PrivateFrameworks/SessionCore.framework/Support/liveactivitiesd\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/Versions/A/XPCServices/IntelligencePlatformComputeService.xpc/Contents/MacOS/IntelligencePlatformComputeService\n 0.0 /System/Library/Frameworks/GroupActivities.framework/Versions/A/XPCServices/GroupSessionService.xpc/Contents/MacOS/GroupSessionService\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/Library/Application Support/Zed/languages/package-version-server/package-version-server-v0.0.10\n 0.0 /opt/homebrew/bin/node\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /Applications/Mado.app/Contents/MacOS/Mado\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XProtectBridgeService.xpc/Contents/MacOS/XProtectBridgeService\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService\n 0.0 /System/Library/PrivateFrameworks/WebPrivacy.framework/webprivacyd\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.GPU.xpc/Contents/MacOS/com.apple.WebKit.GPU\n 0.0 /usr/libexec/dirhelper\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent\n 0.0 /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/XPCServices/com.apple.accessibility.mediaaccessibilityd.xpc/Contents/MacOS/com.apple.accessibility.mediaaccessibilityd\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/AudioComponentRegistrar\n 0.0 /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.Networking.xpc/Contents/MacOS/com.apple.WebKit.Networking\n 0.0 /System/Library/PrivateFrameworks/EcosystemAnalytics.framework/Support/ecosystemanalyticsd\n 0.0 /System/Library/PrivateFrameworks/Ecosystem.framework/Support/ecosystemd\n 0.0 /System/Library/Frameworks/MediaExtension.framework/Versions/A/Helpers/MENotificationAgent\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/GenerativeExperiencesRuntime.framework/Versions/A/generativeexperiencesd\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/Library/CoreServices/TimeMachine/backupd-helper\n 0.0 /System/Library/PrivateFrameworks/AppleMediaServices.framework/Resources/amsaccountsd\n 0.0 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.1 /Applications/Zed Preview.app/Contents/MacOS/zed\n 0.0 /System/Library/Frameworks/LocalAuthentication.framework/Support/coreautha.bundle/Contents/MacOS/coreautha\n 0.0 /System/Cryptexes/App/usr/libexec/AuthenticationServicesAgent\n 0.0 /System/Library/PrivateFrameworks/AXAssetLoader.framework/Support/axassetsd\n 0.0 /System/Library/CoreServices/pbs\n 0.0 /System/Library/PrivateFrameworks/TextToSpeechVoiceBankingSupport.framework/Support/voicebankingd\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/iOSSupport/System/Library/ExtensionKit/Extensions/KonaSynthesizer.appex/Contents/MacOS/KonaSynthesizer\n 0.0 /System/iOSSupport/System/Library/ExtensionKit/Extensions/MacinTalkAUSP.appex/Contents/MacOS/MacinTalkAUSP\n 0.0 /System/iOSSupport/System/Library/ExtensionKit/Extensions/MauiAUSP.appex/Contents/MacOS/MauiAUSP\n 0.0 /System/iOSSupport/System/Library/ExtensionKit/Extensions/SiriAUSP.appex/Contents/MacOS/SiriAUSP\n 0.0 /System/Library/PrivateFrameworks/MacinTalk.framework/PlugIns/WardaSynthesizer.appex/Contents/MacOS/WardaSynthesizer\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/com.apple.audio.SandboxHelper.xpc/Contents/MacOS/com.apple.audio.SandboxHelper\n 0.0 /System/Library/Frameworks/AudioToolbox.framework/XPCServices/AUCrashHandlerService.xpc/Contents/MacOS/AUCrashHandlerService\n 0.0 cloudphotod\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XPCServices/XprotectService.xpc/Contents/MacOS/XprotectService\n 0.0 /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Support/assistant_service\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/Frameworks/ManagedSettings.framework/Versions/A/ManagedSettingsAgent\n 0.0 /usr/libexec/taskgated\n 0.0 /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Resources/universalAccessAuthWarn.app/Contents/MacOS/universalAccessAuthWarn\n 0.0 /System/iOSSupport/System/Library/PrivateFrameworks/HomeEnergyDaemon.framework/Support/homeenergyd\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/IntelligenceFlowContextRuntime.framework/Versions/A/intelligencecontextd\n 0.2 /System/Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor\n 0.0 /System/Library/PrivateFrameworks/AMPLibrary.framework/Versions/A/Support/AMPArtworkAgent\n 0.0 /usr/libexec/siriknowledged\n 0.0 /System/Library/Frameworks/SystemExtensions.framework/Versions/A/Helpers/sysextd\n 0.0 /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/com.apple.CodeSigningHelper.xpc/Contents/MacOS/com.apple.CodeSigningHelper\n 0.0 Contents/Library/LoginItems/OpenLogi Agent.app/Contents/MacOS/openlogi-agent\n 0.0 /Applications/OpenLogi.app/Contents/Library/LoginItems/OpenLogi Overlay.app/Contents/MacOS/openlogi-overlay\n 0.0 /usr/libexec/nesessionmanager\n 0.0 /usr/libexec/cryptexd\n 0.0 /usr/libexec/diskimagesiod\n 0.0 /usr/libexec/GamePolicyAgent\n 0.0 docker\n 0.0 /System/Library/PrivateFrameworks/AppSSO.framework/Support/AppSSOAgent.app/Contents/MacOS/AppSSOAgent\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /System/Library/PrivateFrameworks/People.framework/peopled\n 0.0 /usr/libexec/assessmentagent\n 0.0 /usr/libexec/feedbackd\n 0.0 /usr/libexec/gamecontrolleragentd\n 0.0 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Resources/commerce\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.3 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter\n 0.6 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/XPCServices/com.apple.SafariPlatformSupport.Helper.xpc/Contents/MacOS/com.apple.SafariPlatformSupport.Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/ospredictiond\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /private/tmp/GpuiOmarchyGallery.app/Contents/MacOS/gallery\n 0.0 /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/XPCServices/SetStoreUpdateService.xpc/Contents/MacOS/SetStoreUpdateService\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/findmybeaconingd\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper\n 0.0 /usr/libexec/transparencyd\n 0.0 /usr/libexec/mlhostd\n 0.0 /usr/libexec/seputil\n 0.0 /usr/libexec/biomesyncd\n 0.0 /usr/libexec/online-auth-agent\n 0.0 /usr/libexec/findmylocateagent\n 0.0 /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/Support/followupd\n 0.0 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing\n 0.0 docker\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /usr/libexec/symptomsd-diag\n 0.0 /usr/libexec/tailspind\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/libexec/rust-analyzer-proc-macro-srv\n 0.0 /System/Library/PrivateFrameworks/SuggestedImage.framework/Support/imageplaygroundd\n 0.0 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/Support/photolibraryd\n 0.0 /System/Library/CoreServices/ScopedBookmarkAgent\n 0.0 /System/Library/PrivateFrameworks/MediaAnalysis.framework/Versions/A/mediaanalysisd\n 0.0 /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Versions/A/Support/photoanalysisd\n 0.0 /usr/sbin/BTLEServerAgent\n 0.0 /opt/homebrew/Cellar/node@24/24.18.0/bin/node\n 0.4 /opt/homebrew/Cellar/python@3.11/3.11.0/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python\n 0.0 /Users/jason/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server\n 0.0 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdworker_shared\n 0.0 /usr/libexec/intelligentroutingd\n 0.0 ps\n 0.0 /System/Library/CoreServices/Setup Assistant.app/Contents/Resources/mbuseragent\n 0.0 /System/Library/PrivateFrameworks/UsageTracking.framework/Versions/A/UsageTrackingAgent\n 0.0 /Users/jason/Applications/Chrome Apps.localized/Gmail.app/Contents/MacOS/app_mode_loader\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/chrome_crashpad_handler\n 0.0 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/152.0.7977.77/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer)\n 0.0 /System/Library/PrivateFrameworks/AccessibilitySupport.framework/Versions/A/Resources/AccessibilityVisualsAgent.app/Contents/MacOS/AccessibilityVisualsAgent\n 0.0 /Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeChatAppEx Helper (Renderer).app/Contents/MacOS/WeChatAppEx Helper (Renderer)\n 0.0 /Applications/Slack.app/Contents/Frameworks/Squirrel.framework/Resources/ShipIt\n 0.0 /Users/jason/Library/Application Support/Zed/extensions/work/mcp-server-github/github-mcp-server-v1.12.0/github-mcp-server\n 0.0 /usr/local/bin/color-lsp\n 0.0 /System/Library/PrivateFrameworks/CloudTelemetry.framework/Support/cloudtelemetryd\n 0.0 /opt/homebrew/bin/node\n 0.0 /Users/jason/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rust-analyzer\n 0.0 /usr/libexec/proactived\n 0.0 /usr/libexec/networkserviceproxy\n 0.0 /System/Library/CoreServices/Siri.app/Contents/MacOS/Siri\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/system_installd\n 0.0 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/installd\n 0.0 /System/Library/ExtensionKit/Extensions/ClassroomDeviceExpert.appex/Contents/MacOS/ClassroomDeviceExpert\n 0.0 /System/Library/ExtensionKit/Extensions/FamilyIntents.appex/Contents/MacOS/FamilyIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PlaceholderSettingsSearchTermsIntents.appex/Contents/MacOS/PlaceholderSettingsSearchTermsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/AccountsUISettingsAppIntents.appex/Contents/MacOS/AccountsUISettingsAppIntents\n 0.0 /System/Library/ExtensionKit/Extensions/VpnSettingsIntents.appex/Contents/MacOS/VpnSettingsIntents\n 0.0 /System/Library/ExtensionKit/Extensions/PrefPaneSearchIntent.appex/Contents/MacOS/PrefPaneSearchIntent\n 0.0 /System/Library/ExtensionKit/Extensions/InternationalSettingsExtension.appex/Contents/MacOS/InternationalSettingsExtension\n 0.0 /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/XPCServices/LookupViewService.xpc/Contents/MacOS/LookupViewService\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 1.4 claude\n 0.0 npm exec chrome-devtools-mcp@latest\n 0.0 chrome-devtools-mcp\n 0.0 caffeinate\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 node\n 0.3 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 target/debug/examples/gallery\n 0.0 node\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node\n 0.0 /Applications/Codex.app/Contents/Resources/codex\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n 0.0 node\n 0.4 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex\n 0.0 /Applications/Codex.app/Contents/Resources/cua_node/bin/node_repl\n 0.0 /Users/jason/.pencil/mcp/cursor/out/mcp-server-darwin-arm64\n 0.0 /opt/homebrew/lib/node_modules/@openai/codex/node_modules/@openai/codex-darwin-arm64/vendor/aarch64-apple-darwin/bin/codex-code-mode-host\n 0.0 /usr/bin/login\n 0.0 -/bin/zsh\n", + "schema": "gpui-upstream-rquickjs-paired-v1", + "baseline_revision": "crates.io rquickjs 0.12.2, rquickjs-core/sys/macro 0.12.2; quickjs-ng 0.15.1", + "warmup_processes": 5, + "measured_processes": 30, + "metric": "snapshot construction and validation, ns", + "binaries": { + "upstream": { + "path": "/tmp/quickjs-market-measurements/upstream-rquickjs-0122", + "sha256": "9d6c7392e6a1e71d274390b2d9656e30c105a209f76363516267d61f19961001" + }, + "candidate_auto": { + "path": "/tmp/quickjs-market-measurements/shape-retention", + "sha256": "11252363d10a1574df4a05e0af48331762a0d92597f608e312f77974f31c660f" + }, + "interpreter": { + "path": "/tmp/quickjs-market-measurements/shape-retention", + "sha256": "11252363d10a1574df4a05e0af48331762a0d92597f608e312f77974f31c660f" + } + }, + "summary": { + "mixed": { + "upstream": { + "steady_state_ns": 171798.0, + "p99_script_render_ns": 202062.5, + "first_window_ns": 5052396.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_auto": { + "steady_state_ns": 179690.0, + "p99_script_render_ns": 211874.5, + "first_window_ns": 5175104.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 173596, + "max": 174136, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "interpreter": { + "steady_state_ns": 209133.0, + "p99_script_render_ns": 246813.0, + "first_window_ns": 5142812.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_speed_vs_upstream": { + "paired_median": 0.9619084352581648, + "bootstrap_95_ci": [ + 0.9502087336732015, + 0.964588057733732 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 1.1658919214495196, + "bootstrap_95_ci": [ + 1.153241179165342, + 1.178709265867243 + ] + } + }, + "compute": { + "upstream": { + "steady_state_ns": 110122.0, + "p99_script_render_ns": 126708.5, + "first_window_ns": 4935396.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_auto": { + "steady_state_ns": 12754.5, + "p99_script_render_ns": 14937.0, + "first_window_ns": 5046708.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 238, + "max": 268, + "nonzero_samples": 30 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "interpreter": { + "steady_state_ns": 146578.5, + "p99_script_render_ns": 167625.5, + "first_window_ns": 5067791.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_speed_vs_upstream": { + "paired_median": 8.626250476812611, + "bootstrap_95_ci": [ + 8.539963625168433, + 8.70707907389303 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 11.547859212113078, + "bootstrap_95_ci": [ + 11.411284578206878, + 11.66388838331249 + ] + } + }, + "panel": { + "upstream": { + "steady_state_ns": 818362.0, + "p99_script_render_ns": 926125.0, + "first_window_ns": 5551229.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_auto": { + "steady_state_ns": 837171.5, + "p99_script_render_ns": 924937.5, + "first_window_ns": 5580208.5, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "interpreter": { + "steady_state_ns": 841803.0, + "p99_script_render_ns": 931792.0, + "first_window_ns": 5590125.0, + "fallback_count": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "invalid_artifacts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "native_entries": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + }, + "deopts": { + "min": 0, + "max": 0, + "nonzero_samples": 0 + } + }, + "candidate_speed_vs_upstream": { + "paired_median": 0.9764098623271065, + "bootstrap_95_ci": [ + 0.9723646521002067, + 0.9800504524656535 + ] + }, + "candidate_speed_vs_interpreter": { + "paired_median": 1.0019737838541518, + "bootstrap_95_ci": [ + 0.9994091271642989, + 1.0070127600476877 + ] + } + } + }, + "candidate_revision": "9a83a7f plus current uncommitted performance fixes including bounded shared shape retention", + "limitations": [ + "Snapshot construction and validation, not FPS.", + "First-window timings include initialization; steady-state compute waits for 32 Tier2 entries in automatic mode.", + "Upstream harness substitutes a thin Runtime wrapper for JitRuntime, with disabled zero metrics; all scripts and result validation are unchanged.", + "Linux sanitizer verification pending." + ], + "upstream_sources": { + "quickjs.c": { + "sha256": "ce9a95d3c011f255c1facb7d4361c71209e71ba58d84acd3281a755d0686a285", + "identical_to_pinned_unpatched_submodule": true + }, + "quickjs.h": { + "sha256": "e407f69c89f806dde1ad7f86801e4116d1bbe9e35c0941669acd3ca04278b517", + "identical_to_pinned_unpatched_submodule": true + }, + "dtoa.c": { + "sha256": "a8d2cf2d04db406e0c16acdd95ab0e709d309902865722f41dac07a1ba5676af", + "identical_to_pinned_unpatched_submodule": true + }, + "libregexp.c": { + "sha256": "d1e7c4280e1948a25310aaa80aedc273b6fe12322964965f9025ba1800f2c14d", + "identical_to_pinned_unpatched_submodule": true + }, + "libunicode.c": { + "sha256": "62bfe07a00c297d62cf89d2a147f1d0cd0e90ae7c8058e0fabb66e896950a702", + "identical_to_pinned_unpatched_submodule": true + } + }, + "findings": [ + "All 30 automatic mixed samples have zero deopts and zero invalid artifacts; checksums match upstream and fork interpreter.", + "Mixed JIT speed vs upstream: 0.96191x, 95% CI 0.95021\u20130.96459 (3.8% slower).", + "Panel JIT speed vs upstream: 0.97641x, 95% CI 0.97236\u20130.98005 (2.4% slower).", + "Compute JIT speed vs upstream: 8.62625x, 95% CI 8.53996\u20138.70708.", + "Stability objective reached for these workloads; overall performance objective remains open because mixed and panel still regress vs upstream." + ], + "sample_archive": { + "path": "benchmarks/results/m3-market-upstream-comparison-samples.tar.gz", + "sha256": "a5a773e127f8d47bc025208195a9cc0103bbba92cd451fee1b5d8415bdf3ad94" + } +} diff --git a/benchmarks/results/m3-market-upstream-comparison-samples.tar.gz b/benchmarks/results/m3-market-upstream-comparison-samples.tar.gz new file mode 100644 index 00000000..a8c2e5f9 Binary files /dev/null and b/benchmarks/results/m3-market-upstream-comparison-samples.tar.gz differ diff --git a/benchmarks/results/restored-native-boundary-linux-asan.log b/benchmarks/results/restored-native-boundary-linux-asan.log new file mode 100644 index 00000000..8b0cdec1 --- /dev/null +++ b/benchmarks/results/restored-native-boundary-linux-asan.log @@ -0,0 +1,85 @@ +warning: unused workspace dependency `rquickjs` + --> Cargo.toml:37:1 + | +37 | rquickjs = { package = "quickjs-jit", version = "0.12.7", path = "./", default-features = false } + | ^^^^^^^^ + | + = note: `cargo::unused_workspace_dependencies` is set to `warn` by default +help: consider removing the workspace dependency `rquickjs` +warning: workspace (manifest) generated 1 warning +warning: explicit `package.readme` can be inferred + --> Cargo.toml:8:1 + | +8 | readme = "README.md" + | ^^^^^^^^^^^^^^^^^^^^ + | + = note: `cargo::manual_readme` is set to `warn` by default +help: consider removing `package.readme` +warning: `quickjs-jit` (manifest) generated 1 warning +warning: explicit `package.readme` can be inferred + --> sys/Cargo.toml:7:1 + | +7 | readme = "README.md" + | ^^^^^^^^^^^^^^^^^^^^ + | + = note: `cargo::manual_readme` is set to `warn` by default +help: consider removing `package.readme` +warning: `quickjs-jit-sys` (manifest) generated 1 warning +warning: explicit `package.readme` can be inferred + --> core/Cargo.toml:7:1 + | +7 | readme = "README.md" + | ^^^^^^^^^^^^^^^^^^^^ + | + = note: `cargo::manual_readme` is set to `warn` by default +help: consider removing `package.readme` +warning: `quickjs-jit-core` (manifest) generated 1 warning +warning: explicit `package.readme` can be inferred + --> macro/Cargo.toml:7:1 + | +7 | readme = "README.md" + | ^^^^^^^^^^^^^^^^^^^^ + | + = note: `cargo::manual_readme` is set to `warn` by default +help: consider removing `package.readme` +warning: `quickjs-jit-macro` (manifest) generated 1 warning + Compiling quickjs-jit-sys v0.12.7 (/src/sys) + Compiling quickjs-jit-runtime v0.12.7 (/src/jit) + Compiling quickjs-jit-core v0.12.7 (/src/core) + Compiling quickjs-jit v0.12.7 (/src) + Finished `test` profile [unoptimized + debuginfo] target(s) in 10.75s + Running tests/native_boundary.rs (/target/aarch64-unknown-linux-gnu/debug/build/quickjs-jit-runtime/16f8774a40ffdbed/out/native_boundary-16f8774a40ffdbed) + +running 30 tests +test backend_replace_during_entry_is_busy_and_releases_the_captured_pin_once ... ok +test backend_detach_during_acquire_is_busy_and_releases_the_captured_pin_once ... ok +test backend_detach_during_entry_is_busy_and_releases_the_captured_pin_once ... ok +test closure_objects_share_bytecode_identity_and_retire_only_at_finalization ... ok +test cached_native_entry_reuses_a_pin_until_epoch_change_and_releases_on_detach ... ok +test deopt_rejects_a_pc_inside_an_instruction_as_uncatchable_after_releasing_the_pin ... ok +test cached_entry_recursion_keeps_active_pins_alive_across_gc_and_invalidation ... ok +test distinct_bytecode_allocations_with_identical_bodies_get_distinct_ids ... ok +test backend_replace_during_acquire_is_busy_and_releases_the_captured_pin_once ... ok +test deopt_resumes_after_the_materialized_side_effect_exactly_once ... ok +test backtrace_allocation_failure_cannot_disarm_an_uncatchable_interrupt ... ok +test malformed_deopt_with_pending_exception_frees_exception_and_transferred_result ... ok +test invalidation_prevents_acquiring_an_entry_from_the_retired_generation ... ok +test malformed_exception_exit_frees_its_forbidden_transferred_result ... ok +test malformed_done_rejects_exception_sentinel_without_a_pending_exception ... ok +test malformed_done_with_pending_exception_frees_exception_and_transferred_result ... ok +test malformed_exit_is_uncatchable_when_error_allocation_fails ... ok +test explicit_invalidation_keeps_identity_and_advances_generation ... ok +test malformed_retry_with_pending_exception_frees_exception_and_transferred_result ... ok +test malformed_interrupt_exit_frees_its_forbidden_transferred_result ... ok +test native_entry_without_a_lifetime_pin_is_not_called ... ok +test native_return_enters_c_done_cleanup_and_releases_the_pin ... ok +test native_exception_is_caught_by_the_existing_js_catch_path ... ok +test native_interrupt_remains_uncatchable ... ok +test every_exit_requires_both_reserved_scratch_slots_to_be_clear ... ok +test native_to_js_recursion_obeys_stack_limit_and_recovers_after_exception ... ok +test osr_retry_restarts_at_the_polled_pc_without_replaying_the_prefix ... ok +test verified_loop_header_can_enter_native_code_from_an_osr_poll ... ok +test reentrant_release_cannot_repopulate_entry_cache_during_detach ... ok +test primitive_interrupt_is_uncatchable_when_error_allocation_fails ... ok + +test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s diff --git a/benchmarks/results/restored-native-boundary-tests.log b/benchmarks/results/restored-native-boundary-tests.log new file mode 100644 index 00000000..8f92646f --- /dev/null +++ b/benchmarks/results/restored-native-boundary-tests.log @@ -0,0 +1,40 @@ + Compiling quickjs-jit-sys v0.12.7 (/Users/jason/work/quickjs-jit/sys) + Compiling quickjs-jit-core v0.12.7 (/Users/jason/work/quickjs-jit/core) + Compiling quickjs-jit-runtime v0.12.7 (/Users/jason/work/quickjs-jit/jit) + Compiling quickjs-jit v0.12.7 (/Users/jason/work/quickjs-jit) + Finished `release` profile [optimized] target(s) in 3.88s + Running tests/native_boundary.rs (target/release/deps/native_boundary-4e33fd0c511595f9) + +running 30 tests +test cached_entry_recursion_keeps_active_pins_alive_across_gc_and_invalidation ... ok +test cached_native_entry_reuses_a_pin_until_epoch_change_and_releases_on_detach ... ok +test backend_detach_during_acquire_is_busy_and_releases_the_captured_pin_once ... ok +test backend_replace_during_acquire_is_busy_and_releases_the_captured_pin_once ... ok +test closure_objects_share_bytecode_identity_and_retire_only_at_finalization ... ok +test backend_detach_during_entry_is_busy_and_releases_the_captured_pin_once ... ok +test backtrace_allocation_failure_cannot_disarm_an_uncatchable_interrupt ... ok +test backend_replace_during_entry_is_busy_and_releases_the_captured_pin_once ... ok +test distinct_bytecode_allocations_with_identical_bodies_get_distinct_ids ... ok +test deopt_resumes_after_the_materialized_side_effect_exactly_once ... ok +test deopt_rejects_a_pc_inside_an_instruction_as_uncatchable_after_releasing_the_pin ... ok +test explicit_invalidation_keeps_identity_and_advances_generation ... ok +test invalidation_prevents_acquiring_an_entry_from_the_retired_generation ... ok +test malformed_deopt_with_pending_exception_frees_exception_and_transferred_result ... ok +test malformed_done_rejects_exception_sentinel_without_a_pending_exception ... ok +test malformed_done_with_pending_exception_frees_exception_and_transferred_result ... ok +test malformed_exception_exit_frees_its_forbidden_transferred_result ... ok +test malformed_exit_is_uncatchable_when_error_allocation_fails ... ok +test malformed_interrupt_exit_frees_its_forbidden_transferred_result ... ok +test malformed_retry_with_pending_exception_frees_exception_and_transferred_result ... ok +test native_entry_without_a_lifetime_pin_is_not_called ... ok +test native_exception_is_caught_by_the_existing_js_catch_path ... ok +test every_exit_requires_both_reserved_scratch_slots_to_be_clear ... ok +test native_return_enters_c_done_cleanup_and_releases_the_pin ... ok +test primitive_interrupt_is_uncatchable_when_error_allocation_fails ... ok +test native_interrupt_remains_uncatchable ... ok +test reentrant_release_cannot_repopulate_entry_cache_during_detach ... ok +test verified_loop_header_can_enter_native_code_from_an_osr_poll ... ok +test osr_retry_restarts_at_the_polled_pc_without_replaying_the_prefix ... ok +test native_to_js_recursion_obeys_stack_limit_and_recovers_after_exception ... ok + +test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s diff --git a/benchmarks/results/restored-native-boundary-verification.json b/benchmarks/results/restored-native-boundary-verification.json new file mode 100644 index 00000000..f369a3ad --- /dev/null +++ b/benchmarks/results/restored-native-boundary-verification.json @@ -0,0 +1,8 @@ +{ + "candidate": "cold-object-probes; native-entry helper experiment reverted", + "tests": "30 native boundary tests passed on macOS release and native ARM Linux ASAN", + "added_case": "native_to_js_recursion_obeys_stack_limit_and_recovers_after_exception", + "test_source_sha256": "9abf9ee6e34fe493bbfa9dcde1001fd0d6ffc53d9f4ece73a30782855d5b5011", + "format": "passed", + "diff_check": "passed" +} diff --git a/jit/Cargo.toml b/jit/Cargo.toml index 8716b4aa..285274f9 100644 --- a/jit/Cargo.toml +++ b/jit/Cargo.toml @@ -16,6 +16,7 @@ name = "rquickjs_jit" rquickjs-sys = { package = "quickjs-jit-sys", version = "=0.12.7", path = "../sys", features = ["jit-abi"] } [dependencies] +rustc-hash = "2.1" rquickjs-core = { package = "quickjs-jit-core", version = "=0.12.7", path = "../core", features = ["jit-abi", "loader"] } serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/jit/src/bin/jit-test262.rs b/jit/src/bin/jit-test262.rs index a312cbde..005056ad 100644 --- a/jit/src/bin/jit-test262.rs +++ b/jit/src/bin/jit-test262.rs @@ -614,6 +614,7 @@ fn run(options: Options) -> Result { let function = eligible.function.clone(); let invocation = eligible.invocation.clone(); let mode = options.mode; + let timeout = options.timeout; let runtime_ref = &runtime; let trace_evidence = Arc::clone(&trace_evidence); move |context: &Context| -> Result<(), String> { @@ -624,7 +625,11 @@ fn run(options: Options) -> Result { let warm = format!( "for(let __jit_i=0;__jit_i<256;__jit_i++){{{invocation};}}" ); - for _ in 0..128 { + // Compiler readiness depends on elapsed time, not + // interpreter replay speed (especially with coverage + // or sanitizer instrumentation on the worker). + let replay_deadline = Instant::now() + timeout; + while Instant::now() < replay_deadline { // Re-arm the trace for every replay round. The // evidence only needs one round in which native // code executed; accumulating every warm-up @@ -685,7 +690,7 @@ fn run(options: Options) -> Result { evidence.1.dedup(); return Ok(()); } - thread::yield_now(); + thread::sleep(Duration::from_millis(1)); } Err(format!("forced {function} did not enter requested tier")) } diff --git a/jit/src/compiler/baseline.rs b/jit/src/compiler/baseline.rs index 9cf8aaed..17693b9f 100644 --- a/jit/src/compiler/baseline.rs +++ b/jit/src/compiler/baseline.rs @@ -6084,12 +6084,9 @@ fn emit_truthy(builder: &mut FunctionBuilder<'_>, value: Pair) -> Value { let is_undefined = tag_is(builder, value.tag, qjs::JS_TAG_UNDEFINED); let is_float = tag_is(builder, value.tag, qjs::JS_TAG_FLOAT64); let empty = builder.ins().bor(is_null, is_undefined); - let integer_truthy = builder.ins().icmp_imm(IntCC::NotEqual, value.payload, 0); - let float = builder - .ins() - .bitcast(types::F64, MemFlags::new(), value.payload); - let zero = builder.ins().f64const(0.0); - let float_truthy = builder.ins().fcmp(FloatCC::OrderedNotEqual, float, zero); + let integer = builder.ins().ireduce(types::I32, value.payload); + let integer_truthy = builder.ins().icmp_imm(IntCC::NotEqual, integer, 0); + let float_truthy = super::helpers::emit_f64_bits_truthy(builder, value.payload); let scalar_truthy = builder.ins().select(is_float, float_truthy, integer_truthy); let false_value = builder.ins().iconst(types::I8, 0); builder.ins().select(empty, false_value, scalar_truthy) diff --git a/jit/src/compiler/helpers.rs b/jit/src/compiler/helpers.rs index afc41dda..376914c4 100644 --- a/jit/src/compiler/helpers.rs +++ b/jit/src/compiler/helpers.rs @@ -83,3 +83,21 @@ pub(super) fn generated_signatures(isa: &dyn TargetIsa) -> Result }) .collect() } + +/// JavaScript truthiness for an IEEE-754 binary64 payload. AArch64 lowering in +/// Cranelift 0.116 does not implement OrderedNotEqual; integer comparisons also +/// handle both signed zeros and every NaN payload without an FP comparison. +pub(super) fn emit_f64_bits_truthy( + builder: &mut cranelift_frontend::FunctionBuilder<'_>, + payload: cranelift_codegen::ir::Value, +) -> cranelift_codegen::ir::Value { + use cranelift_codegen::ir::{condcodes::IntCC, InstBuilder}; + let magnitude = builder.ins().band_imm(payload, i64::MAX); + let nonzero = builder.ins().icmp_imm(IntCC::NotEqual, magnitude, 0); + let not_nan = builder.ins().icmp_imm( + IntCC::UnsignedLessThanOrEqual, + magnitude, + 0x7ff0_0000_0000_0000_i64, + ); + builder.ins().band(nonzero, not_nan) +} diff --git a/jit/src/compiler/optimized.rs b/jit/src/compiler/optimized.rs index b1cf1e80..9495eba9 100644 --- a/jit/src/compiler/optimized.rs +++ b/jit/src/compiler/optimized.rs @@ -1800,7 +1800,7 @@ fn lower_optimized_machine( } } "if_false8" | "if_true8" | "if_false" | "if_true" => { - use cranelift_codegen::ir::condcodes::{FloatCC, IntCC}; + use cranelift_codegen::ir::condcodes::IntCC; depth = depth .checked_sub(1) .ok_or(CompileFailure::InvalidArtifact)?; @@ -1912,18 +1912,13 @@ fn lower_optimized_machine( node.deopt_guard().ok_or(CompileFailure::InvalidArtifact)?, ); builder.switch_to_block(truth_block); + let integer = builder.ins().ireduce(types::I32, condition.payload); let integer_truth = - builder - .ins() - .icmp_imm(IntCC::NotEqual, condition.payload, 0); - let float = builder.ins().bitcast( - types::F64, - MemFlags::new(), + builder.ins().icmp_imm(IntCC::NotEqual, integer, 0); + let float_truth = super::helpers::emit_f64_bits_truthy( + &mut builder, condition.payload, ); - let zero = builder.ins().f64const(0.0); - let float_truth = - builder.ins().fcmp(FloatCC::OrderedNotEqual, float, zero); let numeric_truth = builder.ins().select(is_float, float_truth, integer_truth); let false_value = builder.ins().iconst(types::I8, 0); @@ -2644,7 +2639,7 @@ fn emit_opt_unary( pc: u32, guard: u32, ) -> Result<(), CompileFailure> { - use cranelift_codegen::ir::condcodes::{FloatCC, IntCC}; + use cranelift_codegen::ir::condcodes::IntCC; use cranelift_codegen::ir::{types, InstBuilder, MemFlags}; use rquickjs_core::qjs; let index = depth @@ -2732,11 +2727,7 @@ fn emit_opt_unary( let numeric_truth = if env.int32_loop { integer_truth } else { - let float = builder - .ins() - .bitcast(types::F64, MemFlags::new(), value.payload); - let zero = builder.ins().f64const(0.0); - let float_truth = builder.ins().fcmp(FloatCC::OrderedNotEqual, float, zero); + let float_truth = super::helpers::emit_f64_bits_truthy(builder, value.payload); builder.ins().select(is_float, float_truth, integer_truth) }; let false_value = builder.ins().iconst(types::I8, 0); @@ -4021,6 +4012,25 @@ fn emit_opt_guarded_property( let object_index = depth .checked_sub(if store { 2 } else { 1 }) .ok_or(CompileFailure::InvalidArtifact)?; + // A leaf shape guard can borrow the receiver from an existing root. This + // requires every live stack value to be either rooted there or primitive; + // no temporary owner may disappear from the helper's visible stack. + let borrowed_slot = if stack_provenance[..depth].iter().all(|source| { + matches!( + source, + OptProvenance::Argument(_) + | OptProvenance::Local(_) + | OptProvenance::ImmediatePrimitive + ) + }) { + match stack_provenance[object_index] { + OptProvenance::Argument(index) => Some(index), + OptProvenance::Local(index) => arguments.len().checked_add(index), + _ => None, + } + } else { + None + }; for (index, vars) in arguments.iter().enumerate() { let v = opt_use(builder, *vars); opt_store(builder, arg_buf, index, v); @@ -4040,29 +4050,35 @@ fn emit_opt_guarded_property( builder .ins() .store(MemFlags::new(), current_pc, frame, layout.pc); - // SHAPE_GUARD validates its operand against stack_top. Materialize the - // borrowed SSA aliases as real interpreter owners before exposing them to - // the helper; incremental stack_top updates make DUP OOM cleanup exact. - opt_own_stack_for_exit( - builder, - frame, - sret, - stack_base, - depth, - arguments.len() + locals.len(), - stack_provenance, - helper_signatures, - pointer_type, - layout, - )?; + if borrowed_slot.is_some() { + // The stack contains SSA scratch aliases, not reference-counted owners. + // Exception cleanup must see only the rooted argument/local buffers. + opt_set_stack_top(builder, frame, stack_base, 0, pointer_type, layout); + } else { + opt_own_stack_for_exit( + builder, + frame, + sret, + stack_base, + depth, + arguments.len() + locals.len(), + stack_provenance, + helper_signatures, + pointer_type, + layout, + )?; + } if properties.is_empty() || properties.len() > 3 { return Err(CompileFailure::InvalidArtifact); } - let flat = arguments - .len() - .checked_add(locals.len()) - .and_then(|n| n.checked_add(object_index)) - .and_then(|n| u32::try_from(n).ok()) + let flat = borrowed_slot + .or_else(|| { + arguments + .len() + .checked_add(locals.len())? + .checked_add(object_index) + }) + .and_then(|slot| u32::try_from(slot).ok()) .ok_or(CompileFailure::ResourceLimit)?; let api = builder .ins() @@ -4193,6 +4209,20 @@ fn emit_opt_guarded_property( 0, ); builder.switch_to_block(deopt); + if borrowed_slot.is_some() { + opt_own_stack_for_exit( + builder, + frame, + sret, + stack_base, + depth, + arguments.len() + locals.len(), + stack_provenance, + helper_signatures, + pointer_type, + layout, + )?; + } let start = builder .ins() .load(pointer_type, MemFlags::new(), frame, layout.bytecode_start); @@ -4209,34 +4239,61 @@ fn emit_opt_guarded_property( guard, ); builder.switch_to_block(continuation); - // Every borrowed alias below the operands was materialized as an owner - // for the guard's exception path; hand those references back before the - // operand slots are released, or each guarded access leaks one. - opt_release_materialized_aliases( - builder, - frame, - sret, - stack_base, - stack_provenance, - 0..object_index, - depth, - arguments.len() + locals.len(), - helper_signatures, - pointer_type, - layout, - )?; - opt_release_owned_stack( - builder, - frame, - sret, - stack_base, - object_index, - depth, - arguments.len() + locals.len(), - helper_signatures, - pointer_type, - layout, - )?; + if borrowed_slot.is_some() { + // Keep scratch aliases outside the owning stack even when the primitive + // result below advances stack_top. Their values remain live in SSA. + let undefined = OptPair { + payload: builder.ins().iconst(types::I64, 0), + tag: builder + .ins() + .iconst(types::I64, i64::from(qjs::JS_TAG_UNDEFINED)), + }; + for (index, provenance) in stack_provenance.iter().take(depth).enumerate() { + if matches!( + provenance, + OptProvenance::Argument(_) | OptProvenance::Local(_) + ) { + opt_store(builder, stack_base, index, undefined); + } + } + opt_set_stack_top( + builder, + frame, + stack_base, + object_index, + pointer_type, + layout, + ); + } else { + // Every borrowed alias below the operands was materialized as an owner + // for the guard's exception path; hand those references back before the + // operand slots are released, or each guarded access leaks one. + opt_release_materialized_aliases( + builder, + frame, + sret, + stack_base, + stack_provenance, + 0..object_index, + depth, + arguments.len() + locals.len(), + helper_signatures, + pointer_type, + layout, + )?; + opt_release_owned_stack( + builder, + frame, + sret, + stack_base, + object_index, + depth, + arguments.len() + locals.len(), + helper_signatures, + pointer_type, + layout, + )?; + } if store { for provenance in &mut stack_provenance[object_index..depth] { *provenance = OptProvenance::Unknown; diff --git a/jit/src/lib.rs b/jit/src/lib.rs index a9210c9e..ad4241b5 100644 --- a/jit/src/lib.rs +++ b/jit/src/lib.rs @@ -505,9 +505,10 @@ struct ProductionBackend { coordinator: runtime::Coordinator, workers: runtime::BackgroundCompiler, requested: std::collections::HashSet, - hotness: std::collections::HashMap, + // Hot identity tables use VM-assigned keys, never guest-provided names. + hotness: rustc_hash::FxHashMap, optimizing_requested: std::collections::HashSet, - optimizing_hotness: std::collections::HashMap, + optimizing_hotness: rustc_hash::FxHashMap, optimizing_snapshots: std::collections::HashMap, baseline_property_refreshed: std::collections::HashSet, @@ -551,12 +552,12 @@ struct ProductionBackend { // Cached C handles can execute repeatedly without another acquisition. // Replacement acquisition updates this before native_enter; active frames // retain their own tier in execution_starts across recursive replacement. - entry_tiers: std::collections::HashMap, + entry_tiers: rustc_hash::FxHashMap, entry_cache_epoch: u64, // C brackets each native invocation with a synchronous enter/exit pair. // Keep active records through retirement and preserve each invocation's tier. execution_starts: Vec<(runtime::FunctionKey, std::time::Instant, runtime::Tier)>, - execution_profiles: std::collections::HashMap, + execution_profiles: rustc_hash::FxHashMap, profitability_evaluations: u64, profitability_approved: u64, profitability_rejected: u64, @@ -564,11 +565,11 @@ struct ProductionBackend { /// Baseline was measured harmful and unpublished. This is deliberately /// not a terminal function blacklist: stable feedback may still justify /// one of the coordinator's bounded optimizing-tier trials. - profitability_blacklisted: std::collections::HashSet, + profitability_blacklisted: rustc_hash::FxHashSet, /// Immutable generations for which neither tier can ever produce code. /// `record_hot` reports these to QuickJS so it can turn off all probes and /// feedback at the bytecode object, avoiding a permanent C -> Rust tax. - feedback_disabled: std::collections::HashSet, + feedback_disabled: rustc_hash::FxHashSet, benefit_recordings: u64, measured_benefit_ns: u64, compiler_measurements: Arc, @@ -1292,9 +1293,9 @@ impl ProductionBackend { config, workers, requested: std::collections::HashSet::new(), - hotness: std::collections::HashMap::new(), + hotness: rustc_hash::FxHashMap::default(), optimizing_requested: std::collections::HashSet::new(), - optimizing_hotness: std::collections::HashMap::new(), + optimizing_hotness: rustc_hash::FxHashMap::default(), optimizing_snapshots: std::collections::HashMap::new(), baseline_property_refreshed: std::collections::HashSet::new(), tier2_sources: std::collections::HashMap::new(), @@ -1330,15 +1331,15 @@ impl ProductionBackend { snapshot_requests: 0, stable_path_compile_requests: 0, execution_starts: Vec::new(), - entry_tiers: std::collections::HashMap::new(), + entry_tiers: rustc_hash::FxHashMap::default(), entry_cache_epoch: 1, - execution_profiles: std::collections::HashMap::new(), + execution_profiles: rustc_hash::FxHashMap::default(), profitability_evaluations: 0, profitability_approved: 0, profitability_rejected: 0, profitability_backoff: std::collections::HashMap::new(), - profitability_blacklisted: std::collections::HashSet::new(), - feedback_disabled: std::collections::HashSet::new(), + profitability_blacklisted: rustc_hash::FxHashSet::default(), + feedback_disabled: rustc_hash::FxHashSet::default(), benefit_recordings: 0, measured_benefit_ns: 0, compiler_measurements, @@ -1736,7 +1737,8 @@ impl ProductionBackend { /// snapshot. Cheap enough to run on every native exit so `Jit::metrics` /// stays exact even when the full maintenance pass is skipped. fn publish_metrics(&mut self) { - let mut snapshot = self.coordinator.metrics(); + let mut snapshot = self.metrics.lock().unwrap_or_else(|p| p.into_inner()); + self.coordinator.refresh_published_metrics(&mut snapshot); snapshot.native_entries = self.native_entries; snapshot.native_acquisitions = self.native_acquisitions; snapshot.native_exits = self.native_exits; @@ -1774,7 +1776,6 @@ impl ProductionBackend { .osr_validation .deopt_materializations .load(Ordering::Relaxed); - *self.metrics.lock().unwrap_or_else(|p| p.into_inner()) = snapshot; } fn clear_failed_request(&mut self, key: runtime::FunctionKey) { diff --git a/jit/src/runtime/coordinator.rs b/jit/src/runtime/coordinator.rs index 6d3452d1..50db51d1 100644 --- a/jit/src/runtime/coordinator.rs +++ b/jit/src/runtime/coordinator.rs @@ -1,5 +1,5 @@ use std::{ - collections::{HashMap, HashSet, VecDeque}, + collections::{HashMap, VecDeque}, sync::{ atomic::{AtomicU64, AtomicUsize, Ordering}, mpsc::{self, Receiver, SyncSender, TrySendError}, @@ -7,6 +7,8 @@ use std::{ }, }; +use rustc_hash::{FxHashMap, FxHashSet}; + use crate::{ bytecode::VerifiedFunction, code_cache::{ArtifactKey, ArtifactVersionIdentity, CodeCache, CompiledArtifact, ExecutionPin}, @@ -547,23 +549,52 @@ impl FunctionState { } } +/// Tracks mutations to compilation counters. Native-entry counters bypass the +/// dirty bit because publication refreshes those fields on every native exit. +#[derive(Debug)] +struct CoordinatorMetrics { + value: JitMetrics, + dirty: bool, +} + +impl std::ops::Deref for CoordinatorMetrics { + type Target = JitMetrics; + fn deref(&self) -> &Self::Target { + &self.value + } +} + +impl std::ops::DerefMut for CoordinatorMetrics { + fn deref_mut(&mut self) -> &mut Self::Target { + // All normal field updates invalidate publication, including future + // counters added to the coordinator. + self.dirty = true; + &mut self.value + } +} + #[derive(Debug)] pub struct Coordinator { max_queue_len: usize, max_attempts: u8, clock: u64, queue: VecDeque, - functions: HashMap, + // Keys are VM-assigned identities, not guest-controlled strings. + functions: FxHashMap, current_generations: HashMap, in_flight: HashMap, next_attempt_id: u64, - metrics: JitMetrics, + metrics: CoordinatorMetrics, completion_sender: Option>, completion_receiver: Option>, completion_signals: Arc, shutdown: bool, cache: CodeCache, installed_keys: HashMap<(FunctionKey, Tier), ArtifactKey>, + // Non-owning lookup cache. Every installed-key mutation clears it, so + // repeated native exits can credit the same exact artifact without hashing + // its function and tier again. Cache residency is still checked below. + last_benefit_target: Option<(FunctionKey, Tier, ArtifactKey)>, environment: ArtifactEnvironment, dependencies: DependencyGraph, latest_feedback_epochs: HashMap, @@ -571,7 +602,7 @@ pub struct Coordinator { side_exit_observations: HashMap<(FunctionKey, u32), Option>, specialization_versions: HashMap<(FunctionKey, u64), u8>, call_specialization_versions: HashMap>, - profitability_demotions: HashSet, + profitability_demotions: FxHashSet, } #[derive(Clone, Copy, Debug, Eq, PartialEq)] @@ -644,17 +675,21 @@ impl Coordinator { max_attempts, clock: 0, queue: VecDeque::new(), - functions: HashMap::new(), + functions: FxHashMap::default(), current_generations: HashMap::new(), in_flight: HashMap::new(), next_attempt_id: 0, - metrics: JitMetrics::disabled(), + metrics: CoordinatorMetrics { + value: JitMetrics::disabled(), + dirty: true, + }, completion_sender: Some(completion_sender), completion_receiver: Some(completion_receiver), completion_signals, shutdown: false, cache, installed_keys: HashMap::new(), + last_benefit_target: None, environment, dependencies: DependencyGraph::default(), latest_feedback_epochs: HashMap::new(), @@ -662,7 +697,7 @@ impl Coordinator { side_exit_observations: HashMap::new(), specialization_versions: HashMap::new(), call_specialization_versions: HashMap::new(), - profitability_demotions: HashSet::new(), + profitability_demotions: FxHashSet::default(), } } @@ -1138,8 +1173,18 @@ impl Coordinator { for evicted in insert.evictions() { self.record_eviction(*evicted); } + self.last_benefit_target = None; self.installed_keys .insert((completion.key, completion.requested_tier), artifact_key); + if completion.requested_tier == Tier::Optimizing { + // Reset the per-artifact retry counts, but preserve + // guard/type instability history across recompiles. + if let Some(exits) = self.side_exits.get_mut(&completion.key) { + for count in exits.values_mut() { + *count = 0; + } + } + } if expected.side_path { self.latest_feedback_epochs .insert(completion.key, expected.feedback_epoch); @@ -1261,6 +1306,7 @@ impl Coordinator { } fn retire_state(&mut self, key: FunctionKey) { + self.last_benefit_target = None; self.queue.retain(|request| request.key != key); self.in_flight.remove(&key); let function = self.functions.entry(key).or_default(); @@ -1276,6 +1322,7 @@ impl Coordinator { } fn record_eviction(&mut self, evicted: ArtifactKey) { + self.last_benefit_target = None; let key = FunctionKey::new(evicted.function_id, evicted.generation); self.installed_keys.remove(&(key, evicted.tier)); if let Some(record) = self.functions.get_mut(&key) { @@ -1320,6 +1367,7 @@ impl Coordinator { /// interpreter. Automatic tiering uses this only after its bounded /// profitability retries are exhausted; BaselineOnly never calls it. pub fn demote_baseline_to_interpreter(&mut self, key: FunctionKey) -> bool { + self.last_benefit_target = None; let Some(function) = self.functions.get_mut(&key) else { return false; }; @@ -1381,6 +1429,7 @@ impl Coordinator { /// executions retain their publication pin; new entries use the /// interpreter until the refreshed artifact is installed. pub fn prepare_baseline_direct_refresh(&mut self, key: FunctionKey) -> bool { + self.last_benefit_target = None; let Some(function) = self.functions.get_mut(&key) else { return false; }; @@ -1412,7 +1461,10 @@ impl Coordinator { if state != CompileState::Cold { return state; } - if self.installed_keys.contains_key(&(key, tier)) { + // Publication already proves residency for the active tier. A lower + // installed tier may coexist with it, so retain the exact-key lookup + // only when asking about that non-published tier. + if function.published == Some(tier) || self.installed_keys.contains_key(&(key, tier)) { CompileState::Installed(tier) } else { CompileState::Cold @@ -1422,13 +1474,13 @@ impl Coordinator { /// Reports immutable generations that cannot publish either native tier. /// Profitability demotions remain probeable for their bounded Tier2 trial. pub fn is_terminally_blacklisted(&self, key: FunctionKey) -> bool { - matches!( - self.tier_state(key, Tier::Optimizing), - CompileState::Blacklisted - ) || (matches!( - self.tier_state(key, Tier::Baseline), - CompileState::Blacklisted - ) && !self.profitability_demotions.contains(&key)) + let Some(function) = self.functions.get(&key) else { + return false; + }; + !function.retired + && (function.optimizing.state == CompileState::Blacklisted + || (function.baseline.state == CompileState::Blacklisted + && !self.profitability_demotions.contains(&key))) } pub fn advance_clock(&mut self, now: u64) { @@ -1436,7 +1488,7 @@ impl Coordinator { } pub fn metrics(&self) -> JitMetrics { - let mut metrics = self.metrics.clone(); + let mut metrics = self.metrics.value.clone(); metrics.completion_queue_saturated = self.completion_signals.saturated.load(Ordering::Acquire); metrics.code_bytes = self.cache.charged_code_bytes(); @@ -1444,6 +1496,22 @@ impl Coordinator { metrics } + /// Refreshes the backend's single persistent publication snapshot. The + /// public `metrics()` accessor remains an independent complete snapshot. + #[cfg(any(test, feature = "compiler"))] + pub(crate) fn refresh_published_metrics(&mut self, snapshot: &mut JitMetrics) { + if self.metrics.dirty { + snapshot.clone_from(&self.metrics.value); + self.metrics.dirty = false; + } + snapshot.completion_queue_saturated = + self.completion_signals.saturated.load(Ordering::Acquire); + snapshot.code_bytes = self.cache.charged_code_bytes(); + snapshot.metadata_bytes = self.cache.charged_metadata_bytes(); + snapshot.tier2_entries = self.metrics.value.tier2_entries; + snapshot.side_path_entries = self.metrics.value.side_path_entries; + } + pub fn set_native_enabled(&mut self, enabled: bool) { self.metrics.set_native_enabled(enabled); } @@ -1460,18 +1528,28 @@ impl Coordinator { } pub fn record_tier2_entry(&mut self) { - self.metrics.tier2_entries = self.metrics.tier2_entries.saturating_add(1); + self.metrics.value.tier2_entries = self.metrics.value.tier2_entries.saturating_add(1); } /// Feeds observed time saved by an installed artifact into cache eviction. pub fn record_benefit(&mut self, key: FunctionKey, tier: Tier, saved_ns: u64) -> bool { - let Some(artifact) = self.installed_keys.get(&(key, tier)).copied() else { - return false; + let artifact = match self.last_benefit_target { + Some((function, cached_tier, artifact)) if function == key && cached_tier == tier => { + artifact + } + _ => { + let Some(artifact) = self.installed_keys.get(&(key, tier)).copied() else { + return false; + }; + self.last_benefit_target = Some((key, tier, artifact)); + artifact + } }; self.cache.record_benefit(artifact, saved_ns).is_ok() } pub fn record_side_path_entries(&mut self, count: u64) { - self.metrics.side_path_entries = self.metrics.side_path_entries.saturating_add(count); + self.metrics.value.side_path_entries = + self.metrics.value.side_path_entries.saturating_add(count); } pub fn record_deopt(&mut self, guard_failure: bool) { self.metrics.deopts = self.metrics.deopts.saturating_add(1); @@ -1500,11 +1578,22 @@ impl Coordinator { self.side_exit_observations .entry(observation_key) .or_insert(observed); + let side_path_pending = self.functions.get(&key).is_some_and(|function| { + matches!( + function.optimizing.state, + CompileState::Queued(_) | CompileState::Compiling(_) + ) + }); let exits = self.side_exits.entry(key).or_default(); let count = exits.entry(guard).or_default(); *count = count.saturating_add(1); let count = *count; - if exits.len() > 1 || observation_changed { + // A stable guard gets one opportunity to compile a side path at ten + // exits. If no replacement is pending, stability alone must not keep + // failing code published forever (e.g. repeated Object shape misses). + // Let authorized work finish: ten fast calls must not cancel a valid + // side path just because its compiler worker has not been scheduled. + if exits.len() > 1 || observation_changed || (count >= 20 && !side_path_pending) { let function = self.functions.entry(key).or_default(); function.instability_attempts = function.instability_attempts.saturating_add(1); let attempts = function.instability_attempts; @@ -1521,9 +1610,13 @@ impl Coordinator { retry_after, } }; + self.last_benefit_target = None; self.installed_keys.remove(&(key, Tier::Optimizing)); if let Some(function) = self.functions.get_mut(&key) { - function.published = Some(Tier::Baseline); + function.published = self + .installed_keys + .contains_key(&(key, Tier::Baseline)) + .then_some(Tier::Baseline); } self.metrics.optimized_demotions = self.metrics.optimized_demotions.saturating_add(1); SideExitAction::Demote { retry_after } @@ -1537,6 +1630,7 @@ impl Coordinator { /// Atomically returns an installed optimizing tier to a queueable state /// while preserving its baseline deopt target. pub fn prepare_stable_path_recompile(&mut self, key: FunctionKey) -> bool { + self.last_benefit_target = None; if !self.installed_keys.contains_key(&(key, Tier::Baseline)) || self .installed_keys @@ -1664,6 +1758,43 @@ mod tests { .unwrap() } + #[test] + fn published_metrics_remain_exact_across_compilation_and_native_exits() { + fn check(coordinator: &mut Coordinator, published: &mut JitMetrics) { + coordinator.refresh_published_metrics(published); + assert_eq!(*published, coordinator.metrics()); + } + let mut coordinator = Coordinator::with_limits(1, 1, 4, 3); + let mut published = JitMetrics::disabled(); + check(&mut coordinator, &mut published); + let key = FunctionKey::new(1, 1); + coordinator.queue(key, Tier::Baseline, snapshot()).unwrap(); + check(&mut coordinator, &mut published); + let request = coordinator.begin_next().unwrap(); + check(&mut coordinator, &mut published); + coordinator.complete(CompileCompletion { + key, + requested_tier: request.tier, + artifact_key: request.artifact_key, + attempt_id: request.attempt_id, + result: Err(CompileFailure::UnsupportedOpcode), + }); + check(&mut coordinator, &mut published); + for index in 0..128 { + coordinator.record_tier2_entry(); + coordinator.record_side_path_entries(index % 3); + check(&mut coordinator, &mut published); + } + coordinator.record_deopt(true); + coordinator.set_worker_usage(2, 128, 256); + check(&mut coordinator, &mut published); + coordinator.record_tier2_entry(); + check(&mut coordinator, &mut published); + assert_eq!(published.tier2_entries, 129); + assert_eq!(published.deopts, 1); + assert_eq!(published.compile_failures, 1); + } + #[test] fn mock_compiler_waits_for_release_before_submitting_completion() { let mut coordinator = Coordinator::with_limits(1, 1, 4, 3); diff --git a/jit/src/runtime/feedback.rs b/jit/src/runtime/feedback.rs index fd1560db..9f340e50 100644 --- a/jit/src/runtime/feedback.rs +++ b/jit/src/runtime/feedback.rs @@ -654,6 +654,10 @@ pub struct FeedbackTable { /// callbacks skip the snapshot/scan work that could not produce a /// different answer. version: u64, + recent_types: [Option<(FeedbackKey, ObservedType, FeedbackState, u64)>; 4], + recent_type_cursor: usize, + last_call: Option, + last_call_arguments: Vec, entries: BTreeMap, calls: BTreeMap, binaries: BTreeMap<(FunctionKey, u32), BinaryFeedbackEntry>, @@ -780,6 +784,10 @@ impl FeedbackTable { diversity_limit: diversity_limit.max(1), dropped: 0, version: 0, + recent_types: [None; 4], + recent_type_cursor: 0, + last_call: None, + last_call_arguments: Vec::new(), entries: BTreeMap::new(), calls: BTreeMap::new(), binaries: BTreeMap::new(), @@ -795,6 +803,11 @@ impl FeedbackTable { } pub fn observe_call(&mut self, function: FunctionKey, arguments: &[ObservedType]) { + // Call feedback is a monotonic lattice, not an execution counter. An + // identical event has already contributed every argument and its arity. + if self.last_call == Some(function) && self.last_call_arguments == arguments { + return; + } let (call, is_new) = match self.calls.entry(function) { MapEntry::Occupied(entry) => (entry.into_mut(), false), MapEntry::Vacant(entry) => (entry.insert(CallFeedbackEntry::default()), true), @@ -829,6 +842,9 @@ impl FeedbackTable { if is_new || before != after { self.version = self.version.wrapping_add(1); } + self.last_call = Some(function); + self.last_call_arguments.clear(); + self.last_call_arguments.extend_from_slice(arguments); } pub fn observe_return(&mut self, function: FunctionKey, pc: u32, result: ObservedType) { @@ -1030,6 +1046,18 @@ impl FeedbackTable { observation: ObservedType, ) -> FeedbackState { let key = FeedbackKey { function, pc, kind }; + // A cached result is valid only at the same lattice version: a later + // observation can widen the state returned for an older known type. + if let Some((_, _, state, _)) = + self.recent_types + .iter() + .flatten() + .find(|(cached, ty, _, version)| { + *cached == key && *ty == observation && *version == self.version + }) + { + return *state; + } let at_capacity = self.entries.len() >= self.capacity; let (entry, before) = match self.entries.entry(key) { MapEntry::Occupied(entry) => { @@ -1048,6 +1076,10 @@ impl FeedbackTable { if before != Some(entry_shape(entry)) { self.version = self.version.wrapping_add(1); } + // Capacity-rejected observations return above and are never cached: + // each rejected event must still increment the dropped counter. + self.recent_types[self.recent_type_cursor] = Some((key, observation, state, self.version)); + self.recent_type_cursor = (self.recent_type_cursor + 1) % self.recent_types.len(); state } diff --git a/jit/tests/gpui_shell_surface.rs b/jit/tests/gpui_shell_surface.rs index 10cd522e..623b5a88 100644 --- a/jit/tests/gpui_shell_surface.rs +++ b/jit/tests/gpui_shell_surface.rs @@ -350,3 +350,53 @@ fn reload_generation_gc_and_runtime_teardown_are_composable() { drop(runtime); assert!(dropped.load(Ordering::SeqCst)); } + +#[test] +fn market_sort_shape_churn_has_bounded_deopts() { + let runtime = JitRuntime::builder().build().unwrap(); + let context = JsContext::full(&runtime).unwrap(); + context.with(|ctx| { + ctx.eval::<(), _>( + r#" + function compareQuotes(left, right) { return right.score - left.score; } + globalThis.quotes = Array.from({length: 96}, (_, index) => ({index, score: index})); + function sortQuotes() { + quotes.reverse(); + quotes.sort(compareQuotes); + for (let i = 0; i < quotes.length; i++) { + if (quotes[i].score !== 95 - i) throw new Error("incorrect sort"); + } + } + "#, + ) + .unwrap(); + }); + // Keep the training shapes alive until the real comparator is installed; + // then change only shape identity while preserving its object/value types. + for _ in 0..128 { + context.with(|ctx| ctx.eval::<(), _>("sortQuotes()").unwrap()); + runtime.jit().poll(); + std::thread::sleep(std::time::Duration::from_millis(1)); + } + let warm = runtime.metrics(); + assert!(warm.tier2_entries > 0, "{warm:?}"); + assert_eq!(warm.native_fallbacks, 0, "{warm:?}"); + context.with(|ctx| { + ctx.eval::<(), _>( + "quotes = quotes.map(q => ({extra: true, index: q.index, score: q.score}))", + ) + .unwrap(); + for _ in 0..128 { + ctx.eval::<(), _>("sortQuotes()").unwrap(); + } + }); + runtime.jit().poll(); + let metrics = runtime.metrics(); + assert!( + metrics.native_fallbacks > 0, + "shape change must exercise deopt: {metrics:?}" + ); + assert!(metrics.native_fallbacks <= 20, "{metrics:?}"); + assert!(metrics.optimized_demotions > 0, "{metrics:?}"); + assert_eq!(metrics.invalid_artifacts, 0, "{metrics:?}"); +} diff --git a/jit/tests/lifecycle.rs b/jit/tests/lifecycle.rs index 77dd1166..1e22ced6 100644 --- a/jit/tests/lifecycle.rs +++ b/jit/tests/lifecycle.rs @@ -261,6 +261,37 @@ fn install_empty( }); } +#[test] +fn optimized_demotion_does_not_republish_an_absent_baseline() { + let mut coordinator = coordinator(4); + let key = FunctionKey::new(118, 1); + let snapshot = coordinator_snapshot(); + install_empty(&mut coordinator, key, Tier::Baseline, snapshot.clone()); + install_empty(&mut coordinator, key, Tier::Optimizing, snapshot); + assert!(coordinator.record_benefit(key, Tier::Baseline, 10)); + assert!(coordinator.record_benefit(key, Tier::Baseline, 20)); + let baseline_pin = coordinator.pin(key, Tier::Baseline).unwrap(); + assert_eq!(baseline_pin.artifact().benefit().score, 30); + assert!(coordinator.demote_baseline_to_interpreter(key)); + assert!(!coordinator.record_benefit(key, Tier::Baseline, 100)); + assert_eq!(baseline_pin.artifact().benefit().score, 30); + coordinator.record_optimized_side_exit(key, 1); + assert!(matches!( + coordinator.record_optimized_side_exit(key, 2), + SideExitAction::Demote { .. } + )); + assert!(coordinator.pin(key, Tier::Baseline).is_none()); + assert!(coordinator.pin(key, Tier::Optimizing).is_none()); + assert_eq!(coordinator.state(key), CompileState::Blacklisted); + assert!(!coordinator.is_terminally_blacklisted(key)); + coordinator.retire(key); + assert!(!coordinator.is_terminally_blacklisted(key)); + assert_eq!( + coordinator.tier_state(key, Tier::Baseline), + CompileState::Retired + ); +} + #[test] fn same_generation_and_specialization_signature_has_a_version_limit() { let mut coordinator = coordinator(2); diff --git a/jit/tests/native_boundary.rs b/jit/tests/native_boundary.rs index 03045e5f..2b706a06 100644 --- a/jit/tests/native_boundary.rs +++ b/jit/tests/native_boundary.rs @@ -420,6 +420,10 @@ unsafe extern "C" fn recursive_cached_entry(frame: *mut qjs::JSJitExecFrame) -> let value = qjs::JS_Call(frame.ctx, function, qjs::JS_UNDEFINED, 1, &mut argument); qjs::JS_FreeValue(frame.ctx, function); qjs::JS_FreeValue(frame.ctx, global); + if qjs::JS_IsException(value) { + pin.active.store(false, Ordering::SeqCst); + return qjs::JSJitExit::exception(); + } assert_eq!(qjs::JS_VALUE_GET_TAG(value), qjs::JS_TAG_INT); frame.result = qjs::JS_MKVAL(qjs::JS_TAG_INT, qjs::JS_VALUE_GET_INT(value) + 1); } @@ -486,6 +490,51 @@ fn cached_entry_recursion_keeps_active_pins_alive_across_gc_and_invalidation() { assert_eq!(releases.load(Ordering::SeqCst), 7); } +#[test] +fn native_to_js_recursion_obeys_stack_limit_and_recovers_after_exception() { + let runtime = Runtime::new().unwrap(); + // Leave room for instrumented C frames while bounding deep recursion. + runtime.set_max_stack_size(512 * 1024); + let context = Context::full(&runtime).unwrap(); + let captured = context.with(|ctx| { + ctx.eval::<(), _>("globalThis.target = function target(n) { return -1 }") + .unwrap(); + snapshot(&ctx, &ctx.globals().get::<_, Function>("target").unwrap()) + }); + let acquisitions = Arc::new(AtomicUsize::new(0)); + let releases = Arc::new(AtomicUsize::new(0)); + let guard = runtime + .attach_jit_backend(RecursiveCacheBackend { + key: (captured.function_id(), captured.generation()), + epoch: Arc::new(AtomicUsize::new(1)), + invalidate: Arc::new(AtomicBool::new(false)), + retire: Arc::new(AtomicBool::new(false)), + exits: Arc::new(Mutex::new(Vec::new())), + acquisitions: Arc::clone(&acquisitions), + releases: Arc::clone(&releases), + }) + .unwrap(); + context.with(|ctx| { + let function: Function = ctx.globals().get("target").unwrap(); + assert_eq!( + function.call::<_, i32>((2,)).unwrap(), + 2, + "shallow call before overflow" + ); + assert!(function.call::<_, i32>((10_000,)).is_err()); + let exception = ctx.catch(); + let message: String = exception.as_object().unwrap().get("message").unwrap(); + assert!(message.contains("stack"), "{message}"); + assert_eq!(function.call::<_, i32>((2,)).unwrap(), 2); + }); + assert!(acquisitions.load(Ordering::SeqCst) > 2); + drop(guard); + assert_eq!( + acquisitions.load(Ordering::SeqCst), + releases.load(Ordering::SeqCst) + ); +} + unsafe impl JitBackend for UnpinnedBackend { fn acquire_entry(&mut self, _id: u64, _generation: u64, _pc: u32) -> qjs::JSJitEntryHandle { qjs::JSJitEntryHandle { diff --git a/jit/tests/optimized.rs b/jit/tests/optimized.rs index 3f750108..2eb0efb8 100644 --- a/jit/tests/optimized.rs +++ b/jit/tests/optimized.rs @@ -39,6 +39,73 @@ fn feedback_is_bounded_and_transitions_monotonically() { assert_eq!(table.dropped_observations(), 1); } +#[test] +fn repeated_feedback_preserves_widening_generations_and_capacity_accounting() { + let a = FunctionKey::new(7, 1); + let next = FunctionKey::new(7, 2); + let mut table = FeedbackTable::new(2, 3); + for _ in 0..8 { + assert_eq!( + table.observe_type(a, 1, FeedbackKind::Value, ObservedType::Int32), + FeedbackState::Monomorphic + ); + assert_eq!( + table.observe_type(next, 1, FeedbackKind::Value, ObservedType::Bool), + FeedbackState::Monomorphic + ); + } + assert_eq!( + table.observe_type(a, 1, FeedbackKind::Value, ObservedType::Float64), + FeedbackState::Polymorphic + ); + assert_eq!( + table.observe_type(a, 1, FeedbackKind::Value, ObservedType::Int32), + FeedbackState::Polymorphic + ); + let version = table.version(); + for _ in 0..8 { + assert_eq!( + table.observe_type(a, 1, FeedbackKind::Value, ObservedType::Int32), + FeedbackState::Polymorphic + ); + assert_eq!( + table.observe_type(next, 1, FeedbackKind::Value, ObservedType::Bool), + FeedbackState::Monomorphic + ); + assert_eq!( + table.observe_type(a, 2, FeedbackKind::Value, ObservedType::Int32), + FeedbackState::Megamorphic + ); + } + assert_eq!(table.version(), version); + assert_eq!( + table.dropped_observations(), + 8, + "repeated rejected observations still count" + ); + table.observe_call(a, &[ObservedType::Int32]); + let version = table.version(); + for _ in 0..8 { + table.observe_call(a, &[ObservedType::Int32]); + } + assert_eq!(table.version(), version); + table.observe_call(a, &[ObservedType::Int32, ObservedType::Bool]); + table.observe_call(a, &[ObservedType::Float64]); + table.observe_call(a, &[ObservedType::Int32]); + table.observe_call(next, &[ObservedType::Bool]); + let snapshot = table.snapshot(1); + let call = snapshot.call_at(a).unwrap(); + assert_eq!( + call.argument(0), + [ObservedType::Int32, ObservedType::Float64] + ); + assert_eq!(call.argument(1), [ObservedType::Bool]); + assert_eq!( + snapshot.call_at(next).unwrap().argument(0), + [ObservedType::Bool] + ); +} + #[test] fn feedback_models_all_arguments_return_sites_and_binary_operands() { let function = FunctionKey::new(17, 9); @@ -1226,7 +1293,7 @@ fn production_tier2_executes_packed_and_typed_element_loops() { } #[cfg(all( - target_os = "linux", + any(target_os = "linux", target_os = "macos"), target_endian = "little", any(target_arch = "x86_64", target_arch = "aarch64") ))] @@ -1295,6 +1362,39 @@ fn production_tier2_truthiness_preserves_negative_zero_and_nan_without_fallback( .unwrap(), 1 ); + context.with(|ctx| { + // Int32 and Bool use only the low 32 bits of QuickJS's value union. + // Give the unused high bits a nonzero value to expose full-width tests. + for (name, tag) in [ + ("paddedZero", rquickjs::qjs::JS_TAG_INT), + ("paddedFalse", rquickjs::qjs::JS_TAG_BOOL), + ] { + let raw = rquickjs::qjs::JSValue { + u: rquickjs::qjs::JSValueUnion { + float64: f64::from_bits(0x1234_5678_0000_0000), + }, + tag: i64::from(tag), + }; + let value = unsafe { rquickjs::Value::from_raw(ctx.clone(), raw) }; + ctx.globals().set(name, value).unwrap(); + } + }); + for (expression, expected) in [ + ("truth(paddedZero)", 1), + ("truth(paddedFalse)", 1), + ("truth(0.0)", 1), + ("truth(-NaN)", 1), + ("truth(Infinity)", 2), + ("truth(-Infinity)", 2), + ("truth(Number.MIN_VALUE)", 2), + ("truth(-Number.MIN_VALUE)", 2), + ] { + assert_eq!( + context.with(|ctx| ctx.eval::(expression)).unwrap(), + expected, + "{expression}" + ); + } jit.poll(); let after = jit.metrics(); assert!(after.tier2_entries > before.tier2_entries, "{after:?}"); @@ -2271,6 +2371,27 @@ fn stable_side_exit_reaches_recompile_threshold_and_unstable_exit_demotes_with_b assert_eq!(coordinator.metrics().optimized_demotions, 1); } +#[test] +fn stable_side_exit_demotes_when_side_path_cannot_stop_repeated_failures() { + let key = FunctionKey::new(88, 1); + let mut coordinator = Coordinator::with_limits(4, 4, 4, 1 << 20); + for count in 1..20 { + assert_eq!( + coordinator.record_optimized_side_exit(key, 7), + if count == 10 { + SideExitAction::StablePathThreshold + } else { + SideExitAction::Counted + } + ); + } + assert!(matches!( + coordinator.record_optimized_side_exit(key, 7), + SideExitAction::Demote { .. } + )); + assert_eq!(coordinator.metrics().optimized_demotions, 1); +} + #[test] fn stable_side_path_request_owns_exact_guard_profile_without_unloading_target() { use rquickjs_jit::runtime::{GuardId, SidePathProfile}; @@ -2309,16 +2430,64 @@ fn stable_side_path_request_owns_exact_guard_profile_without_unloading_target() result: Ok(CompiledArtifact::empty(optimizing.artifact_key())), }); let before = coordinator.pin(key, Tier::Optimizing).unwrap(); + assert!(coordinator.record_benefit(key, Tier::Optimizing, 10)); + assert!(coordinator.record_benefit(key, Tier::Optimizing, 20)); let profile = SidePathProfile::new(key, GuardId::new(7), 7, ObservedType::Float64, 44); coordinator .queue_side_path(key, verified, frozen, profile) .unwrap(); assert!(coordinator.pin(key, Tier::Optimizing).is_some()); assert_eq!(before.key().generation, key.generation); - + // A useful side path must remain queueable/installable while the old + // artifact continues hitting its guard, even beyond the failure budget. + for _ in 0..24 { + assert!(!matches!( + coordinator.record_optimized_side_exit_profile(key, 7, Some(ObservedType::Float64)), + SideExitAction::Demote { .. } + )); + } let request = coordinator.begin_next().unwrap(); assert_eq!(request.side_path_profile(), Some(profile)); assert_ne!(request.artifact_key().specialization_fingerprint, 0); + for _ in 0..24 { + assert!(!matches!( + coordinator.record_optimized_side_exit_profile(key, 7, Some(ObservedType::Float64)), + SideExitAction::Demote { .. } + )); + } + coordinator.complete(CompileCompletion { + key, + requested_tier: Tier::Optimizing, + artifact_key: request.artifact_key(), + attempt_id: request.attempt_id(), + result: Ok(CompiledArtifact::empty(request.artifact_key())), + }); + assert_eq!(coordinator.metrics().stale_results, 0); + assert_eq!( + coordinator.pin(key, Tier::Optimizing).unwrap().key(), + request.artifact_key() + ); + assert!(coordinator.record_benefit(key, Tier::Optimizing, 7)); + assert_eq!( + before.artifact().benefit().score, + 30, + "replacement must not credit the still-pinned old artifact" + ); + assert_eq!( + coordinator + .pin(key, Tier::Optimizing) + .unwrap() + .artifact() + .benefit() + .score, + 7 + ); + + assert_eq!( + coordinator.record_optimized_side_exit_profile(key, 7, Some(ObservedType::Float64)), + SideExitAction::Counted, + "replacement artifact starts a fresh guard failure budget" + ); } #[test] @@ -2655,7 +2824,7 @@ fn tail_call_lowers_as_a_guarded_call_followed_by_the_done_exit() { /// published Tier 2 machine code on a synthetic frame. This bypasses the /// Tier 1 policy entirely and checks results, exit kinds and resume pcs. #[cfg(all( - target_os = "linux", + any(target_os = "linux", target_os = "macos"), target_endian = "little", any(target_arch = "x86_64", target_arch = "aarch64") ))] diff --git a/jit/tests/osr.rs b/jit/tests/osr.rs index 05b43ff7..b7e77f35 100644 --- a/jit/tests/osr.rs +++ b/jit/tests/osr.rs @@ -434,8 +434,34 @@ fn first_invocation_osr_executes_helper_with_side_effect_gc_and_reentry() { 0 ); let result = context.with(|ctx| { + // A faster interpreter can finish this first invocation while an + // instrumented compiler is still producing its OSR child. Yield only + // until native helpers have actually run, rather than racing a fixed + // iteration count against worker scheduling. Keep a bounded deadline + // so broken OSR still fails instead of hanging the test. + let deadline = std::time::Instant::now() + std::time::Duration::from_secs(30); + ctx.globals().set("paceUntilNative", rquickjs::function::Func::from( + move |ctx: rquickjs::Ctx<'_>| -> rquickjs::Result<()> { + let mut counters: rquickjs_core::qjs::JSJitHelperCounters = + unsafe { core::mem::zeroed() }; + counters.struct_size = core::mem::size_of_val(&counters) as u32; + let rt = unsafe { rquickjs_core::qjs::JS_GetRuntime(ctx.as_raw().as_ptr()) }; + assert_eq!(unsafe { + rquickjs_core::qjs::JS_JitGetHelperCounters(rt, &mut counters) + }, 0); + if counters.dup_count == 0 && counters.free_count == 0 { + if std::time::Instant::now() >= deadline { + return Err(rquickjs::Exception::throw_message( + &ctx, "timed out waiting for first-invocation OSR", + )); + } + std::thread::sleep(std::time::Duration::from_millis(1)); + } + Ok(()) + }, + )).unwrap(); ctx.eval::( - "let events=0,reentered=0; function nested(){reentered++} let state={limit:50000,get next(){events++;nested();return events}}; function f(state,z){let s=state.next;for(let i=z;i= 4, "{clif}"); @@ -369,3 +369,159 @@ fn inherited_accessor_and_refcounted_values_fail_closed() { .is_err()); } } + +#[test] +fn borrowed_property_store_preserves_live_aliases_and_deopt_owners() { + use rquickjs::{Context, Function, Object, Runtime}; + use rquickjs_jit::{Jit, JitConfig}; + let runtime = Runtime::new().unwrap(); + let jit = Jit::attach( + &runtime, + JitConfig::builder() + .call_threshold(2) + .force_optimized_for_test(true) + .stress_gc(true) + .build() + .unwrap(), + ) + .unwrap(); + let context = Context::full(&runtime).unwrap(); + context + .with(|ctx| { + ctx.eval::<(), _>( + "globalThis.left={answer:0};globalThis.right={answer:42}; + function copy(o,other){o.answer=other.answer;return o.answer}", + ) + }) + .unwrap(); + let call = || { + context.with(|ctx| { + let f: Function = ctx.globals().get("copy").unwrap(); + let left: Object = ctx.globals().get("left").unwrap(); + let right: Object = ctx.globals().get("right").unwrap(); + assert_eq!(f.call::<_, i32>((left, right)).unwrap(), 42); + }) + }; + for _ in 0..10_000 { + call(); + jit.poll(); + if jit.metrics().tier2_entries > 0 { + break; + } + std::thread::sleep(std::time::Duration::from_micros(50)); + } + let before = jit.metrics(); + assert!(before.tier2_entries > 0, "{before:?}"); + // A borrowed destination remains live below the source property's operand. + // Fresh objects must be reclaimed after both guarded loads and stores. + runtime.run_gc(); + let objects_before = runtime.memory_usage().obj_count; + for _ in 0..1_024 { + context + .with(|ctx| { + ctx.eval::<(), _>("if(copy({answer:0},{answer:42})!==42)throw Error('copy')") + }) + .unwrap(); + } + runtime.run_gc(); + assert_eq!(runtime.memory_usage().obj_count, objects_before); + assert!(jit.metrics().tier2_entries > before.tier2_entries); + // Keep the same shape but change the property's value to a heap reference. + // Both operands must acquire owners before the interpreter resumes the copy. + context + .with(|ctx| { + ctx.eval::<(), _>( + "right.answer='forty'+String(2); + if(copy(left,right)!=='forty2')throw Error('type miss')", + ) + }) + .unwrap(); + assert!(jit.metrics().deopts > before.deopts); + context + .with(|ctx| { + ctx.eval::<(), _>( + "Object.defineProperty(right,'answer',{get(){throw Error('getter')}}); + try {copy(left,right);throw Error('missing exception')} catch(e) { + if(e.message!=='getter')throw e; + }", + ) + }) + .unwrap(); + runtime.run_gc(); +} + +#[test] +fn temporary_receivers_keep_shared_shape_guards_stable_across_gc() { + use rquickjs::{Array, Context, Function, Object, Runtime}; + use rquickjs_jit::{Jit, JitConfig}; + let runtime = Runtime::new().unwrap(); + let jit = Jit::attach( + &runtime, + JitConfig::builder() + .call_threshold(2) + .force_optimized_for_test(true) + .stress_gc(true) + .build() + .unwrap(), + ) + .unwrap(); + let context = Context::full(&runtime).unwrap(); + context + .with(|ctx| { + ctx.eval::<(), _>("globalThis.shared={answer:41};function read(o){return o.answer}") + }) + .unwrap(); + for _ in 0..10_000 { + context.with(|ctx| { + let f: Function = ctx.globals().get("read").unwrap(); + let o: Object = ctx.globals().get("shared").unwrap(); + assert_eq!(f.call::<_, i32>((o,)).unwrap(), 41); + }); + jit.poll(); + if jit.metrics().tier2_entries > 0 { + break; + } + std::thread::sleep(std::time::Duration::from_micros(50)); + } + let before = jit.metrics(); + assert!(before.tier2_entries > 0, "{before:?}"); + context + .with(|ctx| ctx.eval::<(), _>("shared=null;globalThis.blockers=null")) + .unwrap(); + runtime.run_gc(); + let objects_before = runtime.memory_usage().obj_count; + // Occupy freed shape allocations with distinct live layouts, so pointer + // reuse cannot accidentally make an unrooted old guard match again. + context.with(|ctx| { + let blockers = Array::new(ctx.clone()).unwrap(); + for index in 0..128 { + let object = Object::new(ctx.clone()).unwrap(); + object.set(format!("padding{index}"), index).unwrap(); + blockers.set(index, object).unwrap(); + } + ctx.globals().set("blockers", blockers).unwrap(); + }); + for index in 0..1_024 { + context.with(|ctx| { + let f: Function = ctx.globals().get("read").unwrap(); + let object = Object::new(ctx.clone()).unwrap(); + object.set("answer", index).unwrap(); + assert_eq!(f.call::<_, i32>((object,)).unwrap(), index); + }); + if index % 32 == 0 { + runtime.run_gc(); + } + jit.poll(); + } + let after = jit.metrics(); + assert_eq!(after.deopts, before.deopts, "{before:?} -> {after:?}"); + assert!( + after.tier2_entries >= before.tier2_entries + 1_024, + "{after:?}" + ); + context + .with(|ctx| ctx.eval::<(), _>("blockers=null")) + .unwrap(); + runtime.run_gc(); + assert_eq!(runtime.memory_usage().obj_count, objects_before); +} diff --git a/jit/tests/runtime_feedback.rs b/jit/tests/runtime_feedback.rs index 24d77789..a4b2333d 100644 --- a/jit/tests/runtime_feedback.rs +++ b/jit/tests/runtime_feedback.rs @@ -854,3 +854,145 @@ fn call_feedback_keeps_growing_slots_after_arity_and_types_widen() { feedback.observe_call(function, &[]); assert_eq!(feedback.version(), 3); } + +#[test] +fn retained_feedback_shapes_have_bounded_storage_and_detach_releases_them() { + use rquickjs::{Function, Object}; + let runtime = Runtime::new().unwrap(); + let context = Context::full(&runtime).unwrap(); + context.with(|ctx| { + ctx.eval::<(), _>("function read(o) { return o.answer; }") + .unwrap() + }); + runtime.run_gc(); + let before = runtime.memory_usage(); + let events = Arc::new(Mutex::new(Vec::new())); + let guard = RuntimeJitGuard::attach(&runtime, CaptureBackend(events)).unwrap(); + context.with(|ctx| { + let read: Function = ctx.globals().get("read").unwrap(); + for index in 0..512 { + let object = Object::new(ctx.clone()).unwrap(); + object.set(format!("padding_{index}"), 0).unwrap(); + object.set("answer", index).unwrap(); + assert_eq!(read.call::<_, i32>((object,)).unwrap(), index); + } + }); + runtime.run_gc(); + let retained = runtime.memory_usage(); + assert!(retained.shape_count > before.shape_count); + assert!(retained.shape_count <= before.shape_count + 64); + assert!( + retained.shape_size - before.shape_size + retained.atom_size - before.atom_size + <= 16 * 1024 + ); + assert_eq!(retained.obj_count, before.obj_count); + drop(guard); + runtime.run_gc(); + let detached = runtime.memory_usage(); + assert_eq!(detached.shape_count, before.shape_count); + assert_eq!(detached.atom_count, before.atom_count); + assert_eq!(detached.obj_count, before.obj_count); +} + +#[test] +fn feedback_cache_does_not_retain_oversized_property_names_or_contexts() { + use rquickjs::{Function, Object}; + let runtime = Runtime::new().unwrap(); + // Initialize the runtime-owned emergency error before measuring realm lifetime. + drop(Context::full(&runtime).unwrap()); + runtime.run_gc(); + let before_context = runtime.memory_usage(); + let events = Arc::new(Mutex::new(Vec::new())); + let _guard = RuntimeJitGuard::attach(&runtime, CaptureBackend(events)).unwrap(); + let context = Context::full(&runtime).unwrap(); + context.with(|ctx| { + ctx.eval::<(), _>("function read(o) { return o.answer; }") + .unwrap() + }); + runtime.run_gc(); + let before = runtime.memory_usage(); + context.with(|ctx| { + let read: Function = ctx.globals().get("read").unwrap(); + for index in 0..8 { + let object = Object::new(ctx.clone()).unwrap(); + object + .set(format!("{}_{index}", "x".repeat(64 * 1024)), 0) + .unwrap(); + object.set("answer", index).unwrap(); + assert_eq!(read.call::<_, i32>((object,)).unwrap(), index); + } + }); + runtime.run_gc(); + let after = runtime.memory_usage(); + assert_eq!(after.shape_count, before.shape_count); + assert_eq!(after.atom_count, before.atom_count); + context.with(|ctx| assert_eq!(ctx.eval::("read({answer: 42})").unwrap(), 42)); + drop(context); + runtime.run_gc(); + let after_context = runtime.memory_usage(); + assert_eq!(after_context.obj_count, before_context.obj_count); + assert_eq!(after_context.shape_count, before_context.shape_count); +} + +#[test] +fn arithmetic_feedback_rechecks_suspension_after_primitive_conversion() { + use rquickjs::{function::Func, Ctx}; + let runtime = Runtime::new().unwrap(); + let events = Arc::new(Mutex::new(Vec::new())); + let guard = RuntimeJitGuard::attach(&runtime, CaptureBackend(events.clone())).unwrap(); + let context = Context::full(&runtime).unwrap(); + context.with(|ctx| { + ctx.globals() + .set( + "setSuspended", + Func::from(|ctx: Ctx<'_>, suspended: bool| { + // Called from JavaScript with the runtime lock already held. + let status = unsafe { + qjs::JS_SetJitSuspended( + qjs::JS_GetRuntime(ctx.as_raw().as_ptr()), + suspended as _, + ) + }; + assert_eq!(status, 0); + }), + ) + .unwrap(); + ctx.eval::<(), _>("function add(a,b){return a+b} function less(a,b){return a("add({valueOf(){return 40}},2)").unwrap(), + 42 + ); + }); + assert!(events.lock().unwrap().iter().any(|event| event.kind + == qjs::JSJitFeedbackKind_JS_JIT_FEEDBACK_BINARY + && event.types + == [ + qjs::JSJitValueType_JS_JIT_VALUE_OBJECT, + qjs::JSJitValueType_JS_JIT_VALUE_INT32, + qjs::JSJitValueType_JS_JIT_VALUE_INT32 + ])); + for script in [ + "add({valueOf(){setSuspended(true);return 40}},2) === 42", + "less({valueOf(){setSuspended(true);return 40}},42)", + "+({valueOf(){setSuspended(true);return 42}}) === 42", + "-({valueOf(){setSuspended(true);return -42}}) === 42", + ] { + guard.resume().unwrap(); + events.lock().unwrap().clear(); + context.with(|ctx| assert!(ctx.eval::(script).unwrap())); + assert!(!events.lock().unwrap().iter().any(|event| matches!( + event.kind, + qjs::JSJitFeedbackKind_JS_JIT_FEEDBACK_BINARY + | qjs::JSJitFeedbackKind_JS_JIT_FEEDBACK_CONVERSION + ))); + } + guard.resume().unwrap(); + events.lock().unwrap().clear(); + context.with(|ctx| assert_eq!(ctx.eval::("add(40,2)").unwrap(), 42)); + assert!(events + .lock() + .unwrap() + .iter() + .any(|event| event.kind == qjs::JSJitFeedbackKind_JS_JIT_FEEDBACK_BINARY)); +} diff --git a/jit/tests/test262.rs b/jit/tests/test262.rs index 08d2ff2d..e8e05f4d 100644 --- a/jit/tests/test262.rs +++ b/jit/tests/test262.rs @@ -51,9 +51,13 @@ fn forced(mode: &str) { ]) .status() .unwrap(); - assert!(status.success()); let report: serde_json::Value = serde_json::from_slice(&std::fs::read(output).unwrap()).unwrap(); + assert!( + status.success(), + "{mode} failed: {}", + serde_json::to_string_pretty(&report).unwrap() + ); for case in report["cases"].as_array().unwrap() { assert!(case["native"]["native_entries"].as_u64().unwrap() > 0); assert_eq!(case["native"]["unexpected_fallbacks"], 0); diff --git a/sys/build_support/patch.rs b/sys/build_support/patch.rs index a832b608..b6a04679 100644 --- a/sys/build_support/patch.rs +++ b/sys/build_support/patch.rs @@ -1,7 +1,7 @@ use std::{fs, io, path::Path}; const QUICKJS_BASELINE_FNV64: u64 = 0x3302_116a_b0fc_269c; -const EXPECTED_PATCHES: [(&str, u64); 11] = [ +const EXPECTED_PATCHES: [(&str, u64); 15] = [ ("0001-rquickjs-jit.patch", 0x18d7_40cc_6943_30cf), ("0002-runtime-feedback.patch", 0xe4c1_ed52_ee5d_d469), ("0003-element-layout.patch", 0xa12c_ccd2_7420_e880), @@ -13,6 +13,10 @@ const EXPECTED_PATCHES: [(&str, u64); 11] = [ ("0009-tier1-arith-slow.patch", 0x3fd2_4634_ef37_456e), ("0010-native-entry-cache.patch", 0xe33fff61a67b0955), ("0011-helper-pc-cursor.patch", 0x51eab4f65377affd), + ("0012-shape-retention.patch", 0xe05663cbae513f56), + ("0013-feedback-gate.patch", 0x73a90a5552a9178e), + ("0014-inactive-probes.patch", 0x29ec67631b8faf0b), + ("0015-cold-object-probes.patch", 0xaa99c90905323834), ]; pub(crate) const BASELINE_FILES: [&str; 19] = [ "api-test.c", @@ -52,7 +56,7 @@ const PATCHED_FILE_FINGERPRINTS: [(&str, u64); 21] = [ ("list.h", 0xb337_70f7_b76d_a3d8), ("quickjs-atom.h", 0x30b4_9116_b6a2_aa99), ("quickjs-c-atomics.h", 0x490b_0f29_f631_3fc0), - ("quickjs.c", 0x72bbd2f301ad246d), + ("quickjs.c", 0x065b80c2fc2246e1), ("quickjs-jit.h", 0x847f0de0cd88713b), ("quickjs-jit-helpers.h", 0xa469_e80f_be47_404c), ("quickjs-opcode.h", 0x3d05_cfdf_5cf7_2930), diff --git a/sys/patches/0012-shape-retention.patch b/sys/patches/0012-shape-retention.patch new file mode 100644 index 00000000..474ba186 --- /dev/null +++ b/sys/patches/0012-shape-retention.patch @@ -0,0 +1,183 @@ +diff --git a/quickjs.c b/quickjs.c +--- a/quickjs.c ++++ b/quickjs.c +@@ -514,9 +514,23 @@ + enough to call the interrupt callback often. */ + #define JS_INTERRUPT_COUNTER_INIT 10000 + ++#ifdef CONFIG_JIT_ABI ++#define QJSJIT_SHAPE_CACHE_SLOTS 64 ++#define QJSJIT_SHAPE_CACHE_BYTES (16 * 1024) ++typedef struct { ++ JSShape *shapes[QJSJIT_SHAPE_CACHE_SLOTS]; ++ size_t charges[QJSJIT_SHAPE_CACHE_SLOTS]; ++ size_t bytes; ++ uint32_t next; ++} JSJitShapeCache; ++#endif ++ + struct JSContext { + JSGCObjectHeader header; /* must come first */ + JSRuntime *rt; ++#ifdef CONFIG_JIT_ABI ++ JSJitShapeCache *jit_shape_cache; ++#endif + struct list_head link; + + uint16_t binary_object_count; +@@ -1471,6 +1485,10 @@ + static int JS_AddIntrinsicBasicObjects(JSContext *ctx); + static void js_free_shape(JSRuntime *rt, JSShape *sh); + static void js_free_shape_null(JSRuntime *rt, JSShape *sh); ++#ifdef CONFIG_JIT_ABI ++static void qjsjit_remember_shape(JSContext *ctx, JSObject *receiver); ++static void qjsjit_clear_shape_cache(JSContext *ctx); ++#endif + static int js_shape_prepare_update(JSContext *ctx, JSObject *p, + JSShapeProperty **pprs); + static int init_shape_hash(JSRuntime *rt); +@@ -2570,6 +2588,11 @@ + if (rt->jit_suspended || b->jit_feedback_disabled || !vtable || !vtable->record_feedback || !receiver || !owner || + !shape_property || !property || qjsjit_ensure_function_identity(rt, b)) + return; ++ /* Keep canonical shared layouts alive between temporary receivers. The ++ cache owns shapes, never receiver objects; guards still validate both ++ identity and generation. Accessors and non-own properties stay generic. */ ++ if (receiver == owner && !(shape_property->flags & JS_PROP_TMASK)) ++ qjsjit_remember_shape(b->realm, receiver); + types[0] = JS_JIT_VALUE_OBJECT; + types[1] = qjsjit_feedback_type(value); + memset(&event, 0, sizeof(event)); +@@ -3074,6 +3097,13 @@ + qjsjit_discard_cached_entry(rt); + rt->jit_backend_vtable = NULL; + rt->jit_backend_opaque = NULL; ++ { ++ struct list_head *el; ++ list_for_each(el, &rt->context_list) { ++ JSContext *ctx = list_entry(el, JSContext, link); ++ qjsjit_clear_shape_cache(ctx); ++ } ++ } + rt->jit_suspended = 0; + if (old_vtable->runtime_detach) + old_vtable->runtime_detach(old_opaque, rt); +@@ -3660,6 +3690,10 @@ + void JS_SetClassProto(JSContext *ctx, JSClassID class_id, JSValue obj) + { + assert(class_id < ctx->rt->class_count); ++#ifdef CONFIG_JIT_ABI ++ if (class_id == JS_CLASS_OBJECT) ++ qjsjit_clear_shape_cache(ctx); ++#endif + set_value(ctx, &ctx->class_proto[class_id], obj); + } + +@@ -3737,6 +3771,16 @@ + JS_MarkValue(rt, ctx->regexp_ctor, mark_func); + JS_MarkValue(rt, ctx->function_ctor, mark_func); + JS_MarkValue(rt, ctx->function_proto, mark_func); ++ ++#ifdef CONFIG_JIT_ABI ++ if (ctx->jit_shape_cache) { ++ for (i = 0; i < QJSJIT_SHAPE_CACHE_SLOTS; i++) { ++ JSShape *shape = ctx->jit_shape_cache->shapes[i]; ++ if (shape) ++ mark_func(rt, &shape->header); ++ } ++ } ++#endif + + if (ctx->array_shape) + mark_func(rt, &ctx->array_shape->header); +@@ -3821,6 +3865,9 @@ + JS_FreeValue(ctx, ctx->function_ctor); + JS_FreeValue(ctx, ctx->function_proto); + ++#ifdef CONFIG_JIT_ABI ++ qjsjit_clear_shape_cache(ctx); ++#endif + js_free_shape_null(ctx->rt, ctx->array_shape); + js_free_shape_null(ctx->rt, ctx->arguments_shape); + js_free_shape_null(ctx->rt, ctx->mapped_arguments_shape); +@@ -6542,6 +6589,80 @@ + if (sh) + js_free_shape(rt, sh); + } ++ ++#ifdef CONFIG_JIT_ABI ++static void qjsjit_clear_shape_cache(JSContext *ctx) ++{ ++ JSJitShapeCache *cache = ctx->jit_shape_cache; ++ uint32_t i; ++ if (!cache) ++ return; ++ ctx->jit_shape_cache = NULL; ++ for (i = 0; i < QJSJIT_SHAPE_CACHE_SLOTS; i++) ++ js_free_shape_null(ctx->rt, cache->shapes[i]); ++ js_free_rt(ctx->rt, cache); ++} ++ ++static void qjsjit_remember_shape(JSContext *ctx, JSObject *receiver) ++{ ++ JSJitShapeCache *cache; ++ JSShape *shape = receiver->shape; ++ size_t bytes; ++ uint32_t i; ++ /* Shared hashed shapes use copy-on-write. Restrict prototype retention to ++ null or the context's own rooted Object prototype, so cache entries do ++ not keep arbitrary guest prototype graphs alive. */ ++ if (receiver->class_id != JS_CLASS_OBJECT || !shape->is_hashed || ++ (shape->proto && (!JS_IsObject(ctx->class_proto[JS_CLASS_OBJECT]) || ++ shape->proto != JS_VALUE_GET_OBJ(ctx->class_proto[JS_CLASS_OBJECT])))) ++ return; ++ cache = ctx->jit_shape_cache; ++ if (cache) { ++ for (i = 0; i < QJSJIT_SHAPE_CACHE_SLOTS; i++) { ++ if (cache->shapes[i] == shape) ++ return; ++ } ++ } ++ bytes = get_shape_size(shape->prop_hash_mask + 1, shape->prop_size); ++ if (bytes > QJSJIT_SHAPE_CACHE_BYTES - sizeof(*cache)) ++ return; ++ /* Charge atom storage conservatively, including atoms shared by entries. ++ Long guest property names must not escape the retention budget. */ ++ for (i = 0; i < shape->prop_count; i++) { ++ JSAtom atom = shape->prop[i].atom; ++ if (atom != JS_ATOM_NULL && !__JS_AtomIsTaggedInt(atom)) { ++ JSAtomStruct *str = ctx->rt->atom_array[atom]; ++ bytes += sizeof(*str) + ((size_t)str->len << str->is_wide_char) + ++ 1 - str->is_wide_char; ++ if (bytes > QJSJIT_SHAPE_CACHE_BYTES - sizeof(*cache)) ++ return; ++ } ++ } ++ if (!cache) { ++ cache = js_mallocz_rt(ctx->rt, sizeof(*cache)); ++ if (!cache) ++ return; /* Optional feedback retention must not throw on OOM. */ ++ ctx->jit_shape_cache = cache; ++ } ++ /* FIFO bounds shapes, atom storage, and cache metadata. A retained ++ hashed shape cannot grow in place. */ ++ for (;;) { ++ JSShape *old = cache->shapes[cache->next]; ++ if (old) { ++ cache->bytes -= cache->charges[cache->next]; ++ cache->shapes[cache->next] = NULL; ++ js_free_shape(ctx->rt, old); ++ } ++ if (cache->bytes + bytes <= QJSJIT_SHAPE_CACHE_BYTES - sizeof(*cache)) ++ break; ++ cache->next = (cache->next + 1) % QJSJIT_SHAPE_CACHE_SLOTS; ++ } ++ cache->shapes[cache->next] = js_dup_shape(shape); ++ cache->charges[cache->next] = bytes; ++ cache->bytes += bytes; ++ cache->next = (cache->next + 1) % QJSJIT_SHAPE_CACHE_SLOTS; ++} ++#endif + + /* make space to hold at least 'count' properties */ + static no_inline int resize_properties(JSContext *ctx, JSShape **psh, diff --git a/sys/patches/0013-feedback-gate.patch b/sys/patches/0013-feedback-gate.patch new file mode 100644 index 00000000..05909d55 --- /dev/null +++ b/sys/patches/0013-feedback-gate.patch @@ -0,0 +1,185 @@ +diff --git a/quickjs.c b/quickjs.c +--- a/quickjs.c ++++ b/quickjs.c +@@ -2441,6 +2441,14 @@ + } + } + ++/* Check before collecting operand types; slow arithmetic can reenter the VM, ++ so recording checks the current backend state again after the operation. */ ++static inline bool qjsjit_feedback_enabled(JSRuntime *rt, JSFunctionBytecode *b) ++{ ++ return rt->jit_backend_vtable && !rt->jit_suspended && ++ !b->jit_feedback_disabled && rt->jit_backend_vtable->record_feedback; ++} ++ + static void qjsjit_record_feedback(JSRuntime *rt, JSFunctionBytecode *b, + uint32_t kind, uint32_t pc, + uint32_t slot, const uint32_t *types, +@@ -2473,7 +2481,10 @@ + JSValueConst result) + { + uint32_t types[3], flags = 0; +- int result_tag = JS_VALUE_GET_TAG(result); ++ int result_tag; ++ if (!qjsjit_feedback_enabled(rt, b)) ++ return; ++ result_tag = JS_VALUE_GET_TAG(result); + types[0] = lhs_type; + types[1] = rhs_type; + types[2] = qjsjit_feedback_type(result); +@@ -22497,13 +22508,14 @@ + { + JSValue op1, op2; + #ifdef CONFIG_JIT_ABI +- uint32_t jit_lhs_type, jit_rhs_type; ++ uint32_t jit_lhs_type, jit_rhs_type; bool jit_feedback_active; + #endif + op1 = sp[-2]; + op2 = sp[-1]; + #ifdef CONFIG_JIT_ABI +- jit_lhs_type = qjsjit_feedback_type(op1); +- jit_rhs_type = qjsjit_feedback_type(op2); ++ jit_feedback_active = qjsjit_feedback_enabled(rt, b); ++ jit_lhs_type = jit_feedback_active ? qjsjit_feedback_type(op1) : 0; ++ jit_rhs_type = jit_feedback_active ? qjsjit_feedback_type(op2) : 0; + #endif + if (likely(JS_VALUE_IS_BOTH_INT(op1, op2))) { + int64_t r; +@@ -22526,9 +22538,10 @@ + sp--; + } + #ifdef CONFIG_JIT_ABI +- qjsjit_record_binary_feedback(rt, b, +- (uint32_t)(pc - b->byte_code_buf - 1), +- jit_lhs_type, jit_rhs_type, sp[-1]); ++ if (jit_feedback_active) ++ qjsjit_record_binary_feedback(rt, b, ++ (uint32_t)(pc - b->byte_code_buf - 1), ++ jit_lhs_type, jit_rhs_type, sp[-1]); + #endif + } + BREAK; +@@ -22579,13 +22592,14 @@ + { + JSValue op1, op2; + #ifdef CONFIG_JIT_ABI +- uint32_t jit_lhs_type, jit_rhs_type; ++ uint32_t jit_lhs_type, jit_rhs_type; bool jit_feedback_active; + #endif + op1 = sp[-2]; + op2 = sp[-1]; + #ifdef CONFIG_JIT_ABI +- jit_lhs_type = qjsjit_feedback_type(op1); +- jit_rhs_type = qjsjit_feedback_type(op2); ++ jit_feedback_active = qjsjit_feedback_enabled(rt, b); ++ jit_lhs_type = jit_feedback_active ? qjsjit_feedback_type(op1) : 0; ++ jit_rhs_type = jit_feedback_active ? qjsjit_feedback_type(op2) : 0; + #endif + if (likely(JS_VALUE_IS_BOTH_INT(op1, op2))) { + int64_t r; +@@ -22608,9 +22622,10 @@ + sp--; + } + #ifdef CONFIG_JIT_ABI +- qjsjit_record_binary_feedback(rt, b, +- (uint32_t)(pc - b->byte_code_buf - 1), +- jit_lhs_type, jit_rhs_type, sp[-1]); ++ if (jit_feedback_active) ++ qjsjit_record_binary_feedback(rt, b, ++ (uint32_t)(pc - b->byte_code_buf - 1), ++ jit_lhs_type, jit_rhs_type, sp[-1]); + #endif + } + BREAK; +@@ -22619,13 +22634,14 @@ + JSValue op1, op2; + double d; + #ifdef CONFIG_JIT_ABI +- uint32_t jit_lhs_type, jit_rhs_type; ++ uint32_t jit_lhs_type, jit_rhs_type; bool jit_feedback_active; + #endif + op1 = sp[-2]; + op2 = sp[-1]; + #ifdef CONFIG_JIT_ABI +- jit_lhs_type = qjsjit_feedback_type(op1); +- jit_rhs_type = qjsjit_feedback_type(op2); ++ jit_feedback_active = qjsjit_feedback_enabled(rt, b); ++ jit_lhs_type = jit_feedback_active ? qjsjit_feedback_type(op1) : 0; ++ jit_rhs_type = jit_feedback_active ? qjsjit_feedback_type(op2) : 0; + #endif + if (likely(JS_VALUE_IS_BOTH_INT(op1, op2))) { + int32_t v1, v2; +@@ -22658,9 +22674,10 @@ + sp--; + } + #ifdef CONFIG_JIT_ABI +- qjsjit_record_binary_feedback(rt, b, +- (uint32_t)(pc - b->byte_code_buf - 1), +- jit_lhs_type, jit_rhs_type, sp[-1]); ++ if (jit_feedback_active) ++ qjsjit_record_binary_feedback(rt, b, ++ (uint32_t)(pc - b->byte_code_buf - 1), ++ jit_lhs_type, jit_rhs_type, sp[-1]); + #endif + } + BREAK; +@@ -22668,13 +22685,14 @@ + { + JSValue op1, op2; + #ifdef CONFIG_JIT_ABI +- uint32_t jit_lhs_type, jit_rhs_type; ++ uint32_t jit_lhs_type, jit_rhs_type; bool jit_feedback_active; + #endif + op1 = sp[-2]; + op2 = sp[-1]; + #ifdef CONFIG_JIT_ABI +- jit_lhs_type = qjsjit_feedback_type(op1); +- jit_rhs_type = qjsjit_feedback_type(op2); ++ jit_feedback_active = qjsjit_feedback_enabled(rt, b); ++ jit_lhs_type = jit_feedback_active ? qjsjit_feedback_type(op1) : 0; ++ jit_rhs_type = jit_feedback_active ? qjsjit_feedback_type(op2) : 0; + #endif + if (likely(JS_VALUE_IS_BOTH_INT(op1, op2))) { + int v1, v2; +@@ -22689,9 +22707,10 @@ + sp--; + } + #ifdef CONFIG_JIT_ABI +- qjsjit_record_binary_feedback(rt, b, +- (uint32_t)(pc - b->byte_code_buf - 1), +- jit_lhs_type, jit_rhs_type, sp[-1]); ++ if (jit_feedback_active) ++ qjsjit_record_binary_feedback(rt, b, ++ (uint32_t)(pc - b->byte_code_buf - 1), ++ jit_lhs_type, jit_rhs_type, sp[-1]); + #endif + } + BREAK; +@@ -23042,14 +23061,18 @@ + BREAK; + + #ifdef CONFIG_JIT_ABI +-#define QJSJIT_CMP_DECLARE uint32_t jit_lhs_type, jit_rhs_type; +-#define QJSJIT_CMP_CAPTURE(op1, op2) \ +- jit_lhs_type = qjsjit_feedback_type(op1); \ +- jit_rhs_type = qjsjit_feedback_type(op2); +-#define QJSJIT_CMP_RECORD() \ +- qjsjit_record_binary_feedback(rt, b, \ +- (uint32_t)(pc - b->byte_code_buf - 1),\ +- jit_lhs_type, jit_rhs_type, sp[-1]); ++#define QJSJIT_CMP_DECLARE uint32_t jit_lhs_type, jit_rhs_type; bool jit_feedback_active; ++#define QJSJIT_CMP_CAPTURE(op1, op2) \ ++ jit_feedback_active = qjsjit_feedback_enabled(rt, b); \ ++ jit_lhs_type = jit_feedback_active ? qjsjit_feedback_type(op1) : 0; \ ++ jit_rhs_type = jit_feedback_active ? qjsjit_feedback_type(op2) : 0; ++#define QJSJIT_CMP_RECORD() \ ++ do { \ ++ if (jit_feedback_active) \ ++ qjsjit_record_binary_feedback(rt, b, \ ++ (uint32_t)(pc - b->byte_code_buf - 1), \ ++ jit_lhs_type, jit_rhs_type, sp[-1]); \ ++ } while (0); + #else + #define QJSJIT_CMP_DECLARE + #define QJSJIT_CMP_CAPTURE(op1, op2) diff --git a/sys/patches/0014-inactive-probes.patch b/sys/patches/0014-inactive-probes.patch new file mode 100644 index 00000000..3bc56bbf --- /dev/null +++ b/sys/patches/0014-inactive-probes.patch @@ -0,0 +1,265 @@ +diff --git a/quickjs.c b/quickjs.c +--- a/quickjs.c ++++ b/quickjs.c +@@ -20098,8 +20098,6 @@ + var_buf[i] = JS_UNDEFINED; + + stack_buf = var_buf + b->var_count; +- for(i = b->stack_size; i < stack_allocated_size; i++) +- stack_buf[i] = JS_UNDEFINED; + sf->var_refs = (JSVarRef **)(stack_buf + stack_allocated_size); + sf->var_ref_count = b->var_ref_count; + for(i = 0; i < b->var_ref_count; i++) +@@ -20118,8 +20116,7 @@ + #endif + + #ifdef CONFIG_JIT_ABI +- if (argc >= 0 && argc <= 8 && !rt->jit_suspended && rt->jit_backend_vtable && +- rt->jit_backend_vtable->record_feedback) { ++ if (argc >= 0 && argc <= 8 && qjsjit_feedback_enabled(rt, b)) { + uint32_t call_types[8]; + for (i = 0; i < argc; i++) { + qjsjit_unpoison_slot(&arg_buf[i]); +@@ -20255,6 +20252,10 @@ + goto restart; + } + ++ /* Reserved helper owners are invisible to the interpreter. Only ++ initialize them when a native entry will receive the frame. */ ++ for(i = b->stack_size; i < stack_allocated_size; i++) ++ stack_buf[i] = JS_UNDEFINED; + memset(&frame, 0, sizeof(frame)); + frame.struct_size = sizeof(frame); + frame.flags = b->is_strict_mode ? JS_JIT_FUNCTION_STRICT : 0; +@@ -20899,10 +20900,12 @@ + ret_val = *--sp; + #ifdef CONFIG_JIT_ABI + { +- uint32_t return_type = qjsjit_feedback_type(ret_val); +- qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_RETURN, +- (uint32_t)(pc - b->byte_code_buf - 1), 0, +- &return_type, 1, 0); ++ if (qjsjit_feedback_enabled(rt, b)) { ++ uint32_t return_type = qjsjit_feedback_type(ret_val); ++ qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_RETURN, ++ (uint32_t)(pc - b->byte_code_buf - 1), 0, ++ &return_type, 1, 0); ++ } + } + #endif + goto done; +@@ -20910,10 +20913,12 @@ + ret_val = JS_UNDEFINED; + #ifdef CONFIG_JIT_ABI + { +- uint32_t return_type = JS_JIT_VALUE_UNDEFINED; +- qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_RETURN, +- (uint32_t)(pc - b->byte_code_buf - 1), 0, +- &return_type, 1, 0); ++ if (qjsjit_feedback_enabled(rt, b)) { ++ uint32_t return_type = JS_JIT_VALUE_UNDEFINED; ++ qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_RETURN, ++ (uint32_t)(pc - b->byte_code_buf - 1), 0, ++ &return_type, 1, 0); ++ } + } + #endif + goto done; +@@ -21500,13 +21505,15 @@ + #ifdef CONFIG_JIT_ABI + uint8_t *next_pc; + uint32_t condition_type; ++ bool feedback_active; + #endif + + op1 = sp[-1]; + pc += 4; + #ifdef CONFIG_JIT_ABI + next_pc = pc; +- condition_type = qjsjit_feedback_type(op1); ++ feedback_active = qjsjit_feedback_enabled(rt, b); ++ condition_type = feedback_active ? qjsjit_feedback_type(op1) : 0; + #endif + if ((uint32_t)JS_VALUE_GET_TAG(op1) <= JS_TAG_UNDEFINED) { + res = JS_VALUE_GET_INT(op1); +@@ -21514,10 +21521,12 @@ + res = JS_ToBoolFree(ctx, op1); + } + #ifdef CONFIG_JIT_ABI +- qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_BRANCH, +- (uint32_t)(pc - b->byte_code_buf - 5), 0, +- &condition_type, 1, +- res ? JS_JIT_FEEDBACK_BRANCH_TAKEN : 0); ++ if (feedback_active) { ++ qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_BRANCH, ++ (uint32_t)(pc - b->byte_code_buf - 5), 0, ++ &condition_type, 1, ++ res ? JS_JIT_FEEDBACK_BRANCH_TAKEN : 0); ++ } + #endif + sp--; + if (res) { +@@ -21541,13 +21550,15 @@ + #ifdef CONFIG_JIT_ABI + uint8_t *next_pc; + uint32_t condition_type; ++ bool feedback_active; + #endif + + op1 = sp[-1]; + pc += 4; + #ifdef CONFIG_JIT_ABI + next_pc = pc; +- condition_type = qjsjit_feedback_type(op1); ++ feedback_active = qjsjit_feedback_enabled(rt, b); ++ condition_type = feedback_active ? qjsjit_feedback_type(op1) : 0; + #endif + if ((uint32_t)JS_VALUE_GET_TAG(op1) <= JS_TAG_UNDEFINED) { + res = JS_VALUE_GET_INT(op1); +@@ -21555,10 +21566,12 @@ + res = JS_ToBoolFree(ctx, op1); + } + #ifdef CONFIG_JIT_ABI +- qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_BRANCH, +- (uint32_t)(pc - b->byte_code_buf - 5), 0, +- &condition_type, 1, +- !res ? JS_JIT_FEEDBACK_BRANCH_TAKEN : 0); ++ if (feedback_active) { ++ qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_BRANCH, ++ (uint32_t)(pc - b->byte_code_buf - 5), 0, ++ &condition_type, 1, ++ !res ? JS_JIT_FEEDBACK_BRANCH_TAKEN : 0); ++ } + #endif + sp--; + if (!res) { +@@ -21582,13 +21595,15 @@ + #ifdef CONFIG_JIT_ABI + uint8_t *next_pc; + uint32_t condition_type; ++ bool feedback_active; + #endif + + op1 = sp[-1]; + pc += 1; + #ifdef CONFIG_JIT_ABI + next_pc = pc; +- condition_type = qjsjit_feedback_type(op1); ++ feedback_active = qjsjit_feedback_enabled(rt, b); ++ condition_type = feedback_active ? qjsjit_feedback_type(op1) : 0; + #endif + if ((uint32_t)JS_VALUE_GET_TAG(op1) <= JS_TAG_UNDEFINED) { + res = JS_VALUE_GET_INT(op1); +@@ -21596,10 +21611,12 @@ + res = JS_ToBoolFree(ctx, op1); + } + #ifdef CONFIG_JIT_ABI +- qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_BRANCH, +- (uint32_t)(pc - b->byte_code_buf - 2), 0, +- &condition_type, 1, +- res ? JS_JIT_FEEDBACK_BRANCH_TAKEN : 0); ++ if (feedback_active) { ++ qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_BRANCH, ++ (uint32_t)(pc - b->byte_code_buf - 2), 0, ++ &condition_type, 1, ++ res ? JS_JIT_FEEDBACK_BRANCH_TAKEN : 0); ++ } + #endif + sp--; + if (res) { +@@ -21623,13 +21640,15 @@ + #ifdef CONFIG_JIT_ABI + uint8_t *next_pc; + uint32_t condition_type; ++ bool feedback_active; + #endif + + op1 = sp[-1]; + pc += 1; + #ifdef CONFIG_JIT_ABI + next_pc = pc; +- condition_type = qjsjit_feedback_type(op1); ++ feedback_active = qjsjit_feedback_enabled(rt, b); ++ condition_type = feedback_active ? qjsjit_feedback_type(op1) : 0; + #endif + if ((uint32_t)JS_VALUE_GET_TAG(op1) <= JS_TAG_UNDEFINED) { + res = JS_VALUE_GET_INT(op1); +@@ -21637,10 +21656,12 @@ + res = JS_ToBoolFree(ctx, op1); + } + #ifdef CONFIG_JIT_ABI +- qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_BRANCH, +- (uint32_t)(pc - b->byte_code_buf - 2), 0, +- &condition_type, 1, +- !res ? JS_JIT_FEEDBACK_BRANCH_TAKEN : 0); ++ if (feedback_active) { ++ qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_BRANCH, ++ (uint32_t)(pc - b->byte_code_buf - 2), 0, ++ &condition_type, 1, ++ !res ? JS_JIT_FEEDBACK_BRANCH_TAKEN : 0); ++ } + #endif + sp--; + if (!res) { +@@ -22749,10 +22770,12 @@ + uint32_t tag; + #ifdef CONFIG_JIT_ABI + uint32_t conversion_types[2]; ++ bool feedback_active; + #endif + op1 = sp[-1]; + #ifdef CONFIG_JIT_ABI +- conversion_types[0] = qjsjit_feedback_type(op1); ++ feedback_active = qjsjit_feedback_enabled(rt, b); ++ conversion_types[0] = feedback_active ? qjsjit_feedback_type(op1) : 0; + #endif + tag = JS_VALUE_GET_TAG(op1); + if (tag == JS_TAG_INT || JS_TAG_IS_FLOAT64(tag)) { +@@ -22762,10 +22785,12 @@ + goto exception; + } + #ifdef CONFIG_JIT_ABI +- conversion_types[1] = qjsjit_feedback_type(sp[-1]); +- qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_CONVERSION, +- (uint32_t)(pc - b->byte_code_buf - 1), 0, +- conversion_types, 2, 0); ++ if (feedback_active && qjsjit_feedback_enabled(rt, b)) { ++ conversion_types[1] = qjsjit_feedback_type(sp[-1]); ++ qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_CONVERSION, ++ (uint32_t)(pc - b->byte_code_buf - 1), 0, ++ conversion_types, 2, 0); ++ } + #endif + } + BREAK; +@@ -22777,10 +22802,12 @@ + double d; + #ifdef CONFIG_JIT_ABI + uint32_t conversion_types[2]; ++ bool feedback_active; + #endif + op1 = sp[-1]; + #ifdef CONFIG_JIT_ABI +- conversion_types[0] = qjsjit_feedback_type(op1); ++ feedback_active = qjsjit_feedback_enabled(rt, b); ++ conversion_types[0] = feedback_active ? qjsjit_feedback_type(op1) : 0; + #endif + tag = JS_VALUE_GET_TAG(op1); + if (tag == JS_TAG_INT) { +@@ -22805,10 +22832,12 @@ + goto exception; + } + #ifdef CONFIG_JIT_ABI +- conversion_types[1] = qjsjit_feedback_type(sp[-1]); +- qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_CONVERSION, +- (uint32_t)(pc - b->byte_code_buf - 1), 0, +- conversion_types, 2, 0); ++ if (feedback_active && qjsjit_feedback_enabled(rt, b)) { ++ conversion_types[1] = qjsjit_feedback_type(sp[-1]); ++ qjsjit_record_feedback(rt, b, JS_JIT_FEEDBACK_CONVERSION, ++ (uint32_t)(pc - b->byte_code_buf - 1), 0, ++ conversion_types, 2, 0); ++ } + #endif + } + BREAK; diff --git a/sys/patches/0015-cold-object-probes.patch b/sys/patches/0015-cold-object-probes.patch new file mode 100644 index 00000000..80299309 --- /dev/null +++ b/sys/patches/0015-cold-object-probes.patch @@ -0,0 +1,82 @@ +diff --git a/quickjs.c b/quickjs.c +--- a/quickjs.c ++++ b/quickjs.c +@@ -20811,10 +20811,12 @@ + if (unlikely(JS_IsException(ret_val))) + goto exception; + #ifdef CONFIG_JIT_ABI +- qjsjit_record_callsite_feedback(rt, b, +- (uint32_t)(pc - b->byte_code_buf - +- ((opcode >= OP_call0 && opcode <= OP_call3) ? 1 : 3)), +- call_argv[-1], call_argc, vc(call_argv), ret_val); ++ if (qjsjit_feedback_enabled(rt, b)) { ++ qjsjit_record_callsite_feedback(rt, b, ++ (uint32_t)(pc - b->byte_code_buf - ++ ((opcode >= OP_call0 && opcode <= OP_call3) ? 1 : 3)), ++ call_argv[-1], call_argc, vc(call_argv), ret_val); ++ } + #endif + if (opcode == OP_tail_call) + goto done; +@@ -20854,9 +20856,11 @@ + if (unlikely(JS_IsException(ret_val))) + goto exception; + #ifdef CONFIG_JIT_ABI +- qjsjit_record_callsite_feedback(rt, b, +- (uint32_t)(pc - b->byte_code_buf - 3), +- call_argv[-1], call_argc, vc(call_argv), ret_val); ++ if (qjsjit_feedback_enabled(rt, b)) { ++ qjsjit_record_callsite_feedback(rt, b, ++ (uint32_t)(pc - b->byte_code_buf - 3), ++ call_argv[-1], call_argc, vc(call_argv), ret_val); ++ } + #endif + if (opcode == OP_tail_call_method) + goto done; +@@ -22002,9 +22006,11 @@ + goto get_field_slow_path; + val = js_dup(pr->u.value); + #ifdef CONFIG_JIT_ABI +- qjsjit_record_property_feedback(rt, b, +- (uint32_t)(pc - b->byte_code_buf - 5), atom, +- receiver, p, prs, pr, val, 0); ++ if (qjsjit_feedback_enabled(rt, b)) { ++ qjsjit_record_property_feedback(rt, b, ++ (uint32_t)(pc - b->byte_code_buf - 5), atom, ++ receiver, p, prs, pr, val, 0); ++ } + #endif + break; + } +@@ -22061,9 +22067,11 @@ + goto get_field2_slow_path; + val = js_dup(pr->u.value); + #ifdef CONFIG_JIT_ABI +- qjsjit_record_property_feedback(rt, b, +- (uint32_t)(pc - b->byte_code_buf - 5), atom, +- receiver, p, prs, pr, val, 0); ++ if (qjsjit_feedback_enabled(rt, b)) { ++ qjsjit_record_property_feedback(rt, b, ++ (uint32_t)(pc - b->byte_code_buf - 5), atom, ++ receiver, p, prs, pr, val, 0); ++ } + #endif + break; + } +@@ -22114,10 +22122,12 @@ + /* fast path */ + set_value(ctx, &pr->u.value, sp[-1]); + #ifdef CONFIG_JIT_ABI +- qjsjit_record_property_feedback(rt, b, +- (uint32_t)(pc - b->byte_code_buf - 5), atom, +- p, p, prs, pr, pr->u.value, +- JS_JIT_FEEDBACK_PROPERTY_STORE); ++ if (qjsjit_feedback_enabled(rt, b)) { ++ qjsjit_record_property_feedback(rt, b, ++ (uint32_t)(pc - b->byte_code_buf - 5), atom, ++ p, p, prs, pr, pr->u.value, ++ JS_JIT_FEEDBACK_PROPERTY_STORE); ++ } + #endif + } else { + goto put_field_slow_path; diff --git a/sys/patches/README.md b/sys/patches/README.md index f416eb71..7b9e2ada 100644 --- a/sys/patches/README.md +++ b/sys/patches/README.md @@ -7,7 +7,22 @@ submodule baseline after its sources are copied into Cargo's `OUT_DIR`. through the reviewed rquickjs JIT integration commits ending at `eb389a3`. `0002-runtime-feedback.patch` adds the versioned runtime type-feedback ABI and interpreter probes without changing the pinned upstream baseline. -The build accepts exactly this patch name and byte digest, then verifies the -complete patched source manifest. Keeping the baseline and patch separate makes +`0012-shape-retention.patch` retains shared plain-object shapes observed by JIT +feedback so short-lived receivers can reuse their property guards. Each context +has at most 64 entries and a 16 KiB storage budget, including cache metadata, +shape backing storage, and conservatively charged property atoms (excluding +allocator overhead). GC traces the retained shapes; context destruction, JIT +detach, and Object class-prototype replacement release them. +`0013-feedback-gate.patch` skips arithmetic feedback collection when no backend +is listening. Recording rechecks suspension after primitive conversions, which +can reenter JavaScript or host callbacks. +`0014-inactive-probes.patch` also gates call, return, branch, and conversion +feedback, and initializes reserved native helper slots only on native entry. +`0015-cold-object-probes.patch` gates property and call-site probes before +entering their recorders, avoiding calls for functions with disabled feedback. + +The build accepts only the patch names and byte digests listed in +`build_support/patch.rs`, then verifies the complete patched source manifest. +Keeping the baseline and patch separate makes upstream QuickJS upgrades an explicit rebase instead of requiring an unpublished submodule commit. diff --git a/sys/tests/jit_patch.rs b/sys/tests/jit_patch.rs index a105b6e0..a3effa97 100644 --- a/sys/tests/jit_patch.rs +++ b/sys/tests/jit_patch.rs @@ -6,11 +6,16 @@ mod patch; use std::{fs, path::PathBuf, time::SystemTime}; fn scratch_dir() -> PathBuf { + static NEXT: std::sync::atomic::AtomicU64 = std::sync::atomic::AtomicU64::new(0); + let sequence = NEXT.fetch_add(1, std::sync::atomic::Ordering::Relaxed); let nonce = SystemTime::now() .duration_since(SystemTime::UNIX_EPOCH) .unwrap() .as_nanos(); - std::env::temp_dir().join(format!("rquickjs-jit-patch-{}-{nonce}", std::process::id())) + std::env::temp_dir().join(format!( + "rquickjs-jit-patch-{}-{nonce}-{sequence}", + std::process::id() + )) } fn copy_baseline(destination: &std::path::Path) { @@ -40,6 +45,10 @@ fn copy_patches(destination: &std::path::Path) { "0009-tier1-arith-slow.patch", "0010-native-entry-cache.patch", "0011-helper-pc-cursor.patch", + "0012-shape-retention.patch", + "0013-feedback-gate.patch", + "0014-inactive-probes.patch", + "0015-cold-object-probes.patch", ] { fs::copy(source.join(patch), destination.join(patch)).unwrap(); }