#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:57+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages-posix/man0p/trace.h.0p:2 #, no-wrap msgid "trace.h" msgstr "" #. type: TH #: man-pages-posix/man0p/trace.h.0p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man0p/trace.h.0p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man0p/trace.h.0p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man0p/trace.h.0p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:8 msgid "" "This manual page is part of the POSIX Programmer's Manual. The Linux " "implementation of this interface may differ (consult the corresponding Linux " "manual page for details of Linux behavior), or the interface may not be " "implemented on Linux." msgstr "" #. type: SH #: man-pages-posix/man0p/trace.h.0p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:12 msgid "trace.h \\(em tracing" msgstr "" #. type: SH #: man-pages-posix/man0p/trace.h.0p:12 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:16 #, no-wrap msgid "#include Etrace.hE\n" msgstr "" #. type: SH #: man-pages-posix/man0p/trace.h.0p:17 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:23 msgid "" "The Itrace.hE> header shall define the B " "structure, which shall include at least the following members:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:33 #, no-wrap msgid "" "B<\n" "trace_event_id_t posix_event_id\n" "pid_t posix_pid\n" "void *posix_prog_address\n" "pthread_t posix_thread_id\n" "struct timespec posix_timestamp\n" "int posix_truncation_status>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:42 msgid "" "The Itrace.hE> header shall define the B " "structure, which shall include at least the following members:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:53 #, no-wrap msgid "" "B<\n" "int posix_stream_full_status\n" "int posix_stream_overrun_status\n" "int posix_stream_status\n" "int posix_log_full_status\n" "int posix_log_overrun_status\n" "int posix_stream_flush_error\n" "int posix_stream_flush_status>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:60 msgid "" "The Itrace.hE> header shall define the following symbolic " "constants:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:90 #, no-wrap msgid "" "POSIX_TRACE_ALL_EVENTS\n" "POSIX_TRACE_APPEND\n" "POSIX_TRACE_CLOSE_FOR_CHILD\n" "POSIX_TRACE_FILTER\n" "POSIX_TRACE_FLUSH\n" "POSIX_TRACE_FLUSH_START\n" "POSIX_TRACE_FLUSH_STOP\n" "POSIX_TRACE_FLUSHING\n" "POSIX_TRACE_FULL\n" "POSIX_TRACE_LOOP\n" "POSIX_TRACE_NO_OVERRUN\n" "POSIX_TRACE_NOT_FLUSHING\n" "POSIX_TRACE_NOT_FULL\n" "POSIX_TRACE_INHERITED\n" "POSIX_TRACE_NOT_TRUNCATED\n" "POSIX_TRACE_OVERFLOW\n" "POSIX_TRACE_OVERRUN\n" "POSIX_TRACE_RESUME\n" "POSIX_TRACE_RUNNING\n" "POSIX_TRACE_START\n" "POSIX_TRACE_STOP\n" "POSIX_TRACE_SUSPENDED\n" "POSIX_TRACE_SYSTEM_EVENTS\n" "POSIX_TRACE_TRUNCATED_READ\n" "POSIX_TRACE_TRUNCATED_RECORD\n" "POSIX_TRACE_UNNAMED_USER_EVENT\n" "POSIX_TRACE_UNTIL_FULL\n" "POSIX_TRACE_WOPID_EVENTS\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:103 msgid "" "The Itrace.hE> header shall define the B, B, " "B, B, and B types as " "described in Isys/types.hE>." msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:106 msgid "" "The following shall be declared as functions and may also be defined as " "macros. Function prototypes shall be provided." msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:185 #, no-wrap msgid "" "B<\n" "int posix_trace_attr_destroy(trace_attr_t *);\n" "int posix_trace_attr_getclockres(const trace_attr_t *,\n" " struct timespec *);\n" "int posix_trace_attr_getcreatetime(const trace_attr_t *,\n" " struct timespec *);\n" "int posix_trace_attr_getgenversion(const trace_attr_t *, char *);\n" "int posix_trace_attr_getinherited(const trace_attr_t *restrict,\n" " int *restrict);\n" "int posix_trace_attr_getlogfullpolicy(const trace_attr_t *restrict,\n" " int *restrict);\n" "int posix_trace_attr_getlogsize(const trace_attr_t *restrict,\n" " size_t *restrict);\n" "int posix_trace_attr_getmaxdatasize(const trace_attr_t *restrict,\n" " size_t *restrict);\n" "int posix_trace_attr_getmaxsystemeventsize(const trace_attr_t *restrict,\n" " size_t *restrict);\n" "int posix_trace_attr_getmaxusereventsize(const trace_attr_t *restrict,\n" " size_t, size_t *restrict);\n" "int posix_trace_attr_getname(const trace_attr_t *, char *);\n" "int posix_trace_attr_getstreamfullpolicy(const trace_attr_t *restrict,\n" " int *restrict);\n" "int posix_trace_attr_getstreamsize(const trace_attr_t *restrict,\n" " size_t *restrict);\n" "int posix_trace_attr_init(trace_attr_t *);\n" "int posix_trace_attr_setinherited(trace_attr_t *, int);\n" "int posix_trace_attr_setlogfullpolicy(trace_attr_t *, int);\n" "int posix_trace_attr_setlogsize(trace_attr_t *, size_t);\n" "int posix_trace_attr_setmaxdatasize(trace_attr_t *, size_t);\n" "int posix_trace_attr_setname(trace_attr_t *, const char *);\n" "int posix_trace_attr_setstreamfullpolicy(trace_attr_t *, int);\n" "int posix_trace_attr_setstreamsize(trace_attr_t *, size_t);\n" "int posix_trace_clear(trace_id_t);\n" "int posix_trace_close(trace_id_t);\n" "int posix_trace_create(pid_t, const trace_attr_t *restrict,\n" " trace_id_t *restrict);\n" "int posix_trace_create_withlog(pid_t, const trace_attr_t *restrict,\n" " int, trace_id_t *restrict);\n" "void posix_trace_event(trace_event_id_t, const void *restrict, size_t);\n" "int posix_trace_eventid_equal(trace_id_t, trace_event_id_t,\n" " trace_event_id_t);\n" "int posix_trace_eventid_get_name(trace_id_t, trace_event_id_t, char *);\n" "int posix_trace_eventid_open(const char *restrict,\n" " trace_event_id_t *restrict);\n" "int posix_trace_eventset_add(trace_event_id_t, trace_event_set_t *);\n" "int posix_trace_eventset_del(trace_event_id_t, trace_event_set_t *);\n" "int posix_trace_eventset_empty(trace_event_set_t *);\n" "int posix_trace_eventset_fill(trace_event_set_t *, int);\n" "int posix_trace_eventset_ismember(trace_event_id_t,\n" " const trace_event_set_t *restrict, int *restrict);\n" "int posix_trace_eventtypelist_getnext_id(trace_id_t,\n" " trace_event_id_t *restrict, int *restrict);\n" "int posix_trace_eventtypelist_rewind(trace_id_t);\n" "int posix_trace_flush(trace_id_t);\n" "int posix_trace_get_attr(trace_id_t, trace_attr_t *);\n" "int posix_trace_get_filter(trace_id_t, trace_event_set_t *);\n" "int posix_trace_get_status(trace_id_t,\n" " struct posix_trace_status_info *);\n" "int posix_trace_getnext_event(trace_id_t,\n" " struct posix_trace_event_info *restrict, void *restrict,\n" " size_t, size_t *restrict, int *restrict);\n" "int posix_trace_open(int, trace_id_t *);\n" "int posix_trace_rewind(trace_id_t);\n" "int posix_trace_set_filter(trace_id_t, const trace_event_set_t *, int);\n" "int posix_trace_shutdown(trace_id_t);\n" "int posix_trace_start(trace_id_t);\n" "int posix_trace_stop(trace_id_t);\n" "int posix_trace_timedgetnext_event(trace_id_t,\n" " struct posix_trace_event_info *restrict, void *restrict,\n" " size_t, size_t *restrict, int *restrict,\n" " const struct timespec *restrict);\n" "int posix_trace_trid_eventid_open(trace_id_t, const char *restrict,\n" " trace_event_id_t *restrict);\n" "int posix_trace_trygetnext_event(trace_id_t,\n" " struct posix_trace_event_info *restrict, void *restrict, size_t,\n" " size_t *restrict, int *restrict);>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:190 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man0p/trace.h.0p:190 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:192 man-pages-posix/man0p/trace.h.0p:194 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man0p/trace.h.0p:192 #, no-wrap msgid "RATIONALE" msgstr "" #. type: SH #: man-pages-posix/man0p/trace.h.0p:194 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:198 msgid "The Itrace.hE> header may be removed in a future version." msgstr "" #. type: SH #: man-pages-posix/man0p/trace.h.0p:198 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:200 msgid "Bsys_types.hE>" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:219 msgid "" "The System Interfaces volume of POSIX.1\\(hy2008, I
, " "I, I\\^(\\|), " "I\\^(\\|), " "I\\^(\\|), " "I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), " "I\\^(\\|), " "I\\^(\\|), " "I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|)" msgstr "" #. type: SH #: man-pages-posix/man0p/trace.h.0p:220 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:231 msgid "" "Portions of this text are reprinted and reproduced in electronic form from " "IEEE Std 1003.1, 2013 Edition, Standard for Information Technology -- " "Portable Operating System Interface (POSIX), The Open Group Base " "Specifications Issue 7, Copyright (C) 2013 by the Institute of Electrical " "and Electronics Engineers, Inc and The Open Group. (This is POSIX.1-2008 " "with the 2013 Technical Corrigendum 1 applied.) In the event of any " "discrepancy between this version and the original IEEE and The Open Group " "Standard, the original IEEE and The Open Group Standard is the referee " "document. The original Standard can be obtained online at http://www.unix." "org/online.html ." msgstr "" #. type: Plain text #: man-pages-posix/man0p/trace.h.0p:236 msgid "" "Any typographical or formatting errors that appear in this page are most " "likely to have been introduced during the conversion of the source files to " "man page format. To report such errors, see https://www.kernel.org/doc/man-" "pages/reporting_bugs.html ." msgstr ""