summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/data.c
AgeCommit message (Expand)AuthorLines
2025-03-10perf util: Remove unused perf_data__update_dirDr. David Alan Gilbert-20/+0
2024-08-12perf data: Allow to use given fd in data->file.fdWeilin Wang-1/+6
2024-01-22perf data: Minor code style alignment cleanupYang Jihong-4/+4
2024-01-22perf record: Check conflict between '--timestamp-filename' option and pipe mo...Yang Jihong-2/+0
2023-10-25perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofileYang Jihong-2/+2
2023-10-19perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data...Yang Jihong-0/+12
2023-01-02perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin-0/+2
2022-07-20perf tools: Automatically use guest kcore_dir if presentAdrian Hunter-0/+19
2022-07-20perf tools: Make has_kcore_dir() work also for guest kcore_dirAdrian Hunter-9/+15
2022-05-23perf data: Add has_kcore_dir()Adrian Hunter-0/+14
2022-03-14Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-4/+3
2022-02-22perf data: Adding error message if perf_data__create_dir() failsAlexey Bayduraev-2/+6
2022-02-22perf data: Fix double free in perf_session__delete()Alexey Bayduraev-4/+3
2021-07-18perf data: Close all files in close_dir()Riccardo Mancini-1/+1
2021-05-12perf inject: Add facility to do in place updateAdrian Hunter-1/+2
2021-04-20perf data: Fix error return code in perf_data__create_dir()Zhen Lei-2/+3
2020-11-27perf data: Add is_perf_data functionJiri Olsa-0/+19
2020-11-16perf data: Allow to use stdio functions for pipe modeNamhyung Kim-3/+38
2019-11-06perf record: Put a copy of kcore into the perf.data directoryAdrian Hunter-0/+33
2019-11-06perf data: Support single perf.data file directoryAdrian Hunter-1/+8
2019-11-06perf data: Rename directory "header" file to "data"Adrian Hunter-1/+1
2019-11-06perf data: Correctly identify directory data filesAdrian Hunter-1/+1
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo-1/+2
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo-0/+1
2019-08-26perf tools: Remove duplicate headersSouptick Joarder-1/+0
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo-0/+1
2019-03-19perf record: Allow to limit number of reported perf.data filesAndi Kleen-6/+5
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa-2/+8
2019-03-11perf data: Make perf_data__size() work over directoryJiri Olsa-0/+17
2019-03-11perf data: Add perf_data__update_dir() functionJiri Olsa-0/+20
2019-03-11perf data: Support having perf.data stored as a directoryJiri Olsa-1/+48
2019-03-06perf data: Force perf_data__open|close zero data->file.pathJiri Olsa-2/+2
2019-02-25perf data: Add perf_data__open_dir_data functionJiri Olsa-0/+59
2019-02-25perf data: Add perf_data__(create_dir|close_dir) functionsJiri Olsa-0/+47
2019-02-25perf data: Fail check_backup in case of errorJiri Olsa-3/+18
2019-02-25perf data: Make check_backup work over directoriesJiri Olsa-4/+7
2019-02-22perf data: Add global path holderJiri Olsa-12/+27
2019-02-22perf data: Move size to struct perf_data_fileJiri Olsa-1/+1
2018-01-23perf tools: Move conditional O_CLOEXEC to util.hArnaldo Carvalho de Melo-10/+0
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-1/+7
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa-24/+24
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa-46/+46
2017-09-13perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo-0/+1
2017-09-12perf tools: Open perf.data with O_CLOEXEC flagJiri Olsa-1/+12
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo-0/+1
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo-2/+2
2016-04-14perf data: Add perf_data_file__switch() helperWang Nan-0/+41