ThreadX docsThreadX docs
ThreadX
ThreadX Modules
NetX Duo
FileX
GUIX
USBX
TraceX
LevelX
ThreadX
ThreadX Modules
NetX Duo
FileX
GUIX
USBX
TraceX
LevelX
  • Tracex Documentation

    • Understand TraceX
    • TraceX documentation
    • Chapter 1 - Introduction to TraceX
    • Chapter 2 - Installation and use of TraceX
    • Chapter 3 - Description of TraceX
    • Chapter 4 - TraceX performance analysis
    • Chapter 5 - Generating trace buffers
    • Chapter 6 - ThreadX trace events
    • Chapter 7 - FileX trace events
    • Chapter 8 - NetX Duo trace events
    • Chapter 9 - USBX trace events
    • Chapter 10 - Customer user events
    • Chapter 11 - Format of event trace buffer
    • Appendix A - Sample tx_port.h
    • Appendix B - The tx_trace.h file
    • Appendix C - DOS command-line utilities
    • Appendix D - Dumping and trace buffer
    • TraceX user guide

Chapter 7 - FileX trace events

This chapter contains a description of the FileX events.

List of Events and Icons

The following is a list of FileX events displayed by TraceX.

The following describes each event:

IconMeaning
Internal Logical Sector Cache Miss iconInternal Logical Sector Cache Miss
Internal Directory Cache Miss iconInternal Directory Cache Miss
Internal Media Flush iconInternal Media Flush
Internal Directory Entry Read iconInternal Directory Entry Read
Internal Directory Entry Write iconInternal Directory Entry Write
Internal I / O Driver Read iconInternal I/O Driver Read
Internal I / O Driver Write iconInternal I/O Driver Write
Internal I / O Driver Flush iconInternal I/O Driver Flush
Internal I / O Driver Abort iconInternal I/O Driver Abort
Internal I / O Driver Initialize iconInternal I/O Driver Initialize
Internal I / O Driver Boot Read iconInternal I/O Driver Boot Read
Internal I / O Driver Release Sectors iconInternal I/O Driver Release Sectors
Internal I / O Driver Boot Write iconInternal I/O Driver Boot Write
Internal I / O Driver Driver Un-initialize iconInternal I / O Driver Driver Un-initialize
Directory Attributes Read iconDirectory Attributes Read (fx_directory_attributes_read)
Directory Attributes Set iconDirectory Attributes Set (fx_directory_attributes_set)
Directory Create iconDirectory Create (fx_directory_create)
Directory Default Get iconDirectory Default Get (fx_directory_default_get)
Directory Default Set iconDirectory Default Set (fx_directory_default_set)
Directory Delete iconDirectory Delete (fx_directory_delete)
Directory First Entry Find iconDirectory First Entry Find (fx_directory_first_entry_find)
Directory First Full Entry Find iconDirectory First Full Entry Find (fx_directory_first_full_entry_find)
Directory Information Get iconDirectory Information Get (fx_directory_information_get)
Directory Local Path Clear iconDirectory Local Path Clear (fx_directory_local_path_clear)
Directory Local Path Get iconDirectory Local Path Get (fx_directory_local_path_get)
Directory Local Path Restore iconDirectory Local Path Restore (fx_directory_local_path_restore)
Directory Local Path Set iconDirectory Local Path Set (fx_directory_local_path_set)
Directory Long Name Get iconDirectory Long Name Get (fx_directory_long_name_get)
Directory Name Test iconDirectory Name Test (fx_directory_name_test)
Directory Next Entry Find iconDirectory Next Entry Find (fx_directory_next_entry_find)
Directory Next Full Entry Find iconDirectory Next Full Entry Find (fx_directory_next_full_entry_find)
Directory Rename iconDirectory Rename (fx_directory_rename)
Directory Short Name Get iconDirectory Short Name Get (fx_directory_short_name_get)
File Allocate iconFile Allocate (fx_file_allocate)
File Attributes Read iconFile Attributes Read (fx_file_attributes_read)
File Attributes Set iconFile Attributes Set (fx_file_attributes_set)
File Best Effort Allocate iconFile Best Effort Allocate (fx_file_best_effort_allocate)
File Close iconFile Close (fx_file_close)
File Create iconFile Create (fx_file_create)
File Date Time Set iconFile Date Time Set (fx_file_date_time_set)
File Delete iconFile Delete (fx_file_delete)
File Open iconFile Open (fx_file_open)
File Read iconFile Read (fx_file_read)
File Relative Seek iconFile Relative Seek (fx_file_relative_seek)
File Rename iconFile Rename (fx_file_rename)
File Seek iconFile Seek (fx_file_seek)
File Truncate iconFile Truncate (fx_file_truncate)
File Truncate Release iconFile Truncate Release (fx_file_truncate_release)
File Write iconFile Write (fx_file_write)
Media Abort iconMedia Abort (fx_media_abort)
Media Cache Invalidate iconMedia Cache Invalidate (fx_media_cache_invalidate)
Media Check iconMedia Check (fx_media_check)
*Media Close iconMedia Close (fx_media_close)
Media Flush iconMedia Flush (fx_media_flush)
Media Format iconMedia Format (fx_media_format)
Media Open iconMedia Open (fx_media_open)
Media Read iconMedia Read (fx_media_read)
Media Space Available iconMedia Space Available (fx_media_space_available)
Media Volume Get iconMedia Volume Get (fx_media_volume_get)
Media Volume Set iconMedia Volume Set (fx_media_volume_set)
Media Write iconMedia Write (fx_media_write)
System Date Get iconSystem Date Get (fx_system_date_get)
System Date Set iconSystem Date Set (fx_system_date_set)
System Initialize iconSystem Initialize (fx_system_initialize)
System Time Get iconSystem Time Get (fx_system_time_get)
System Time Set iconSystem Time Set (fx_system_time_set)
Unicode Directory Create iconUnicode Directory Create (fx_unicode_directory_create)
Unicode Directory Rename iconUnicode Directory Rename (fx_unicode_directory_rename)
Unicode File Create iconUnicode File Create (fx_unicode_file_create)
Unicode File Rename iconUnicode File Rename (fx_unicode_file_rename)
Unicode Length Get iconUnicode Length Get (fx_unicode_length_get)
Unicode Name Get iconUnicode Name Get (fx_unicode_name_get)
Unicode Short Name Get iconUnicode Short Name Get (fx_unicode_short_name_get)

