/titanic_44/usr/src/uts/common/os/ |
H A D | netstack.c | 189 DTRACE_PROBE2(netstack__create__needed, in netstack_register() 258 DTRACE_PROBE2(netstack__shutdown__needed, in netstack_unregister() 265 DTRACE_PROBE2(netstack__destroy__needed, in netstack_unregister() 295 DTRACE_PROBE2(netstack__destroy__done, in netstack_unregister() 391 DTRACE_PROBE2(netstack__create__needed, in netstack_zone_create() 452 DTRACE_PROBE2(netstack__shutdown__needed, in netstack_zone_shutdown() 546 DTRACE_PROBE2(netstack__shutdown__needed, in netstack_stack_inactive() 555 DTRACE_PROBE2(netstack__destroy__needed, in netstack_stack_inactive() 693 DTRACE_PROBE2(netstack__create__inprogress, in netstack_apply_create() 701 DTRACE_PROBE2(netstack__create__start, in netstack_apply_create() [all …]
|
H A D | damap.c | 221 DTRACE_PROBE2(damap__destroy, in damap_destroy() 308 DTRACE_PROBE2(damap__map__sync__waiting, in damap_sync() 513 DTRACE_PROBE2(damap__addrset__flush__locked__enter, in damap_addrset_flush_locked() 516 DTRACE_PROBE2(damap__addrset__flush__locked__reset, in damap_addrset_flush_locked() 560 DTRACE_PROBE2(damap__addrset__begin, in damap_addrset_begin() 597 DTRACE_PROBE2(damap__addrset__flush, in damap_addrset_flush() 684 DTRACE_PROBE2(damap__addrset__end, in damap_addrset_end() 694 DTRACE_PROBE2(damap__addrset__end__reset, in damap_addrset_end() 951 DTRACE_PROBE2(damap__lookup__all, in damap_lookup_all() 957 DTRACE_PROBE2(damap__lookup__all__nomap, in damap_lookup_all() [all …]
|
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 532 DTRACE_PROBE2(found__expired__txn, in txn_cleanup_v4() 551 DTRACE_PROBE2(removing__completed__txn, in txn_cleanup_v4() 561 DTRACE_PROBE2(freeing__txn, mac_client_impl_t *, mcip, in txn_cleanup_v4() 589 DTRACE_PROBE2(mtype__not__found, mac_client_impl_t *, mcip, in intercept_dhcpv4_outbound() 612 DTRACE_PROBE2(release, mac_client_impl_t *, mcip, in intercept_dhcpv4_outbound() 618 DTRACE_PROBE2(release__successful, mac_client_impl_t *, in intercept_dhcpv4_outbound() 633 DTRACE_PROBE2(update, mac_client_impl_t *, mcip, in intercept_dhcpv4_outbound() 641 DTRACE_PROBE2(ipaddr__not__found, mac_client_impl_t *, mcip, in intercept_dhcpv4_outbound() 650 DTRACE_PROBE2(insert__failed, mac_client_impl_t *, mcip, in intercept_dhcpv4_outbound() 657 DTRACE_PROBE2(txn__pending, mac_client_impl_t *, mcip, in intercept_dhcpv4_outbound() [all …]
|
/titanic_44/usr/src/uts/common/io/ |
H A D | neti_stack.c | 579 DTRACE_PROBE2(neti__stack__create__inprogress, in neti_stack_apply_create() 587 DTRACE_PROBE2(neti__stack__create__start, in neti_stack_apply_create() 591 DTRACE_PROBE2(neti__stack__create__end, in neti_stack_apply_create() 601 DTRACE_PROBE2(neti__stack__create__completed, in neti_stack_apply_create() 666 DTRACE_PROBE2(neti__stack__shutdown__inprogress, in neti_stack_apply_shutdown() 673 DTRACE_PROBE2(neti__stack__shutdown__start, in neti_stack_apply_shutdown() 685 DTRACE_PROBE2(neti__stack__shutdown__completed, in neti_stack_apply_shutdown() 735 DTRACE_PROBE2(neti__stack__destroy__inprogress, in neti_stack_apply_destroy() 742 DTRACE_PROBE2(neti__stack__destroy__start, in neti_stack_apply_destroy() 754 DTRACE_PROBE2(neti__stack__destroy__completed, in neti_stack_apply_destroy() [all …]
|
H A D | trill.c | 346 DTRACE_PROBE2(trill__multi__dest__fwd, uint16_t, in trill_multidest_fwd() 355 DTRACE_PROBE2(trill__multi__dest__fwd, uint16_t, in trill_multidest_fwd() 363 DTRACE_PROBE2(trill__multi__dest__fwd__fail, uint16_t, in trill_multidest_fwd() 508 DTRACE_PROBE2(trill__recv__multidest__adjcheckfail, in trill_recv() 548 DTRACE_PROBE2(trill__recv__multidest, trill_header_t *, in trill_recv() 568 DTRACE_PROBE2(trill__recv__multidest__fail, mblk_t *, mp, in trill_recv() 839 DTRACE_PROBE2(trill__fwd__packet, mac_header_info_t *, hdr_info, in trill_encap_pkt_cb() 1198 DTRACE_PROBE2(trill__add__nick, trill_node_t *, tnode, in trill_add_nick() 1468 DTRACE_PROBE2(trill__ctrl__input, trill_sock_t *, tsock, mblk_t *, mp); in trill_ctrl_input() 1486 DTRACE_PROBE2(trill__ctrl__input__done, trill_sock_t *, in trill_ctrl_input()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | sdt.h | 47 #define DTRACE_PROBE2(provider, name, arg1, arg2) { \ macro 89 #define DTRACE_PROBE2(name, type1, arg1, type2, arg2) { \ 151 DTRACE_PROBE2(__sched_##name, type1, arg1, type2, arg2); 168 DTRACE_PROBE2(__proc_##name, type1, arg1, type2, arg2); 185 DTRACE_PROBE2(__io_##name, type1, arg1, type2, arg2); 196 DTRACE_PROBE2(__iscsi_##name, type1, arg1, type2, arg2); 242 DTRACE_PROBE2(__nfsv4_##name, type1, arg1, type2, arg2); 251 DTRACE_PROBE2(__smb_##name, type1, arg1, type2, arg2); 260 DTRACE_PROBE2(__ip_##name, type1, arg1, type2, arg2); 293 DTRACE_PROBE2(__tcp_##name, type1, arg1, type2, arg2); [all …]
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | rwlock.c | 516 DTRACE_PROBE2(plockstat, rw__block, rwlp, rd_wr); in shared_rwlock_lock() 546 DTRACE_PROBE2(plockstat, mutex__release, mp, 0); in shared_rwlock_lock() 592 DTRACE_PROBE2(plockstat, rw__block, rwlp, rd_wr); in rwlock_lock() 758 DTRACE_PROBE2(plockstat, rw__acquire, rwlp, READ_LOCK); in rw_rdlock_impl() 857 DTRACE_PROBE2(plockstat, rw__acquire, rwlp, WRITE_LOCK); in rw_wrlock_impl() 953 DTRACE_PROBE2(plockstat, rw__acquire, rwlp, READ_LOCK); in rw_tryrdlock() 993 DTRACE_PROBE2(plockstat, rw__acquire, rwlp, WRITE_LOCK); in rw_trywrlock() 1095 DTRACE_PROBE2(plockstat, rw__release, rwlp, rd_wr); in rw_unlock()
|
H A D | synch.c | 1040 DTRACE_PROBE2(plockstat, mutex__blocked, mp, 1); in mutex_lock_kernel() 1043 DTRACE_PROBE2(plockstat, mutex__blocked, mp, 0); in mutex_lock_kernel() 1044 DTRACE_PROBE2(plockstat, mutex__error, mp, error); in mutex_lock_kernel() 1096 DTRACE_PROBE2(plockstat, mutex__error, mp, error); in mutex_trylock_kernel() 1378 DTRACE_PROBE2(plockstat, mutex__error, mp, error); in mutex_trylock_adaptive() 1585 DTRACE_PROBE2(plockstat, mutex__error, mp, error); in mutex_trylock_process() 1710 DTRACE_PROBE2(plockstat, mutex__release, mp, 0); in mutex_unlock_queue() 1737 DTRACE_PROBE2(plockstat, mutex__release, mp, 0); in mutex_unlock_process() 1883 DTRACE_PROBE2(plockstat, mutex__blocked, mp, 0); in mutex_lock_queue() 1884 DTRACE_PROBE2(plockstat, mutex__error, mp, error); in mutex_lock_queue() [all …]
|
/titanic_44/usr/src/uts/common/avs/ns/solaris/ |
H A D | nsc_thread.c | 183 DTRACE_PROBE2(nst_thread_alloc_sleep, nstset_t *, set, in nst_thread_alloc() 427 DTRACE_PROBE2(nst_thread_create_end, nstset_t *, set, in nst_thread_create() 453 DTRACE_PROBE2(nst_thread_create_err_kill, nstset_t *, set, in nst_thread_create() 469 DTRACE_PROBE2(nst_dbg_thr_create_proc_start, nstset_t *, set, in nst_thread_create() 474 DTRACE_PROBE2(nst_dbg_thr_create_proc_end, nstset_t *, set, in nst_thread_create() 535 DTRACE_PROBE2(nst_thread_create_err_proc, nstset_t *, set, in nst_thread_create()
|
/titanic_44/usr/src/uts/i86pc/os/cpupm/ |
H A D | cpu_acpi.c | 837 DTRACE_PROBE2(cpu_acpi__cache__err, int, handle->cs_id, in cpu_acpi_cache_pstate_data() 843 DTRACE_PROBE2(cpu_acpi__cache__err, int, handle->cs_id, in cpu_acpi_cache_pstate_data() 849 DTRACE_PROBE2(cpu_acpi__cache__err, int, handle->cs_id, in cpu_acpi_cache_pstate_data() 881 DTRACE_PROBE2(cpu_acpi__cache__err, int, handle->cs_id, in cpu_acpi_cache_tstate_data() 887 DTRACE_PROBE2(cpu_acpi__cache__err, int, handle->cs_id, in cpu_acpi_cache_tstate_data() 893 DTRACE_PROBE2(cpu_acpi__cache__err, int, handle->cs_id, in cpu_acpi_cache_tstate_data() 925 DTRACE_PROBE2(cpu_acpi__cache__err, int, handle->cs_id, in cpu_acpi_cache_cstate_data() 931 DTRACE_PROBE2(cpu_acpi__cache__err, int, handle->cs_id, in cpu_acpi_cache_cstate_data()
|
H A D | cpupm_mach.c | 619 DTRACE_PROBE2(cpupm__state__change, cpu_t *, cp, int, level); in cpupm_state_change() 1010 DTRACE_PROBE2(cpupm__next__cstate, cpu_t *, in cpupm_next_cstate() 1024 DTRACE_PROBE2(cpupm__next__cstate, cpu_t *, in cpupm_next_cstate() 1038 DTRACE_PROBE2(cpupm__next__cstate, in cpupm_next_cstate() 1048 DTRACE_PROBE2(cpupm__next__cstate, in cpupm_next_cstate()
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.argmap.c | 35 DTRACE_PROBE2(test_prov, place, 10, 4); in main()
|
H A D | tst.args.c | 35 DTRACE_PROBE2(test_prov, place, 10, 4); in main()
|
H A D | tst.linkpriv.ksh | 46 DTRACE_PROBE2(test_prov, two, 2, 3);
|
H A D | tst.linkunpriv.ksh | 48 DTRACE_PROBE2(test_prov, two, 2, 3);
|
/titanic_44/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3_scsi.c | 124 DTRACE_PROBE2(build_cmdlist_buf, struct buf *, bfp, in cpqary3_build_cmdlist() 401 DTRACE_PROBE2(rll_cmd_send, CommandList_t *, cmdlistp, in cpqary3_probe4LVs() 430 DTRACE_PROBE2(rll_cmd_result, rll_data_t *, rllp, ulong_t, log_lun_no); in cpqary3_probe4LVs() 500 DTRACE_PROBE2(lvlun_remapped, in cpqary3_probe4LVs() 645 DTRACE_PROBE2(tape_probe_cmd_send, in cpqary3_probe4Tapes()
|
/titanic_44/usr/src/uts/common/io/vscan/ |
H A D | vscan_svc.c | 467 DTRACE_PROBE2(vscan__scan__file, char *, vp->v_path, int, async); in vscan_svc_scan_file() 587 DTRACE_PROBE2(vscan__req__counts, char *, "handler wait", in vscan_svc_reql_handler() 593 DTRACE_PROBE2(vscan__req__counts, char *, "handler wake", in vscan_svc_reql_handler() 1021 DTRACE_PROBE2(vscan__setattr, in vscan_svc_setattr() 1095 DTRACE_PROBE2(vscan__exempt__filesize, char *, in vscan_svc_exempt_file() 1154 DTRACE_PROBE2(vscan__type__match, char *, ext, in vscan_svc_exempt_filetype()
|
/titanic_44/usr/src/uts/i86pc/io/tzmon/ |
H A D | tzmon.c | 477 DTRACE_PROBE2(alx__missing, int, level, in tzmon_enumerate_zone() 616 DTRACE_PROBE2(alx__error, int, 2, char *, tz_name); in tzmon_set_power_device() 626 DTRACE_PROBE2(alx__error, int, 4, char *, tz_name); in tzmon_set_power_device() 646 DTRACE_PROBE2(alx__error, int, 1, char *, tz_name); in tzmon_set_power()
|
/titanic_44/usr/src/uts/common/inet/kssl/ |
H A D | ksslrec.c | 476 DTRACE_PROBE2(kssl_err__msglen_less_than_minimum, in kssl_handle_client_hello() 486 DTRACE_PROBE2(kssl_err__SSL_version_not_supported, in kssl_handle_client_hello() 503 DTRACE_PROBE2(kssl_err__invalid_message_length_after_ver, in kssl_handle_client_hello() 527 DTRACE_PROBE2(kssl_err__invalid_message_length_after_cslen, in kssl_handle_client_hello() 544 DTRACE_PROBE2(kssl_cipher_suite_check_resumpt, in kssl_handle_client_hello() 580 DTRACE_PROBE2(kssl_cipher_suite_check, uint16_t, suite, in kssl_handle_client_hello() 644 DTRACE_PROBE2(kssl_err__invalid_message_length_after_complen, in kssl_handle_client_hello() 700 DTRACE_PROBE2(kssl_err__invalid_extensions_length, in kssl_handle_client_hello() 754 DTRACE_PROBE2( in kssl_handle_client_hello() 1786 DTRACE_PROBE2(kssl_sending_alert, in kssl_send_alert() [all …]
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_log.c | 47 DTRACE_PROBE2(igb__log, igb_t *, igbp, const char *, buf); in igb_log()
|
/titanic_44/usr/src/uts/i86pc/cpu/generic_cpu/ |
H A D | gcpu_poll_subr.c | 52 DTRACE_PROBE2(gcpu__mca__poll__trace, uint32_t, what, uint32_t, nerr); in gcpu_poll_trace()
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | smp.c | 200 DTRACE_PROBE2(smp__attach__detach, int, instance, char *, in smp_do_attach() 309 DTRACE_PROBE2(smp__attach__detach, int, instance, char *, in smp_do_detach() 542 DTRACE_PROBE2(smp__transport__done, caddr_t, in smp_handle_func()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | txg.c | 369 DTRACE_PROBE2(txg__quiescing, dsl_pool_t *, dp, uint64_t, txg); in txg_quiesce() 370 DTRACE_PROBE2(txg__opened, dsl_pool_t *, dp, uint64_t, tx->tx_open_txg); in txg_quiesce() 502 DTRACE_PROBE2(txg__syncing, dsl_pool_t *, dp, uint64_t, txg); in txg_sync_thread() 516 DTRACE_PROBE2(txg__synced, dsl_pool_t *, dp, uint64_t, txg); in txg_sync_thread() 565 DTRACE_PROBE2(txg__quiesced, dsl_pool_t *, dp, uint64_t, txg); in txg_quiesce_thread()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_dispatch.c | 496 DTRACE_PROBE2(nfss__e__dispatch_sendfail, in rfs4_dispatch() 558 DTRACE_PROBE2(nfss__e__minorvers_mismatch, in rfs4_minorvers_mismatch() 605 DTRACE_PROBE2(nfss__rsrc_err__sendfail, in rfs4_resource_err()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 574 DTRACE_PROBE2(rput_dl_badprim, arl_t *, arl, in arp_rput_dlpi() 715 DTRACE_PROBE2(rput_dl_bind, arl_t *, arl, in arp_rput_dlpi_writer() 726 DTRACE_PROBE2(rput_dl_uderror, arl_t *, arl, in arp_rput_dlpi_writer() 732 DTRACE_PROBE2(rput_dl_badprim, arl_t *, arl, in arp_rput_dlpi_writer() 890 DTRACE_PROBE2(rput_bogus, ill_t *, ill, mblk_t *, mp1); in arp_process_packet() 922 DTRACE_PROBE2(ip__arp__input, (in_addr_t), src_paddr, in arp_process_packet() 973 DTRACE_PROBE2(rput_loopback, ill_t *, ill, arh_t *, in arp_process_packet() 1392 DTRACE_PROBE2(ill__downup, char *, "arp_ll_up", ill_t *, ill); in arp_ll_up() 1395 DTRACE_PROBE2(arl__downup, char *, "arp_ll_up", arl_t *, arl); in arp_ll_up() 1781 DTRACE_PROBE2(ill__downup, char *, "arp_ll_down", ill_t *, ill); in arp_ll_down() [all …]
|