summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/data.h
AgeCommit message (Expand)AuthorLines
2025-03-10perf util: Remove unused perf_data__update_dirDr. David Alan Gilbert-1/+0
2024-01-22perf data: Minor code style alignment cleanupYang Jihong-3/+3
2022-07-25perf data: Add missing unistd.h header needed for pid_tArnaldo Carvalho de Melo-0/+1
2022-07-20perf tools: Automatically use guest kcore_dir if presentAdrian Hunter-0/+1
2022-05-23perf data: Add has_kcore_dir()Adrian Hunter-0/+1
2022-04-30perf tools: Add missing headers needed by util/data.hYang Jihong-0/+1
2021-05-12perf inject: Add facility to do in place updateAdrian Hunter-0/+1
2020-11-27perf data: Add is_perf_data functionJiri Olsa-0/+1
2020-11-16perf data: Allow to use stdio functions for pipe modeNamhyung Kim-1/+10
2019-11-06perf record: Put a copy of kcore into the perf.data directoryAdrian Hunter-0/+2
2019-11-06perf data: Support single perf.data file directoryAdrian Hunter-0/+6
2019-11-06perf data: Move perf_dir_version into data.hAdrian Hunter-0/+4
2019-03-19perf record: Allow to limit number of reported perf.data filesAndi Kleen-1/+1
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa-0/+1
2019-03-11perf data: Make perf_data__size() work over directoryJiri Olsa-5/+1
2019-03-11perf data: Add perf_data__update_dir() functionJiri Olsa-0/+1
2019-03-11perf data: Support having perf.data stored as a directoryJiri Olsa-0/+6
2019-02-25perf data: Add perf_data__open_dir_data functionJiri Olsa-0/+1
2019-02-25perf data: Add perf_data__(create_dir|close_dir) functionsJiri Olsa-0/+8
2019-02-22perf data: Add global path holderJiri Olsa-1/+2
2019-02-22perf data: Move size to struct perf_data_fileJiri Olsa-2/+2
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-30perf tools: Add perf_data_file__write functionJiri Olsa-0/+2
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa-3/+7
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa-16/+16
2016-04-14perf data: Add perf_data_file__switch() helperWang Nan-1/+10
2013-12-02perf tools: Add perf_data_file__write interfaceJiri Olsa-6/+8
2013-10-21perf session: Separating data file properties from sessionJiri Olsa-0/+15
2013-10-21perf tools: Add perf_data_file__open interface to data objectJiri Olsa-0/+4
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa-0/+29