Event Descriptions

The following describes each individual event.

Internal Logical Sector Cache Miss

Internal logical sector cache miss

Icon Internal logical sector cache miss icon

Description

This event represents an internal FileX logical sector cache miss.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Sector.
  • Info Field 3: Total misses.
  • Info Field 4: Cache size.

Internal Directory Cache Miss

Internal directory cache miss

Icon Internal directory cache miss icon

Description

This event represents an internal FileX directory cache miss.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Total misses.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Internal Media Flush

Internal media flush

Icon Internal media flush icon

Description

This event represents an internal FileX media flush.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Number of dirty sectors.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Internal Directory Entry Read

Internal directory entry read

Icon Internal directory entry read icon

Description

This event represents an internal FileX directory entry read event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Not used.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Internal Directory Entry Write

Internal directory entry write

Icon Internal directory entry write icon

Description

This event represents an internal FileX directory entry write event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Not used.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Internal I/O Driver Read

Internal I/O driver read

Icon Internal I / O driver read icon

Description

This event represents an internal FileX I/O driver read event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Sector.
  • Info Field 3: Number of sectors.
  • Info Field 4: Buffer pointer.

Internal I/O Driver Write

Internal I/O driver write

Icon Internal I / O driver write icon

Description

This event represents an internal FileX I/O driver write event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Sector.
  • Info Field 3: Number of sectors.
  • Info Field 4: Buffer pointer.

Internal I/O Driver Flush

Internal I/O driver flush

Icon Internal I / O driver flush icon

Description

This event represents an internal FileX I/O driver flush event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Not used.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Internal I/O Driver Abort

Internal I/O driver abort

Icon Internal I / O driver abort icon

Description

This event represents an internal FileX I/O driver abort event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Not used.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Internal I/O Driver Initialize

Internal I/O driver initialize

Icon Internal I / O driver initialize icon

Description

This event represents an internal FileX I/O driver initialize event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Not used.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Internal I/O Driver Boot Sector Read

Internal I/O driver boot sector read

Icon Internal I / O driver boot sector read icon

Description

This event represents an internal FileX I/O driver boot sector read event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Buffer pointer.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Internal I/O Driver Release Sectors

Internal I/O driver release sectors

Icon Internal I / O driver release sectors icon

Description

This event represents an internal FileX I/O driver release sectors event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Sector.
  • Info Field 3: Number of sectors.
  • Info Field 4: Not used.

Internal I/O Driver Boot Sector Write

Internal I/O driver boot sector write

Icon Internal I / O driver boot sector write icon

