index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
data.c
Age
Commit message (
Expand
)
Author
2023-01-12
perf tools: Fix resources leak in perf_data__open_dir()
Miaoqian Lin
2022-07-20
perf tools: Automatically use guest kcore_dir if present
Adrian Hunter
2022-07-20
perf tools: Make has_kcore_dir() work also for guest kcore_dir
Adrian Hunter
2022-05-23
perf data: Add has_kcore_dir()
Adrian Hunter
2022-03-14
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-02-22
perf data: Adding error message if perf_data__create_dir() fails
Alexey Bayduraev
2022-02-22
perf data: Fix double free in perf_session__delete()
Alexey Bayduraev
2021-07-18
perf data: Close all files in close_dir()
Riccardo Mancini
2021-05-12
perf inject: Add facility to do in place update
Adrian Hunter
2021-04-20
perf data: Fix error return code in perf_data__create_dir()
Zhen Lei
2020-11-27
perf data: Add is_perf_data function
Jiri Olsa
2020-11-16
perf data: Allow to use stdio functions for pipe mode
Namhyung Kim
2019-11-06
perf record: Put a copy of kcore into the perf.data directory
Adrian Hunter
2019-11-06
perf data: Support single perf.data file directory
Adrian Hunter
2019-11-06
perf data: Rename directory "header" file to "data"
Adrian Hunter
2019-11-06
perf data: Correctly identify directory data files
Adrian Hunter
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-26
perf tools: Remove duplicate headers
Souptick Joarder
2019-07-09
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-03-19
perf record: Allow to limit number of reported perf.data files
Andi Kleen
2019-03-11
perf header: Add DIR_FORMAT feature to describe directory data
Jiri Olsa
2019-03-11
perf data: Make perf_data__size() work over directory
Jiri Olsa
2019-03-11
perf data: Add perf_data__update_dir() function
Jiri Olsa
2019-03-11
perf data: Support having perf.data stored as a directory
Jiri Olsa
2019-03-06
perf data: Force perf_data__open|close zero data->file.path
Jiri Olsa
2019-02-25
perf data: Add perf_data__open_dir_data function
Jiri Olsa
2019-02-25
perf data: Add perf_data__(create_dir|close_dir) functions
Jiri Olsa
2019-02-25
perf data: Fail check_backup in case of error
Jiri Olsa
2019-02-25
perf data: Make check_backup work over directories
Jiri Olsa
2019-02-22
perf data: Add global path holder
Jiri Olsa
2019-02-22
perf data: Move size to struct perf_data_file
Jiri Olsa
2018-01-23
perf tools: Move conditional O_CLOEXEC to util.h
Arnaldo Carvalho de Melo
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-30
perf tools: Add perf_data_file__write function
Jiri Olsa
2017-10-30
perf tools: Add struct perf_data_file
Jiri Olsa
2017-10-30
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
2017-09-13
perf tools: Make copyfile_offset() static
Arnaldo Carvalho de Melo
2017-09-12
perf tools: Open perf.data with O_CLOEXEC flag
Jiri Olsa
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2016-07-12
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
2016-04-14
perf data: Add perf_data_file__switch() helper
Wang Nan
2014-08-15
perf util: Replace strerror with strerror_r for thread-safety
Masami Hiramatsu
2014-07-17
perf tools: Move pr_* debug macros into debug object
Jiri Olsa
2014-07-08
perf tools: Suggest using -f to override perf.data file ownership message
Arnaldo Carvalho de Melo
2014-04-20
perf tools: Improve error reporting
Adrien BAK
2013-12-02
perf tools: Add perf_data_file__write interface
Jiri Olsa
2013-10-21
perf tools: Add perf_data_file__open interface to data object
Jiri Olsa