summaryrefslogtreecommitdiff
path: root/tools/stats-tool.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-1/+1
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-37/+41
2011-10-25tools: Add O_CLOEXEC to open()Daniel Wagner1-1/+2
Make sure all file descriptor are closed.
2010-12-10tools: Rename stats-ringbuffer-dump to stats-toolDaniel Wagner1-0/+910
Due to new functionality added to the stats-ringbuffer-dump tool it is now called stats-tool. Besides to dump statistic ring buffer files it also allows to create them for testing. Furthermore, it create history files now too.