Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
Interface Librarieslibtnfctl(3LIB)


NAME

 libtnfctl - TNF probe control library

SYNOPSIS

 
cc [ flag... ] file... -ltnfctl [ library... ]
#include <tnf/tnfctl.h>

DESCRIPTION

 

Functions in this library provide TNF probe control routines for use by processes and the kernel.

INTERFACES

 

The shared object libtnfctl.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.

tnfctl_buffer_alloctnfctl_buffer_dealloc
tnfctl_check_libstnfctl_close
tnfctl_continuetnfctl_exec_open
tnfctl_filter_list_addtnfctl_filter_list_delete
tnfctl_filter_list_gettnfctl_filter_state_set
tnfctl_indirect_opentnfctl_internal_open
tnfctl_kernel_opentnfctl_pid_open
tnfctl_probe_applytnfctl_probe_apply_ids
tnfctl_probe_connecttnfctl_probe_disable
tnfctl_probe_disconnect_alltnfctl_probe_enable
tnfctl_probe_state_gettnfctl_probe_trace
tnfctl_probe_untracetnfctl_register_funcs
tnfctl_strerrortnfctl_trace_attrs_get
tnfctl_trace_state_set 

FILES

 
/usr/lib/libtnfctl.so.1
shared object
/usr/lib/64/libtnfctl.so.1
64-bit shared object

ATTRIBUTES

 

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWtnfc (32-bit)
 SUNWtnfcx (64-bit)
MT LevelMT-Safe with exceptions

SEE ALSO

 

pvs(1), intro(3), libtnfctl(3TNF), tracing(3TNF), attributes(5)

NOTES

 

This API is MT-Safe. Multiple threads can concurrently operate on independent tnfctl handles, which is the typical behavior expected. libtnfctl does not support multiple threads operating on the same tnfctl handle. If this is desired, it is the client's responsibility to implement locking to ensure that two threads that use the same tnfctl handle are not simultaneously present in a libtnfctl interface.


SunOS 5.9Go To TopLast Changed 27 Feb 2001

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.