summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/db-export.c
Commit message (Expand)AuthorAgeFilesLines
* perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter2021-05-251-8/+4
* perf script: Add branch types for VM-Entry and VM-ExitAdrian Hunter2021-02-181-0/+2
* perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo2019-11-261-6/+6
* perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo2019-11-261-1/+1
* perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo2019-11-121-2/+2
* perf tools: Add map_groups to 'struct addr_location'Arnaldo Carvalho de Melo2019-11-121-6/+6
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+1
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-2/+2
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-3/+3
* perf db-export: Export switch eventsAdrian Hunter2019-07-101-0/+89
* perf db-export: Factor out db_export__threads()Adrian Hunter2019-07-101-34/+48
* perf db-export: Also export thread's current commAdrian Hunter2019-07-101-0/+8
* perf db-export: Factor out db_export__comm()Adrian Hunter2019-07-101-7/+23
* perf db-export: Export comm detailsAdrian Hunter2019-07-101-1/+1
* perf db-export: Fix a white space issue in db_export__sample()Adrian Hunter2019-07-101-1/+1
* perf db-export: Move export__comm_thread into db_export__sample()Adrian Hunter2019-07-101-14/+21
* perf db-export: Export comm before exporting threadAdrian Hunter2019-07-101-7/+6
* perf db-export: Export main_thread in db_export__sample()Adrian Hunter2019-07-101-12/+18
* perf db-export: Pass main_thread to db_export__thread()Adrian Hunter2019-07-101-21/+8
* perf db-export: Rename db_export__comm() to db_export__exec_comm()Adrian Hunter2019-07-101-3/+19
* perf db-export: Get rid of db_export__deferred()Adrian Hunter2019-07-101-60/+1
* perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-2/+2
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-091-0/+1
* 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-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/+1
* perf thread: Adopt get_main_thread from db-export.cAndi Kleen2016-05-301-12/+1
* perf tools: Fix usage of max_stack sysctlArnaldo Carvalho de Melo2016-05-201-2/+1
* 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/+1
* perf script: Fix symbol insertion behavior in db-exportChris Phlipot2016-05-111-2/+1
* 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/+0
* 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