index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
data.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf record: Put a copy of kcore into the perf.data directory
Adrian Hunter
2019-11-06
1
-0
/
+33
*
perf data: Support single perf.data file directory
Adrian Hunter
2019-11-06
1
-1
/
+8
*
perf data: Rename directory "header" file to "data"
Adrian Hunter
2019-11-06
1
-1
/
+1
*
perf data: Correctly identify directory data files
Adrian Hunter
2019-11-06
1
-1
/
+1
*
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
1
-1
/
+2
*
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf tools: Remove duplicate headers
Souptick Joarder
2019-08-26
1
-1
/
+0
*
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
1
-0
/
+1
*
perf record: Allow to limit number of reported perf.data files
Andi Kleen
2019-03-19
1
-6
/
+5
*
perf header: Add DIR_FORMAT feature to describe directory data
Jiri Olsa
2019-03-11
1
-2
/
+8
*
perf data: Make perf_data__size() work over directory
Jiri Olsa
2019-03-11
1
-0
/
+17
*
perf data: Add perf_data__update_dir() function
Jiri Olsa
2019-03-11
1
-0
/
+20
*
perf data: Support having perf.data stored as a directory
Jiri Olsa
2019-03-11
1
-1
/
+48
*
perf data: Force perf_data__open|close zero data->file.path
Jiri Olsa
2019-03-06
1
-2
/
+2
*
perf data: Add perf_data__open_dir_data function
Jiri Olsa
2019-02-25
1
-0
/
+59
*
perf data: Add perf_data__(create_dir|close_dir) functions
Jiri Olsa
2019-02-25
1
-0
/
+47
*
perf data: Fail check_backup in case of error
Jiri Olsa
2019-02-25
1
-3
/
+18
*
perf data: Make check_backup work over directories
Jiri Olsa
2019-02-25
1
-4
/
+7
*
perf data: Add global path holder
Jiri Olsa
2019-02-22
1
-12
/
+27
*
perf data: Move size to struct perf_data_file
Jiri Olsa
2019-02-22
1
-1
/
+1
*
perf tools: Move conditional O_CLOEXEC to util.h
Arnaldo Carvalho de Melo
2018-01-23
1
-10
/
+0
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
perf tools: Add perf_data_file__write function
Jiri Olsa
2017-10-30
1
-1
/
+7
*
|
perf tools: Add struct perf_data_file
Jiri Olsa
2017-10-30
1
-24
/
+24
*
|
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
2017-10-30
1
-46
/
+46
*
|
perf tools: Make copyfile_offset() static
Arnaldo Carvalho de Melo
2017-09-13
1
-0
/
+1
|
/
*
perf tools: Open perf.data with O_CLOEXEC flag
Jiri Olsa
2017-09-12
1
-1
/
+12
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
2016-07-12
1
-2
/
+2
*
perf data: Add perf_data_file__switch() helper
Wang Nan
2016-04-14
1
-0
/
+41
*
perf util: Replace strerror with strerror_r for thread-safety
Masami Hiramatsu
2014-08-15
1
-2
/
+6
*
perf tools: Move pr_* debug macros into debug object
Jiri Olsa
2014-07-17
1
-0
/
+1
*
perf tools: Suggest using -f to override perf.data file ownership message
Arnaldo Carvalho de Melo
2014-07-08
1
-1
/
+1
*
perf tools: Improve error reporting
Adrien BAK
2014-04-20
1
-1
/
+8
*
perf tools: Add perf_data_file__write interface
Jiri Olsa
2013-12-02
1
-0
/
+6
*
perf tools: Add perf_data_file__open interface to data object
Jiri Olsa
2013-10-21
1
-0
/
+120