Description

This event represents an internal FileX I/O driver boot sector write event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Buffer pointer.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Internal I/O Driver Un-initialize

Internal I/O driver un-initialize

Icon Internal I / O driver un-initialize icon

Description

This event represents an internal FileX I/O driver un-initialize event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Not used.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory Attributes Read

fx_directory_attributes_read

Icon Directory attributes read icon

Description

This event represents a directory attributes read event.

Information Fields

  • Info Field 1: Pointer to the media.

  • Info Field 2: Pointer to directory name.

  • Info Field 3: Attributes bit map:

    AttributeValue
    Read Only(0x01)
    Hidden(0x02)
    System(0x04)
    Volume(0x08)
    Directory(0x10)
    Archive(0x20)
  • Info Field 4: Not used.

Directory Attributes Set

fx_directory_attributes_set

Icon Attributes set icon

Description

This event represents a directory a directory attributes set event.

Information Fields

  • Info Field 1: Pointer to the media.

  • Info Field 2: Pointer to directory name.

  • Info Field 3: Attributes bit map:

    AttributeValue
    Read Only(0x01)
    Hidden(0x02)
    System(0x04)
    Archive(0x20)
  • Info Field 4: Not used.

Directory Create

fx_directory_create

Icon Directory create icon

Description

This event represents a directory create event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to directory name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory Default Get

fx_directory_default_get

Icon Directory default get icon

Description

This event represents a directory default set event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to return path name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory Default Set

fx_directory_default_set

Icon Directory default set icon

Description

This event represents a directory default set event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to new default path name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory Delete

fx_directory_delete

Icon Directory delete icon

Description

This event represents a directory delete event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to directory name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory First Entry Find

fx_directory_first_entry_find

Icon Directory first entry find icon

Description

This event represents a directory first entry find event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to directory name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory First Full Entry Find

fx_directory_first_full_entry_find

Icon Directory first full entry find icon

Description

This event represents a directory first full entry find event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to directory name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory Information Get

fx_directory_information_get

Icon Directory information get icon

Description

This event represents a directory information get event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to directory name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory Local Path Clear

fx_directory_local_path_clear

Icon Directory local path clear icon

Description

This event represents a directory local path clear event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Not used.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory Local Path Get

fx_directory_local_path_get

Icon Directory local path get icon

Description

This event represents a directory local path get event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to return path name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory Local Path Restore

fx_directory_local_path_restore

Icon Directory local path restore icon

Description

This event represents a directory local path restore event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to local path structure.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory Local Path Set

fx_directory_local_path_set

Icon Directory local path set icon

Description

This event represents a directory local path set event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to local path structure.
  • Info Field 3: Pointer to new path name.
  • Info Field 4: Not used.

Directory Long Name Get

fx_directory_long_name_get

Icon Directory long name get icon

Description

This event represents a directory long name get event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to short file name.
  • Info Field 3: Pointer to long file name.
  • Info Field 4: Not used.

Directory Name Test

fx_directory_name_test

Icon Directory name test icon

Description

This event represents a directory name test event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to directory name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory Next Entry Find

fx_directory_next_entry_find

Icon Directory next entry find icon

Description

This event represents a directory next entry find event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to directory name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory Next Full Entry Find

fx_directory_next_full_entry_find

Icon Directory next full entry find icon

Description

This event represents a directory next full entry find event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to directory name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Directory Rename

fx_directory_rename event

Icon Directory rename icon

Description

This event represents a directory rename event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to old directory name.
  • Info Field 3: Pointer to new directory name.
  • Info Field 4: Not used.

Directory Short Name Get

fx_directory_short_name_get

Icon Directory short name get icon

Description

This event represents a directory short name get event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to long file name.
  • Info Field 3: Pointer to short file name.
  • Info Field 4: Not used.

File Allocate

fx_file_allocate

Icon File allocate icon

Description

This event represents a file allocate event.

Information Fields

  • Info Field 1: Pointer to the file.
  • Info Field 2: Requested size.
  • Info Field 3: Current size.
  • Info Field 4: New size.

File Attributes Read

fx_file_attributes_read

Icon File attributes read icon

Description

This event represents a file attributes read event.

Information Fields

  • Info Field 1: Pointer to the media.

  • Info Field 2: Attributes bit map:

    AttributeValue
    Read Only(0x01)
    Hidden(0x02)
    System(0x04)
    Volume(0x08)
    Directory(0x10)
    Archive(0x20)
  • Info Field 3: Not used.

  • Info Field 4: Not used.

