aboutsummaryrefslogtreecommitdiff
path: root/lib/trace-cmd/trace-msg.c
AgeCommit message (Expand)Author
2023-01-09trace-cmd: Replace LFS64 interfaces off64_t and lseek64Khem Raj
2022-09-21trace-cmd record/agent: Add --notimeout optionSteven Rostedt (Google)
2022-08-03trace-cmd libs: Initialize msg to NULL tracecmd_msg_read_data()Steven Rostedt (Google)
2022-05-21trace-cmd agent-proxy: Send options at the end of the traceSteven Rostedt (Google)
2022-05-21trace-cmd library: Add tracecmd_msg_flush_data()Steven Rostedt (Google)
2022-05-21trace-cmd msg: Keep track of offset of flushed cacheSteven Rostedt (Google)
2022-05-21trace-cmd msg: Add PROXY communicationSteven Rostedt (Google)
2022-05-21trace-cmd agent: Test if memfd_create() is availableSteven Rostedt (Google)
2022-05-21trace-cmd: Move trace_msg cache file to memfdJoel Fernandes
2022-04-26trace-cmd library: Create tracecmd_debug() for debug printingSteven Rostedt (Google)
2022-04-20trace-cmd listen: Add vsocket usageSteven Rostedt (Google)
2022-04-20trace-cmd library: Remove vsock dependency from tracecmd_tsync_with_host()Steven Rostedt (Google)
2022-02-24trace-cmd: Set default log to INFO and remove unnecessary newlinesSteven Rostedt (Google)
2022-01-23trace-cmd library: Add cache functionality to network message handlerTzvetomir Stoyanov (VMware)
2021-04-09trace-cmd: Implement warning() in the libraryTzvetomir Stoyanov (VMware)
2021-02-15trace-cmd: Removed unused s64 defineTzvetomir Stoyanov (VMware)
2021-02-10trace-cmd: Fix SEGFAULT when no tsync_protos are suppliedSteven Rostedt (VMware)
2021-02-10trace-cmd: Fix plist allocation check in trace-msg.cSteven Rostedt (VMware)
2021-01-28trace-cmd: Define a macro for packed structuresTzvetomir Stoyanov (VMware)
2021-01-26trace-cmd: Replace time sync protocol ID with stringTzvetomir Stoyanov (VMware)
2020-06-04trace-cmd: Remove typedef of u64 in trace-msg.cSteven Rostedt (VMware)
2020-03-05trace-cmd: Basic infrastructure for host - guest timestamp synchronizationTzvetomir Stoyanov (VMware)
2020-03-05trace-cmd: Exchange tracing IDs between host and guestTzvetomir Stoyanov (VMware)
2020-03-04trace-cmd: Add definitions of htonll() and ntohll()Tzvetomir Stoyanov
2019-10-24trace-cmd: Add VM kernel tracing over FIFO transportSlavomir Kaslev
2019-10-24trace-cmd: Add VM tracing protocol messagesSlavomir Kaslev
2019-10-21trace-cmd: Make ports unsigned intSlavomir Kaslev
2019-09-19trace-cmd: Move plog() function to libtracecmd.Tzvetomir Stoyanov (VMware)
2019-08-28trace-cmd: Move trace-cmd global variable "debug" to libtracecmdTzvetomir Stoyanov (VMware)
2019-08-28trace-cmd: Move trace-msg.c into the library.Tzvetomir Stoyanov (VMware)