aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-09trace-cmd: Use builtin for offset_ofIan Rogers
2022-03-09trace-cmd: Use the new libtracefs API to address all dynamic eventsTzvetomir Stoyanov (VMware)
2022-03-08trace-cmd report: Document --nodate optionSteven Rostedt (Google)
2022-03-07libtracecmd: Do not set errno to zeroSteven Rostedt (Google)
2022-03-06trace-cmd library: Introduce buffer page size per instanceTzvetomir Stoyanov (VMware)
2022-03-06trace-cmd library: Use the real trace buffer page sizeTzvetomir Stoyanov (VMware)
2022-03-06trace-cmd: Use context hooks in zstdTzvetomir Stoyanov (VMware)
2022-03-06trace-cmd: Add context to compression hooksTzvetomir Stoyanov (VMware)
2022-03-06trace-cmd: Use errno from zlib, if availableTzvetomir Stoyanov (VMware)
2022-03-06trace-cmd: Make internal compression hooks more genericTzvetomir Stoyanov (VMware)
2022-03-06trace-cmd: Use a structure to describe a compression protocolTzvetomir Stoyanov (VMware)
2022-02-24trace-cmd: Make libtracefs 1.3 be the minimum version of the librarySteven Rostedt (Google)
2022-02-24trace-cmd: Fix use of uninitialized variableSteven Rostedt (Google)
2022-02-24trace-cmd: Add build message if the best compression algorithm is not avaiableSteven Rostedt (Google)
2022-02-24trace-compress: Add ZSTD support.Sebastian Andrzej Siewior
2022-02-24trace-cmd: Fix regression of not reading older data filesSteven Rostedt (Google)
2022-02-24trace-cmd: Set default log to INFO and remove unnecessary newlinesSteven Rostedt (Google)
2022-02-24trace-cmd: Show uncompressed size at end of recordSteven Rostedt (Google)
2022-02-24trace-cmd: Set the default file version to 7Steven Rostedt (Google)
2022-02-24trace-cmd: Document trace file version 7Tzvetomir Stoyanov (VMware)
2022-02-24trace-cmd: Update record man pageTzvetomir Stoyanov (VMware)
2022-02-24tarce-cmd: Man page for "trace-cmd convert"Tzvetomir Stoyanov (VMware)
2022-02-24trace-cmd: Update bash completionTzvetomir Stoyanov (VMware)
2022-02-21trace-cmd dump: Align better the output of flyrecord dumpTzvetomir Stoyanov (VMware)
2022-02-21trace-cmd dump: Add new argument --sectionsTzvetomir Stoyanov (VMware)
2022-02-21trace-cmd dump: Dump sections contentTzvetomir Stoyanov (VMware)
2022-02-21trace-cmd dump: Read strings sections from v7 trace filesTzvetomir Stoyanov (VMware)
2022-02-21trace-cmd dump: Dump trace file version 7Tzvetomir Stoyanov (VMware)
2022-02-21trace-cmd dump: Dump sectionsTzvetomir Stoyanov (VMware)
2022-02-21trace-cmd dump: Read extended BUFFER optionTzvetomir Stoyanov (VMware)
2022-02-21trace-cmd dump: Read recursively all options sectionsTzvetomir Stoyanov (VMware)
2022-02-21trace-cmd dump: Add helpers for processing trace file sectionsTzvetomir Stoyanov (VMware)
2022-02-21trace-cmd dump: Print compression headerTzvetomir Stoyanov (VMware)
2022-02-21trace-cmd dump: Add helpers for processing trace file version 7Tzvetomir Stoyanov (VMware)
2022-02-15trace-cmd library: Do not record TSC frac bits if scaling is defaultTzvetomir Stoyanov (VMware)
2022-02-15trace-cmd: Add new subcommand "convert"Tzvetomir Stoyanov (VMware)
2022-02-15trace-cmd library: Extend tracecmd_copy() APITzvetomir Stoyanov (VMware)
2022-02-15trace-cmd library: Avoid memory leak when setting trace clockTzvetomir Stoyanov (VMware)
2022-02-15trace-cmd library: New API to copy trace data between trace filesTzvetomir Stoyanov (VMware)
2022-02-15trace-cmd library: New API to copy options between trace filesTzvetomir Stoyanov (VMware)
2022-02-15trace-cmd library: New API to copy buffer description between trace filesTzvetomir Stoyanov (VMware)
2022-02-15trace-cmd library: Copy CPU count between trace filesTzvetomir Stoyanov (VMware)
2022-02-15trace-cmd library: Handle version 7 files when copying headers between filesTzvetomir Stoyanov (VMware)
2022-02-15trace-cmd library: Use output handler when copying data from input fileTzvetomir Stoyanov (VMware)
2022-02-15trace-cmd: Fix trace-cmd report --eventsSteven Rostedt (Google)
2022-02-11trace-cmd reset: Clear all dynamic eventsTzvetomir Stoyanov (VMware)
2022-02-05trace-cmd report: Add new parameter for trace file compressionTzvetomir Stoyanov (VMware)
2022-02-05trace-cmd record: Add compression to the trace contextTzvetomir Stoyanov (VMware)
2022-02-05trace-cmd list: Show supported compression algorithmsTzvetomir Stoyanov (VMware)
2022-02-05trace-cmd library: Add zlib compression algorithmTzvetomir Stoyanov (VMware)