File Attributes Set

fx_file_attributes_set

Icon File attributes set icon

Description

This event represents a file attributes set event.

Information Fields

  • Info Field 1: Pointer to the media.

  • Info Field 2: Pointer to file name.

  • Info Field 3: Attributes bit map:

    AttributeValue
    Read Only(0x01)
    Hidden(0x02)
    System(0x04)
    Archive(0x20)
  • Info Field 4: Not used.

File Best Effort Allocate

fx_file_best_effort_allocate

Icon File best effort allocate icon

Description

This event represents a file best effort allocate event.

Information Fields

  • Info Field 1: Pointer to the file.
  • Info Field 2: Requested size.
  • Info Field 3: Actual size allocated.
  • Info Field 4: Not used.

File Close

fx_file_close

Icon File close icon

Description

This event represents a file close event.

Information Fields

  • Info Field 1: Pointer to the file.
  • Info Field 2: File size.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

File Create

fx_file_create

Icon File create icon

Description

This event represents a file create event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to file name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

File Date Time Set

fx_file_date_time_set

Icon File date time set icon

Description

This event represents a file date/time set event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to file name.
  • Info Field 3: Year.
  • Info Field 4: Month.

File Delete

fx_file_delete

Icon File delete icon

Description

This event represents a file delete event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to file name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

File Open

fx_file_open

Icon File open icon

Description

This event represents a file open event.

Information Fields

  • Info Field 1: Pointer to the media.

  • Info Field 2: Pointer to the file control block.

  • Info Field 3: Pointer to file name.

  • Info Field 4: Open type:

    Open TypeValue
    Open for Read(0x00)
    Open for Write(0x01)
    Fast Open for Read(0x02)

File Read

fx_file_read

Icon File read icon

Description

This event represents a file read event.

Information Fields

  • Info Field 1: Pointer to the file.
  • Info Field 2: Buffer pointer.
  • Info Field 3: Request size.
  • Info Field 4: Actual size read.

File Relative Seek

fx_file_relative_seek

Icon File relative seek icon

Description

This event represents a file relative seek event.

Information Fields

  • Info Field 1: Pointer to the file.

  • Info Field 2: Byte offset.

  • Info Field 3: Seek from:

    EventValue
    From Beginning(0x00)
    From End(0x01)
    Forward(0x02)
    Backward(0x03)
  • Info Field 4: Previous offset.

File Rename

fx_file_rename

Icon File rename icon

Description

This event represents a file rename event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to old file name.
  • Info Field 3: Pointer to new file name.
  • Info Field 4: Not used.

File Seek

fx_file_seek

Icon File seek icon

Description

This event represents a file seek event.

Information Fields

  • Info Field 1: Pointer to the file.
  • Info Field 2: Byte offset.
  • Info Field 3: Previous offset.
  • Info Field 4: Not used.

File Truncate

fx_file_truncate

Icon File truncate icon

Description

This event represents a file truncate event.

Information Fields

  • Info Field 1: Pointer to the file.
  • Info Field 2: Requested size.
  • Info Field 3: Previous size.
  • Info Field 4: New size.

File Truncate Release

fx_file_truncate_release

Icon File truncate release icon

Description

This event represents a file truncate release event.

Information Fields

  • Info Field 1: Pointer to the file.
  • Info Field 2: Requested size.
  • Info Field 3: Previous size.
  • Info Field 4: New size.

File Write

fx_file_write

Icon File write icon

Description

This event represents a file write event.

Information Fields

  • Info Field 1: Pointer to the file.
  • Info Field 2: Buffer pointer.
  • Info Field 3: Request size.
  • Info Field 4: Actual size written.

Media Abort

fx_media_abort

Icon Media abort icon

Description

This event represents a media abort event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Not used.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Media Cache Invalidate

fx_media_cache_invalidate

Icon Media cache invalidate icon

Description

This event represents a media cache invalidate event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Not used.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Media Check

fx_media_check

Icon Media check icon

Description

This event represents a media check event.

Information Fields

  • Info Field 1: Pointer to the media.

  • Info Field 2: Scratch memory pointer.

  • Info Field 3: Scratch memory size.

  • Info Field 4: Errors bit map:

    Error typeValue
    FAT Chain Error(0x01)
    Directory Error(0x02)
    Lost Cluster Error(0x04)
    File Size Error(0x08)

Media Close

fx_media_close

Icon Media Close icon

Description

This event represents a media close event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Not used.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Media Flush

