class ProcessThread

Defined at line 28 of file ../../zircon/system/ulib/trace-reader/include/trace-reader/records.h

Holds a process koid and thread koid as a pair.

Sorts by process koid then by thread koid.

Public Methods

void ProcessThread ()

Defined at line 30 of file ../../zircon/system/ulib/trace-reader/include/trace-reader/records.h

void ProcessThread (zx_koid_t process_koid, zx_koid_t thread_koid)

Defined at line 31 of file ../../zircon/system/ulib/trace-reader/include/trace-reader/records.h

void ProcessThread (const ProcessThread & other)

Defined at line 33 of file ../../zircon/system/ulib/trace-reader/include/trace-reader/records.h

bool operator bool ()

Defined at line 36 of file ../../zircon/system/ulib/trace-reader/include/trace-reader/records.h

bool operator== (const ProcessThread & other)

Defined at line 38 of file ../../zircon/system/ulib/trace-reader/include/trace-reader/records.h

bool operator!= (const ProcessThread & other)

Defined at line 42 of file ../../zircon/system/ulib/trace-reader/include/trace-reader/records.h

bool operator< (const ProcessThread & other)

Defined at line 44 of file ../../zircon/system/ulib/trace-reader/include/trace-reader/records.h

zx_koid_t process_koid ()

Defined at line 51 of file ../../zircon/system/ulib/trace-reader/include/trace-reader/records.h

zx_koid_t thread_koid ()

Defined at line 52 of file ../../zircon/system/ulib/trace-reader/include/trace-reader/records.h

ProcessThread & operator= (const ProcessThread & other)

Defined at line 54 of file ../../zircon/system/ulib/trace-reader/include/trace-reader/records.h

std::string ToString ()

Defined at line 159 of file ../../zircon/system/ulib/trace-reader/records.cc