aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/unwind-libunwind-local.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-11-26perf maps: Rename 'mg' variables to 'maps'Arnaldo Carvalho de Melo1-8/+8
2019-11-26perf map_symbol: Rename ms->mg to ms->mapsArnaldo Carvalho de Melo1-1/+1
2019-11-26perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo1-1/+1
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo1-2/+2
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo1-3/+3
2019-11-12perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'Arnaldo Carvalho de Melo1-0/+1
2019-11-12perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'Arnaldo Carvalho de Melo1-3/+3
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-08-16perf unwind: Fix libunwind when tid != pidJohn Keeping1-9/+9
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo1-1/+2
2019-05-15perf tools: Speed up report for perf compiled with linwunwindJiri Olsa1-6/+0
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2018-07-24perf script: Show correct offsets for DWARF-based unwindingSandipan Das1-1/+1
2018-04-26perf thread: Make thread__find_map() search all mapsArnaldo Carvalho de Melo1-11/+1
2018-04-26perf thread: Make thread__find_symbol() return the symbol searchedArnaldo Carvalho de Melo1-3/+1
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo1-2/+1
2018-04-26perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo1-2/+1
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo1-4/+3
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo1-6/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-24perf report: Fix off-by-one for non-activation framesMilian Wolff1-0/+11
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-01-18perf unwind: Fix looking up dwarf unwind stack infoMatija Glavinic Pecotic1-5/+49
2016-10-24perf jit: Do not assume pgoff is zeroStefano Sanfilippo1-2/+2
2016-08-16perf unwind: Use addr_location::addr instead of ip for entriesMilian Wolff1-1/+1
2016-06-23perf unwind: Change macro names of perf registerHe Kuang1-2/+4
2016-06-07perf unwind: Introduce flag to separate local/remote unwind compilationHe Kuang1-0/+4
2016-06-07perf unwind: Change fixed name of libunwind__arch_reg_id to macroHe Kuang1-1/+1
2016-06-07perf tools: Extract common API out of unwind-libunwind-local.cHe Kuang1-34/+0
2016-06-07perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.cHe Kuang1-0/+727