aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/data.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06perf record: Put a copy of kcore into the perf.data directoryAdrian Hunter1-0/+2
2019-11-06perf data: Support single perf.data file directoryAdrian Hunter1-0/+6
2019-11-06perf data: Move perf_dir_version into data.hAdrian Hunter1-0/+4
2019-03-19perf record: Allow to limit number of reported perf.data filesAndi Kleen1-1/+1
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa1-0/+1
2019-03-11perf data: Make perf_data__size() work over directoryJiri Olsa1-5/+1
2019-03-11perf data: Add perf_data__update_dir() functionJiri Olsa1-0/+1
2019-03-11perf data: Support having perf.data stored as a directoryJiri Olsa1-0/+6
2019-02-25perf data: Add perf_data__open_dir_data functionJiri Olsa1-0/+1
2019-02-25perf data: Add perf_data__(create_dir|close_dir) functionsJiri Olsa1-0/+8
2019-02-22perf data: Add global path holderJiri Olsa1-1/+2
2019-02-22perf data: Move size to struct perf_data_fileJiri Olsa1-2/+2
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30perf tools: Add perf_data_file__write functionJiri Olsa1-0/+2
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-3/+7
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-16/+16
2016-04-14perf data: Add perf_data_file__switch() helperWang Nan1-1/+10
2013-12-02perf tools: Add perf_data_file__write interfaceJiri Olsa1-6/+8
2013-10-21perf session: Separating data file properties from sessionJiri Olsa1-0/+15
2013-10-21perf tools: Add perf_data_file__open interface to data objectJiri Olsa1-0/+4
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa1-0/+29