fx_media_flush

Icon Media flush icon

Description

This event represents a media flush event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Not used.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Media Format

fx_media_format

Icon Media format icon

Description

This event represents a media format event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Number of root entries.
  • Info Field 3: Sectors.
  • Info Field 4: Sectors per cluster.

Media Open

fx_media_open

Icon Media open icon

Description

This event represents a media open event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to media driver entry.
  • Info Field 3: Memory pointer.
  • Info Field 4: Memory size.

Media Read Media Read

fx_media_read

Icon Media read icon

Description

This event represents a media read event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Logical sector.
  • Info Field 3: Buffer pointer.
  • Info Field 4: Bytes read.

Media Space Available

fx_media_space_available

Icon Media space available icon

Description

This event represents a media space available event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Available bytes pointer.
  • Info Field 3: Number of free clusters.
  • Info Field 4: Not used.

Media Volume Get

fx_media_volume_get

Icon Media volume get icon

Description

This event represents a media volume get event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to volume name.
  • Info Field 3: Volume source.
  • Info Field 4: Not used.

Media Volume Set

fx_media_volume_set

Icon Media volume set icon

Description

This event represents a media volume set event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to volume name.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Media Write

fx_media_write

Icon Media write icon

Description

This event represents a media write event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Logical sector.
  • Info Field 3: Buffer pointer.
  • Info Field 4: Bytes written.

System Date Get

fx_system_date_get

Icon System date get icon

Description

This event represents a system date get event.

Information Fields

  • Info Field 1: Year.
  • Info Field 2: Month.
  • Info Field 3: Day.
  • Info Field 4: Not used.

System Date Set

fx_system_date_set

Icon System date set icon

Description

This event represents a system date set event.

Information Fields

  • Info Field 1: Year.
  • Info Field 2: Month.
  • Info Field 3: Day.
  • Info Field 4: Not used.

System Initialize

fx_system_initialize

Icon System initialize icon

Description

This event represents a system initialize event.

Information Fields

  • Info Field 1: Not used.
  • Info Field 2: Not used.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

System Time Get

fx_system_time_get

Icon System time get icon

Description

This event represents a system time get event.

Information Fields

  • Info Field 1: Hour.
  • Info Field 2: Minute.
  • Info Field 3: Second.
  • Info Field 4: Not used.

System Time Set

fx_system_time_set

Icon System time set icon

Description

This event represents a system time set event.

Information Fields

  • Info Field 1: Hour.
  • Info Field 2: Minute.
  • Info Field 3: Second.
  • Info Field 4: Not used.

Unicode Directory Create

fx_unicode_directory_create

Icon Unicode directory create icon

Description

This event represents a Unicode directory create event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to Unicode name.
  • Info Field 3: Size of Unicode name.
  • Info Field 4: Pointer to short name.

Unicode Directory Rename

fx_unicode_directory_rename

Icon Unicode directory rename icon

Description

This event represents a Unicode directory rename event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to Unicode name.
  • Info Field 3: Size of Unicode name.
  • Info Field 4: Pointer to short name.

Unicode File Create

fx_unicode_file_create

Icon Unicode file create icon

Description

This event represents a Unicode file create event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to the Unicode name.
  • Info Field 3: Size of Unicode name.
  • Info Field 4: Pointer to short name.

Unicode File Rename

fx_unicode_file_rename

Icon Unicode file rename icon

Description

This event represents a Unicode file rename event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to Unicode name.
  • Info Field 3: Size of Unicode name.
  • Info Field 4: Pointer to short name.

Unicode Length Get

fx_unicode_length_get

Icon Unicode length get icon

Description

This event represents a Unicode length get event.

Information Fields

  • Info Field 1: Pointer to the Unicode name.
  • Info Field 2: Length.
  • Info Field 3: Not used.
  • Info Field 4: Not used.

Unicode Name Get

fx_unicode_name_get

Icon Unicode name get icon

Description

This event represents a Unicode name get event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Source short name.
  • Info Field 3: Destination Unicode name pointer.
  • Info Field 4: Destination Unicode name length.

Unicode Short Name Get

fx_unicode_short_name_get

Icon Unicode short name get icon

Description

This event represents a Unicode short name get event.

Information Fields

  • Info Field 1: Pointer to the media.
  • Info Field 2: Pointer to source Unicode name.
  • Info Field 3: Length of Unicode name.
  • Info Field 4: Pointer to short name.
Prev
Chapter 6 - ThreadX trace events
Next
Chapter 8 - NetX Duo trace events