summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/db-export.c
Commit message (Expand)AuthorAgeFilesLines
* perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter2019-03-011-5/+10
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf db-export: Add trace begin / end branch type variantsAdrian Hunter2018-09-201-0/+22
* perf symbols: Unify symbol mapsArnaldo Carvalho de Melo2018-04-271-1/+1
* perf symbols: Store the ELF symbol type in the symbol structArnaldo Carvalho de Melo2018-04-261-1/+1
* perf symbols: Remove map_type arg from dso__find_symbol()Arnaldo Carvalho de Melo2018-04-261-2/+1Star
* perf thread: Adopt get_main_thread from db-export.cAndi Kleen2016-05-301-12/+1Star
* perf tools: Fix usage of max_stack sysctlArnaldo Carvalho de Melo2016-05-201-2/+1Star
* perf script: Fix export of callchains with recursion in db-exportChris Phlipot2016-05-111-0/+4
* perf script: Fix callchain addresses in db-exportChris Phlipot2016-05-111-4/+1Star
* perf script: Fix symbol insertion behavior in db-exportChris Phlipot2016-05-111-2/+1Star
* perf script: Add call path id to exported sample in db exportChris Phlipot2016-05-061-1/+3
* perf script: Enable db export to output sampled callchainsChris Phlipot2016-05-061-0/+82
* perf tools: Refactor code to move call path handling out of thread-stackChris Phlipot2016-05-061-0/+1
* perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo2016-03-231-1/+1
* perf db-export: Fix thread ref-countingAdrian Hunter2015-05-291-9/+10
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-4/+10
* perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo2015-04-021-1/+0Star
* perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo2015-04-021-1/+2
* perf tools: Defer export of comms that were not 'set'Adrian Hunter2014-11-031-1/+61
* perf tools: Add call information to the database export APIAdrian Hunter2014-11-031-1/+51
* perf tools: Add branch type to db exportAdrian Hunter2014-11-031-0/+48
* perf tools: Add facility to export data in database-friendly wayAdrian Hunter2014-10-291-0/+270