aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/db-export.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo1-1/+1
2019-11-12perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo1-2/+2
2019-11-12perf tools: Add map_groups to 'struct addr_location'Arnaldo Carvalho de Melo1-6/+6
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-2/+2
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-3/+3
2019-07-10perf db-export: Export switch eventsAdrian Hunter1-0/+89
2019-07-10perf db-export: Factor out db_export__threads()Adrian Hunter1-34/+48
2019-07-10perf db-export: Also export thread's current commAdrian Hunter1-0/+8
2019-07-10perf db-export: Factor out db_export__comm()Adrian Hunter1-7/+23
2019-07-10perf db-export: Export comm detailsAdrian Hunter1-1/+1
2019-07-10perf db-export: Fix a white space issue in db_export__sample()Adrian Hunter1-1/+1
2019-07-10perf db-export: Move export__comm_thread into db_export__sample()Adrian Hunter1-14/+21
2019-07-10perf db-export: Export comm before exporting threadAdrian Hunter1-7/+6
2019-07-10perf db-export: Export main_thread in db_export__sample()Adrian Hunter1-12/+18
2019-07-10perf db-export: Pass main_thread to db_export__thread()Adrian Hunter1-21/+8
2019-07-10perf db-export: Rename db_export__comm() to db_export__exec_comm()Adrian Hunter1-3/+19
2019-07-10perf db-export: Get rid of db_export__deferred()Adrian Hunter1-60/+1
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo1-2/+2
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2019-03-01perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter1-5/+10
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2018-09-20perf db-export: Add trace begin / end branch type variantsAdrian Hunter1-0/+22
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo1-1/+1
2018-04-26perf symbols: Store the ELF symbol type in the symbol structArnaldo Carvalho de Melo1-1/+1
2018-04-26perf symbols: Remove map_type arg from dso__find_symbol()Arnaldo Carvalho de Melo1-2/+1
2016-05-30perf thread: Adopt get_main_thread from db-export.cAndi Kleen1-12/+1
2016-05-20perf tools: Fix usage of max_stack sysctlArnaldo Carvalho de Melo1-2/+1
2016-05-11perf script: Fix export of callchains with recursion in db-exportChris Phlipot1-0/+4
2016-05-11perf script: Fix callchain addresses in db-exportChris Phlipot1-4/+1
2016-05-11perf script: Fix symbol insertion behavior in db-exportChris Phlipot1-2/+1
2016-05-06perf script: Add call path id to exported sample in db exportChris Phlipot1-1/+3
2016-05-06perf script: Enable db export to output sampled callchainsChris Phlipot1-0/+82
2016-05-06perf tools: Refactor code to move call path handling out of thread-stackChris Phlipot1-0/+1
2016-03-23perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo1-1/+1
2015-05-29perf db-export: Fix thread ref-countingAdrian Hunter1-9/+10
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-4/+10
2015-04-02perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo1-1/+0
2015-04-02perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo1-1/+2
2014-11-03perf tools: Defer export of comms that were not 'set'Adrian Hunter1-1/+61
2014-11-03perf tools: Add call information to the database export APIAdrian Hunter1-1/+51
2014-11-03perf tools: Add branch type to db exportAdrian Hunter1-0/+48
2014-10-29perf tools: Add facility to export data in database-friendly wayAdrian Hunter1-0/+270