index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
db-export.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-3
/
+3
*
perf db-export: Export switch events
Adrian Hunter
2019-07-10
1
-0
/
+89
*
perf db-export: Factor out db_export__threads()
Adrian Hunter
2019-07-10
1
-34
/
+48
*
perf db-export: Also export thread's current comm
Adrian Hunter
2019-07-10
1
-0
/
+8
*
perf db-export: Factor out db_export__comm()
Adrian Hunter
2019-07-10
1
-7
/
+23
*
perf db-export: Export comm details
Adrian Hunter
2019-07-10
1
-1
/
+1
*
perf db-export: Fix a white space issue in db_export__sample()
Adrian Hunter
2019-07-10
1
-1
/
+1
*
perf db-export: Move export__comm_thread into db_export__sample()
Adrian Hunter
2019-07-10
1
-14
/
+21
*
perf db-export: Export comm before exporting thread
Adrian Hunter
2019-07-10
1
-7
/
+6
*
perf db-export: Export main_thread in db_export__sample()
Adrian Hunter
2019-07-10
1
-12
/
+18
*
perf db-export: Pass main_thread to db_export__thread()
Adrian Hunter
2019-07-10
1
-21
/
+8
*
perf db-export: Rename db_export__comm() to db_export__exec_comm()
Adrian Hunter
2019-07-10
1
-3
/
+19
*
perf db-export: Get rid of db_export__deferred()
Adrian Hunter
2019-07-10
1
-60
/
+1
*
perf tools: Use list_del_init() more thorougly
Arnaldo Carvalho de Melo
2019-07-09
1
-2
/
+2
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
2019-07-09
1
-0
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-06-05
1
-10
/
+1
*
perf db-export: Add calls parent_id to enable creation of call trees
Adrian Hunter
2019-03-01
1
-5
/
+10
*
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
*
perf db-export: Add trace begin / end branch type variants
Adrian Hunter
2018-09-20
1
-0
/
+22
*
perf symbols: Unify symbol maps
Arnaldo Carvalho de Melo
2018-04-27
1
-1
/
+1
*
perf symbols: Store the ELF symbol type in the symbol struct
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
perf symbols: Remove map_type arg from dso__find_symbol()
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+1
*
perf thread: Adopt get_main_thread from db-export.c
Andi Kleen
2016-05-30
1
-12
/
+1
*
perf tools: Fix usage of max_stack sysctl
Arnaldo Carvalho de Melo
2016-05-20
1
-2
/
+1
*
perf script: Fix export of callchains with recursion in db-export
Chris Phlipot
2016-05-11
1
-0
/
+4
*
perf script: Fix callchain addresses in db-export
Chris Phlipot
2016-05-11
1
-4
/
+1
*
perf script: Fix symbol insertion behavior in db-export
Chris Phlipot
2016-05-11
1
-2
/
+1
*
perf script: Add call path id to exported sample in db export
Chris Phlipot
2016-05-06
1
-1
/
+3
*
perf script: Enable db export to output sampled callchains
Chris Phlipot
2016-05-06
1
-0
/
+82
*
perf tools: Refactor code to move call path handling out of thread-stack
Chris Phlipot
2016-05-06
1
-0
/
+1
*
perf thread: Rename perf_event__preprocess_sample_addr to thread__resolve
Arnaldo Carvalho de Melo
2016-03-23
1
-1
/
+1
*
perf db-export: Fix thread ref-counting
Adrian Hunter
2015-05-29
1
-9
/
+10
*
perf machine: Protect the machine->threads with a rwlock
Arnaldo Carvalho de Melo
2015-05-08
1
-4
/
+10
*
perf db-export: No need to have ->thread twice in struct export_sample
Arnaldo Carvalho de Melo
2015-04-02
1
-1
/
+0
*
perf db-export: No need to pass thread twice to db_export__sample
Arnaldo Carvalho de Melo
2015-04-02
1
-1
/
+2
*
perf tools: Defer export of comms that were not 'set'
Adrian Hunter
2014-11-03
1
-1
/
+61
*
perf tools: Add call information to the database export API
Adrian Hunter
2014-11-03
1
-1
/
+51
*
perf tools: Add branch type to db export
Adrian Hunter
2014-11-03
1
-0
/
+48
*
perf tools: Add facility to export data in database-friendly way
Adrian Hunter
2014-10-29
1
-0
/
+270