summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/db-export.h
Commit message (Expand)AuthorAgeFilesLines
* perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter2021-05-251-1/+1
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-5/+5
* perf db-export: Export switch eventsAdrian Hunter2019-07-101-0/+8
* perf db-export: Factor out db_export__comm()Adrian Hunter2019-07-101-0/+2
* perf db-export: Export comm detailsAdrian Hunter2019-07-101-1/+2
* perf db-export: Move export__comm_thread into db_export__sample()Adrian Hunter2019-07-101-2/+1
* perf db-export: Pass main_thread to db_export__thread()Adrian Hunter2019-07-101-1/+2
* perf db-export: Rename db_export__comm() to db_export__exec_comm()Adrian Hunter2019-07-101-2/+2
* perf db-export: Get rid of db_export__deferred()Adrian Hunter2019-07-101-2/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
* perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter2019-03-011-1/+2
* perf script: Add call path id to exported sample in db exportChris Phlipot2016-05-061-0/+1
* perf script: Enable db export to output sampled callchainsChris Phlipot2016-05-061-0/+2
* perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo2015-04-021-1/+0
* perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo2015-04-021-1/+1
* perf tools: Defer export of comms that were not 'set'Adrian Hunter2014-11-031-0/+3
* perf tools: Add call information to the database export APIAdrian Hunter2014-11-031-0/+12
* perf tools: Add branch type to db exportAdrian Hunter2014-11-031-0/+6
* perf tools: Add facility to export data in database-friendly wayAdrian Hunter2014-10-291-0/+86