index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
data.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-20
perf tools: Automatically use guest kcore_dir if present
Adrian Hunter
1
-0
/
+19
2022-07-20
perf tools: Make has_kcore_dir() work also for guest kcore_dir
Adrian Hunter
1
-9
/
+15
2022-05-23
perf data: Add has_kcore_dir()
Adrian Hunter
1
-0
/
+14
2022-03-15
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-4
/
+3
2022-02-23
perf data: Adding error message if perf_data__create_dir() fails
Alexey Bayduraev
1
-2
/
+6
2022-02-22
perf data: Fix double free in perf_session__delete()
Alexey Bayduraev
1
-4
/
+3
2021-07-18
perf data: Close all files in close_dir()
Riccardo Mancini
1
-1
/
+1
2021-05-12
perf inject: Add facility to do in place update
Adrian Hunter
1
-1
/
+2
2021-04-20
perf data: Fix error return code in perf_data__create_dir()
Zhen Lei
1
-2
/
+3
2020-11-27
perf data: Add is_perf_data function
Jiri Olsa
1
-0
/
+19
2020-11-16
perf data: Allow to use stdio functions for pipe mode
Namhyung Kim
1
-3
/
+38
2019-11-06
perf record: Put a copy of kcore into the perf.data directory
Adrian Hunter
1
-0
/
+33
2019-11-06
perf data: Support single perf.data file directory
Adrian Hunter
1
-1
/
+8
2019-11-06
perf data: Rename directory "header" file to "data"
Adrian Hunter
1
-1
/
+1
2019-11-06
perf data: Correctly identify directory data files
Adrian Hunter
1
-1
/
+1
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-09-01
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-26
perf tools: Remove duplicate headers
Souptick Joarder
1
-1
/
+0
2019-07-09
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-03-19
perf record: Allow to limit number of reported perf.data files
Andi Kleen
1
-6
/
+5
2019-03-11
perf header: Add DIR_FORMAT feature to describe directory data
Jiri Olsa
1
-2
/
+8
2019-03-11
perf data: Make perf_data__size() work over directory
Jiri Olsa
1
-0
/
+17
2019-03-11
perf data: Add perf_data__update_dir() function
Jiri Olsa
1
-0
/
+20
2019-03-11
perf data: Support having perf.data stored as a directory
Jiri Olsa
1
-1
/
+48
2019-03-07
perf data: Force perf_data__open|close zero data->file.path
Jiri Olsa
1
-2
/
+2
2019-02-25
perf data: Add perf_data__open_dir_data function
Jiri Olsa
1
-0
/
+59
2019-02-25
perf data: Add perf_data__(create_dir|close_dir) functions
Jiri Olsa
1
-0
/
+47
2019-02-25
perf data: Fail check_backup in case of error
Jiri Olsa
1
-3
/
+18
2019-02-25
perf data: Make check_backup work over directories
Jiri Olsa
1
-4
/
+7
2019-02-22
perf data: Add global path holder
Jiri Olsa
1
-12
/
+27
2019-02-22
perf data: Move size to struct perf_data_file
Jiri Olsa
1
-1
/
+1
2018-01-23
perf tools: Move conditional O_CLOEXEC to util.h
Arnaldo Carvalho de Melo
1
-10
/
+0
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-30
perf tools: Add perf_data_file__write function
Jiri Olsa
1
-1
/
+7
2017-10-30
perf tools: Add struct perf_data_file
Jiri Olsa
1
-24
/
+24
2017-10-30
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
1
-46
/
+46
2017-09-13
perf tools: Make copyfile_offset() static
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-09-12
perf tools: Open perf.data with O_CLOEXEC flag
Jiri Olsa
1
-1
/
+12
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-07-12
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-04-14
perf data: Add perf_data_file__switch() helper
Wang Nan
1
-0
/
+41
2014-08-15
perf util: Replace strerror with strerror_r for thread-safety
Masami Hiramatsu
1
-2
/
+6
2014-07-17
perf tools: Move pr_* debug macros into debug object
Jiri Olsa
1
-0
/
+1
2014-07-08
perf tools: Suggest using -f to override perf.data file ownership message
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-04-20
perf tools: Improve error reporting
Adrien BAK
1
-1
/
+8
2013-12-02
perf tools: Add perf_data_file__write interface
Jiri Olsa
1
-0
/
+6
2013-10-22
perf tools: Add perf_data_file__open interface to data object
Jiri Olsa
1
-0
/
+120