summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/data.h
Commit message (Expand)AuthorAgeFilesLines
* perf inject: Add facility to do in place updateAdrian Hunter2021-05-121-0/+1
* perf data: Add is_perf_data functionJiri Olsa2020-11-271-0/+1
* perf data: Allow to use stdio functions for pipe modeNamhyung Kim2020-11-161-1/+10
* perf record: Put a copy of kcore into the perf.data directoryAdrian Hunter2019-11-061-0/+2
* perf data: Support single perf.data file directoryAdrian Hunter2019-11-061-0/+6
* perf data: Move perf_dir_version into data.hAdrian Hunter2019-11-061-0/+4
* perf record: Allow to limit number of reported perf.data filesAndi Kleen2019-03-191-1/+1
* perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa2019-03-111-0/+1
* perf data: Make perf_data__size() work over directoryJiri Olsa2019-03-111-5/+1
* perf data: Add perf_data__update_dir() functionJiri Olsa2019-03-111-0/+1
* perf data: Support having perf.data stored as a directoryJiri Olsa2019-03-111-0/+6
* perf data: Add perf_data__open_dir_data functionJiri Olsa2019-02-251-0/+1
* perf data: Add perf_data__(create_dir|close_dir) functionsJiri Olsa2019-02-251-0/+8
* perf data: Add global path holderJiri Olsa2019-02-221-1/+2
* perf data: Move size to struct perf_data_fileJiri Olsa2019-02-221-2/+2
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf tools: Add perf_data_file__write functionJiri Olsa2017-10-301-0/+2
* | perf tools: Add struct perf_data_fileJiri Olsa2017-10-301-3/+7
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-16/+16
|/
* perf data: Add perf_data_file__switch() helperWang Nan2016-04-141-1/+10
* perf tools: Add perf_data_file__write interfaceJiri Olsa2013-12-021-6/+8
* perf session: Separating data file properties from sessionJiri Olsa2013-10-211-0/+15
* perf tools: Add perf_data_file__open interface to data objectJiri Olsa2013-10-211-0/+4
* perf tools: Add data object to handle perf data fileJiri Olsa2013-10-211-0/+29