summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/data.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Move conditional O_CLOEXEC to util.hArnaldo Carvalho de Melo2018-01-231-10/+0Star
* 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-1/+7
* | perf tools: Add struct perf_data_fileJiri Olsa2017-10-301-24/+24
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-46/+46
* | perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo2017-09-131-0/+1
|/
* perf tools: Open perf.data with O_CLOEXEC flagJiri Olsa2017-09-121-1/+12
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-2/+2
* perf data: Add perf_data_file__switch() helperWang Nan2016-04-141-0/+41
* perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu2014-08-151-2/+6
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-171-0/+1
* perf tools: Suggest using -f to override perf.data file ownership messageArnaldo Carvalho de Melo2014-07-081-1/+1
* perf tools: Improve error reportingAdrien BAK2014-04-201-1/+8
* perf tools: Add perf_data_file__write interfaceJiri Olsa2013-12-021-0/+6
* perf tools: Add perf_data_file__open interface to data objectJiri Olsa2013-10-211-0/+120