aboutsummaryrefslogtreecommitdiff
path: root/lib/trace-cmd/trace-input.c
AgeCommit message (Expand)Author
2022-11-22ANDROID: tracecmd: Fix temp file pathsKalesh Singh
2022-04-28trace-cmd library: Have clock source TAI parse to secondsSteven Rostedt (Google)
2022-04-11trace-cmd library: When the compression algorithm is none do no compressionSteven Rostedt (Google)
2022-04-04trace-cmd library: Do not read if cpu is greater than cpusSteven Rostedt (Google)
2022-04-04trace-cmd library: Fix trace-cmd convert to handle offset updateSteven Rostedt (Google)
2022-04-04trace-cmd library: Process trace_clock for v7 trace.dat filesSteven Rostedt (Google)
2022-03-24trace-cmd library: Fix tracecmd_read_at()Steven Rostedt (Google)
2022-03-24trace-cmd library: Fix memory leak of page_mapsSteven Rostedt (Google)
2022-03-24trace-cmd library: Use cpu_data variable to shorten commandsSteven Rostedt (Google)
2022-03-15trace-cmd report: Have -q not print empty CPUsSteven Rostedt (Google)
2022-03-15trace-cmd library: Fix off by one in tracecmd_read_cpu_first()Steven Rostedt (Google)
2022-03-12trace-cmd library: Do not read CPU greater than CPUs registeredSteven Rostedt (Google)
2022-03-12trace-cmd library: Make cpu_data[] match the cpusSteven Rostedt (Google)
2022-03-06trace-cmd library: Introduce buffer page size per instanceTzvetomir Stoyanov (VMware)
2022-02-24trace-cmd: Fix use of uninitialized variableSteven Rostedt (Google)
2022-02-24trace-cmd: Set default log to INFO and remove unnecessary newlinesSteven Rostedt (Google)
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-05trace-cmd library: Decompress file sections on readingTzvetomir Stoyanov (VMware)
2022-02-05trace-cmd library: Read compressed latency dataTzvetomir Stoyanov (VMware)
2022-02-05trace-cmd library: Add logic for in-memory decompressionTzvetomir Stoyanov (VMware)
2022-02-05trace-cmd library: Initialize CPU data decompression logicTzvetomir Stoyanov (VMware)
2022-02-05trace-cmd library: Extend the input handle with trace data decompression contextTzvetomir Stoyanov (VMware)
2022-02-05trace-cmd library: Read compression headerTzvetomir Stoyanov (VMware)
2022-02-05trace-cmd library: Decompress the options section, if it is compressedTzvetomir Stoyanov (VMware)
2022-02-05trace-cmd library: Inherit compression algorithm from input fileTzvetomir Stoyanov (VMware)
2022-02-05trace-cmd library: Internal helpers for uncompressing dataTzvetomir Stoyanov (VMware)
2022-01-23trace-cmd library: Handle buffer trace data init for version 7 filesTzvetomir Stoyanov (VMware)
2022-01-23trace-cmd library: Handle latency trace in version 7 filesTzvetomir Stoyanov (VMware)
2022-01-23trace-cmd library: Initialize CPU data for reading from version 7 trace filesTzvetomir Stoyanov (VMware)
2022-01-23trace-cmd library: Handle the extended DONE optionTzvetomir Stoyanov (VMware)
2022-01-23trace-cmd library: Read extended BUFFER optionTzvetomir Stoyanov (VMware)
2022-01-23trace-cmd library: Read strings sections on file loadTzvetomir Stoyanov (VMware)
2022-01-23trace-cmd library: Read headers from trace file version 7Tzvetomir Stoyanov (VMware)
2022-01-23trace-cmd library: Use sections database when reading parts of the trace fileTzvetomir Stoyanov (VMware)
2022-01-23trace-cmd library: Initialize internal sections database on file readTzvetomir Stoyanov (VMware)
2022-01-23trace-cmd library: Introduce sections in trace file reading logicTzvetomir Stoyanov (VMware)
2022-01-23trace-cmd library: Add macro to check file state on readingTzvetomir Stoyanov (VMware)
2021-12-08trace-cmd library: Add API to get information from trace fileMichael Sartain
2021-11-23trace-cmd library: Set the correct file state when reading file with no ftrac...Tzvetomir Stoyanov (VMware)
2021-11-23trace-cmd library: Set the correct file state when reading file with no kallsymsTzvetomir Stoyanov (VMware)
2021-11-23trace-cmd library: Fix possible memory leak in read_ftrace_files()Tzvetomir Stoyanov (VMware)
2021-11-23trace-cmd library: Fix possible memory leak in read_event_files()Tzvetomir Stoyanov (VMware)
2021-11-23trace-cmd library: Track maximum CPUs count in input handlerTzvetomir Stoyanov (VMware)
2021-11-23trace-cmd library: Do not use local variables when reading CPU stat optionTzvetomir Stoyanov (VMware)