summaryrefslogtreecommitdiff
path: root/tools/perf/util/data.c
AgeCommit message (Expand)Author
2019-03-19perf record: Allow to limit number of reported perf.data filesAndi Kleen
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa
2019-03-11perf data: Make perf_data__size() work over directoryJiri Olsa
2019-03-11perf data: Add perf_data__update_dir() functionJiri Olsa
2019-03-11perf data: Support having perf.data stored as a directoryJiri Olsa
2019-03-06perf data: Force perf_data__open|close zero data->file.pathJiri Olsa
2019-02-25perf data: Add perf_data__open_dir_data functionJiri Olsa
2019-02-25perf data: Add perf_data__(create_dir|close_dir) functionsJiri Olsa
2019-02-25perf data: Fail check_backup in case of errorJiri Olsa
2019-02-25perf data: Make check_backup work over directoriesJiri Olsa
2019-02-22perf data: Add global path holderJiri Olsa
2019-02-22perf data: Move size to struct perf_data_fileJiri Olsa
2018-01-23perf tools: Move conditional O_CLOEXEC to util.hArnaldo Carvalho de Melo
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30perf tools: Add perf_data_file__write functionJiri Olsa
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-09-13perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo
2017-09-12perf tools: Open perf.data with O_CLOEXEC flagJiri Olsa
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-04-14perf data: Add perf_data_file__switch() helperWang Nan
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa
2014-07-08perf tools: Suggest using -f to override perf.data file ownership messageArnaldo Carvalho de Melo
2014-04-20perf tools: Improve error reportingAdrien BAK
2013-12-02perf tools: Add perf_data_file__write interfaceJiri Olsa
2013-10-21perf tools: Add perf_data_file__open interface to data objectJiri Olsa